/* ------------------------------faq section start ------------------ */
.faqs_title_row {
    padding: 0 0 20px !important;
}

.resort_faq_row {
    padding: 0 11px !important;
}

.faq_title_con_inner {
    color: #000;
    text-align: center;
}

.faq_acc .et_pb_toggle_title {
    background: #d9e5ed !important ;
    display: block;
    border-radius: 15px ;
    display: flex;
    color: #000 !important;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    transition: 0.6s;
    text-transform: capitalize;
    line-height: 1.5;
    border: 1px solid rgba(221, 221, 221, 1);
}

.faq_acc .et_pb_toggle_open .et_pb_toggle_title {
    /* padding: 22px 45px !important; */
    background: #005087 !important;
    color: #fff !important;
}

.faq_acc .et_pb_toggle .et_pb_toggle_title:hover {
    background: #005087 !important;
    color: #fff !important;
}


.et_pb_toggle h5:hover:before {
    color: #fff !important;
}

.faq_acc .et_pb_toggle_open {
    border-radius: 34px 34px 15px 15px;
    background: #fff !important;
}

.faq_acc .et_pb_toggle {
    padding: 0;
    border: none;
    background: transparent;
    margin-bottom: 28px !important;
}

.et_pb_toggle h5 {
    padding: 19px 38px 19px 38px !important;
}



.faq_acc .et_pb_toggle .et_pb_toggle_content {
    padding: 20px 36px 37px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-top: none;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
}




.faq_acc .et_pb_toggle_content * {
    color: #3D3D3D;
    font-weight: 400;
    /* text-transform: capitalize; */
}

.faq_acc .et_pb_toggle .et_pb_toggle_title:before {
    right: 30px;
    font-size: 44px !important;
    color: #000;
    content: "\2b" !important;
    position: absolute;
    font-family: "Font Awesome" !important;
}

.faq_acc .et_pb_toggle_open .et_pb_toggle_title::before {
    content: '\4b' !important;
    position: absolute;
    opacity: 1;
    visibility: visible;
    display: block !important;
    color: #fff;
    font-family: ETmodules !important;
}

.et_pb_toggle_open .et_pb_toggle_title {
    border-radius: 15px 15px 0 0;
}

/* ------------------------------faq section end ------------------ */




@media all and (min-width: 320px) and (max-width: 767px) {

    .faq_acc .et_pb_toggle .et_pb_toggle_content {
        font-size: 14px;
        padding: 10px 10px 20px;
    }

    .faq_acc .et_pb_toggle_open .et_pb_toggle_title {
        /* padding: 22px 20px !important; */
    }

    .faq_acc .et_pb_toggle {
        margin-bottom: 15px !important;
    }

    .et_pb_toggle h5 {
        border-radius: 0;
        padding: 10px 35px 10px 10px !important;
    }

    .faq_acc .et_pb_toggle_title {
        font-size: 14px;
    }

    .faq_acc .et_pb_toggle .et_pb_toggle_title:before {
        right: 13px;
        font-size: 25px !important;
        /* top: 31px; */
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .faq_acc .et_pb_toggle .et_pb_toggle_content {
        font-size: 15px;
        padding: 20px 16px 20px;
    }

    .faq_acc .et_pb_toggle_title {
        font-size: 18px;
    }

    .faq_acc .et_pb_toggle .et_pb_toggle_title:before {
        font-size: 30px !important;
        right: 20px;
    }

    .et_pb_toggle h5 {
        padding: 15px 45px 15px 20px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .faq_acc .et_pb_toggle_title {
        font-size: 19px;
    }

    .faq_acc .et_pb_toggle .et_pb_toggle_title:before {
        font-size: 36px !important;
    }

    .et_pb_toggle h5 {
        padding: 15px 20px 15px 30px !important;
    }

    .faqs_section:before,
    .faqs_section:after {
        height: 400px;
        right: -120px;
    }

    .faqs_section:before {
        left: -149px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .faq_acc .et_pb_toggle_title {
        font-size: 19px;
    }

    .faq_acc .et_pb_toggle .et_pb_toggle_title:before {
        font-size: 36px !important;
    }

    .faqs_section:before,
    .faqs_section:after {
        height: 400px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .faq_acc .et_pb_toggle_title {
        font-size: 19px;
    }

    .faqs_section:before,
    .faqs_section:after {
        height: 400px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}