body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #222222;
}
body a {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    box-shadow: none;
}
body a:hover {
    text-decoration: none;
}
body .container {
    max-width: 1330px;
}
p {
    font-weight: 400;
    color: #222222;
    line-height: 1.9;
    margin-bottom: 15px;
}
body p{
    font-family: 'Montserrat', sans-serif;
}
p:last-child {
    margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-family: 'Montserrat', sans-serif;
}
.img-wrapper img{
    width: 100%
}

.referral-form-section{
    padding: 20px 20px 35px;
    background: #fff;
    max-width: 1200px;
    margin: 50px auto;
    border: 1px solid #e1e2e5;
    box-shadow: 0 5px 65px 0 rgb(63 63 68 / 10%);
    border-radius: 3px;
}

.orthodontics-video-main{
    max-width: 700px;
    margin: 0 auto;
}
.orthodontics-video-content{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.orthodontics-video-content video,
.orthodontics-video-content iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.orthodontics-faq-main{
    max-width: 600px;
    margin: 40px auto;
}
.orthodontics-faq-content{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.orthodontics-faq-content video,
.orthodontics-faq-content iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 767px){
    .orthodontics-faq-main{
        margin: 30px auto
    }
}

#sp-header .blue-btn-bg{
    margin: 0;
}
.wi-100 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.page-template-lp_invisalign .container {
    max-width: 69.9%;
}
/* lp header start*/
.lp_header_main {
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.lp_header_main .header-right {
    text-align: right;
}
.header_logo{
    padding: 8px 0;
    border-bottom: 1px solid #8A909D;
}
.button-header .lp_defult_btn{
    font-size: 15px;
    padding: 10px 24px;
    line-height: 1.45;
    background: #0C426C;
}
/* .lp_header_main .header-right a{
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 16px;
    background: #222222;
    border-radius: 5px;
    padding: 15px 27px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
} */
/* lp header end*/
/* lp banner start */
.lp-banner-section {
    background: url('/wp-content/uploads/2021/09/orthodontics-banner-bg01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 575px;
    position: relative;
    z-index: 11;
}
.lp-banner-section::before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
    z-index: -9;
}
.lp-banner-section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.06;
    z-index: -9;
}
.lp-banner-section .lp-banner_main {
    display: table;
    width: 100%;
    min-height: inherit;
}
.lp-banner-section .lp-banner-main-content {
    display: table-cell;
    vertical-align: middle;
}
.lp-banner-text {
    max-width: 625px;
}
.lp-banner-text.lp-inner-text-main p {
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.5;
    margin: 0 0 40px;
}
.bs-example {
    max-width: 1120px;
    margin: 0 auto;
}
/* .lp-banner-text .lp_defult_btn{
    background: #222;
}
.lp-banner-text .lp_defult_btn:hover{
    background: #36C0D9;
} */
/* .lp-banner-text .lp_defult_btn{
    background: #222;
} */
/* lp banner end */
/* special offer start */
/*.special-offer-section {*/
/*    background: url('/wp-content/uploads/2021/04/special-offer-scaled.jpg');*/
/*    background-size: cover;*/
/*    background-position: left;*/
/*    background-repeat: no-repeat;*/
/*}*/
/* special offer end */
/* why do start */
.why-do-section .lp-text-list {
    max-width: 750px;
    margin: 0 auto;
}
.header-detail{
    text-align: right;
}
.header-detail span,
.header-detail p,
.header-detail>a{
    font-size: 15px;
    font-weight: 600;
    color: #4b6776;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}
.header-detail p,
.header-detail>a{
    color: #222;
    font-weight: 500;
    margin: 0;
}
.header-detail span a {
    color: #4b6776;
}
/* why do end */
.lp-main-section-padding {
    padding: 20px 0;
}
.lp-main-section-first-padding {
    padding-top: 0!important;
}
.lp-main-section-half-padding {
    padding: 50px 0;
}
.lp-section-text-center {
    text-align: center;
}
.lp-inner-text-main h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.lp-inner-text-main h2 {
    font-size: 25px;
    line-height: 1.5;
    padding: 0;
    margin: 0 auto 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #36C0D9;
    max-width: 500px;
}
/* .lp-inner-text-main h2[data-title] {
    padding: 60px 0 0 0;
}
.lp-inner-text-main h2::before {
    position: absolute;
    content: attr(data-title);
    color: #F2F2F2;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 90px;
    z-index: -1;
    font-family: 'Arial';
    font-weight: bold;
} */
.lp-inner-text-main h3 {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.lp-inner-text-main p {
    font-size: 16px;
    line-height: 2.12;
    color: #222222;
    margin: 0 0 20px 0;
}
.lp-color-white h2,
.lp-color-white h3,
.lp-color-white p {
    color: #fff;
}
.lp-color-white .lp_defult_btn {
    background: #fff;
    color: #222;
}
.lp-text-list {
    padding: 0;
}
.lp-text-list li {
    font-size: 16px;
    line-height: 2.12;
    color: #222222;
    padding: 0 0 0 30px;
    list-style-type: none;
    position: relative;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.lp-text-list li:not(:last-child) {
    margin: 0 0 20px 0;
}
.lp-text-list li::before {
    content: '';
    background: url(/wp-content/uploads/lp_images/check.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.lp_defult_btn {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 15px;
    background: #F87E3A;
    border-radius: 5px;
    padding: 13px 27px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid transparent;
}
.text-content-box {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.white-bg-back a:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
.white-bg-back a{
    border: 2px solid transparent;
}
.offer-payment-box {
    background-color: #252525;
    padding: 25px 0;
}
.offer-payment-box .text-content-box h2 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    text-transform: uppercase;
    margin-bottom: 0;
}
.call-now {
    margin-left: 80px;
}
.call-now a {
    display: inline-block;
    background-color: #F87E3A;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 14px;
    padding: 14px 26px;
    font-weight: 700;
    border: 2px solid transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.call-now a:hover {
    border: 2px solid #fff;
    background-color: transparent;
}
.blue-btn-bg {
    margin-top: 30px;
}
.blue-btn-bg .lp_defult_btn {
    background: #0C426C;
}
.blue-btn-bg .lp_defult_btn:hover{
    background-color: transparent;
    border: 2px solid #0C426C;
    color: #0C426C;
}
.lp_treatment_section .section_title_content {
    margin-bottom: 30px;
}
.lp_treatment_section .lp_title_border {
    margin: 20px auto 0;
}
.lp_treatment_form {
    background: #E6F3EC;
    border-radius: 10px;
    padding: 26px 31px 31px 31px;
    width: 100%;
    max-width: 681px;
    margin: 0 auto;
}
.treatment-choose {
    display: flex;
    align-items: center;
}
.lp_treatment_form p {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #414D5B;
    margin: 0 0 16px;
}
.treatment-choose select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    max-width: 450px;
    padding: 0 21px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #808080;
    margin: 0 20px 0 0;
}
.treatment-choose select:focus {
    outline: none;
}
.lp_treatment_form .defult_btn {
    width: 100%;
    max-width: 150px;
    text-align: center;
}
#accordion {
    padding-left: 20px;
}
.accordion-card {
    border-bottom: 2px solid #F3F3F3;
}
.accordion-btn {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    position: relative;
}
.accordion-btn::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 24px;
    background-color: #0C426C;
    border-radius: 50px;
}
.accordion-btn.collapsed {
    color: #333333;
    background: transparent;
}
.accordion-btn:focus {
   outline: none;
}
.accordion-btn img {
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-content {
    padding: 12px 30px 0 0;
}
.accordion-content p {
    color: #222222;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    #accordion {
        padding: 0;
    }
    .accordion-btn::before {
        left: 0;
    }
    .accordion-btn {
        padding: 20px 15px;
    }
    .accordion-content {
        padding: 8px 0 0 15px;
    }
    .accordion-btn img {
        right: 0;
        font-size: 12px;
    }
}



.lp_defult_btn:hover {
    background: #222;
    color: #fff;
}
.image-border-radius {
    border-radius: 20px;
}
.about-section{
    background: #F6F7F9;
}
.about-section .lp-inner-text-main{
    max-width: 900px;
    margin: 0 auto;
}
.image-left,
.about-section .lp-about-text-main {
    /* padding: 0 55px 0 0; */
    text-align: center;
}
.about-image-video{
    max-width: 527px;
    margin-left: auto;
    margin-right: 0;
}
.about-responsive-img {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.about-responsive-img iframe,
.about-responsive-img video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.image-right {
    padding: 0 0 0 55px;
}
body .lp-margin-bottom {
    margin: 0 0 40px 0;
}
.dr-slide-img img{
    width: 100%;
}
.doctor-slide-text {
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #DEE5EB;
}
.doctor-slide-text h3 {
    margin: 0;
    font-size: 18px;
    line-height: 2.22;
    font-weight: 700;
    color: #0C426C;
    font-family: 'Montserrat', sans-serif;
}
.about-section .container{
    max-width: 1500px;
}
.dr-section-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0 50px;
}
.dr-section-slider{
    margin: 0 -15px;
}
.dr-section-slide{
    padding: 0 15px;
}
.dr-arrow{
    display: inline-block;
    padding: 0;
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 0;
    border: 1px solid rgba(29,53,87,0.2);
    border-radius: 100%;
    margin: 0 7px;
    outline: none!important;
}
.dr-arrow-next img{
    transform: rotate(180deg);
}
/* footer start */
.lp-section-footer{
    background: #252525;
    padding: 30px 0;
}
.lp-section-footer .bg-w-btn{
    font-size: 16px;
    color: #fff;
    background: #F87E3A;
    padding: 13px 30px;
    font-weight: 700;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all 0.3s;
}
.lp-section-footer .bg-w-btn:hover{
    border-color: #F87E3A;
    background: transparent;
    color: #F87E3A;
}
.lp-section-footer p{
    text-align: right;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: 'Arial Regular';
}
/* footer end */
/* .about-responsive-img {
    display: none;
}
 */
.page-default-btn {
    position: fixed;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.page-default-btn a {
    padding: 16px 0;
    text-align: center;
    color: #fff;
    background: #0c426c;
    box-shadow: 0 0 15px rgb(84 84 84 / 40%) !important;
    width: 100%;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
}
.page-default-btn a img {
    max-width: 15px;
    margin-left: 5px;
}
.about-text-btn{
    margin-top: 54px;
}

.dr-section-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0 50px;
}
.dr-section-slider{
    margin: 0 -15px;
}
.dr-section-slide{
    padding: 0 15px;
}
.dr-arrow{
    display: inline-block;
    padding: 0;
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 0;
    border: 1px solid rgba(29,53,87,0.2);
    border-radius: 100%;
    margin: 0 7px;
    outline: none!important;
}
.dr-arrow-next img{
    transform: rotate(180deg);
}

/* treatment section */
.all-age-treatment-wrapper{
    background: #F6F7F9;
    padding: 60px 0;
}
.tretment-box {
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
}
.tretment-box h4 {
    font-size: 24px;
    line-height: 1.41;
    text-transform: uppercase;
    font-weight: 600;
    color: #0C426C;
    margin: 0 0 12px;
}
.tretment-box h5 {
    font-size: 18px;
    line-height: 1.88;
    color: #222222;
    font-weight: 700;
    margin: 0 0 12px;
}
.tretment-box p {
    font-size: 16px;
    line-height: 1.87;
    font-weight: 500;
    color: #222222;
}
.tretment-text {
    margin: 30px 0 0;
}

/* treatment section */
.all-between-treatment-wrapper{
    background: #0C426C;
    padding: 60px 0;
}
.all-between-treatment-wrapper .lp-inner-text-main h2{
    color: #fff;
}
.between-treatment-box {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}
.between-treatment-box h4 {
    font-size: 28px;
    line-height: 1.30;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
}
.between-treatment-box h5 {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px;
}
.between-treatment-box p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 400;
    color: #Fff;
}
.between-treatment-text {
    margin: 30px 0 0;
}

.treatment-slider .slick-dots{
    bottom: -50px;
}
.treatment-slider .slick-dots li, .treatment-slider .slick-dots li button, .treatment-slider .slick-dots li button::before {
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 0;
    border-radius: 10px;
}
.treatment-slider .slick-dots li button::before {
    background: #0C426C;
    opacity: 0.25;
}
.treatment-slider .slick-dots li.slick-active button::before{
    opacity: 1;
}
.all-between-treatment-wrapper .treatment-slider .slick-dots li button::before {
    background: #fff;
    opacity: 0.25;
}
.all-between-treatment-wrapper .treatment-slider .slick-dots li.slick-active button::before{
    opacity: 1;
}

@media only screen and (max-width: 767px){
    .tretment-box h4 {
        font-size: 20px;
    }
    .tretment-box h5 {
        font-size: 16px;
    }
    .tretment-box p {
        font-size: 14px;
    }
    .between-treatment-box h4 {
        font-size: 20px;
    }
    .between-treatment-box h5 {
        font-size: 16px;
        margin: 0 0 ;
    }
    .between-treatment-box p {
        font-size: 14px;
    }
}


@media only screen and (min-width: 576px) {
    .page-default-btn {
        display: none;
    }
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1199px) {
    body .lp-margin-bottom {
        margin: 0 0 30px 0;
    }
    .lp-inner-text-main h3 {
        font-size: 20px;
    }
    .lp-main-section-half-padding {
        padding: 50px 0;
    }
    .lp_header_main {
        padding: 30px 0;
    }
    .lp-banner-section {
        /* padding-top: 116px; */
        min-height: 384px;
    }
/*     .lp-main-section-padding {
        padding: 70px 0;
    } */
    .image-left,
    .about-section .lp-about-text-main {
        padding: 0;
    }
    .image-left,
    .image-right {
        padding: 0;
    }
    .special-offer-section {
        background-position: left;
    }
    .lp-main-section-half-padding {
        padding: 50px 0;
    }
    .doctor-slide-text {
        padding: 10px 15px;
    }
    .doctor-slide-text h3 {
        font-size: 16px;
    }
    .lp-text-list li:not(:last-child) {
        margin: 0 0 15px 0;
    }
    .lp-text-list li{
        font-size: 17px;
        line-height: 1.5;
    }
    /* .lp-inner-text-main h2 {
        font-size: 32px;
        margin: 0 0 30px;
    } */
    .lp-inner-text-main p{
        font-size: 17px;
    }
    .footer-widgets.em-second {
        padding: 0;
    }
    .footer-widgets.em-third {
        float: left;
    }
}
@media only screen and (max-width: 991px) {
    .about-image-video{
        margin: 0;
    }
/*     body .lp-margin-bottom {
        margin: 0 0 20px 0;
    } */
    .call-now {
        margin-left: 25px;
    }
    .offer-payment-box .text-content-box h2{
        font-size: 17px;
    }
    .about-text-btn{
        margin: 0;
    }
    /* .lp-inner-text-main h2 {
        font-size: 25px;
    } */
    .image-border-radius {
        border-radius: 10px;
    }
    .lp-banner-section {
        background-position: 70%;
    }
    .lp-inner-text-main h3 {
        font-size: 18px;
    }
    .lp_header_main {
        padding: 20px 0;
    }
    /* .lp-banner-section {
        padding-top: 96px;
    } */
    .lp-banner-text {
        max-width: 540px;
    }
    .lp-banner-text.lp-inner-text-main p {
        font-size: 18px;
    }
    /* .lp-main-section-padding {
        padding: 50px 0;
    } */
    .lp-inner-text-main h1 {
        font-size: 48px;
    }
    .image-left,
    .image-right {
        margin: 0 0 40px 0;
    }
    .special-offer-section {
        background: none;
    }
    /* .special-offer-section{
        padding: 0;
    } */
    /* .special-offer-section .container .row {
        background: #022150;
        margin: 0;
    } */
    /* .special-offer-section .container .row>div .lp-inner-text-main {
        padding: 0 20px 25px 20px;
    } */
    .about-responsive-img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .about-responsive-img{
        text-align: initial;
    }
    .about-responsive-img {
        margin-bottom: 30px;
    }
    /* .lp-color-white h2, .lp-color-white h3, .lp-color-white p{
        color: #222;
    }
    .lp-color-white .lp_defult_btn{
        background: #5585CC;
        color: #fff;
    } */
    .lp-inner-text-main p{
        font-size: 16px;
    }
    .lp-section-footer .bg-w-btn{
        padding: 8px 25px;
        font-size: 14px;
        display: table;
        margin-left: auto;
    }
    .lp-section-footer p{
        text-align: center;
        margin: 25px 0 0;
    }
    .d-tablate-none{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .responsive-img-none{
        display: none;
    }
    .offer-payment-box .text-content-box h2,
    .call-now{
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .call-now{
        margin: 30px 0 0;
    }
    .lp-banner-section {
        position: relative;
    }
    .lp-banner-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 1;
    }
    .lp-banner-text {
        max-width: 510px;
    }
    .lp-inner-text-main h1 {
        font-size: 40px;
    }
    .lp_defult_btn {
        padding: 12px 25px;
        font-size: 15px;
    }
    .lp-inner-text-main p,
    .lp-text-list li {
        font-size: 16px;
    }
    .doctor-slide-text h3 {
        font-size: 15px;
        line-height: 1.5;
    }
    .footer-widgets p,
    .footer-widgets ul li {
        font-size: 14px;
    }
    .em-footer {
        padding: 25px 0 82px;
    }
    .contact-form-main .contact-form-group{
        max-width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .lp_header_main .header-right a {
        padding: 12px 0;
        width: 100%;
        font-size: 14px;
    }
    /* .lp-inner-text-main h2[data-title] {
        padding: 40px 0 0 0;
    }
    .lp-inner-text-main h2::before {
        font-size: 70px;
    } */
}
@media only screen and (max-width: 575px) {
    body .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .page-template-lp_invisalign .lp_header_main .container {
        max-width: 100%;
    }
    .page-template-lp_invisalign .container {
        max-width: 90%;
    }
    /* .lp-main-section-padding {
        padding: 40px 0;
    } */
    .lp-inner-text-main h1 {
        font-size: 36px;
    }
    .lp-inner-text-main h2 {
        font-size: 23px;
    }
    .lp-banner-text {
        max-width: 540px;
    }
    .lp-banner-text.lp-inner-text-main p {
        font-size: 16px;
    }
    .image-left,
    .image-right {
        padding: 0;
        margin: 0 0 25px 0;
    }
    .image-border-radius {
        border-radius: 10px;
    }
    .footer-widgets h3 {
        font-size: 18px;
    }
    .em-footer-logo,
    .footer-widgets {
        text-align: center;
    }
    .footer-widgets {
        margin: 10px 0;
    }
    .footer-widgets.em-third {
        float: none;
        max-width: 100%;
    }
    .em-footer .site-info {
        margin: 20px 0 0 0;
    }
    .lp-section-footer > .container > .row > div{
        text-align: center;
        margin: 0 0 20px;
    }
    .lp-section-footer .bg-w-btn{
        display: inline-block;
    }
    .lp-text-list li::before{
        width: 16px;
        height: 16px;
    }
    .lp-section-footer {
        padding: 30px 0 84px;
    }
    .lp-section-footer p{
        margin: 0;
    }
}
@media only screen and (max-width: 480px) {
    .lp_header_main .header-right a {
        padding: 10px 30px;
        width: auto;
    }
    .lp_header_main .header-right a span {
        display: none;
    }
    .button-header .lp_defult_btn span{
        display: none;
    }
    .lp-section-footer .bg-w-btn span{
        display: none;
    }
}
/* form design */
.contact-form-title h2{
    margin: 0 0 30px;
}
.contact-form-video{
    max-width: 800px;
    margin: 30px auto 0;
}
.contact-form-video-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.contact-form-video-inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
iframe{
    width: 100%;
    margin: 0;
}
.contact-form-main .contact-label{
    font-size: 14px;
    font-weight: 500;
    /* width: 100%; */
    color: #222;
    margin: 0;
}
.contact-form-main input.contact-input {
    border-radius: 5px;
    background: rgba(244,255,116,.3);
    height: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 2px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    outline: none;
}
.contact-form-main input.contact-input:focus{
    background: #FFFF9D;
}
.contact-form-main .contact-form-inner{
    padding: 0;
    /* border: 1px solid; */
    /* margin-top: 40px; */
    border-radius: 15px;
    
}
.contact-form-heading h2{
    font-size: 22px;
    text-align: center;
    padding: 20px;
    background: #0c426c;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}
/* .contact-form-main .contact-form-inner .form{
    padding: 40px 40px 30px;
} */
.contact-form-main .footer-group-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.contact-form-main .contact-form-group{
    max-width: 33.33%;
    flex: 0 0 100%;
    padding: 0 4px;
    margin: 0 0 5px;
}
.contact-form-main .contact-form-group.w-100-design{
    max-width: 100%;
    flex: 0 0 100%;
}
.contact-form-main .contact-form-group.w-66-design{
    max-width: 66.66%;
    flex: 0 0 66.66%;
}
.contact-form-main .contact-form-group.w-60-design{
    max-width: 60%;
    flex: 0 0 60%;
}
.w-50-design{
    max-width: 50%;
    flex: 0 0 50%;
}
.contact-form-main .contact-form-group.w-40-design{
    max-width: 40%;
    flex: 0 0 40%;
}
.contact-form-main .form-captcha{
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 0;
}
.contact-form-main .form-captcha > div{
    margin: 0 auto;
}
.contact-form-btn input{
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 16px;
    background: #36C0D9;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 8px 30px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.contact-form-btn input:hover,
.contact-form-btn input:focus{
    background: transparent;
    color: #36C0D9;
    border-color: #36C0D9!important;
    outline: none;
}
.contact-form-main .contact-form-btn{
    display: inline-block;
    margin: 10px auto 30px;
    width: calc(100% - 30px);
    text-align: center;
}
@media only screen and (max-width: 991px){
    .contact-form-video-inner{
        margin: 0 0 30px;
    }
    /* .lp-res-form-title{
        display: none;
    } */
    .contact-form-main .contact-form-inner{
        /* max-width: 600px; */
        margin: 0 auto;
        border-radius: 20px;
    }
    .contact-form-main .contact-form-group{
        max-width: 50%;
    }
}
@media only screen and (max-width: 600px){
    /* .contact-form-main .contact-form-inner .form{
        padding: 30px 25px;
    } */
    .contact-form-main .contact-form-group{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 480px){
    .contact-form-main .form-captcha > div{
        transform: translateX(-50%) scale(0.7);
        left: 50%;
        position: relative;
        margin: 0;
    }   
}

.appointment-dr-wrap p{
    text-align: center;
    color: #212529;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px;
}
.rf-redio-main-section {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
}
.rf-redio-main-section::before{
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212529;
}
.rf-redio-main-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212529;
}
.rf-radio-content{
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 1px;
}
/* .rf-radio-content:not(:last-child) {
    margin-right: 5px;
} */
.rf-radio-content input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.rf-radio-content input:checked + h2{
    background: #36C0D9;
    color: #fff;
}
.rf-radio-content h2{
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    background: #feffed;
}
.rf-radio-section{
    display: inline-block;
    padding: 0;
    width: 50%;
    line-height: 20px;
    text-align: center;
}
.rf-radio-section {
    padding: 5px 0;
}
.rf-radio-section-main-first{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
body .rf-radio-section-main-two{
    max-width: 280px;
}




.lise-main-content {
    margin-bottom: 15px;
}
.rf-checkbox-main{
    padding: 20px 10px 0;
}
.rf-checkbox-option {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #212529;
    margin: 15px 0;
}
.rf-checkbox-option > h2{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    line-height: 1.6;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}
.rf-checkbox-option .w-50-check-design{
    max-width: 50%;
    width: 100%;
}
.rf-checkbox-option .rf-checkbox-primary{
    margin-bottom: 0;
    position: relative;
}
.rf-checkbox-option .rf-checkbox-primary input[type="checkbox"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rf-checkbox-option .rf-checkbox-primary input[type="checkbox"]{
    cursor: pointer;
    vertical-align: middle;
    opacity: 0;
}
.rf-checkbox-option .rf-checkbox-primary input[type="checkbox"]:checked + span{
    background: #36C0D9;
    border-color: #36C0D9;
}
.rf-checkbox-option .rf-checkbox-primary input[type="checkbox"]:checked + span::before{
    content: '';
    background: url('/wp-content/uploads/2023/08/input-check-icon.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.rf-checkbox-option .rf-checkbox-primary span{
    width: 13px;
    height: 13px;
    border: 1px solid #4F4F4F;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    background: #fefff2;
    position: relative;
    float: left;
    margin: 7px 7px 7px 0;
}
/* .other-primary.rf-checkbox-option .rf-checkbox-primary,
.other-primary{
    width: 100%;
} */
.rf-checkbox-option .rf-checkbox-primary label.input-check-label{
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    display: block;
    overflow: hidden;
    line-height: 1.9;
}
.rf-checkbox-option .rf-checkbox-other-primary span{
    float: none;
    margin: 0;
}
.rf-checkbox-option .rf-checkbox-other-primary label.input-check-label{
    display: inline-block;
    overflow: auto;
    line-height: normal;
}
.review-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #212529;
}
.rf-checkbox-option .rf-checkbox-primary .other-primary{
    display: inline-block;
    position: relative;
}
.rf-checkbox-option .rf-checkbox-primary .other-primary-input{
    background: rgba(244,255,116,.3);
    height: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 2px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    outline: none;
}
.rf-checkbox-option .rf-checkbox-primary .other-primary-input:focus{
    background: #FFFF9D;
}
.rf-checkbox-option .rf-checkbox-primary .other-primary-input{
    max-width: calc(100% - 64px);
}
@media only screen and (max-width: 767px){
    .rf-checkbox-option .w-50-check-design{
        max-width: 100%;
    }
}

.rf-textarea-primary{
    border: 1px solid #212529;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 20px 0 0;
}
.rf-textarea-primary .input-check-label {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    line-height: 1.6;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 5px;
    display: inline-block;
    width: 100%;
}
.rf-textarea-primary .input-check-label + textarea {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    background: #fcffd5;
    border-radius: 0;
}
.rf-textarea-primary .input-check-label + textarea:focus{
    background: #FFFF9D;
}


.rf-radiographs-checkbox{
    margin: 20px 0;
}
.rf-radiographs-checkbox > h2{
    width: auto;
}
.rf-radiographs-checkbox .rf-checkbox-primary {
    margin: 0 0 0 5%;
} 

.contact-information h2{
    font-size: 20px;
    font-weight: 700;
    color: #36C0D9;
    text-align: center;
    margin: 0;
}
@media only screen and (max-width: 767px){
    .contact-information h2 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    .contact-info{
        flex-wrap: wrap;
    }
    .contact-information h2 {
        text-align: left;
        margin: 0 0 10px;
    }
    .contact-info p{
        width: 100%;
    }
}


.contact-info {
    display: flex;
    justify-content: space-around;
    max-width: 670px;
    margin: 0 auto;
}
.contact-info p,.contact-info p a {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin: 0;
}
@media only screen and (max-width: 767px){
    .contact-info p, .contact-info p a {
        font-size: 15px;
    }
}


.footer-content a {
    color: #Fff;
    padding: 8px 0;
    background: #36C0D9;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
@media only screen and (max-width: 1300px){
    .referral-form-section{
        max-width: 90%;
    }
}
@media only screen and (max-width: 767px){
    .referral-form-section{
        max-width: 100%;
    }
    .rf-radiographs-checkbox .rf-checkbox-primary{
        width: 100%;    
        margin: 0;
    }
    .footer-content a{
        font-size: 13px;
    }
    .referral-form-section{
        margin: 50px 20px;
    }
}
@media only screen and (max-width: 575px){
    .header__branding{
        text-align: center;
        margin: 0 0 30px;
    }
    .header__branding img{
        max-width: 250px;
        width: 100%!important;
    }
    .referral-form-section{
        margin: 30px 15px;
    }
    .referral-form-section{
        padding: 20px 0 35px;
    }
    .header-detail{
        text-align: center;
    }
    .header-detail p br{
        display: none;
    }
    .contact-form-main input.contact-input{
        max-width: 100%!important;
    }
    .contact-form-main .contact-form-group.w-66-design,
    .contact-form-main .contact-form-group.w-60-design,
    .contact-form-main .contact-form-group.w-40-design{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .rf-redio-main-section{
        max-width: 250px;
    }
}