@charset "utf-8";
@font-face{
	font-family:"Helvetica Neue", sans-serif;
	src:url('../fonts/HelveticaBlk.ttf') format("truetypefont");
	font-weight:600;
}

@font-face{
	font-family:"Metropolis-Medium";
	src:url('../fonts/Metropolis-Medium.otf');
	
}
@font-face{
	font-family:"Metropolis-ExtraBold";
	src:url('../fonts/Metropolis-ExtraBold.otf');
	
}

@font-face{
	font-family:"Metropolis-Bold";
	src:url('../fonts/Metropolis-Bold.otf');
	
}

@font-face{
	font-family:"Metropolis-SemiBold";
	src:url('../fonts/Metropolis-SemiBold.otf');
	
}
h1,h2,h3,h4,h5,h6{
	font-family:"Helvetica Neue", sans-serif;
}

body{
  font-family:'Helvetica Neue', sans-serif;	
}
.main_{
    width:100%;
    overflow-x:hidden;
}
section{
  width:100%;
}
.container{
  width:100%;
  max-width:1400px;
  margin:0 auto;	
  padding:0 40px;
}

.desk-hide{display:none;}

img{
  width:100%;
  max-width:100%;	
}
a:hover{
	text-decoration:none;
}

/*----  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:200px;	
}

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:#28293f;
	border-radius:25px;

}
header a:hover,
header a:focus,
header a:active{
    color:#FFF;
}
header.fixed{
    padding:0;
}
.successfully {
  margin-top: 250px;
  margin-bottom: 250px;
}
/*------   bannner   -------*/
.banner{
	position: relative;
	background-image:url(../img/ident.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  margin-top: 65px;
}

.intro{
	width:100%;
	text-align:center;
}
.intro h1{
	font-size:38px;
	line-height:48px;
	color:#eb7f27;
	font-family:'Helvetica Neue', sans-serif;
	font-weight:600;
}

.problems{
   padding:10px 20px;
   background-color:rgba(64,36,20,.2);
   color:#000;
   border-radius:25px;
}
.problems span{
   font-size: 17px;
   line-height: 24px;	
}
.intro h3{
	font-size:22px;
	line-height:26px;
	margin:15px 0;
}
.intro h3:after{
	content:'';
	display:block;
	width:90%;
	height:1px;
	background-color:#838383;
	margin:5px auto 0;
}

.appointment_form{
	width:100%;
	border-radius:25px;
	margin-top:25px;
	margin-bottom:30px;
	overflow:hidden;
}
.appointment_form .w3-row{
	display:table;
	width: 100%;
}
.appointment_form .w3-row > .w3-col{
	display:table-cell;
	float:none;
	vertical-align:middle;
}
.appointment_form .w3-col.m7{
	background-color:#28293f;
}
.appointment_form .w3-col.m5{
	background-color:#fcec60;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.appointment_form .form_inner{
  width:100%;
  padding:1px 40px 0;	
}
.formbook {
    text-align: center;
    color: white;
    position: relative;
    padding-top: 20px;
    line-height: 33px;
    font-size: 25px;
    font-family: Metropolis-Medium;
}
.formbook:before, .formbook:after {
    position: absolute;
    top: 41%;
    overflow: hidden;
    width: 15%;
    height: 3px;
    content: '\a0';
    background-color: white;
}
.formbook:before {
    margin-left: -19%;
    text-align: right;
}

.formbook:after {
   margin-left: -52px;
    text-align: right;
}
.no_need_to_seat {
    padding: 28px 20px 45px;
}
.no_need_to_seat .img_box {
    width: 100%;
    max-width: 167px;
    clear: both;
    padding: 45px 55px 0 0px;
    margin-bottom: 20px;
}
.no_need_to_seat h3{
color:#e5802c;
font-family:Metropolis-ExtraBold;
font-size: 30px;}
.no_need_to_seat h4{

color:#442310;
font-family:Metropolis-Bold;
line-height: 13px;
font-size:17px;
position:relative;
}

.no_need_to_seat h4:after {
    content: '';
    display: block;
    width: 55%;
    height: 1px;
    background-color: #442310;
    margin: 10px 0 0px;
}

.no_need_to_seat p{
font-family:Metropolis-SemiBold;
color:#442310;
font-size:11px;
}
.input_box{
	width:100%;
	margin-bottom:15px;
	position:relative;
	border-radius:25px;
	overflow:hidden;
}
.input_box:last-child{
	margin-bottom:0;
}
.input_box input,
.input_box button,
.input_box select{
  width:100%;
  height:35px;
  background-color:#FFF;
  border-radius:25px;
  padding-left:20px;
  background-size:30px auto;
  background-repeat:no-repeat;
  background-position:10px center;	
  border:0;
  font-size:16px;
  color:#7989c3;
}
input::-webkit-placeholder{
  color:#7989c3;
}
.input_box input:focus,
.input_box input:active{
  border:0;
  box-shadow:none;
  outline:none;
}

.input_box+p{
  margin-top:-10px;
  font-size:14px;
  color:#FFF;
}

.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:#7989c3;
   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;
}

/*---   treatment   ----*/
.treatment:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;top:0;
	z-index:-1;
	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:#111;
   font-weight:600;
   margin:0;	
}
.treatment .heading h2:before{
    content: '';
    display: block;
    width:100%;
    max-width: 500px;
    height: 100px;
    background-color: #7fc540;
    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:40px 0;
}
.tak_to_expert_inner{
   display:inline-block;
   width: 100%;
   max-width: 480px;
   background-color: #28293f;
   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:23px;
	line-height:46px;
	font-weight:600;
	margin:0;
}
.talk_to_expert h3 a:hover{
    color:#FFF;
}

.services_tabs{
   width:100%;
   border-bottom:1px solid #FFF;
   padding-bottom:10px;	
}
.services_tabs.mob{
border-bottom:0px solid #FFF;}

.tabs_nav_carousel-mob{display:none !important;}
.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: #7fc540;
	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:50px;
	height:50px;
	border-radius:50px;
	position:absolute;
	top:0;bottom:0;
	margin:auto;
	border:0;
	font-size:0;
	
}
.tabs_nav_carousel  .owl-nav .owl-next{
	right:-60px;
	background: #28293f url('../img/right_arrow.png') no-repeat center;
	background-size:40% auto;
}
.tabs_nav_carousel  .owl-nav .owl-prev{
	left:-60px;
	background:#28293f url('../img/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);
}

.tabs_nav_carousel-mob .item{
	width:100%;
	text-align:center;
}
.tabs_nav_carousel-mob .item a{
	display:inline-block;
	text-align:center;
	text-decoration:none;
}
.tabs_nav_carousel-mob a .icon_box{
  display:inline-block;
  width:120px;
  height:120px;
  border-radius:50%;
  background-color:#787878;	
  text-align:center;
  position:relative;
}
.tabs_nav_carousel-mob 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-mob a.active .icon_box,
.tabs_nav_carousel-mob a:hover .icon_box,
.tabs_nav_carousel-mob a.active h4,
.tabs_nav_carousel-mob a:hover h4{
	background-color:#eb7f27;
	color:#FFF;
}

.tabs_nav_carousel-mob 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-mob a h4 span {
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
}
.tabs_nav_carousel-mob  .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-mob  .owl-nav .owl-next{
	right:-60px;
	background: #000 url('../img/right_arrow.png') no-repeat center;
	background-size:40% auto;
}
.tabs_nav_carousel-mob  .owl-nav .owl-prev{
	left:-60px;
	background:#000 url('../img/right_arrow.png') no-repeat center;
	background-size:40% auto;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.tabs_nav_carousel-mob  .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:25px;
}
.treatment .content_box h3{
	font-size:26px;
	line-height:36px;
	font-weight:600;
}
.treatment .content_box p{
	font-size:16px;
	line-height:22px;
	color:#000;
}
.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:130px;
   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(../img/dental.jpg);*/
    height: 320px;
    background-size: cover;
}
.patients .circle{
   border-radius: 5px;
   width: 118px;
   height: 220px;
   color: #eb7f27;
   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_box .m2{    width: 14.28%;}

.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;
   color:#eb7f27;
}	
	
.patients .circle p{
  font-size:13px;
  color:#eb7f27;
  text-align: center;
 
}	
	
.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 .container{
  max-width:1140px;	
}
.testimonial .heading{
  text-align:center;	
}
.testimonial .heading h2{
  font-size:40px;
  line-height:50px;
  color:#000;
  font-weight:600;
}
.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;
}

.testi_box_wrap{
  width:100%;
  position:relative;
  z-index:9;	
  background-color:#eb7f27;
}
.testi_box{
	width:100%;
	padding:30px;
	text-align:center;
}
.testi_box .quotes{
   font-size:46px;
   color:#f19181;
   padding:10px;
}
.testi_box h3{
   font-size:30px;
   line-height:46px;
   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;	
}

.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('../img/right_arrow.png') no-repeat center;
  background-size:40% auto;	
  background-color: #000000d6;
}

#testi_mbl_carousel .owl-nav > button.owl-next{
  background:#FFF url('../img/right_arrow.png') no-repeat center;
  background-size:40% auto;	
  background-color: #000000d6;
}

/*---  talk_to_expert_sec   -----*/
.talk_to_expert_sec{
	position:relative;
	margin-top:50px;
}

a.w3-btn.cta {
    padding: 8px 25px;
    background-color: #222222;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px;
}

a.w3-btn.ctas{
margin-top:7px;
padding: 10px 25px;
    background-color: #eb4e27;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px;
}

footer{
	width:100%;
	padding:15px 0;
	background-color:#222222;
}
footer p{
	color:#FFF;
	font-size:16px;
	margin:0;
}
footer .w3-col:last-child{
	text-align:right;
}

.social-list li a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 12px;
  border-radius: 50%;
}

.social-list li a:hover {
  background-color: #7fc540;
  border: 1px solid #7fc540;
  color: #fff;
}

.action_btns_bottom{
    display:none;
}

.callUss{
    padding: 10px 25px;
    background-color: #7fc540;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px;
}

header .callUss{
    margin-right: 10px;
    margin-top: 14px;
}

.callUss:hover, .callUss:active,  .callUss:visited,  .callUss:focus{
    text-decoration: none;
}

.callUssForm{
    display: none;
}
.callUssForm:focus, .callUssForm:visited,  .callUssForm:hover{
color:#000;
}

.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;
}
#testi_mbl_carousel{display:none;}
#testi_carousel a h4 span {
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
}
#testi_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;
	
}

#testi_mbl_carousel a h4 span {
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
}
#testi_mbl_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;
}
#testi_carousel .owl-nav .owl-next {
	right:-60px;
	background: #000000d6 url('../img/right_arrow.png') no-repeat center;
	background-size:40% auto;
}
#testi_carousel .owl-nav .owl-prev{
	left:-60px;
	background:#000000d6 url('../img/right_arrow.png') no-repeat center;
	background-size:40% auto;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}

#testi_mbl_carousel .owl-nav .owl-next {
	right:-60px;
	background: #000000d6 url('../img/right_arrow.png') no-repeat center;
	background-size:40% auto;
}
#testi_mbl_carousel .owl-nav .owl-prev{
	left:-60px;
	background:#000000d6 url('../img/right_arrow.png') no-repeat center;
	background-size:40% auto;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}

/*======================   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;
  }
  
  .tabs_nav_carousel-mob .owl-nav .owl-prev{
      left:-30px;
  }
  .tabs_nav_carousel-mob .owl-nav .owl-next{
      right:-30px;
  }
}

@media screen and (max-width:1150px){
  .banner .w3-col.l6.m4{
      width:100%;
  }
  .banner .w3-col.l6.m8{
      width:100%;
  }
  .banner .main_intro{
      width:100%;
      max-width:740px;
      margin:0 auto;
  }
  .banner{
      background-image: url(../img/banner_bg.jpg);
  }
  
}

@media screen and (max-width:1100px){
    header .w3-col.s6:last-child{
      width:100%;
      position: absolute;
      right: 40px;
      top: 10px;
    }
}


@media screen and (max-width:1024px){
  .treatment:before{
      background-size:cover;
      height:auto;
      bottom:-60px;
  }
}

@media screen and (max-width:992px){
  #testi_carousel .w3-row{
      display:block;
  }
  #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 10px;
    height:auto;
  }
  .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){
.sterlinemobile{
padding: 31px 0;
    margin: 0;
    width: 100%;}
.tabs_nav_carousel-mob{display:block !important;}

.sterlinemobile img {
    max-width: 144px;
}
#testi_mbl_carousel .owl-nav .owl-prev{left:0;}
#testi_mbl_carousel .owl-nav .owl-next{right:0;}
.w3-col.m6.testiboxNew{border: 2px solid #ffff;}
#testi_mbl_carousel{display:block;}
#testi_carousel{display:none;}
.sterlinemobile h2 {
    text-align: right;
    padding: 2px 7px;
    font-weight: bold;
    color: #f6841f;
    font-family: Metropolis-ExtraBold;
}
	   
 .sterlinemobile h4 {
    text-align: right;
    font-size: 16px;
    padding: 6px 7px;
    line-height: 3px;
    color: #442310;
    font-family: Metropolis-SemiBold;
    margin: 0;
    position: relative;
}

.sterlinemobile h4:after {
    content: '';
    display: block;
    width: 55%;
    position: absolute;
    right: 12px;
    height: 1px;
    background-color: #442310;
    margin: 13px 0 0 0px;
}

.sterlinemobile p {
    text-align: right;
    margin-top: 19px;
    padding: 0px 7px 0;
    color: #442310;
    font-size: 10px;
    font-family: Metropolis-SemiBold;
}
    .testimonial {
        margin-top: 3px;
    }
    .talk_to_expert {
        margin: 12px 0;
    }
    .tak_to_expert_inner{
        display: none;
    }
    .no_need_to_seat h3{
        text-align: center;
        text-underline-position: under;
        margin-bottom: 10px;
        font-weight: 700;
        margin-top: 0;
		font-size: 21px;
    }
   .callUssForm {
    display: block !important;
    color: black;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    font-family: Metropolis-Bold;
    margin: 0 auto;
    margin: 10px 0;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
	
	  .callUssForm span{
	  color:#eb7f27;}
	  
	  .callUssForm .fa-phone{
	  color:#eb7f27;}
   .action_btns_bottom{
     display:block;
	 width:100%;
	 height:50px;
	 position: fixed;
	 bottom:-100%;
	 left: 0;
	 z-index: 99999;
	 background-color:#f6841f;
	 -webkit-transition:all ease-in .4s;
	 transition:all ease-in .4s;
	 text-align: center;
	 box-shadow:0 0 4px rgba(0,0,0,.4);
   }
   .mob-hide{display:none;}
   .desk-hide{display:inline-block !important;}
   .desk-hide i{padding-right: 10px;}
   .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{
       margin-bottom:40px;
   }
   footer .w3-col{
       text-align:center !important;
   }
   
}

@media screen and (max-width:767px){
  .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){
  header .w3-col.s6:last-child{
    max-width:280px;
  }
  header .w3-btn {
   /* padding: 5px 20px !important; */
    font-size: 12px !important;
    margin-bottom: 5px !important;
    margin-top: 7px;
  }
  header.fixed {
    padding: 0px 0;
  }
  header.fixed .w3-btn {
  margin-top: -2px; 
  }
  header a.w3-btn.cta{
      margin-top:9px !important;
      margin-right:0;
  }
  header a.w3-btn.ctas{
      margin-top:9px !important;
      margin-right:0;
  }
}

@media screen and (max-width:600px){
   header .w3-col.s6{
       width:auto;
   }
   header .logo{
       max-width:100px;
   }
  .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: 4px 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: 0;
    padding-right: 0;
    background: #eb7f27;
    padding-left: 0;
    position: relative;
    padding-top: 2px;
}
 .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;
  }
  
}

@media screen and (max-width:400px){
  .testi_box h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .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:376px){
.sterlinemobile img {
    max-width: 127px;
}
.sterlinemobile h2 { 
    font-size: 24px;   
}
.sterlinemobile h4 {
    font-size: 14px;  
}
}
@media screen and (max-width:370px){
    .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;
    }
    
    header .container{
      padding:0 10px;    
    }
    header .logo{
        max-width:80px;
    }
    
    header a.w3-btn.cta {
      padding: 5px 14px !important;
    margin-top: 0px !important;
    }
	header a.w3-btn.ctas {
      padding: 5px 20px !important;
      margin-top: 10px !important;
    }
}

@media screen and (max-width:340px){
  .testimonial .container{
    padding:0;
  }
  .talk_to_expert h3 {
    font-size: 22px;
    line-height: 20px;
  }
  header a.w3-btn.cta {
    margin-top: 7px !important;
    margin-right: -10px !important;
    padding: 5px 15px !important;
  }
  header a.w3-btn.ctas {
    margin-top: 7px !important;
    margin-right: -10px !important;
    padding: 5px 15px !important;
  }
  header .logo{
        max-width:90px;
  }
}
/* CSS Document */