.demo-section-header {
    height: 220px;
    margin-top: 66px;
    padding-top: 120px;
    background-color: #527853;
}

.search-wrapper {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.search-box {
    width: 50%;
    height: 60px;
    border-radius: 12px;
    background-color: #819d82;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.search-box .input-group-text {
    background: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
}

.input-group {
    align-items: center !important;
}

.search-box input {
    font-size: 16px;
    height: 45px;
    background-color: #819d82;
    color: #ffffff !important;
}

.search-box input::placeholder {
    color: #ffffff;
}

.search-box input:focus {
    box-shadow: none;
    border: none;
    outline: none;
    background-color: #819d82;
}



@media screen and (max-width: 991px) {
    .search-wrapper {
        width: 100%;
    }
}

.ytp-large-play-button {
  top: 75% !important;
}
