@font-face{
	font-family:Metropolis-Bold;
	src:url('../fonts/Metropolis-Bold.otf') format("OpenType");
	font-weight:600;
}

@font-face{
	font-family:Metropolis-Medium;
	src:url('../fonts/Metropolis-Medium.otf') format("OpenType");
	font-weight:600;
}

@font-face{
	font-family:Metropolis-Light;
	src:url('../fonts/Metropolis-Light.otf') format("OpenType");
	font-weight:600;
}

@font-face{
	font-family:Metropolis-Regular;
	src:url('../fonts/Metropolis-Regular.otf') format("OpenType");
	font-weight:600;
}

@font-face{
	font-family:Metropolis-SemiBold;
	src:url('../fonts/Metropolis-SemiBold.otf') format("OpenType");
	font-weight:600;
}

a:hover, a:focus {
    color: #f7831e;
    text-decoration: none;
	transition: 2s ease;
}

.dekstopCall:hover, .dekstopCall:focus {
    color: black;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family:Metropolis-Medium;
}

body{
  font-family:Metropolis-Medium;	
}
.main_{
    width:100%;
    overflow-x:hidden;
}
section{
  width:100%;
}
.container{
  width:100%;
  max-width:1400px;
  margin:0 auto;	
  padding:0 40px;
}



img{
  width:100%;
  max-width:100%;	
}
a:hover{
	text-decoration:none;
}

.faq strong {
    color: #F4740D;
    font-family: Verdana,sans-serif;
    text-align: left;
}
.faq .container {
    max-width: 1140px;
}
.faq{padding: 40px 0;
    background-color: #ffffff63;
    color: #000;}
.faq .heading{color:#000;}
.faq .headingHr{    border-top: 1px solid #000;
margin-bottom: 30px;
}
.benefits-tab{
    border: 1px solid #e2d0a3;
    padding: 6px 10px 0 10px;
   
	width: 87%;
  
    display: block;
    margin: 0 auto;
	 margin-bottom: 10px;
}
.benefits-tab span{float: right;
    font-size: 18px;
    font-weight: bold;}
/*----=====  header  ======---*/
header{
	width:100%;
	padding:10px 0;
	position: fixed;
	top:0;
	left:0;
	z-index:99;
	-webkit-transition:all ease-in .4s;
	transition:all ease-in .4s;
}
header.fixed{
    background-color:#FFF;
    box-shadow:0 0 4px rgba(0,0,0,.4);
}
header .logo{
  width:100%;
  max-width:140px;	
  visibility: hidden;
}
header.fixed .logo{
  width: 100%;
    max-width: 155px;
    visibility: visible;
    margin: 5px 0;
}

header .w3-btn{
    margin-right:10px;
    margin-top:14px;
}
header .w3-btn:last-child{
    margin-right:0;
}
header .check_price{
	display:inline-block;
	padding:7px 25px;
	font-size:16px;
	color:#FFF;
	background-color:#402414;
	border-radius:25px;

}
header a:hover,
header a:focus,
header a:active{
    color:#FFF;
}
header.fixed{
    padding:0;
}

/*------   bannner   -------*/
.banner {
    position: relative;
background-image: url(" https://clovedental.in/promotion/images/invisiBraces_images/love_my_braces_banner3.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 125px;
    min-height: 543px;
}
/*
.banner:before{
	content:'';
	display:block;
	width:50%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	background-image:url('../images/banner_bg.jpg');
}
*/

.problems{
	   padding:10px 20px;
	   background-color:rgba(64,36,20,.2);
	   color:#000000d6;
	   border-radius:25px;
	}
.problems span{
	   font-size: 17px;
	   line-height: 24px;	
}
.intro {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.intro h1{
	font-size:38px;
	line-height:48px;
	color:#eb4e27;
	font-family:'Helvetica Neue', sans-serif;
	font-weight:600;
}

.intro h3{
	font-size:22px;
	line-height:26px;
	margin:15px 0;
	color: white;
}
.intro h3:after{
	content:'';
	display:block;
	width:95%;
	height:1px;
	background-color:#fffefe;
	margin:5px auto 0;
}

.appointment_form{
	width:100%;
	border-radius:25px;
	margin-top:-9px;
	margin-bottom:30px;
	overflow:hidden;
}
/*.appointment_form .w3-row{
	display:table;
}
.appointment_form .w3-row > .w3-col{
	display:table-cell;
	float:none;
	vertical-align:middle;
}*/
.appointment_form .w3-col.m12{
	background-color:#F4740D;
}
.appointment_form .w3-col.m5{
	background-color:#593b2b;
	display: none;
}
.appointment_form .form_inner{
  width:100%;
  padding:30px 40px 5px;	
}
.no_need_to_seat{
  padding:20px 20px;	
  color: white;
}
.no_need_to_seat .img_box{
	width: 100%;
    max-width: 150px;
    float: right;
    margin-bottom: 20px;
}

.input_box{
	width:100%;
	margin-bottom:20px;
	position:relative;
	border-radius:25px;
	overflow:hidden;
}
.input_box:last-child{
	margin-bottom:0;
}
.input_box input,
.input_box button{
  width:100%;
  height:35px;
  background-color:#FFF;
  border-radius:25px;
  padding-left:50px;
  background-size:30px auto;
  background-repeat:no-repeat;
  background-position:10px center;	
  border:0;
  font-size:16px;
  color:#7989c3;
}

.patient_speak_modal.in {
    display: block;
}
.patient_speak_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 99999;
    padding: 0 20px;
}
.patient_speak_modal_body {
    width: 100%;
    max-width: 680px;
    margin: 90px auto 0;
    background-color: #FFF;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.modal_video_box {
    width: 100%;
    position: relative;
}
.modal_video_box .close_btn {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    right: -15px;
    top: -65px;
    background-color: rgba(255,255,255,.8);
    border-radius: 4px;
    cursor: pointer;
}
.modal_video_box iframe {
    width: 100%;
    border-radius: 4px;
}

input::-webkit-placeholder{
  color:#000000d60;
}
.input_box input:focus,
.input_box input:active{
  border:0;
  box-shadow:none;
  outline:none;
}
.name input{
  background-image:url('../images/invisiBraces_images/user_icon.png');	
}
.name input.error{
  background-image:url('../images/invisiBraces_images/user_icon.png'), url('../images/invisiBraces_images/exclamation.png');	
  background-size:30px auto, auto;
  background-repeat:no-repeat,no-repeat;
  background-position:10px center, 97% center;
}
.email input{
  background-image:url('../images/invisiBraces_images/email_icon.png');	
}
.email input.error{
    background-image:url('../images/invisiBraces_images/email_icon.png'), url('../images/invisiBraces_images/exclamation.png');
    background-size:30px auto, auto;
  background-repeat:no-repeat,no-repeat;
  background-position:10px center, 97% center;
}
.phone input{
  background-image:url('../images/invisiBraces_images/phone_icon.png');	
}
.phone input.error{
  background-image:url('../images/invisiBraces_images/phone_icon.png'), url('../images/invisiBraces_images/exclamation.png');	
  background-size:30px auto, auto;
  background-repeat:no-repeat,no-repeat;
  background-position:10px center, 97% center;
}
.captcha input{
  background-image:url('../images/invisiBraces_images/captcha_icon.png');	
}
.captcha input.error{
  background-image:url('../images/invisiBraces_images/captcha_icon.png'), url('../images/invisiBraces_images/exclamation.png');	
  background-size:30px auto, auto;
  background-repeat:no-repeat,no-repeat;
  background-position:10px center, 63% center;		
}
.input_box.submit{
  text-align:center;
}
.input_box button{
  display:inline-block;
  max-width:140px;
  text-align:center;
  padding:0;
}
.input_box button:hover{
   background-color:#593b2b;
   color:#FFF;	
}
.input_box .captcha_refresh{
    width:43px;
    height:35px;
    position:absolute;
    left:0;top:0;
    z-index:1;
    cursor:pointer;
}
.input_box .captch_view{
	display:inline-block;
	width:100px;
	height:35px;
	background-color:#7989c3;
	color:#FFF;
	font-size:22px;
	line-height:35px;
	position:absolute;
	top:0;right:0;
	z-index:2;
	text-align:center;
	right:0;
}
.input_box .captch_view img{
    margin-right: -50px;
    margin-top: 5px;
}


/*----============  clove experience   ==========-----*/

.heading{
	text-transform: capitalize;
    font-size: 28.33px;
    text-align: center;
    font-family: Metropolis-Bold;
    color: #000000d6;
    margin-bottom: 5px;
	margin-top:30px;
}

.headingHr {
	width: 66px;
    border-top: 1px solid #000000d6;
    margin: 0 auto;
}

.cloveExpSection{
	padding-bottom: 30px;
	margin: 35px 0px 18px 0px;
}

.cloveExp{
	margin-top: 15px;
	padding: 0px 260px;
}

.cloveExp .w3-col.s4 {
    padding: 17px;
}

.expImgBox {
    background-color: #F4740D;
    border-radius: 30px;
    padding: 40px 0px;
}

.expImgBox img {
    margin: 0 auto;
    display: block;
    padding: 13px 0px;
}

.expTextBox{
	margin-top: 15px;
}

.expTextBox h3 {
    font-family: Metropolis-Bold;
    font-size: 34.86px;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
}

.expTextBox h3 span{
	font-size: 19.92px;
	text-transform: uppercase;
}

.expTextBox p {
    font-family: Metropolis-Light;
    text-align: center;
    font-size: 14.96px;
    color: #000000d6;
    line-height: 26px;
}

.consult {
     background-color: #F4740D !important;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 200px;
    border-radius: 30px;
    text-transform: capitalize;
    font-family: Metropolis-Bold;
    font-size: 16.67px;
    text-decoration: none;
}

.expImgBox img{
	width: auto !important;
}

.successdesktop{
    position: absolute;
    bottom: 70px;
    color: #593b2b;
}

.successdesktop h2{
    font-size: 60px;
}

.successdesktop p{
    font-size: 25px;
}


/*---   treatment   ----*/
.treatment{
	border-top:15px solid #fcec60;
	position:relative;
}
.treatment:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;top:0;
	z-index:-1;
	background-image:url('../images/invisiBraces_images/treatment_bg.jpg');
	background-repeat:no-repeat;
	background-size:90% auto;
	background-position:center top;
}
.treatment .heading{
  width:100%;
  text-align:center;
  position:relative;	
}
.treatment .heading h2{
   font-size:38px;
   line-height:48px;
   text-transform:uppercase;
   color:#eb4e27;
   font-weight:600;
   margin:0;	
}
.treatment .heading h2:before{
    content: '';
    display: block;
    width:100%;
    max-width: 500px;
    height: 100px;
    background-color: #fcec60;
    border-radius: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    z-index: -1;
}

.treatment .content_wrap {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.talk_to_expert{
	width:100%;
	padding:10px;
	text-align:center;
	margin:17px 0;
}
.tak_to_expert_inner{
   display:inline-block;
   width: 100%;
   max-width: 480px;
  background-color:#F4740D;
   border-radius: 60px;
}
.talk_to_expert .w3-row{
	display:table;
}
.talk_to_expert .w3-row > .w3-col{
	float:none;
	display:table-cell;
	vertical-align:middle;
}
.talk_to_expert .icon_box{
	float:left;
	width:100%;
	max-width:220px;
}
.talk_to_expert p,
.talk_to_expert h3{
	color:#FFF;
	text-align:center;
}
.talk_to_expert p{
   font-size:16px;
   line-height:18px;	
}
.talk_to_expert h3{
	font-size:36px;
	line-height:46px;
	font-weight:600;
	margin:0;
}

.services_tabs{
   width:100%;
   border-bottom:1px solid #FFF;
   padding-bottom:10px;	
}
.tabs_nav_carousel .item{
	width:100%;
	text-align:center;
}
.tabs_nav_carousel .item a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.tabs_nav_carousel a .icon_box{
  display:inline-block;
  width:120px;
  height:120px;
  border-radius:50%;
  background-color:#787878;	
  text-align:center;
  position:relative;
}
.tabs_nav_carousel a .icon_box img{
   width:65px;
   margin:auto;
   position:absolute;
   left:0;right:0;
   margin:auto;
   top:50%;
   -webkit-transform:translateY(-50%);
   transform:translateY(-50%);
}
.tabs_nav_carousel a.active .icon_box,
.tabs_nav_carousel a:hover .icon_box,
.tabs_nav_carousel a.active h4,
.tabs_nav_carousel a:hover h4{
	background-color:#eb4e27;
	color:#FFF;
}

.tabs_nav_carousel a h4{
   display:flex;
   width:auto;
   padding:10px;
   background-color:#FFF;
   color:#a0a0a0;
   font-size:16px;
   line-height:16px;
   margin-top:20px;	
   border-radius:25px;
   min-height:52px;
   text-align:center;
   align-items: center;
}
.tabs_nav_carousel a h4 span {
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
}
.tabs_nav_carousel  .owl-nav button{
	display:block;
	width:70px;
	height:40px;
	border-radius:25px;
	position:absolute;
	top:0;bottom:0;
	margin:auto;
	border:0;
	font-size:0;
	
}
.tabs_nav_carousel  .owl-nav .owl-next{
	right:-60px;
	background: #000000d6 url('../images/invisiBraces_images/right_arrow.png') no-repeat center;
	background-size:40% auto;
}
.tabs_nav_carousel  .owl-nav .owl-prev{
	left:-60px;
	background:#000000d6 url('../images/invisiBraces_images/right_arrow.png') no-repeat center;
	background-size:40% auto;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.tabs_nav_carousel  .owl-nav button:hover{
	background-color:#FFF !important;
	box-shadow:0 0 4px rgba(0,0,0,.5);
}

.treatment .tabContents_wrap{
   width:100%;
   background-color:#FFF;
   box-shadow:0 5px 14px rgba(0,0,0,.4);
   margin-top:20px;
}
.treatment .tabContent .content_box{
	width:100%;
	padding:40px;
}
.treatment .content_box h3{
	font-size:26px;
	line-height:36px;
	font-weight:600;
}
.treatment .content_box p{
	font-size:16px;
	line-height:22px;
	color:#000000d6;
}
.treatment .content_box a{
	margin-top:20px;
}
.treatment .tabContent .img_box{
	width:100%;
	margin-right:-1px;
	text-align:right;
}
.treatment .tabContent .img_box img{
	max-width:280px;
}



/*----============  patients   ==========-----*/
.patients{
   margin-top:220px;
   position:relative;
}
.patients .dental-chain{
   margin-top:-120px;	
}



/* ======= dental-chain starts ======== */


.dental-chain h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
}
.dental-chain p{
  font-size:20px;
  line-height:26px;
  text-align:center;
}
.dental-chain hr{
  width: 62px;
  margin: 0 auto;
  background: #eb4e27;
  height: 2px;
}


/* =========== dental chain ends =======*/


/* ======= Patients starts ======== */

.patients {
    background: url(../images/invisiBraces_images/dental.png);
    height: 588px;
    background-size: cover;
}
.patients .circle{
   border-radius: 59px;
   width: 118px;
   height: 220px;
   color: orange;
   background: #fcec60;
   position:relative;
   margin:0 auto;
   padding-top:10px;
}

.patients .patients_box{
	width: 100%;
    max-width: 1200px;
    position: absolute;
	left:0;right:0;
	margin:auto;
    bottom: 100px;
    padding:0 20px;
	
}

.patients .inner-circle{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: white;
    margin:0 auto;
}
.patients .patient_img{
   width: 52px;
   margin: 0 auto;
   padding: 18px 0px;}	
	
.patients .circle h4{
   padding-top: 11px;
   text-align: center;
   color:eb4e27;
   font-size:24px;
}	
	
.patients .circle p{
  font-size:13px;
  text-align: center;
  color:eb4e27;
}	
	
.appointment_btn{
	width:100%;
    position: absolute;
	left:0;
	bottom:-25px;
	text-align:center;
}
.appointment_btn .w3-btn.cta {
    padding: 20px 50px;
    border-radius: 50px;
}
	
/* =========== Patients ends =======*/


.tabContent{
	display:none;
}
.tabContent.in{
	display:block;
}

/* -----==========   testimonial  ==========----*/

.testimonial {
    padding: 31px 0px 101px 0px;
    background-color: #f5f5f5;
}
.testimonial .container{
  max-width:1140px;	
}
#testi_carousel{
	margin-top: 42px;
}
.testimonial .heading{
  text-align:center;	
}
.testimonial .heading h2 {
    text-transform: uppercase;
    font-size: 33.33px;
    text-align: center;
    font-family: Metropolis-Bold;
    color: #000000d6;
}
.testimonial .heading h2:after{
  content:'';
  display:block;
  width:100%;
  height:1px;
  background-color:#909090;
  margin:10px auto 20px;
}


#testi_carousel .w3-row{
	display:table;
}
#testi_carousel .w3-row > .w3-col{
	display:table-cell;
	float:none;
	vertical-align:middle;
}

.video_img_box {
    width: 100%;
    position: relative;
    margin: 0 auto;
    border: 7px solid #F4740D;
    border-radius: 7px;
}
.video_img_box .play_btn{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:9;
  background-color:rgba(0,0,0,.6);
  cursor:pointer;	
}
.video_img_box .play_btn span{
	display: inline-block;
    width: 138px;
    height: 28px;
    border: 2px solid #FFF;
    border-radius: 25px;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,.3);
}
.video_img_box .play_btn:hover span{
	background-color:#000000d6;
}
.video_box{
   width:100%;	
   height:100%;
   position:absolute;
   left:0;
   top:0;
   opacity:0;
   visibility:hidden;
   -webkit-transition:all ease-in .5s;
   transition:all ease-in .5s;
}
.video_box iframe{
	width:100%;
	height:100%;
}
.video_box.in{
	visibility:visible;
	opacity:1;
	z-index:99;
}


.testi_box_wrap{
  width:100%;
  position:relative;
  z-index:9;	
  background-color:#eb4e27;
}
.testi_box {
    width: 100%;
    padding: 30px;
    text-align: center;
    min-height: 522px;
    height: auto;
}
.testi_box .quotes{
   font-size:46px;
   color:#f19181;
   padding:10px;
}
.testi_box h3{
   font-size: 23px;
    line-height: 38px;
   text-transform:uppercase;	
   color:#FFF;
   font-weight:600;
}
.testi_box h5{
   font-size:20px;
   line-height:25px;
   color:#FFF;	
   margin:25px 0;
   font-weight:600;
}
.testi_box h5:after{
	content:'';
	display:block;
	width:30px;
	height:2px;
	background-color:#FFF;
	margin:15px auto;
}
.testi_box p {
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    text-align: justify;
    padding: 19px 44px;
}

#testi_carousel .owl-nav{
	/*width:70px;
	display: none;*/
	height:50px;
	position:absolute;
	top:0;bottom:0;
	left:0;right:0;
	margin:auto;
	z-index:99;	
}

#testi_carousel .owl-prev {
    position: absolute;
    /* top: 128px; */
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 25px;
    bottom: 250px;
    box-shadow: 4px 1px 3px 0px #332b2b59;
    border: 0;
	left:-27px;
}
#testi_carousel .owl-next {
    position: absolute;
    /* top: 128px; */
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 25px;
    bottom: 250px;
    box-shadow: 4px 1px 3px 0px #332b2b59;
    right: 0px;
    border: 0;
	right:-27px;
}

.testiboxNew{
    padding: 10px;
}
#testi_carousel .owl-nav > button{
  display:inline-block;
  padding:10px 15px;
  background-color:#FFF;
  position:absolute;
  top:0;
 /* left:0;
  width:70px;*/
  height:33px;
  width:33px;
  border:0;
  border-radius:25px;
   font-size: 28px;
    line-height: 12px;}

.video_img_box .play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    background: url(https://clovedental.in/wp-content/uploads/2020/05/play-btn.png) no-repeat center;
}
.video_img_box .play_btn:hover {
    background: url(https://clovedental.in/wp-content/uploads/2020/05/play-btn-active.png) no-repeat center;
}	
	
#testi_carousel .owl-nav > owl-prev{}
#testi_carousel .owl-nav > owl-next{}
.owl-nav > button:active,
.owl-nav > button:focus,
.owl-dots .owl-dot:active,
.owl-dots .owl-dot:focus{
	border:0;
	box-shadow:none;
	outline:0;
}
#testi_carousel .owl-nav > button.owl-next{
 /* background:#FFF url('../images/invisiBraces_images/right_arrow.png') no-repeat center;*/
  background-size:40% auto;	
}

#testi_carousel .owl-dots .owl-dot{
	display:inline-block;
	width:40px;
	height:30px;
	margin-right:10px;
	position:relative;
	background-color:transparent;
	border:0;
}
#testi_carousel .owl-dots .owl-dot:after{
	/*content:'01';*/
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	line-height:40px;
	font-weight:600;
	color:#000000d6;
	font-size:24px;
	line-height:26px;
}
/*
#testi_carousel .owl-dots{
  position:absolute;
  bottom:-56px;
  right:0;
  text-align:right;
  padding:10px;	
  border-bottom:1px solid #000000d6;
  }
#testi_carousel .owl-dots .owl-dot.active:before{
	content:'';
	display:block;
	width:100%;
	height:6px;
	background-color:#eb4e27;
	position:absolute;
	left:0;
	bottom:-14px;
}
#testi_carousel .owl-dots .owl-dot:nth-child(1):after{
	content:'01';
}
#testi_carousel .owl-dots .owl-dot:nth-child(2):after{
	content:'02';
}
#testi_carousel .owl-dots .owl-dot:nth-child(3):after{
	content:'03';
}
#testi_carousel .owl-dots .owl-dot:nth-child(4):after{
	content:'04';
}
#testi_carousel .owl-dots .owl-dot:nth-child(5):after {
    content: '05';
}*/

/*----============  why braces   ==========-----*/

.whyBracesSection {
    /*background-image: url(../images/whyBracesBg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 701px; */
    height: auto;
    position: relative;
	padding: 10px 0px 17px 0px;
	background-color: #593B2B;
}

.bracesBox{
	background-color: #593b2b;
	border-radius: 10%;
}

.whyBracesSection .heading {
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
    font-family: Metropolis-Medium;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 32px;
}

.whyBracesSection .headingHr {
    width: 66px;
    border-top: 1px solid #fff;
    margin: 0 auto;
	margin-bottom: 24px;
}

.bracesText {
    font-size: 15px;
    color: #fff;
   
    text-align: justify;
    padding: 23px 41px;
}
.bracesText li{
    padding-bottom: 10px;
	word-spacing: 1.12px;
	text-align:left;
}

.whybracesLeft iframe{
	margin: 0 auto;
    display: block;
}

.whyBracesSection .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

.whyBracesContent{
	margin-top: 23px;
	    padding-left: 65px;
}

.bracesTextBox{
	padding: 0px 103px 0px 7px;
}

.bracesCta {
    background-color: #593b2b;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 136px;
    padding: 8px;
    border-radius: 25px;
    font-size: 13.89px;
    /* text-transform: uppercase; */
    font-family: Metropolis-Light;
    margin-top: 15px;
    margin-bottom: 20px;
}

.bracesVideo img{
	width: auto;
    margin: 0 auto;
    display: block;
}

.bracesDoctor{
	text-align: center;
    color: #fff;
    font-size: 16.67px;
    font-family: Metropolis-Bold;
    margin: 15px 0px 25px 0px;
	    line-height: 20px;
}

.bracesDoctor span{
	font-family: Metropolis-Regular;
}

.commonConditionsSection {
    background-color: #F4740D;
    padding-top: 32px;
    border-radius: 0px;
    padding-bottom: 19px;
}

#conditions_carousel h3{
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-family: Metropolis-Bold;
	margin: 51px 0px 27px 0px;
}

#conditions_carousel img{
	width: auto;
    margin: 0 auto;
}

#conditions_carousel p {
    font-size: 16.67px;
    text-align: center;
    color: #fff;
    margin: 30px 0px 20px 0px;
	padding: 0px 46px;
    height: 182px;
}

.conditionSlider{
	padding: 0px 50px;
}

.consultConditions {
    background-color: #ffffff !important;
    color: #000000d6 !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 250px;
    border-radius: 30px;
    text-transform: capitalize;
    font-family: Metropolis-Bold;
    font-size: 16.67px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 31px;
    transition: 2s ease;
}

#conditions_carousel .owl-nav.disabled {
    display: block !important;
}

#conditions_carousel .owl-prev {
    position: absolute;
    /* top: 128px; */
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 25px;
    bottom: 250px;
    box-shadow: 4px 1px 3px 0px #332b2b59;
	border: 0;
}

#conditions_carousel .owl-next {
    position: absolute;
    /* top: 128px; */
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 25px;
    bottom: 250px;
    box-shadow: 4px 1px 3px 0px #332b2b59;
	right: 0px;
	border: 0;
}


#conditions_carousel .owl-prev span, #conditions_carousel .owl-next span{
	line-height: 10px;	
}


/*---  talk_to_expert_sec   -----*/
.talk_to_expert_sec{
	position:relative;
	margin-top:0px;
}

.talk_to_expert_sec:before{
	content:'';
	display:block;
	width:100%;
	max-width:1080px;
	height:1px;
	background-color:#707070;
	position:absolute;
	left:0;right:0;
	bottom:0;top:0;
	margin:auto;
	z-index:-1;
}

a.w3-btn.cta, .MobileBookAppo {
    padding: 10px 25px;
    background-color: #593b2b;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px;
}


footer{
	width:100%;
	padding:15px 0;
	background-color:#412415;
}
footer p{
	color:#FFF;
	font-size:16px;
	margin:0;
}
footer .w3-col:last-child{
	text-align:right;
}

.action_btns_bottom{
    display:none;
}

.hideOnDesktop{
	display: none !important;
}

.callUss {
    padding: 10px 25px;
   background-color: #593b2b;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px;
}
.callUss:hover{
    background-color: #593b2b;
}

.text_left_p {
    color: white;
    padding: 14px 41px;
    font-size: 15px;
  
}
/*.text_left_p p{
     padding-bottom: 15px;   
}*/

.aboutInvisiBracesSection{
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 10px 0px 17px 0px;
    background-color: #f5f5f5;
}

.aboutUsText{
    font-size: 15px;
    color: #000000d6;
    text-align: justify;
  
}

.aboutinvisiBraceBox{
    padding: 10px 58px;
}

.ulWidth {
    width: 50%;
    float: left;
    padding: 0px 9px;
	list-style:none;
	
}

.ulWidth li{
background: #fff;
    padding: 19px;
	min-height:157px;
	margin-bottom: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}


.ulWidth li strong{color:#F4740D;
    font-family: Verdana,sans-serif;
    text-align: left;
    }


.convenVs br{
    display: none;
    
}
.convenVs{
    font-family: Metropolis-Bold;
	color: #000000d6;
    /*text-align: center;
    margin: 25px;*/
}
.main_intro{margin-left:20px;}



/*======================   Responsive   =======================*/

@media screen and (max-width:1279px){
  .tabs_nav_carousel .owl-nav .owl-prev{
      left:-30px;
  }
  .tabs_nav_carousel .owl-nav .owl-next{
      right:-30px;
  }
}

@media screen and (max-width:1150px){
  .banner .w3-col.l6.m4{
      width:100%;
  }
  .cloveExp{padding:0px 223px} 
  .banner .w3-col.l6.m8{
      width:100%;
  }
  .banner .main_intro{
      width:100%;
      max-width:740px;
      margin:0 auto;
  }
  
  
}

@media screen and (max-width:1100px){
    header .w3-col.s6:last-child{
      width:100%;
      position: absolute;
      right: 40px;
     
    }
	.cloveExp {
    padding: 0px 196px;
   }
   .banner{
   		padding-top: 68px;
    	min-height: 178px;
	}
   .appointment_form .form_inner {
        padding: 30px 6px 5px;
    }
}


@media screen and (max-width:1024px){
  .treatment:before{
      background-size:cover;
      height:auto;
      bottom:-60px;
  }
  #conditions_carousel p {
    font-size: 16.67px;
    text-align: center;
    color: #fff;
    margin: 30px 0px 20px 0px;
    padding: 0px 46px;
    height: 300px;
}
}

@media screen and (max-width:992px){
  #testi_carousel .w3-row{
      display:block;
  }
  .banner {
    padding-top: 63px;
	min-height: auto;
}
  
  .appointment_form .w3-col.m12 {
    background-color: #F4740D;
    width: 42%;
    float: right;
    border-radius: 28px;
}
  .cloveExp {
    padding: 0px 109px;
}
  #testi_carousel .w3-row > .w3-col{
      display:block;
      width:100%;
  }
  #testi_carousel .owl-nav > button{
      display:none;
  }
  .talk_to_expert_sec{
      margin-top:80px;
  }
    
}


@media screen and (max-width:850px){
    
  .patients{
    padding: 20px 0 60px;
    height:auto;
  }
  .cloveExp {
    padding: 0px 56px;
}
  .patients .dental-chain {
    margin-top: -150px;
  }
  .patients .patients_box{
      position:static;
      margin-top:40px;
      padding:0;
  }
  .patients_box .w3-col.m2{
      padding:10px;
      width:33.33333%;
  }
  .patients .patient_img{
      padding:0;
      width:100%;
  }
  .patients .circle {
    border-radius: 10px;
    width: 100%;
    height: auto;
    background:#fcec60;
    padding:20px 10px;
  }
  .patients .inner-circle {
    width: 140px;
    height: 140px;
    padding: 30px;
  }
  
}

@media screen and (max-width: 768px){
    .testimonial {
        padding: 0px 0px 20px 0px;
        background-color: #f5f5f5;
    }
	.benefits-tab{width:100%;}
	.ulWidth li strong{font-size:17px;}
    .convenVs{
        color: #000000d6;
        text-align: center;
        line-height: 25px;
    }
    .bracesCta:focus{
        outline:none;
    }
	.MobileBookAppo{width: 45%;
     float: right;} 
    .ulWidth {
        width: 100%;
        float: left;
        padding: 0px 16px;
        margin-bottom: 0;
    }
	.expTextBox h3 {
        font-family: Metropolis-Bold;
        font-size: 24.86px;
        text-align: center;
        margin-bottom: 0;
        line-height: 20px;
    }
   .action_btns_bottom{
     display:block;
	 width:100%;
	 height:50px;
	 position: fixed;
	 bottom:-100%;
	 left: 0;
	 z-index: 99999;
	 background-color:#eb4e27;
	 -webkit-transition:all ease-in .4s;
	 transition:all ease-in .4s;
	 text-align: center;
	 box-shadow:0 0 4px rgba(0,0,0,.4);
   }
   .action_btns_bottom.in{
   	bottom:0;
   }
   .action_btns_bottom a{
   	display:inline-block;
   	padding: 5px 15px;
   	color:#FFF;
   	font-size:16px;
   	line-height: 20px;
   	margin-right:10px;
	text-decoration:none;
   }
   .action_btns_bottom a:last-child{
   	margin-right:0;
   }
   .action_inner{
   	width: 100%;
    position: relative;
    top: 10px;
   }
   footer {
		width: 100%;
		padding: 15px 0;
		background-color: #593b2b;
		/*margin-bottom:40px;*/
	}
	footer p {
		text-align: center;
	}
   
   
}

@media screen and (max-width:769px){
    .invisiBtnHeaderMbl{
        position: absolute;
        bottom: 14px;
        left: 0;
        right: 0;
        width: 335px;
        margin: 0 auto;
        border-radius: 0;
        background-color: #f7831e;
        padding: 6px;
    }
    .aboutinvisiBraceBox {
        padding: 10px 10px;
    }
	.appointment_form .w3-col.m12 {
    
    width: 100%;
    float: none;
   
}
    .whyBracesSection .heading {
        text-transform: capitalize;
        font-size: 18.33px;
        text-align: center;
        font-family: Metropolis-Medium;
        color: #ffffff;
        margin-bottom: 5px;
        margin-top: 32px;
    }
    .text_left_p {
        color: white;
        padding: 0px 41px 0px;
        font-size: 16px;
            text-align: center;
    }
	.conditionSlider {
		padding: 0px 21px;
	}
	.heading {
		text-transform: capitalize;
		font-size: 28.33px;
		text-align: center;
		font-family: Metropolis-Bold;
		color: #000000d6;
		margin-bottom: 5px;
        margin-top: 29px;
	}
	.commonConditionsSection {
		
		padding-top: 0;
		border-radius: 0px;
		padding-bottom: 14px;
	}
	.formSection{
		background-image:url('../images/invisiBraces_images/teen-girl.png');
		background-repeat: no-repeat;
		background-size: 100%;
		padding-top: 0;
		min-height: 412px;
		background:#593b2b;
	
	}
    .formSection form{
        margin-bottom: 0px;
    }
	.contact_us{
			position: relative;
		   background: #000000d600094;
		   color: white;
		   padding: 20px;
		   width: 90%;
		   margin: 0 auto;
		   top: 22px;
	}

	.contact_us h3{
		font-family: Metropolis-Regular;
		font-size: 27.78px;
		margin-bottom: 21px;
	}
		
	input{
		background-color: white;
		width: 100%;
		border-radius: 14px;
		outline: none;
		border: none;
		min-height: 44px;
		padding: 0px 21px;
		margin-bottom: 21px;
		color: black;
	}

	.check {
		width: 6%;
		margin-top: 12px;
		position: absolute;
		left: 20px;
		bottom: 70px;
	}

	form span{
		padding-left: 32px;
		font-family: Metropolis-Regular;
		line-height: 49px;
		font-size: 12.5px;
	}
	   
	.whatsapp{
		width: 13px;
		display: inline!important;
		margin-top: -5px;
	}

	.formCta {
    background-color: #f6841f;
    color: #fff;
    text-align: center;
    padding: 2px;
    margin: 0 auto;
    display: block;
    width: 223px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: Metropolis-Regular;
    font-size: 14.67px;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 31px;
}
	.booking {
		font-family: Metropolis-Regular;
		text-align: center;
		margin: 11px 0px 0px;
		font-size: 19.44px;
	}

	.booking span {
		font-size: 36.11px;
		color: #f7831e;
		line-height: 33px;
		font-family: Metropolis-Bold;
	}
    	#conditions_carousel p {
        font-size: 15.67px;
        text-align: center;
        color: #fff;
        margin: 44px 0px 32px 0px;
        padding: 0px 30px;
        font-weight: 600;
        height: 194px;
        font-family: Metropolis-Regular;
    }
.whybracesLeft iframe {
    margin: 0 auto;
    display: block;
    height: 74%;
    width: 88%;
}
	.bracesText {
		font-size: 13.89;
		color: #fff;
		font-family: Metropolis-Light;
		
		padding: 0 40px;
	}
	.whyBracesContent{
			margin-top: 4px;
			padding-left: 0;
	}
	.whybracesLeft{		
		order: 2;
	}
	.whyBraceBox{
		background-color: #593b2b;
		margin-top: 25px;		
		border-radius: 51px;
	}
	.whyBracesSection {
		 /*background-image: url(../images/invisiBraces_images/whyBracesBg.jpg); */
		background-repeat: no-repeat;
		background-size: cover;
		/* min-height: 701px; */
		height: auto;
		position: relative;
		padding: 10px 0px 28px 0px;
		background-color: transparent;
	}
	.testi_box h5:after{
		content: none;
	}
	#testi_mbl_carousel .owl-dots button{
		background-color: transparent;
		border: none;
	}
	.testi_box {
		width: 100%;
		padding: 7px 0px;
		text-align: center;
		min-height: 477px;
		background-color: #f7831e;
	}
	.testi_box_wrap {
		width: 100%;
		position: relative;
		z-index: 9;
		background-color: transparent;
	}
	.video_img_box.bracesVideo .play_btn span {
        display: inline-block;
        width: 148px;
        height: 33px;
        border: 2px solid #FFF;
        border-radius: 25px;
        text-align: center;
        font-size: 13px;
        line-height: 32px;
        color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 56px;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.98);
    }
	.video_img_box .play_btn span {
        display: inline-block;
        width: 148px;
        height: 33px;
        border: 2px solid #FFF;
        border-radius: 25px;
        text-align: center;
        font-size: 13px;
        line-height: 32px;
        color: #FFF;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.98);
    }
	.video_img_box .play_btn {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
		background-color: transparent; 
		cursor: pointer;
	}
	.TestiSection{
		padding: 20px 0px;
		background-color: #f5f5f5;
	}
	.testiSlider {
		margin-top: 35px;
		padding: 0px 30px;
	}

	.testi_box h3{
		text-align: center;
        color: #ffffff;
        font-size: 20.83;
        font-family: Metropolis-Bold;
        line-height: 27px;
        margin-top: 19px;
        padding: 0 10px;
        margin-bottom: 20px;
	}

	.testi_box p{
		text-align: center;
        color: #fff;
        font-size: 14.89px;
        font-family: Metropolis-Light;
        padding: 0px 12px;
        line-height: 22px;
	}

	.testi_box h5{
		background-color: #593b2b;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 217px;
        border-radius: 30px;
        font-family: Metropolis-Bold;
        font-size: 12.5px;
        padding: 10px;
        margin-bottom: 10px;
	}

	#testi_mbl_carousel .owl-dots {
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: 14px;
	}

	#testi_mbl_carousel .owl-dots .owl-dot span {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin-right: 0;
		position: relative;
		background-color: #cecece;
		border: 0;
	}

	#testi_mbl_carousel .owl-dots .owl-dot.active span {
		background-color: #412415 !important;
	}
	.hideOnMobile{
		display:none !important;
	}
	.bracesTextBox {
		padding: 0;
	}
	.expImgBox {
		background-color: #f6841f;
		border-radius: 30px;
		padding: 4px 0px;
	}
	.cloveExp {
		margin-top: 15px;
		padding: 0px 0px;
	}
	.cloveExpSection {
		padding-bottom: 0px;
		margin: 0px 0px 7px 0px;
	}
	.successful {
		padding: 12px 0px 1px 0px;
		background-color: #f6841f;
		color: #000000d6;
		border-radius: 25px;
		position: relative;
		width: 87%;
		margin: 0 auto;
	}

	.successful span{
	   font-size: 55px;
	   line-height: 43px;	
	   font-family: Metropolis-Bold;
	   color: #fff;
	}

	.successful p{
	   font-size: 20px;
	   line-height: 24px;	
	   font-family: Metropolis-Bold;
	   color: #fff;
	   text-transform: uppercase;
	}

	.successfulBrown{
		padding: 25px 0px 1px 0px;
		background-color: #593b2b;
		color: #000000d6;
		border-radius: 25px;
		width: 100%;
		margin: 0 auto;
		margin-top: -17px;
		box-shadow: 3px 2px 6px rgba(0,0,0,.4);
	}

	.successfulBrown p {
        font-size: 14.67px;
        line-height: 24px;
        /* font-family: Metropolis-Bold; */
        color: #fff;
    }

	.successfulBrownSecond p {
        font-size: 13.89;
        line-height: 24px;
        /* font-family: Metropolis-Bold; */
        color: #fff;
        text-transform: uppercase;
    }


	.successfulBrownSecond {
		padding: 10px 0px 1px 0px;
		background-color: #593b2b;
		color: #000000d6;
		border-radius: 25px;
		width: 325px;
		margin: 0 auto;
		margin-top: 11px;
	}

	.intro {
		width: 100%;
		text-align: center;
		margin-top: 53%;
	}
	.hideOnDesktop{
		display: block !important;
	}
	.banner{
		background-image: url('https://clovedental.in/promotion/images/invisiBraces_images/love_my_braces_banner3_-_mobile.jpg');
		min-height: 821px;
		
	}
	.appointment_form, .intro h3{
		display: none;
	}
	.container{
		  padding:0 20px;
	}
	header .w3-col.s6:last-child{
      right:20px;
	}
}


@media screen and (max-width:714px){
  .patients .circle{
      min-height:287px;
  }
  .dental-chain h1 {
    font-size: 32px;
    line-height: 38px;
  }    

}

@media screen and (max-width:700px){
   .bracesVideo img {
    width: 354px;
    margin: 0 40px;
    display: block;
}
.MobileBookAppo{width:100%;}
  header .w3-col.s6:last-child{
    max-width:170px;
  }
  header .w3-btn {
    padding: 5px 20px !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    margin-top: 9px;
  }
  header.fixed {
    padding: 0px 0;
    z-index: 9999;
    height: 49px;
        position: fixed;
  }
  header.fixed header .w3-btn  {
    padding: 5px 20px !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    margin-top: 0px;
  }
}

@media screen and (max-width:600px){
   header .w3-col.s6{
       width:auto;
   }
   .banner {
    min-height: 650px;
}
   header .logo{
       max-width:156px !important;
           visibility: visible;
   }
   header{
        height: 68px;
        background-color: #fff;
        position: inherit;
   }
  .appointment_form .w3-row{
      display:flex;
      flex-direction:column;
  }
  .appointment_form .w3-row > .w3-col{
      display:block;
  }
  .appointment_form .w3-row > .w3-col:first-child{
      order:2;
  }
  .appointment_form .w3-row > .w3-col:last-child{
      order:1;
  }
  .appointment_form .form_inner{
      padding:40px 40px 20px;
  }
  .no_need_to_seat .img_box{
      float:none;
      max-width:100%;
      text-align:right;
  }
  .no_need_to_seat .img_box img{
      max-width:150px;
  }
  .patients_box .w3-col.m2{
      width:100%;
  }
  .row.patients_box .owl-dots{
      width:100%;
      padding:20px;
      text-align:center;
  }
  .row.patients_box .owl-dots > button {
    display: inline-block;
    width: 30px;
    height: 10px;
    background-color:#FFF;
    border: 0;
    margin-right: 10px;
    box-shadow:0 0 4px rgba(0,0,0,.4);
   }
   .row.patients_box .owl-dots > button.active{
       background-color:#eb4e27;
   }
   .testimonial .heading h2 {
    font-size: 30px;
    line-height: 40px;
   }
  
   .patients .circle h4{
       font-size:26px;
       line-height:30px;
   }
   .patients .circle p{
       font-size:18px;
       line-height:22px;
   }
   
   
}/*==== max-600 end here ====*/

@media screen and (min-width:370px) and (max-width:600px){
    .no_need_to_seat{
       padding-bottom:50px;
       padding-right:160px;
       position:relative;
   }
   .no_need_to_seat .img_box{
       max-width:150px;
       position:absolute;
       top:20px;
       right:10px;
   }
}

@media screen and (max-width:534px){
  .patients .dental-chain {
    margin-top: -170px;
  }
}

@media screen and (max-width:534px){
  .patients .dental-chain {
    margin-top: -190px;
  }
  .patients {
    margin-top: 250px;
  }
  .treatment .heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner {
    min-height: 463px;
}
  
}

@media screen and (max-width:475px){
 header .w3-col.s6{
     width:100%;
     
 }

 header .logo{
     display:block;
     -webkit-transition:all ease-in.4s;
     transition:all ease-in.4s;
     margin-bottom:10px;
	margin: 6px 0;
    max-width: 124px !important;
 }
 header a{
     position:static;
 }

 header .w3-btn.cta{
     margin-bottom:10px !important;
 }

}


@media screen and (max-width:400px){
    .bracesVideo img {
    width: 311px;
    margin: 0 40px;
    display: block;
}
  .testi_box h3 {
    font-size: 21px;
    line-height: 32px;
  }
  .talk_to_expert p{
    font-size: 14px;
    line-height: 14px;
  }
  .talk_to_expert h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .talk_to_expert{
      padding:10px 0;
  }
  
  
}

@media screen and (max-width:370px){
    .bracesVideo img {
    width: 332px;
    margin: 0 20px;
    display: block;
}
    .no_need_to_seat{
        padding-bottom:0;
    }
    .no_need_to_seat .img_box{
        text-align:center;
    }
    .no_need_to_seat .img_box img{
        max-width:120px;
    }
}

@media screen and (max-width:340px){
    .bracesVideo img {
    width: 287px;
    margin: 0 20px;
    display: block;
}
  .testimonial .container{
    padding:0;
  }
  .talk_to_expert h3 {
    font-size: 22px;
    line-height: 20px;
  }
}


#more {display: none;}




.successful {
		padding: 12px 0px 1px 0px;
		background-color: #f6841f;
		color: #000000d6;
		border-radius: 25px;
		position: relative;
		width: 87%;
		margin: 0 auto;
	}

	.successful span{
	   font-size: 55px;
	   line-height: 43px;	
	   font-family: Metropolis-Bold;
	   color: #fff;
	}

	.successful p{
	   font-size: 20px;
	   line-height: 24px;	
	   font-family: Metropolis-Bold;
	   color: #fff;
	   text-transform: uppercase;
	}

	.successfulBrown {
        padding: 25px 0px 1px 0px;
        background-color: #593b2b;
        color: #000000d6;
        border-radius: 25px;
        width: 100%;
        margin: 0 auto;
        margin-top: -17px;
        box-shadow: 3px 2px 6px rgba(0,0,0,.4);
    }

	.successfulBrown p {
        font-size: 13.67px;
        line-height: 18px;
        /* font-family: Metropolis-Bold; */
        color: #fff;
        margin-bottom: 6px;
    }

	.successfulBrownSecond p {
        font-size: 11.89px;
        line-height: 13px;
        /* font-family: Metropolis-Bold; */
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

	.successfulBrownSecond {
        padding: 9px 0px 1px 0px;
        background-color: #f6841f;
        color: #000000d6;
        border-radius: 25px;
        width: 270px;
        margin: 0 auto;
        margin-top: 18px;
    }

.bannerDesktopText {
    width: 67%;
    margin: 0 auto;
    position: absolute;
    top: 228px;
    left: -220px;
    right: 0;
}

.bannerTextBox{
    position: relative;
}


.appointment_btn:hover, #toggle:hover, .tabs_nav_carousel a h4:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}





a.w3-btn.cta:hover, .MobileBookAppo:hover, .formCta:hover{
    background-color: #f6841f !important;
    color: #FFF !important;
}

.contact_us input.error {
    background-image: url(../images/invisiBraces_images/exclamation.png);
    background-size: 18px auto, auto;
    background-repeat: no-repeat,no-repeat;
    background-position: 96% center;
}

#clovecontact2 input:focus, #callme_button:focus {
    outline: none;
}
sup{
font-size: 8px;}

.heading-sup{
font-size:16px!important;}