@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.page-default-btn {
    display: none;
}

.show-mobile {
    display: none;
}

body {
    background-color: #fff !important;
}

li,
p,
a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

p a {
    color: #001c33
}

a:hover {
    color: #001c33;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant', serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body p {
    font-size: 18px;
    color: #323334;
    line-height: 1.7;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    body p {
        font-size: 16px;
    }
}

.container {
    width: 100%;
    max-width: 1440px;
}

section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

a:hover {
    text-decoration: none !important;
}

p:last-of-type {
    margin-bottom: 0;
}

body .container,
body .container-fluid {
    padding: 0 30px;
}

@media only screen and (min-width: 576px) {

    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 650px) {

    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    body .container,
    body .grid-container {
        max-width: 920px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {

    body .container,
    body .grid-container {
        max-width: 960px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {

    body .container,
    body .grid-container {
        max-width: 1140px;
        width: 100%;
    }
}

@media only screen and (min-width: 1300px) {

    body .container,
    body .grid-container {
        max-width: 1210px;
        width: 100%;
    }
}

@media only screen and (min-width: 1440px) {

    body .container,
    body .grid-container {
        max-width: 1440px;
        width: 100%;
    }
}

.section_padding {
    padding: 100px 0;
}

.section_padding_small {
    padding: 60px 0;
}

.section_margin {
    margin: 100px 0;
}

.left-side-content {
    padding-right: 36px;
}

@media only screen and (max-width: 1366.98px) {
    .section_padding {
        padding: 90px 0;
    }

    .section_margin {
        margin: 90px 0;
    }

    .left-side-content {
        padding-right: 30px;
    }

}

@media only screen and (max-width: 1199.98px) {
    .section_padding {
        padding: 80px 0;
    }

    .section_margin {
        margin: 80px 0;
    }

    .left-side-content {
        padding-right: 20px;
    }

}

@media only screen and (max-width: 1024.98px) {
    .section_padding {
        padding: 70px 0;
    }

    .section_margin {
        margin: 70px 0;
    }

    .left-side-content {
        padding-right: 10px;
    }

}

@media only screen and (max-width: 991.98px) {
    .section_padding {
        padding: 60px 0;
    }

    .section_padding_small {
        padding: 50px 0;
    }

    .section_margin {
        margin: 60px 0;
    }

    .left-side-content {
        padding-right: 0px;
    }

}

@media only screen and (max-width: 767.98px) {
    .section_padding {
        padding: 50px 0;
    }

    .section_padding_small {
        padding: 40px 0;
    }

    .section_margin {
        margin: 50px 0;
    }
}

/*=============================================
= Header  CSS
=============================================*/
header,
footer {
    padding: 24px 0;
    background: #1F1F1F;
}

footer {
    background: #1F1F1F;
}

header .row,
footer .row {
    align-items: center;
}

.logo img {
    width: 100%;
    max-width: 250px;
}

.lp-btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    background: #AF936D;
    border-radius: 8px;
    padding: 14px 24px;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none;
    display: inline-block;
    text-align: center;

}

.banner_btn {
    border: 1px solid #001c33 !important;
}

.banner_btn:hover {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.banner_btn:hover img {
    filter:invert(170) brightness(140%)  !important;
}

.lp_banner_section .banner_btn:hover img {
    filter: brightness(50) !important;
}

.lp-btn img {
    margin-left: 4px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2461%) hue-rotate(333deg) brightness(118%) contrast(98%);
}

.lp-btn:hover img {
    filter:invert(33%) sepia(98%) saturate(865%) hue-rotate(174deg) brightness(16%) contrast(95%);
}

.dr-content .lp-btn img {
    filter:invert(33%) sepia(98%) saturate(865%) hue-rotate(174deg) brightness(16%) contrast(95%);
}

.book-appointment-btn .white-btn img {
    filter: invert(60%) sepia(86%) saturate(404%) hue-rotate(367deg) brightness(59%) contrast(98%);
}

.lp-btn:hover {
    border: 2px solid #AF936D;
    background: transparent;
    color: #AF936D;
}

.lp-btn.white-btn {
    color: #001c33;
    background: #fff;
}

.lp-btn.white-btn:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2461%) hue-rotate(333deg) brightness(118%) contrast(98%);
}

.header_section  .header-button .lp-btn:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}


@media only screen and (max-width: 767.98px) {

    header,
    footer {
        padding: 20px 0;
    }

    .lp-btn {
        font-size: 16px;
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 575.98px) {
    header {
        padding: 15px 0;
    }

    .footer-row {
        row-gap: 15px;
    }

    .footer__branding {
        text-align: center;
    }

    .lp-btn {
        padding: 10px 20px;
        width: 100%;
    }

    .lp-btn span {
        display: none !important;
    }
}

@media only screen and (max-width: 370px) {

    .header-button a,
    .footer-button a {
        font-size: 14px;
    }
}

/*=============================================
= Header  CSS
=============================================*/
/*=============================================
= Banner Section  CSS
=============================================*/
.lp_banner_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80%;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.banner-res-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    inset: 0;
}

.banner-res-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-res-image iframe {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) scale(1.5);
}

.banner_title_inner {
    position: relative;
    z-index: 12;
    max-width: 1079px;
    color: #ffffff;
}

.banner_title_inner h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
    max-width: 651px;
    width: 100%;
}

.banner_title_inner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff
}

.banner-btn {
    position: relative;
}

/*.lp_banner_section .banner-btn a.lp-btn.banner_btn {*/
/*    background-color: #4073D8;*/
/*}*/

@media only screen and (max-width: 1199px) and (min-width: 992px) {
     .banner-res-image iframe {
        transform: translateY(-50%) scale(2);
    }
}

@media only screen and (min-width: 768px) {
    .banner-res-image:after {
        position: absolute;
        content: "";
        inset: 0;
        background-color: rgba(0, 0, 0, .5);
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 0.9;
    }
}

@media only screen and (max-width: 1366.98px) {
    .banner_title_inner h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner_title_inner h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .banner_title_inner h1 {
        font-size: 50px;
    }

    .banner_title_inner p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .lp_banner_section {
        min-height: 480px;
    }

    .banner_title_inner {
        position: relative;
        z-index: 11;
    }

    .banner_title_inner h1 {
        font-size: 45px;
    }

    .banner_title_inner p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .lp_banner_section {
        background-image: none;
        background-color: #0E0E10;
    }

    .banner_title_inner {
        padding-top: 30px;
    }

    .banner_title_inner h1 {
        font-size: 40px;
    }

    .banner_title_inner p {
        font-size: 18px;
    }

    .banner-btn {
        padding-bottom: 50px;
    }

    .banner-res-image {
        position: unset;
    }

    .banner-res-image div iframe {
        top: 0;
        transform: none;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner_title_inner {
        padding-top: 20px;
    }

    .banner_title_inner h1 {
        font-size: 35px;
    }

    .banner_title_inner p {
        font-size: 16px;
    }
}

/*=============================================
= Banner Section  CSS
=============================================*/

/*=============================================
= Content Section  CSS
=============================================*/

section.image-content-section {
    background-color: #F4EFE8;
}

.image-content-section {
    overflow: hidden;
}

.bg-color {
    background-color: #e7e9e6;
}

.video-img-side img {
    width: 100%;
}

.video-img-side img,
.video-img-side iframe {
    border-radius: 18px;
}

.content-side h2 {
    margin-bottom: 32px;
}

.services-listing li:not(:last-of-type) {
    margin-bottom: 12px;
}

.services-listing li {
    color: #5E5F60;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.side-badge {
    position: relative;
    z-index: 1;
}

.side-badge::before {
    position: absolute;
    content: "";
    top: -55px;
    right: -30px;
    width: 110px;
    height: 110px;
    background-image: url("/lp-asset/lp-images/biofilm-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-listing li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background-image: url("/lp-asset/lp-images/right-icon.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.side-badge {
    position: relative;
    z-index: 1;
}

.side-badge::before {
    position: absolute;
    content: "";
    top: -55px;
    right: -30px;
    width: 110px;
    height: 110px;
    background-image: url("/lp-asset/lp-images/biofilm-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.side-image-content ul {
    margin-top: 16px;
}

.video-img-side img {
    width: 100%;
}

.image_content_col1,
.image_content_col2 {
    max-width: 690px;
    width: 100%;
}

.image_content_row {
    gap: 30px;
    justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
    .side-image-content ul li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .content-side h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .content-side h2 {
        margin-bottom: 25px;
    }

    .services-listing li,
    .content-side p {
        font-size: 18px;
    }

    .services-listing li::before {
        top: 2px;
    }

    .side-badge::before {
        width: 90px;
        height: 90px;
        top: -45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .content-side {
        padding-top: 30px;
    }

    .content-side h2 {
        margin-bottom: 20px;
    }

    .side-badge::before {
        width: 70px;
        height: 70px;
        top: -35px;
        right: -25px;
    }
    .image_content_row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .image_content_col2 .content-side {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .content-side h2 {
        margin-bottom: 15px;
    }

    .services-listing li,
    .content-side p {
        font-size: 16px;
    }
    .image-content-section .container {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 575.98px) {}

/*=============================================
= Content Section  CSS
=============================================*/

/*=============================================
= Services Section  CSS
=============================================*/
.services-section {
    background-color: #e7e9e6;
}

.heading-pb {
    padding-bottom: 60px;
}

.services-title {
    margin: 0 auto;
    width: 100%;
    max-width: 1050px;
}

.common-title h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.common-title h2 span {
    color: #AF936D;
}

.service-row {
    row-gap: 30px;
}

.services-box {
    background-color: #fff;
    padding: 32px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
}

.services-box.side-badge::before {
    background-image: url("/lp-asset/lp-images/quality-logo.svg");
    width: 180px;
    height: 180px;
}

ul.order_list_items {
    margin-bottom: 12px;
}

ul.order_list_items li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 12px;
}

ul.order_list_items li:before {
    content: "";
    background-color: #AF936D;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

@media only screen and (min-width: 1367px) {
    .services-box.side-badge::before {
        top: -75px;
    }
}

@media only screen and (max-width: 1500.98px) {
    .services-box.side-badge::before {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 1366.98px) {
    .services-box.side-badge::before {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .services-box.side-badge::before {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .services-box.side-badge::before {
        width: 100px;
        height: 100px;
    }
}

.services-icon {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px 0px;
    width: fit-content;
    padding: 24px;
    border-radius: 100%;
    margin: 0 auto 32px;
}

.services-icon img {
    width: 72px;
    aspect-ratio: 1;
}

.services-box h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
    color: #323335;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 14px;
}

.services-box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #5E5F60;
}

.services-box p em {
    color: #323335;
}

.image_content_col2 .common-title h2 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1199.98px) {
    .common-title h2 {
        font-size: 50px;
    }

    .services-box {
        padding: 30px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .heading-pb {
        padding-bottom: 50px;
    }

    .services-box {
        padding: 25px;
    }

    .common-title h2 {
        font-size: 45px;
    }

    .services-box h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991.98px) {
    .heading-pb {
        padding-bottom: 40px;
    }

    .common-title h2 {
        font-size: 40px;
    }

    .services-box {
        padding: 20px;
    }

    .services-box h3 {
        font-size: 24px;
    }

    .services-box p {
        font-size: 18px;
    }

    .services-icon {
        padding: 18px;
        margin: 0 auto 26px;
    }

    .services-icon img {
        width: 62px;
    }
}

@media only screen and (max-width: 767.98px) {
    .heading-pb {
        padding-bottom: 30px;
    }

    .common-title h2 {
        font-size: 35px;
    }

    .services-box h3 {
        font-size: 22px;
    }

    .services-box p {
        font-size: 16px;
    }

    .services-icon {
        padding: 18px;
        margin: 0 auto 22px;
    }
}

@media only screen and (max-width: 575.98px) {
    .common-title h2 {
        font-size: 30px;
    }

    .services-box h3 {
        font-size: 20px;
    }

    .services-icon {
        padding: 18px;
        margin: 0 auto 12px;
    }

    .services-icon img {
        width: 52px;
    }
}

/*=============================================
= Services Section  CSS
=============================================*/
/*=============================================
= Box Section  CSS
=============================================*/

.box-row .box-col {
    background-color: #F4EFE8;
    padding: 24px;
    border-radius: 8px;
}

.box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.box-col {
    width: 100%;
    height: auto;
    max-width: calc(33.33% - 20px);
}

.last_expert_top_para_txt {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    margin-top: 24px;
    text-align: center;
}

.last_expert_top_para_txt p {
    color: #323334;
}

.box-content p {
    color: #323334;
}

.video-section .video-title {
    padding-bottom: 24px;
}

.video-section .video-title h2 {
    margin-bottom: 24px;
}

.box-content h3 {
    color: #AF936D;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    font-family: 'Montserrat', sans-serif;
}


@media only screen and (max-width: 650.98px) {
    .video-section .box-col {
        max-width: 100%;
    }
}

@media only screen and (min-width: 651px) and (max-width: 1199px) {
    .video-section .box-col {
        max-width: calc(50% - 15px);
    }
}

/*=============================================
= Box Section  CSS
=============================================*/
/*=============================================
= Doctor Section CSS
=============================================*/


section.dr-section.image-content-section {
    background-color: #1F1F1F !important;
}

.image_content_col2 .dr-content h2, 
.image_content_col2 .dr-content p {
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .image_content_col2 .dr-content h2 {
        max-width: 572px !important;
        width: 100%;
    }
}

/*=============================================
= Doctor Section CSS
=============================================*/

/*=============================================
= Appointment Section  CSS
=============================================*/

.bkg_clr_tran {
    background-color: transparent !important;
}

.appointment-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.appointment-row .appointment-col {
    max-width: calc(50% - 20px);
    width: 100%;
}

.appointment-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 18px;
    padding: 48px;
    background: #F4EFE8;
}

.appointment-content h2 {
    margin-bottom: 32px;
}

ul.contact-listing {
    margin-bottom: 20px;
}

ul.contact-listing li {
    display: flex;
    align-items: start;
    gap: 12px;
}

ul.contact-listing li:not(:last-child) {
    margin-bottom: 12px;
}

ul.contact-listing li a {
    text-decoration: none !important;
    color: #5E5F60;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}

.appointment-img {
    height: 100%;
}

.appointment-img img {
    border-radius: 18px;
    height: 439px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 30%;
}

.appointment-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-top: auto;
}

.patient_satisfaction_sec .image_content_col2 ul.order_list_items li {
    align-items: baseline;
}

.patient_satisfaction_sec .image_content_col2 ul.order_list_items li::before {
    top: 10px;
}

.patient_satisfaction_sec .image_content_col2 ul.order_list_items li p {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 140%;
}

.patient_satisfaction_sec .image_content_col2 ul.order_list_items li:last-child p{
    margin-bottom: 0 !important;
}

.order_list_items li p {
    font-weight: 600;
}

ul.contact-listing li a:hover {
    color: #AF936D;
}

@media only screen and (min-width: 991px) {
    /*.appointment-content h2 {*/
    /*    font-size: 48px;*/
    /*}*/
}

@media only screen and (max-width: 991px) {
    .appointment-row {
        gap: 24px;
    }

    .appointment-row .appointment-col {
        max-width: calc(50% - 12px);
    }

    .appointment-content {
        padding: 24px;
    }

    .appointment-content h2 {
        margin-bottom: 24px;
    }

    .appointment-content p,
    ul.contact-listing li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .appointment-row {
        flex-direction: column-reverse;
    }

    .appointment-row .appointment-col {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .appointment-content {
        padding: 15px;
    }

    ul.contact-listing li {
        gap: 5px;
    }
}

@media only screen and (max-width: 350.98px) {
    ul.contact-listing li.mail-list a {
        font-size: 15px;
    }
}

/*=============================================
= Appointment Section  CSS
=============================================*/

.dr-section .video-img-side img {
    height: 840px;
    object-fit: cover;
    object-position: top;
}

.state_of_the_art_section .video-img-side img {
    height: 501px;
    object-fit: cover;
}

.holistic_content_section .video-img-side img {
    height: 608px;
    object-fit: cover;
}

.why_choose_section .video-img-side img {
    height: 538px;
    object-fit: cover;
}

.dental_implant_section .video-img-side img {
    height: 472px;
    object-fit: cover;
}


@media only screen and (max-width: 575px) {
    .state_of_the_art_section .video-img-side img,
    .holistic_content_section .video-img-side img,
    .why_choose_section .video-img-side img,
    .dental_implant_section .video-img-side img,
    .appointment-section .appointment-img img {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .state_of_the_art_section .video-img-side img,
    .holistic_content_section .video-img-side img,
    .why_choose_section .video-img-side img,
    .dental_implant_section .video-img-side img,
    .appointment-section .appointment-img img {
        height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .dr-section .video-img-side {
        text-align: center;
    }

    .dr-section .video-img-side img {
        height: 700px;
        object-fit: contain;
        width: fit-content;
        max-height: fit-content;
    }
}

/*------------- Map Section -------------*/

.footer_google_map {
    line-height: 0;
}


@media only screen and (max-width: 575px) {
    .footer_google_map iframe {
        height: 380px;
    }
}



@media only screen and (min-width: 576px) and (max-width: 991px) {
    .footer_google_map iframe {
        height: 450px;
    }
}

/*----------------Faq Section------------------*/


.faqs-section {
    background-color: #F4EFE8;
}

.same_1140_containers {
	max-width: 1140px;
	width: 90%;
	margin: auto;
}

.faqs-section h2 {
    margin-bottom: 0;
}

.accordion {
	text-align: left;
	border: none;
	margin: 10px 0;
	width: 100%;
}

.accordion:last-child {
	margin-bottom: 0 !important;
}

.faq_section .accordion:last-child {
	margin-bottom: 0 !important;
}

.accordion a {
	color: #bea380 !important;
	text-decoration: none;
}

.accordion .toggle {
	display: block;
	padding: 15px 60px 15px 0;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #bea380;
	background-color: transparent !important;
	width: 100%;
	text-align: left;
	position: relative;
	cursor: pointer;
    font-family: Montserrat;
}

.accordion .toggle:before {
	content: "+";
	color: #bea380;
	font: 300 30px/1 Roboto, sans-serif;
	width: 50px;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (max-width: 767px) {
	.accordion .toggle:before {
		top: 50%;
	}
}

.accordion.home_FAq h3:hover {
	color: #bea380 !important;
}

.accordion .toggle:hover h2,
.accordion .toggle:hover h3 {
	color: #bea380;
}

.accordion p,
.accordion ul li {
	color: #45423D;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}

.accordion .toggle:hover:before {
	color: #bea380;
	transition: 1s;
}

.accordion .toggle:hover:before:before {
	color: var(--black_color);
}

.accordion .toggle.active:before {
	/* -webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg); */
	content: "-" !important;
}

.accordion .h3 {
	font-size: 36px;
}

.accordion>div {
	display: none;
	/* padding: 0 20px 0px 0; */
	/* max-width: 1000px; */
}

.accordion>div p:first-of-type {
	padding-top: 20px;
}

.accordion [type=button]:focus,
.accordion [type=button]:hover,
.accordion [type=submit]:focus,
.accordion [type=submit]:hover,
.accordion button:focus,
.accordion button:hover {
	color: unset !important;
	background-color: transparent !important;
	text-decoration: none;
}

.home_FAq h3.toggle.active {
	color: #bea380 !important;
}

.home_FAq h3 {
	color: #45423D !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	list-style: none;
	display: list-item;
	text-align: left !important;
	padding-bottom: 10px;
	padding-top: 10px;
}

.home_FAq .toggle:hover h3 {
	color: #bea380;
}

.accordion.htag_txt h4 {
	margin: 10px 0px;
}

.faq_video_details {
	margin-top: 30px;
	margin-left: 0;
	padding-left: 20px;
	position: relative;
}

.accordion-content {
	padding-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.accordion h3 {
		font-size: 18px !important;
	}
}

@media (max-width: 600px) {
	.same-width-1140 {
		width: 100% !important;
		padding: 0 26px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.accordion h3 {
		font-size: 20px !important;
	}
}

@media (max-width: 767px) {
	.faq_video_details {
		margin-top: 30px;
		width: 100%;
	}

	.accordion p,
	.accordion ul li {
		color: #45423D;
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.accordion h3 {
		font-size: 22px !important;
	}

	.faq_video_details {
		margin-top: 30px;
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.same_container_1075 {
		max-width: 100% !important;
		width: 100%;
		padding: 0 30px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1175px) {
	.same_container_1075 {
		max-width: 100% !important;
		width: 100%;
		padding: 0 40px !important;
	}
}

@media (max-width: 991px) {
	.faq_section {
		padding: 40px 0px 40px;
	}
}

/*----------------Faq Section------------------*/

