/*@font-face {
    font-family: 'Avenir Next';
    src: url('AvenirNext-Medium.eot');
    src: url('./wp-content/uploads/2023/02/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
        url('./wp-content/uploads/2023/02/AvenirNext-Medium.woff2') format('woff2'),
        url('./wp-content/uploads/2023/02/AvenirNext-Medium.woff') format('woff'),
        url('./wp-content/uploads/2023/02/AvenirNext-Medium.ttf') format('truetype'),
        url('./wp-content/uploads/2023/02/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('AvenirNext-DemiBold.eot');
    src: url('./wp-content/uploads/2023/02/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('./wp-content/uploads/2023/02/AvenirNext-DemiBold.woff2') format('woff2'),
        url('./wp-content/uploads/2023/02/AvenirNext-DemiBold.woff') format('woff'),
        url('./wp-content/uploads/2023/02/AvenirNext-DemiBold.ttf') format('truetype'),
        url('./wp-content/uploads/2023/02/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}*/
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --Avenir_Next_font: 'Vollkorn, serif';
}
body{
/*    font-family: var(--Avenir_Next_font) !important;*/
font-family: "Vollkorn", serif !important;
}
/*--------------------*/
.invisalign_event_sec {
    padding: 50px;
    background: linear-gradient(0deg,rgba(6, 76, 57, 1) 0%, rgba(5, 51, 38, 1) 100%);;

}
.invisalign_event_container {
    max-width: 830px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}
.invisalign_event_overlay {
    background-image: url(/lp-asset/lp-images/invisalign-offer-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    border-radius: 25px 25px 0 0;
    right: 0;
    background-position: center;
}
.invisalign_event_row .invisalign_event_inner_module1 {
    padding: 150px 30px 30px;
    position: relative;
}
.invisalign_event_module h2, .invisalign_event_module p, .invisalign_event_module h4 {
    color: #fff;
}
.invisalign_event_logo img {
    filter: brightness(50);
    width: 100%;
    max-width: 300px;
}
.invisalign_event_first_heading h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    color: #FCF06F;
    position: relative;
}
.invisalign_event_second_subheading p {
    font-size: 30px;
    font-weight: 600;
/*    font-style: italic;*/
}
.invisalign_event_fifth_heading .disclaimer-msg p {
    /*color: #fff;*/
    font-size: 15px;
    font-family: "Poppins", Sans-serif !important;
}
.invisalign_event_third_offer {
    display: flex;
    align-items: center;
    justify-content: center;
}
label.input-label {
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    font-family: "Vollkorn", serif;
}
p.full_big_txt {
    font-size: 35px;
    line-height: normal;
    font-weight: 600;
    color: #fcf06f;
}
p.small_big_txt {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    margin-left: 10px;
}
.invisalign_event_fourth_spot h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}
.invisalign_event_third_offer img {
    width: 190px;
    height: 100%;
}
.invisalign_event_second_subheading p span {
    color: #064c39;
}
.invisalign_event_third_offer {
    position: absolute;
    top: 10px;
    right: 10px;
}
/*.invisalign_event_fifth_heading {*/
/*    padding: 30px;*/
/*    background-color: #fff;*/
/*    border-radius: 20px;*/
/*}*/
.location-table {
    padding: 50px 30px 45px;
    background-color: #fff;
    border-radius: 15px;
    display: inline-block !important;
}
.invisalign_event_inner_module1 {
    position: relative;
}
.invisalign_event_first_heading.mb-4 {
    position: relative;
}
.invisalign_event_second_subheading.mb-4 {
    position: relative;
    position: relative;
}
.invisalign_event_inner_module2 {
    background-color: #0f0f0f;
    box-shadow: rgba(0, 0, 0, 0.65) 0px -20px 20px;
    position: relative;
    padding: 0 50px 30px;
    border-radius: 0 0 25px 25px;
}
.invisalign_event_sixth_heading a {
    background-color: #064c39;
    color: #fff !important;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 20px auto auto auto;
    font-size: 16px;
    text-decoration: none;
    border-radius: 7px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .invisalign_event_sec {
        padding: 30px 20px;
    }
    .invisalign_event_first_heading h2 {
        font-size: 28px;
    }
    .invisalign_event_second_subheading p {
        font-size: 17px;
    }
    .invisalign_event_third_offer {
        display: block !important;
    }
    .invisalign_event_fourth_spot h4 {
        font-size: 30px;
    }
    .invisalign_event_row .invisalign_event_inner_module1 {
        padding: 40px 20px 10px;
    }
    .location-table .row {
        margin: 0;
        padding: 0;
    }
    .location-table .row .col-12 {
        padding: 0;
    }
    .location-table .table {
        display: block !important;
    }
.location-table .row .col-xl-12 {
    padding: 0;
}
.location-table .row .col-xl-12 .continue-btn.text-center {width: -webkit-fill-available;}
.location-table .row .col-xl-12 .continue-btn.text-center button {min-width: 100%;}
    .location-table {
        padding: 30px 20px 25px;
    }
    .invisalign_event_inner_module2 {
        padding: 0 20px 30px;
    }
}
.invisalign_event_logo {
    margin-bottom: 60px;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .invisalign_event_sec {
        padding: 40px 30px;
    }
    .invisalign_event_first_heading h2 {
        font-size: 32px;
    }
    .invisalign_event_second_subheading p {
        font-size: 22px;
    }
    .location-table {
        padding: 40px 30px 30px !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
        .invisalign_event_row .invisalign_event_inner_module1 {
        padding: 40px 30px 10px;
    }
}
@media only screen and (max-width: 575px) {
    .invisalign_event_third_offer img {
        width: 140px;
    }
    .invisalign_event_third_offer {
        position: relative;
        top: 0;
        right: 0;
    }
    .location-table {
        padding: 50px 15px 10px;
    }
    .location-table .table {
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .invisalign_event_third_offer img {
        width: 140px;
    }
}
@media only screen and (max-width: 767px) {}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .invisalign_event_third_offer img {
        width: 150px;
    }
    .invisalign_event_first_heading h2 {
        font-size: 50px;
    }
    .invisalign_event_second_subheading p {
        font-size: 27px;
    }
}
@media only screen and (max-width: 991px) {}
@media only screen and (min-width: 992px) and (max-width: 1024px) {}
@media only screen and (min-width: 1025px) and (max-width: 1140px) {}
@media only screen and (min-width: 1141px) and (max-width: 1280px) {}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {}
@media only screen and (min-width: 1681px) and (max-width: 1880px) {}
@media only screen and (min-width: 768px) {
    .invisalign_event_logo img {
        left: 0px;
        position: relative;
    }
}
@media only screen and (max-width:768.5px){
    .invisalign_event_second_subheading p br{
        display: none;
    }
}
