@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Arial';
    src: url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
         url('fonts/ArialMT.woff2') format('woff2'),
         url('fonts/ArialMT.woff') format('woff'),
         url('fonts/ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
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;
}
img{
    max-width: 100%;
    height: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-family: 'Montserrat', sans-serif;
}
.img-wrapper img{
	width: 100%
}

.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*/
.top-bar {
	background-color: #F05627 !important;
	color: #ffffff !important;
	transition: 1s;
	padding: 10px 30px;
}
.top-bar p {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: .5px;
    line-height: 1.7;
	width: 100%;
    font-family: 'Bitter', serif;
}
.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: 15px 0;
}
.button-header .lp_defult_btn{
    font-size: 15px;
    padding: 10px 24px;
    line-height: 1.45;
    background: transparent;
}
/* .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('/lp-asset/lp-images/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: #1D3557;
} */
/* .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;
}
/* why do end */
.lp-main-section-padding {
    padding: 120px 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: 30px;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: #222222;
}
/* .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: 22px;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 24px;
}
.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("/lp-asset/lp-images/check-icon.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: transparent;
    border-radius: 5px;
    padding: 13px 27px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #FF4E00;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #FF4E00;
}
.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 #FF4E00;
    color: #fff;
    background-color: #FF4E00;
}
.white-bg-back a{
    border: 2px solid #FF4E00;
}
.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: transparent;
    border-radius: 5px;
    color: #FF4E00;
    font-size: 15px;
    line-height: 14px;
    padding: 14px 26px;
    font-weight: 700;
    border: 2px solid #FF4E00;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.call-now a:hover {
    border: 2px solid #FF4E00;
    background-color: #FF4E00;
}
.blue-btn-bg {
    margin-top: 30px;
}
.blue-btn-bg .lp_defult_btn {
    background: transparent;
}
.blue-btn-bg .lp_defult_btn:hover{
    background-color: #FF4E00;
    border: 2px solid #FF4E00;
    color: #fff;
}
.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: #FF4E00;
    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;
    margin: 0 0 16px;
}
.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 20px 20px 15px;
    }
    .accordion-content {
        padding: 8px 0 0 15px;
    }
    .accordion-btn img {
        right: 0;
        font-size: 12px;
    }
}



.lp_defult_btn:hover {
    background: #FF4E00;
    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: #FF4E00;
    font-family: 'Montserrat', sans-serif;
}
.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: #f3f3f3;
    padding: 30px 0;
}
.lp-section-footer .bg-w-btn{
    font-size: 16px;
    color: #FF4E00;
    background: transparent;
    padding: 13px 30px;
    font-weight: 700;
    border: 2px solid #FF4E00;
    border-radius: 5px;
    transition: all 0.3s;
}
.lp-section-footer .bg-w-btn:hover{
    border-color: #FF4E00;
    background: #FF4E00;
    color: #fff;
}
.lp-section-footer p{
    text-align: right;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    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: #FF4E00;
    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: #FF4E00;
    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: #FF4E00;
    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: #FF4E00;
    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) {
    body .container {
        max-width: 80%;
    }
}
@media only screen and (max-width: 1199px) {
    body .lp-margin-bottom {
        margin: 0 0 30px 0;
    }
    body .container {
        max-width: 90%;
    }
    .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;
    }
}
@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;
    }
}
@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;
    }
    .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-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: 700;
    width: 100%;
    display: none;
}
.contact-form-main input.contact-input {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    background: #fff;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
}
.contact-form-main .contact-form-inner{
    box-shadow: 0px 15px 25px rgb(0 0 0 / 10%);
    margin: 0 auto;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    max-width: 480px;
    margin-left: auto;
    margin-right: 0;
}
.contact-form-heading h2{
    font-size: 22px;
    text-align: center;
    padding: 20px;
    background: #FF4E00;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}
.contact-form-main .contact-form-inner form{
    padding: 40px;
}
.contact-form-main .footer-group-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.contact-form-main .contact-form-group{
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin: 0 0 20px;
}
/* .contact-form-main .contact-form-group.w-100-design{
    max-width: 100%;
    flex: 0 0 100%;
} */
.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: 15px;
    background: #FF4E00;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 10px 27px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
	width: 100%;
}
.contact-form-btn input:hover{
    background: transparent;
    color: #FF4E00;
    border-color: #FF4E00;
}
.contact-form-main .contact-form-btn{
    display: inline-block;
    margin: 30px auto 0;
	width: calc(100% - 30px);
}
@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;
    }
}
@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;
    }
}

/* new css */


.slick-initialized .slick-slide {
    padding: 0 15px;
}
.about-section .dr-section-slider .slick-slide {
    margin-bottom: 40px;
}
@media only screen and (max-width: 575px){
    .lp_defult_btn {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .image_mb {
        margin-bottom: 30px;
    }
    .lp-banner-section {
        background-image: none;
        background-color: #F1F6F9;
    }
    .lp-banner-text {
        margin: 40px 0;
    }
    .lp-banner-section::before{
        display: none;
    }
    .lp-banner-section .lp-inner-text-main h1, .lp-banner-text.lp-inner-text-main p{
        color: #222222;
        text-shadow: none;
    }
}


/*=============================================
= side section slider Css
=============================================*/
.side-sec h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.2;
}
.link_color {
    color: #ff4e00;
}
.link_color:hover {
    color: #AAAAAA;
}
.side-sec .invisalign_content h4 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
    .side-sec h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 991px) {
    .side-sec h2 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .side-sec h2 {
        font-size: 32px;
    }
    .side_img {
        margin-bottom: 30px;
    }
}
/*=============================================
= End Side section Css
=============================================*/