.faq-video-example-section {
    padding: 100px 0;
    color: white;
}

.faq-video-example-section .btn {
    background-color: #f26f21;
    color: white;
    border: none;
}

.faq-video-heading {
    font-family: "Manrope", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: left;
    color: #ffffff;
}

.faq-video-content {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: left;
    color: #E0E0E0;
}

.faq-video-find-button {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    background-color: #F77900;
    padding: 13px 15px;
}

.faq-video-example-section .btn:hover {
    background-color: #d95e1d;
}

.faq-video-thumbnail-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: url('../images/video-thumbnail.png') center center/cover no-repeat;
    cursor: pointer;
}

.faq-video-thumbnail-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.faq-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.faq-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 768px){
    .faq-video-example-section {
        padding: 60px 0 0 0;
    }

    .faq-video-example-section .container-custom .row .col-md-6{
        margin-top: 20px;
    }
}

@media(max-width: 568px){
    .faq-video-heading {
        font-size: 33px;
        line-height: 45px;
    }

    .faq-video-content {
        font-size: 16px;
        line-height: 22.59px;
    }

    .faq-video-find-button {
        font-size: 16px;
        line-height: 22.59px;
    }
}

/* Site Info CSS */

.faq-info-cards {
    margin: 100px 0;
}

.faq-info-card {
    padding: 20px;
    background-color: #D9D9D9;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    color: #1E1E1E;
}

.faq-info-card-orange {
    background-color: #f26f21;
    color: #ffffff;
}

.faq-info-card-orange h3{
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    font-family: "Manrope", sans-serif;
    text-align: left;
    color: #ffffff !important;
}

.faq-info-card-orange p{
    font-size: 26px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    line-height: 35.52px;
    text-align: left;
    color: #ffffff !important;
}

.faq-info-card h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 62.84px;
    text-align: left;
    font-family: "Manrope", sans-serif;
    color: #034D39;
}

.faq-info-card p {
    font-size: 26px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    line-height: 35.52px;
    text-align: left;
    color: #1E1E1E;
}

@media(max-width:690px){
    .faq-site-info-table th {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .faq-site-info-table td {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .faq-info-cards {
        margin: 60px 0;
    }
}




/* FAq's  CSS */


.faqs-accordians{
    margin-bottom: 100px;
}

.single-faq-accord{
    border: unset;
    padding: 60px 35px;
    background: #122312;
    border-radius: 20px !important;
}

.accordions-button-title {
    color: #ffffff !important;
    border: unset !important;   
    background: #122312 !important;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    text-align: left;
}

.faq-star{
    margin-right: 50px;
}

.accordions-button-title::after {
    background-image: url('../images/down-arrow.png') !important;
}

.accordions-button-title:focus {
    box-shadow: unset !important;
}

.accordions-button-desc {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: left;

}

.faq-accord-details{
    background-color: #122312;
}

.accordions-button-title{
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: left;
    color: #E0E0E0;
}

@media(max-width: 768px){
    .faqs-accordians {
        margin-bottom: 60px;
    }
}

@media(max-width: 568px){
    .faq-star {
        margin-right: 20px;
    }

    .accordions-button-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .single-faq-accord {
        padding: 30px 0px;
    }
}