@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&family=Poppins: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: 'Sofia Pro';
    src: url('fonts/SofiaProRegular.eot') format('embedded-opentype'),
         url('fonts/SofiaProRegular.woff2') format('woff2'),
         url('fonts/SofiaProRegular.woff') format('woff'),
         url('fonts/SofiaProRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProSemiBold.eot') format('embedded-opentype'),
         url('fonts/SofiaProSemiBold.woff2') format('woff2'),
         url('fonts/SofiaProSemiBold.woff') format('woff'),
         url('fonts/SofiaProSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
body,span{
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
p,li,a{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,h2 span{
	font-family: 'Rokkitt', serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
h2 span{
	font-size: 41px;
	font-weight: 700;
	color: #00346d;
}
img{
	max-width: 100%;
	height: auto;
}
ol,ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
h1,h2,h3,h4,h5,h6,p,a,span{
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	width: 100%;
}
a:hover{
	text-decoration: none;
}
.label1 {
    font-weight: 600;
    color: red;
    bottom: -27px;
    font-size: 12px;
    left: 0;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 991px){
	h2 span{
		font-size: 36px;
	}
}
@media only screen and (max-width: 768px){
	h2 span{
		font-size: 30px;
	}
}
/*=============================================
= Default Css
=============================================*/

.lp-section-more-padding{
	padding: 100px 0;
}
.lp-section-padding{
	padding: 60px 0;
}
body .container{
	max-width: 1210px;
	padding: 0 20px;
}
body .container-fluid{
	padding: 0 20px;
}
.lp_default_btn{
	padding: 10px 24px;
	background: #5585CC;
	color: #Fff;
	font-weight: 600;
	font-size: 12px;
	border-radius: 50px;
	border: 2px solid transparent;
	line-height: 1.6;
	font-family: 'Raleway', sans-serif;
	transition: all 0.4s;
	text-align: center;
}
.lp_default_btn:hover{
	border-color: #5585CC;
	background: transparent;
	color: #5585CC;
}
.white_default_btn.lp_default_btn{
	background: #fff;
	color: #1D3557;
}
.white_default_btn.lp_default_btn:hover{
	color: #Fff;
	border-color: #fff;
	background: transparent;
}
.section_title_inner p,
.section_title_inner ul li{
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	color: #585D65;
}
.section_title_inner h1{
	font-size: 42px;
	line-height: 1.1;
	font-weight: 700;
	color: #081C24;
	margin: 0;
}
.section_title_inner h1 span{
	color: #5585CC;
	font-weight: 700;
	font-family: 'Bitter', serif;
	position: relative;
}
.section_title_inner h1 span::before{
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	height: 5px;
	background: #FCE8CA;
	z-index: -1;
}
.section_title_inner h2{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	color: #081C24;
	margin: 0 0 24px;
}
.section_title_inner h2 span{
	color: #5585CC;
	font-weight: 600;
	font-family: 'Bitter', serif;
	position: relative;
	z-index: 11;
}
.section_title_inner h2 span::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}
.section_title_inner h3{
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	color: #081C24;
	margin: 0 0 24px;
	font-family: 'Sofia Pro';
}
.section_title_inner ul li{
	position: relative;
}
.section_title_inner ul li::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.section_title_inner ul.dot-list-style li{
	padding: 0 0 0 20px;
}
.section_title_inner ul.dot-list-style li:not(:last-child){
	margin: 0 0 14px;
}
.section_title_inner ul.dot-list-style li::before{
	top: 10px;
	width: 8px;
	height: 8px;
	background: #5585CC;	
	border-radius: 100%;
}
.section_title_inner ul.check-list-style li{
	padding: 0 0 0 34px;
	margin: 0 0 10px;
}
.section_title_inner ul.check-list-style li::before{
	top: 3px;
	width: 24px;
	height: 24px;
	background: url('lp-images/check-e.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.section_title_inner .lp_blue_color{
	color: #1D3557;
}
.lp_inner_title p{
	margin: 0 0 20px;
	width: 100%;
}

.lp_inner_title p span{
	color: #5585CC;
	font-weight: 700;
}
.lp_inner_title .lp_default_btn{
	margin: 20px 0 0;
}
.special-offer-section .lp_inner_title .lp_default_btn{
	margin: 0;
}
.lp_inner_right{
	margin: 0 0 0 20px;
}
.lp_inner_left{
	margin: 0 20px 0 auto;
}
.lp_inner_offer_img{
	max-width: 527px;
}
.lp_inner_right_img.lp_inner_offer_img{
	margin: 0 0 0 auto;
}
.lp_inner_left_img.lp_inner_offer_img{
	margin: 0 auto 0 0;
}
.lp_inner_video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.lp_inner_video iframe,
.lp_inner_video video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.lp_inner_img img{
	width: 100%;
}
.inner-small-width{
	max-width: 1040px;
	margin: 0 auto;
}
.full-width-content{
    max-width: 530px;
    margin: 0 40px 0 auto;
}
.why_choose_section{
	background: #F8FAFF;
}
/*.why_choose_section .container-fluid .row{
	margin: 0 -20px;
}*/
/* default css end */
/* header start */
.lp_header{
	padding: 15px 0;
}
.header_logo img{
    max-width: 190px;
    width: 100%;
}
footer .footer_logo img{
    max-width: 190px;
    width: 100%;
}
.header_btn{
	text-align: right;
}
.header_btn .lp_default_btn{
	padding: 7px 24px;
}
/* banner css */
.banner-slide1{
	background-image: url("/lp-images/Adults-Traveling.jpg");
}
.banner-slide2{
	background-image: url("/lp-images/Doctors-with-Patients.jpg");
}
.lp-banner-slider{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 600px;
	display: flex !important;
	align-items: end;
	border-bottom: 5px solid #00346D;
}
.lp-banner-sec .slick-prev{
	left: 25px;
}
.lp-banner-sec .slick-next{
	right: 25px;
}
.lp-banner-sec .slick-arrow{
	z-index: 9;
}
.lp-banner-sec .slick-prev:before, .lp-banner-sec .slick-next:before{
	font-size: 30px;
    color: #6D6C6A;
}
.lp-banner-content {
    padding-bottom: 100px;
}
.lp-banner-content h1{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #ffffff;
    width: fit-content;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}
.lp-banner-content h1::before{
	position: absolute;
	content: "";
	top: 22%;
	left: 0;
	width: 100%;
	height: calc(100% - 40%);
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.65);
}
.lp-banner-content h1:hover::before{
	background-color: rgba(0, 255, 222, 0.65);
}
.lp-banner-sec .slick-dots{
	bottom: 20px;
}
.lp-banner-sec .slick-dots li button:before{
	font-size: 12px;
    padding: 0px;
    border: 2px solid #000000;
    border-radius: 100%;
    line-height: 15px;
    width: 16px;
    height: 16px;
    color: #fff;
}
.lp-banner-sec.slick-dotted.slick-slider{
	margin-bottom: 0;
}
@media only screen and (max-width: 1440px){
	.lp-banner-slider{
		min-height: 500px;
	}
}
@media only screen and (max-width: 1024px){
	.lp-banner-content {
	    text-align: center;
	}
}
@media only screen and (max-width: 992px){
	.section_title_inner h1{
		font-size: 32px;
	}
	.lp-banner-slider {
	    min-height: 400px;
	}
}
@media only screen and (max-width: 767px){
	.section_title_inner h1 {
	    font-size: 25px;
	}
}
/* smile css */
.default-heading h2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 18px;
}
.default-heading h2 span {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
}
.default-heading h2:before, .default-heading h2:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 4px;
    content: '';
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.default-heading h2:before {
    margin-left: -50%;
    text-align: right;
}
.smile-content ul {
    padding-top: 20px;
    padding-left: 25px;
}
.smile-content ul li {
    list-style: disc;
    padding-bottom: 3px;
}
a.invisalign-btn-inner {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    background-color: #00346d;
    border-radius: 6px;
    padding: 10px 15px;
    border: 1px solid #00346d;
    box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
    transition: all 0.4s;
}
.invisalign-btn {
	width: 100%;
    padding-top: 30px;
}
.smile-content {
    width: 100%;
    display: block;
    max-width: 84%;
    margin-left: auto;
}
a.invisalign-btn-inner:hover{
	background-color: transparent;
	color: #00346d;
}
.smile-image img{
	border-radius: 5%;
    max-width: 90%;
}
@media only screen and (max-width: 767px){
	.smile-content{
		max-width: 100%;
	}
	.lp-section-more-padding{
	    padding: 60px 0;
	}
	.smile-image{
	    text-align: center;
	}
	.smile-image img{
	    margin-bottom: 30px;
	}
}
/*=============================================
= Straighter Smiles
=============================================*/
.lp-stap-sec{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: rgb(220,220,220);
    padding: 50px 0px;
}
.steps_inner_content h3{
    font-size: 41px;
    font-weight: 700;
    line-height: 1.3;
    color: #00346d;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.steps_inner_content p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 991px){
	.steps_inner_content h3{
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px){
	.steps_inner_content h3{
		font-size: 28px;
	}
	.steps_inner_content p{
		font-size: 16px;
	}
	.steps_inner_content{
	    margin-bottom: 30px;
	}
}
/*=============================================
= Straighter Smiles
=============================================*/

/*=============================================
= New Smiles
=============================================*/
.smile_bt_text{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #00346D;
    font-family: 'Rokkitt', serif;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
.smile-inner-cnt h5{
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: #00346D;
    text-align: center;
}
.smile-feature-box ul li{
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    color: #00346D;
    font-family: 'Rokkitt', serif;
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    counter-increment: my-awesome-counter;
    padding-left: 60px;
    margin-bottom: 30px;
}
.smile-feature-box ul li:before{
    content: counter(my-awesome-counter) "";
    position: absolute;
    width: 100%;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 0px;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    color: #ffffff;
    background-color: #2ecc71;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}
.x-feature-box-connector{
    position: absolute;
    font-size: 40px;
    left: 0;
    right: calc(100% - 40px);
    border-left: 1px dashed #272727;
    height: 100%;
    top: 40px;
    width: 0;
    margin: 0 auto;
    z-index: -1;
}
.smile-feature-box ul li:last-child .x-feature-box-connector{
	display: none;
}
.qr-code img {
    padding-left: 15px;
}
@media only screen and (max-width: 1200px){
	.smile-inner-cnt h5{
		font-size: 24px;
	}
	.smile-feature-box ul li{
		font-size: 24px;
		padding-left: 50px;
	}
}
@media only screen and (max-width: 1024px){
	.smile-feature-box ul li{
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	.smile_bt_text{
		font-size: 16px;
	}
	.smile-feature-box ul li{
	    font-size: 20px;
	}
	.x-feature-box-connector{
		top: 20px;
	}
	.smile-inner-cnt,
	.smile-app-suggest{
	    margin-bottom: 30px;
	}
	.smile-app-suggest .smile_bt_text{
	    margin-bottom: 20px;
	}
}
/*=============================================
= New Smiles
=============================================*/

/*=============================================
= Vimeo Video Css
=============================================*/
.vd-sec{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.vd-sec-inner{
    position: relative;
    height: 0;
    padding-bottom: 56.66%;
}
.vd-sec iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hr-border{
    padding-top: 50px;
    border-top: 1px solid #f2f2f2;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
/*=============================================
= Vimeo Video Css
=============================================*/

/*=============================================
= Whitening Kit Css
=============================================*/
.lp-whitening-sec {
    padding: 40px 0px;
    background-color: #DCDCDC;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.whitening-image img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
}
.whitening-text h4 {
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    color: #00346D;
    padding-top: 30px;
}
.lp-whitening-sec .vd-sec {
    border-radius: 20px;
    overflow: hidden;
}
@media only screen and (max-width: 767px){
	.whitening-text h4{
		font-size: 26px;
	}
}
/*=============================================
= Whitening Kit Css
=============================================*/

/*=============================================
= FAQs Css
=============================================*/
.faq_cnt_box{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    height: 100%;
}
.faq_cnt_box.grey_bg{
	background-color: rgb(220,220,220);
}
.faq_cnt_box h5{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 24px;
}
.faq_cnt_box p:not(:last-of-type){
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px){
	.lp-faqs-sec .faq_area:nth-child(odd) .faq_cnt_box{
	    margin-right: 20px;
	}
	.lp-faqs-sec .faq_area:nth-child(even) .faq_cnt_box{
	    margin-left: 20px;
	}
}
@media only screen and (max-width: 768px){
	.faq_cnt_box.grey_bg{
		background-color: transparent;
	}
	.lp-faqs-sec .faq_area:nth-child(odd) .faq_cnt_box{
		background-color: rgb(220,220,220);
	}
}
/*=============================================
= FAQs Css
=============================================*/

/*=============================================
= Platinum Invisalign Css
=============================================*/
.invisalign_content p{
    color: #000000;
}
.invisalign_img{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.invisalign_img img{
    width: 100%;
    max-width: 370px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 380px){
	.lp-invisalign-sec .invisalign-btn-inner{
	    font-size: 18px;
	}
}
/*=============================================
= Platinum Invisalign Css
=============================================*/

/*=============================================
= Partener Logo Css
=============================================*/
.partener_logo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.partener_logo img{
    width: 100%;
    max-width: 300px;
}
.logo_sec .logo_inner:not(:last-child) .partener_logo img{
	margin-bottom: 20px;
}
/*=============================================
= Partener Logo Css
=============================================*/

/*=============================================
= Site Footer Css
=============================================*/
.lp_footer{
	padding: 28px 0;
	background: #081C24;
}
.footer_text p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #Fff;
	text-align: center;
	width: 100%;
	margin: 0;
}
.footer_btn{
	text-align: center;
}
.footer_btn .lp_default_btn{
    background: #fff;
    color: #081C24;
}
.footer_btn .lp_default_btn:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.lp_footer .footer_btn .lp_default_btn {
    font-size: 18px;
}
@media only screen and (max-width: 991px){
	.footer_text p{
		margin: 25px 0 0;
	}
	.lp_footer .footer_btn .lp_default_btn {
	    font-size: 16px;
	}
}
@media only screen and (max-width: 575px) {
	footer.lp_footer {
	    padding: 25px 0 80px;
	}
	.footer_logo {
	    text-align: center;
	    margin: 0 0 20px;
	}
	a.invisalign-btn-inner {
	    font-size: 16px;
	}
}
/*=============================================
= Site Footer Css
=============================================*/

/*=============================================
= Page Bottom Button Css
=============================================*/
.page-default-btn {
    position: fixed;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    display: block;
}
.page-default-btn a {
    box-shadow: 0 0 15px rgb(255 255 255 / 40%) !important;
    width: 100%;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    background: #5585CC;
    border-radius: 8px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 15px 28px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
}
.page-default-btn a img {
    max-width: 15px;
    margin-left: 5px;
    margin-top: -6px;
}
.more-content-text{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}
.moreless-button{
    font-size: 14px;
    color: #5585CC;
    font-weight: bold;
    background: #Fff;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #efefef;
    line-height: 1.4;
}
@media only screen and (min-width: 576px){
	.page-default-btn {
	    display: none;
	}
}
@media only screen and (min-width: 768px){
	.more-content-text{
		display: none;
	}
}
/*=============================================
= Page Bottom Button Css
=============================================*/