
body { color: #444444;overflow-x: hidden;}
a { color: #1977cc;}
a:hover { color: #3291e6; text-decoration: none;}
ul{list-style-type:none;}
.srn_n_n_mar{overflow: hidden;}
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden;  background: #fff;}
#preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #f16024; border-top-color: #d1e6f9; border-radius: 50%;
  width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite;}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.back-to-top { position: fixed; display: none; right: 45px; bottom: 45px;  z-index: 99999;}
.back-to-top i {display: flex; align-items: center; justify-content: center; font-size: 24px; width: 40px; height: 40px; border-radius: 50px; background: #ffc800;
  color: #fff; transition: all 0.4s;border-radius: 50%;}
.back-to-top i:hover { background: #ffc800; color: #fff;}
.datepicker-dropdown { padding: 20px !important;}
#topbar { background: #fff; height: 40px; font-size: 14px; transition: all 0.5s;}
#topbar.topbar-scrolled { top: -40px;}
#topbar .contact-info a { line-height: 1; color: #444444; transition: 0.3s;}
#topbar .contact-info a:hover { color: #1977cc;}
#topbar .contact-info i { color: #1977cc; padding-right: 4px; margin-left: 15px;}
#topbar .contact-info i:first-child { margin-left: 0;}
#topbar .social-links a { color: #437099; padding-left: 15px; display: inline-block; line-height: 1px; transition: 0.3s;}
#topbar .social-links a:hover { color: #1977cc;}
#topbar .social-links a:first-child { border-left: 0;}
.shadow{box-shadow: none!important;}
#header { background: #fff; transition: all 0.5s; z-index: 1026; padding: 15px 0;  top: 0px;}
#header.header-scrolled { top: 0;}
#header .logo { font-size: 32px; margin: 0; padding: 0; line-height: 1; font-weight: 700; letter-spacing: 0.5px; font-family: "Poppins", sans-serif;}
#header .logo a { color: #2c4964;}
#header .logo img { max-height: 50px;}
.nav-menu ul { margin: 0; padding: 0; list-style: none;}
.nav-menu > ul { display: flex;}
.nav-menu > ul > li { position: relative; white-space: nowrap; padding: 8px 0 8px 15px;}
.nav-menu a { display: block; position: relative; color: #2c4964; transition: 0.3s; font-size: 14px; font-family: "Open Sans", sans-serif; padding: 5px 2px;
   border-bottom: 2px solid #fff;}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {color: #f16024;border-color: #f16024;}
a.btn.btn-primary.value{margin: 0 auto;text-align: center;display: block;width: fit-content;font-size: 18px;padding: 6px 20px;color: white;border: none;
  background-color: #f16024;}
.nav-menu .drop-down ul { display: block; position: absolute; left: 20px; top: calc(100% + 30px); z-index: 99; opacity: 0; visibility: hidden; padding: 10px 0;
   background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s;}
.nav-menu .drop-down:hover > ul { opacity: 1; top: 100%;  visibility: visible;}
.nav-menu .drop-down li { min-width: 180px; position: relative;}
.nav-menu .drop-down ul a { padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: none; color: #082744; border: none;}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a { color: #f16024;}
.nav-menu .drop-down > a:after { content: "\ea99"; font-family: IcoFont; padding-left: 5px;}
.nav-menu .drop-down .drop-down ul { top: 0; left: calc(100% - 30px);}
.nav-menu .drop-down .drop-down:hover > ul { opacity: 1; top: 0; left: 100%;}
.nav-menu .drop-down .drop-down > a { padding-right: 35px;}
.nav-menu .drop-down .drop-down > a:after { content: "\eaa0"; font-family: IcoFont; position: absolute; right: 15px;}
.appointment-btn { margin-left: 25px; background: #f16024; color: #fff; border-radius: 50px; padding: 8px 25px; white-space: nowrap; transition: 0.3s; font-size: 14px;
  display: inline-block;}
.appointment-btn:hover { background: #f16024; color: #fff;}
.mobile-nav-toggle { position: fixed; right: 7px; top: 20px;  z-index: 9998; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important;
  line-height: 1; cursor: pointer; text-align: right;}
.mobile-nav-toggle i { color:  #f16024;}
.mobile-nav { position: fixed; top: 55px; right: 15px; bottom: 15px; left: 15px; z-index: 9999; overflow-y: auto; background: #fff; transition: ease-in-out 0.2s;
  opacity: 0; visibility: hidden; border-radius: 10px; padding: 10px 0;}
.mobile-nav * {margin: 0; padding: 0; list-style: none;}
.mobile-nav a {font-family: 'Muli'; display: block; position: relative; color: #2c4964; padding: 10px 20px; font-weight: 500; outline: none;}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a { color: #f16024; text-decoration: none;}
.mobile-nav .drop-down > a:after { content: "\ea99"; font-family: IcoFont; padding-left: 10px; position: absolute; right: 15px;}
.mobile-nav .active.drop-down > a:after { content: "\eaa1";}
.mobile-nav .drop-down > a { padding-right: 35px;}
.mobile-nav .drop-down ul { display: none; overflow: hidden;}
.mobile-nav .drop-down li { padding-left: 20px;}
.mobile-nav-overly { width: 100%; height: 100%; z-index: 9997; top: 0; left: 0; position: fixed; background: rgba(28, 47, 65, 0.6); overflow: hidden; display: none;
  transition: ease-in-out 0.2s;}
.mobile-nav-active { overflow: hidden;}
.mobile-nav-active .mobile-nav { opacity: 1; visibility: visible;}
.mobile-nav-active .mobile-nav-toggle i { color: #fff;}
section { padding: 60px 0; overflow: hidden;}
.section-bg { background-color: #f1f7fd;}
.section-title { text-align: center; padding-bottom: 30px;}
.section-title h2 { font-size: 32px; font-weight: bold; margin-bottom: 20px; padding-bottom: 20px;  position: relative;  color: #2c4964;}
.section-title h2::before { content: ''; position: absolute;  display: block;  width: 120px;  height: 1px;  background: #ddd; bottom: 1px;  left: calc(50% - 60px);}
.section-title h2::after { content: ''; position: absolute; display: block; width: 40px; height: 3px;  background: #1977cc; bottom: 0; left: calc(50% - 20px);}
.section-title p { margin-bottom: 0;}
.carousel-item { background: none;}
.carousel-item:hover { cursor: grab;}
.carousel-caption { display: flex; flex-direction: column; justify-content: center; top: 0; bottom: 0;}
.carousel-indicators li {width: 0.75rem; height: 0.75rem; border-radius: 100%; align-self: center; transition: all 0.6s ease-in-out;border-top: 10px solid transparent;
   border-bottom: 10px solid transparent; border-left: 10px solid transparent; border-right: 10px solid transparent;}
.carousel-indicators li.active { width: 5px; height: 5px; box-shadow: 0 0 0 2px white;}
.carousel-control-prev,.carousel-control-next { top: 50%; transform: translateY(-50%); width: 3rem; height: 3rem; border: 2px solid #fff; border-radius: 100%; }
.carousel-indicators{right: auto;	}
.carousel-control-prev { left: 10px;}
.carousel-control-next { right: 10px;}
.bnr_rght_img_snr{	position: absolute;   right: 34px;   top: 83px;}
.shadow{box-shadow: none!important;}
p.lead{	font-family: 'Muli';	font-size: 40px;	font-weight: 100;	text-align: left;	}
.carousel-control-prev:hover,.carousel-control-next:hover { background: #000; color: #000;}
.font-weight-bold{font-weight: 100!important;}
.sr_dt{padding: 80px 0 80px 0;}
.srn_dt_abt_cnt h1{font-size: 48px;color: #d62522;font-family: 'Muli';font-weight:  100;}
.srn_dt_abt_cnt h2{	font-family: 'Muli';font-size: 24px;color: #000;	font-weight: bold;line-height: 30px;margin-top: 28px;}
.srn_dt_abt_cnt p{font-family: 'Muli';font-size: 18px;color: #000;	margin-top: 30px;line-height: 30px;}
.srn_dt_abt_cnt a{color: #fd7137;text-decoration: none;font-family: 'Muli';margin-top: 40px;	display: block;}
img.img_srn_2{float: right;	margin-top: 15px;}
.srn_spec{background: #e5f7fd;padding: 80px 0 80px 0;}
.srn_bg_gra{background: rgb(242,143,34);background: linear-gradient(90deg, rgba(242,143,34,1) 0%, rgba(253,95,80,1) 100%);	border-radius: 20px;padding: 80px 65px;}
.srn_ic_img{padding: 25px 30px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;max-width: 190px;}
.srn_ic_img img{margin: 0 auto; text-align: center; display: block;}
.no-bdr-r{border-right:none;}
.no-bdr-bt{border-bottom: none;}
.srn_ic_img h6{font-size: 20px;color: #fff;font-family: 'Muli';text-align: center;}
.srn_spec_rht h5{font-size: 48px;color: #fff;font-family: 'Muli';font-weight: 200;	margin-top: 50px;}
.bg_bl{background: #000;max-width: 351px;padding: 50px 30px;padding-bottom: 0;border-radius: 15px;z-index: 22;margin-top: 30px;   position: absolute;}
.bg_bl p{color: #fff;line-height: 30px;}
.bg_bl a{color: #f16023;margin-top: 51px;margin-bottom: 70px;display: block;}
.srn_n_pad{padding: 3px;}
.srn_cnt_emr{padding: 3px;}
.srn_cnt_emr img{	width: 100%;}
.srn_timing span{padding-right: 20px;}
.srn-at-width img{}
.srn_doctors{background: #e7e7e7;padding: 80px 0 80px 0;}
.post-slide5{transition:all .4s ease-in-out 0s; margin-bottom:2em}
.post-slide5 .post-img{position:relative;overflow:hidden}
.post-slide5 .post-img:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;}
.post-slide5 .post-img img{width:100%;height:auto}
.post-slide5 .category{width:20%;font-size:16px;color:#fff;line-height:11px;text-align:center;text-transform:capitalize;padding:11px 0;background:#ff9412;position:absolute;bottom:0;left:-50%;transition:all .5s ease-in-out 0s}
.post-slide5:hover .category{left:0}
.post-slide5 .post-review{padding:25px 20px;background:#fff;position:relative; border-radius: 15px; border-top-left-radius: 0px; border-top-right-radius: 0px; height: 300px;}
.post-slide5 .post-title{margin:0}
.post-slide5 .post-title a{display:inline-block;font-size:16px;color:#fd604f;font-weight:700;letter-spacing:2px;text-transform:capitalize;margin-bottom:25px;transition:all .3s linear 0s; font-size: 20px; font-family: 'Muli';}
.post-slide5 .post-title a:hover{text-decoration:none;color:#fd604f;}
.post-slide5 .post-description{font-size:15px;color:#555;line-height:26px; font-family: 'Muli';}
.post-review .post-bar{margin-top:20px}
.post-bar span{display:inline-block;font-size:14px}
.post-bar span i{margin-right:5px;color:#999}
.post-bar span a{color:#999;text-transform:uppercase}
.post-bar span a:hover{text-decoration:none;color:#ff9412}
.post-bar span.comments{float:right}
h3.post-title a span{font-size: 16px; font-family: 'Muli';}
.srn_rhgt_img{position: absolute;right: 01px;}
.srn_indx{z-index: 999;margin-top: 100px;margin-left: 80px;}
.srn_no_padd{padding-left: 0;padding-right: 0;}
.srn_appntmnt{background: rgb(242,143,34);background: linear-gradient(90deg, rgba(242,143,34,1) 0%, rgba(253,95,80,1) 100%);	padding: 80px 0 80px 0;}
.form-control::placeholder{color: #000;}
select.form-control, textarea.form-control { height: auto;color: #000;}
.srn-btn-1{background: #000;border-radius: 5px;color: #fd7137;padding: 10px 25px;border: none;float: left;}
.srn_events_sli img{width: auto!important;height: 232px!important;}
.demo{background: url(../img/bg_teeth.png)no-repeat;background-position: right top;padding-top: 80px;}
.srn_evnts h3{color: #d62522;font-size: 35px;font-family: 'Muli';font-weight: 100;}
.srn_evnts p{font-size: 20px;font-weight: 500;}
.srn_evnts a{color: #f16023;margin-bottom: 60px;margin-top: 30px; display: block;}
.srn_bdr{border: 1px dashed #fddfbb;padding: 60px 0 0px 0;margin-top: 50px;border-radius: 15px;margin-bottom: 60px;}
.srn_tst img{margin: 0 auto;text-align: center;display: block;margin-bottom: 30px;}
p.description{width: 700px;text-align: center;display: block;	font-family: 'Muli';	margin: 0 auto;}
h3.testimonial-title{	text-align: center;}
h2.heading-title{	text-align: center;	color: #d62522;font-size: 51px;font-family: 'Muli';font-weight: 200;}
.testimonial a{	font-family: 'Muli';color: #f16023;text-align: center;	display: block;	margin-top: 35px;}
.owl-theme .owl-controls .owl-page span {display: block;   width: 30px; height: 6px;background: #000;}
.srn_footer{background: url(../img/footer-bckg.jpg)no-repeat 0 0;background-size: cover;padding: 80px 0 15px 0;}
.srn_uslnks{border-right: 1px solid #565552;}
.lnks-2{padding-left: 66px;}
.srn_uslnks ul li{list-style-type: none;padding-bottom: 10px;background: url(../img/ico-teeth.png)no-repeat;background-position: 0px 5px;}
.srn_uslnks ul{padding: 0;}
.srn_uslnks ul li a{color: #fff;	padding-left: 20px;	font-size: 15px;}
.srn_uslnks ul li a:hover{margin-left: 5px;transition: 0.5s all;}
.srn_uslnks h6{font-size: 24px;font-weight: 300;color: #f28f22;}
.lnks-3{padding-left: 66px;}
.lnks-3 p{	color: #fff;}
.ftr_srn_cnt h4{color: #f28f22;font-size: 35px;font-family: 'Muli';font-weight: 500;}
.ftr_lkns{padding: 0;}
.ftr_lkns ul{padding: 0;}
.ftr_lkns ul li{color: #ccc;list-style-type: none;display: inline-block;font-size: 18px;padding-right: 20px;padding-left: 10px;}
.ftr_lkns ul li a{color: #ccc;}
.ftr_lkns ul li::before{content: '';width: 8px;height: 8px;background: #f77937;border-radius: 50px;position: absolute;top: 10px;margin-left: -15px;}
.srn_cpy_rght{background: rgb(242,143,34);background: linear-gradient(90deg, rgba(242,143,34,1) 0%, rgba(253,95,80,1) 100%);padding: 20px 0 0px 0;}
.txt_aln_rght{text-align: right;}
.srn_cpy_rght p, .srn_cpy_rght p a{color: #fff;font-size: 18px;}
.slider { width: 100%; margin: 0px auto; }
.slick-slide {margin: 0px 20px; }
.slick-slide img {width: 100%; }
.slick-prev:before,.slick-next:before { color: black; }
.slick-prev{display: block;position: absolute; z-index: 999; top: 85%; right: 12%;left: unset!important;}
.slick-next{ display: block; position: absolute; right: 5%!important; top: 85%;}
.slick-prev:before{content: url(../img/events-left-arrow.png);position: absolute;width: 34px;height: 34px;}
.slick-next:before{content: url(../img/events-right-arrow.png);position: absolute;width: 34px;height: 34px;}
.slick-slide {transition: all ease-in-out .3s; opacity: .2; }
.slick-slide img{width: 727px;height: 583px;}
.slick-active {opacity: 1;}
.slick-current { opacity: 1; }
.slick-dots{bottom: 0;}
.slick-prev:before,.slick-next:before{color: transparent;}
.slick-prev img,.slick-next img{width: 35px;height: 35px;}
.srn_evnts_arrws{margin-left: 30px;display: block;}
.events{padding: 0px 0 60px 0;}
.about-banner img{margin-top: 80px;}
.about-banner{position: relative;}
.about-banner p{position: absolute;color: #fff;bottom: 0;font-size: 36px;font-weight: 400;left: 50px;}
.about-content{margin:88px 0 114px 0;}
.about-content h1{font-family: 'Muli';color:#d62522;font-size:40px;font-weight:300;text-align: center;width: 65%;margin: 0 auto;margin-bottom: 72px;}
.about-content h2{font-family: 'Muli';color:#3a382f;font-size:24px;font-weight:600;}
.about-content p{font-family: 'Muli';line-height: 30px;color:#3a382f;font-size:16px;font-weight:300;margin-top: 43px;text-align:justify;}
.about-content .clinic-img img{margin-left: 50px;}
.about-content .count-sec{border:1px solid #d6d6d6;margin-top: 30px;}
.about-content .count-sec label{font-family: 'Muli';font-size:28px;color:#f38a27;font-weight:600;display:block;margin-bottom: 0;}
.about-content .count-sec span{font-family: 'Muli';font-size:28px;color:#f38a27;font-weight:300;display:block;}
.about-content .count-sec .col-lg-6{padding: 15px 0;margin: 7px 0px; }
.about-content .count-sec .col-lg-6 div{margin-left: 50px; }
.about-content .count-sec .col-lg-6:first-child{border-right:1px solid #d6d6d6;}
.demo1{background: url(../img/bg_teeth1.png)no-repeat;background-position: right top;}
.demo2{background: url(../img/bg_teeth2.png)no-repeat;background-position: left top;}
.about-content h2 img{display: inline-block;vertical-align: bottom;margin-right: 15px;}
.about-content .clinic-img label{position: absolute;bottom: 7px;left: 150px;color: #fff;font-size: 18px;}
.doctor-content2{background:#e5f7fd;padding:50px 0;}
.doctor-content2 ul{padding-left:0;}
.doctor-content2 ul li img{position: absolute;}
.doctor-content2 ul li{margin-top: 35px;}
.doctor-content2 ul li span{font-family: 'Muli';display: inline-block;margin-left: 65px;font-size: 16px; color: #3a382f;font-weight: 300;text-align: justify;}
.doctor-content2 h3{font-family: 'Muli';color:#f38a27;font-weight:600;font-size: 28px;}
.doctor-content2 ul li.award h3{margin-top: 45px;}
.doctor-content2 ul li.award span{margin-top: 8px;color:#3a382f;font-size: 20px;font-weight:600;}
.doctor-content2 p.decl{background:#ffffff;padding:60px 50px;color:#3a382f;font-weight:300;font-family: 'Muli';font-size: 20px;margin-top: 50px;text-align: justify;}
.doctor-content2 .demo1{background-position: right bottom;}
.srn_uslnks.lnks-3{border-right:0;}
.testimonial{background: none;padding: 40px 42px;border-radius: 14px;box-shadow:none;}
.sec-2.testimonial{margin-top: 45px;}
.contact{margin-top:40px;}
.contact h1{font-family: 'Muli';color:#d62522;font-size:40px;font-weight:300;text-align: center;width: 65%;margin: 0 auto;margin-bottom: 72px;}
.contact .cnt{padding-left:14%;}
.contact .contact-form{background:url(../img/contact-us-form-bg.png)no-repeat;background-position: center center; margin-bottom: 70px;}
.contact .contact-form form{padding: 100px 100px 100px 127px;}
.contact .contact-form form h1{font-family: 'Muli';color: #ffffff;font-size: 40px;font-weight: 300;text-align: left;margin: 0 0 35px 0;}
.contact .contact-form form .form-group{padding-left: 0;}
.contact .contact-form form button{font-family: 'Muli';font-weight: 600;font-size: 16px;background: #000000;padding: 15px 85px;border-radius: 8px;}
.contact .cnt label{ font-size: 24px; font-weight: 600; color: #3a382f;}
.contact .cnt b{    color: #f16023; font-size: 24px;font-weight: 400;}
.contact .cnt address{color: #3a382f; font-size: 16px; font-weight: 300;}	
.contact .cnt span{color: #f16023; font-size: 18px; font-weight: 400;}
.contact .cnt a{ color: #444444; text-decoration:  none;}
.contact .cnt img{    vertical-align: text-bottom;margin-right:10px;}
.contact .cnt .mbl, .contact .cnt .social-media,.contact .cnt .address{margin-top:30px;}
.contact .cnt .social-media a i{color: #fff;width: 38px;height: 38px;border-radius: 50%;text-align: center;line-height: 40px;font-size: 23px;margin-top: 12px;}
.contact .cnt .social-media a i.fa-facebook-f {background: #3578E5;}
.contact .cnt .social-media a i.fa-youtube{background-color: red;}
.contact .cnt .social-media a i.fa-twitter{background-color: #37b1e1;}
.contact.srn_frm_apt .contact-form{background: none;}
.contact.srn_frm_apt .contact-form form{padding: 0;}
.contact.srn_frm_apt .contact-form form h1{    width: auto;}
.dctr-team .col-lg-4{margin-top:20px;}	
.dctr-team .col-lg-4.gal-tp{margin-top:0px;}	
.dctr-team .col-lg-4 a{background: #ffffff;padding: 20px 15px;border-radius: 5px;border: 1px solid #d5d5d5; display: inline-block;width: 100%;
  box-shadow:3px 3px rgb(223 214 214 / 0.5);}	
.dctr-team .col-lg-4.gal-tp a{padding: 0px;border-radius: 0;border: none;margin-top: 0px;}	
.dctr-team .col-lg-4 a:hover{border: 1px solid #f38a27;}
.dctr-team p{display: inline-block;vertical-align: top;margin-left: 20px;margin-top: 0;}
.dctr-team p span{font-family: 'Muli';font-weight: 400;font-size: 18px;color:#f38a27;}
.dctr-team p b{font-family: 'Muli';font-weight: 600;font-size: 20px;color:#3a382f;display:block;}
.doctor-content2.tm-of-dcts{padding-top:0;}
.doctor-content2.tm-of-dcts h3 {margin-top: 50px;}
.doctor-content2.tm-of-dcts ul li span{font-weight: 600}
.media-gallery img{border:2px solid #fff;border-radius:4px;box-shadow: 2px 8px 11px 5px rgb(0 0 0 / 0.2);width: 100%;}
.service-sec-box{background: #e5f7fd;position: relative;margin-top: 40px;}
.service-sec-box:hover .bg, .service-sec-box:focus .bg{opacity: 1;}
.service-sec-box .bg{opacity: 0.2;}
.service-sec-box .cntn{position: absolute;top: 25px;padding: 20px;}
.service-sec-box .cntn b{color: #3a382f;font-family: 'Muli';font-weight: 600;font-size: 24px;display: block;}
.service-sec-box .cntn p{color: #3a382f;font-family: 'Muli';font-weight: 300;font-size: 16px;margin-top: 0;line-height: 23px;}
.service-sec-box:hover .cntn p, .service-sec-box:focus .cntn p{color: #fff;}
.service-sec-box:hover .cntn b, .service-sec-box:focus .cntn b{color: #fff;}
.service-sec-box .cntn img{margin-bottom: 40px;}
.service-sec-box .cntn img.margin{margin-bottom: 25px;}
.service-container{position:relative;}
.service-container .service-bottom-bg{position:absolute;bottom: -114px;right: 132px;}
.sriserdet h1{font-size: 30px; font-weight: 900; color: #f16024; text-transform: uppercase; margin-bottom: 20px;}
.sidebar-category {margin: 55px 0 30px;padding: 0;}
.sidebar-category ul { padding: 0; margin: 0;}
.sidebar-category ul li { list-style: none; border-bottom: 1px solid #f4f6fa; border-color: #009688 transparent transparent transparent;border-bottom: 1px solid #f5dbc9;
  margin-bottom: 0px;background: #f4e9e1;}
.sidebar-category ul li:last-child{border-bottom: none;}
.sidebar-category ul li a { display: block; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; padding: 16px;}
.sidebar-category ul li a:hover { text-decoration: none; background: #f16024;}
.sidebar-category ul li a:hover span { color: #fff;}
.sidebar-category ul li a:hover i { color: #fff;}
.sidebar-category ul li a span { color: #3c3f42; padding-left: 12px; font-size: 13px; font-weight: 500;}
.sidebar-category ul li a i { float: right; vertical-align: top; margin: 5px 0 0; font-size: 13px; color: #3c3f42; opacity: 0.4;}
.sidebar-category ul li a img { width: 32px;}
.sriserdet{padding-right: 50px;}
img.cntim{margin: 0 auto;margin-top: 20px; display: block;}
.mk-appo{padding: 0;}
.pabs{ position: absolute; background: #f16024; padding: 15px 15px; bottom: 0;}
.pabs img{ float: left;}
.pabs h4{display: inline-block; font-size: 18px; color: #fff; text-transform: uppercase; padding: 7px 0 0 20px; text-align: center;}
.pabs h4::before{ position: absolute; width: 1px; height: 20px; content: '';background: #fff; left: 58px;}
.sidebar-category ul li.active{ background: #f16024;}
.sidebar-category ul li:first-child a span{ color: #fff!important; font-weight: 600; font-size: 18px;}
.sidebar-category ul li:first-child{ margin-bottom: 20px;}
.sidebar-category ul li.active a span{ color: #fff;}
.srn_min_hght img{  width: 100%;}
.srn_frm_apt h5{color: #fff;text-align: center;}
.sent-message{ color: #fff;}
.bgt{background: #e5f7fd; -webkit-box-shadow: 11px 11px 5px 0px rgba(0,0,0,0.14);-moz-box-shadow: 11px 11px 5px 0px rgba(0,0,0,0.14);
  box-shadow: 11px 11px 5px 0px rgba(0,0,0,0.14);}
.srinmsdhblg{ padding: 50px 0;}
.srinmsdhblg h1{ text-align:  center; text-transform: capitalize; margin-bottom: 30px; font-size: 35px; font-weight: 600; color:#f16024 ;}
.srinmsdhblg ul{ padding: 0; margin: 0;}
.srinmsdhblg ul li{ list-style:  none;float: left;width: 100%;}
.srinmsdhblg.hhrh ul li{ list-style:  none;margin: 0 auto;float: none;}
.srinmsdhblg ul li .srinmsdhblgs{margin-bottom: 20px;}
.srinmsdhblg ul li .srinmsdhblgs h2{ margin:15px 0; font-size: 25px; font-weight: 700; color: #f16024;}
.srinmsdhblg ul li .srinmsdhblgs h2 a{ font-size: 21px; text-decoration:  none; background:  none; color: #444444; padding: 0; margin: 0;height:48px;}
.srinmsdhblg ul li .srinmsdhblgs a.img{ background:  none; padding: 0; border-radius: 0; margin: 0;}
.srinmsdhblg ul li .srinmsdhblgs span{ color: #444444; font-size: 16px; padding: 10px 0px; display: block;}
.srinmsdhblg ul li .srinmsdhblgs a{ background-color: #f16024;  color: #fff; font-size: 18px; padding: 5px 20px; text-decoration:  none; border-radius: 20px; margin-top: 10px; display: inline-block;}
.srinmsdhblgs img{ width: 100%;}
.srinmsdhblg ul li .srinmsdhrecb{}
.srinmsdhblg ul li .srinmsdhrecb h2{ background: #f16024;  color: #fff; font-size: 25px; padding: 10px 20px; margin-bottom: 20px;}
.srinmsdhblg ul li .srinmsdhrecb ul{}
.srinmsdhblg ul li .srinmsdhrecb ul li{float: none; padding: 15px 0 15px 20px; position: relative; border-bottom: 1px solid #ccc;}
.srinmsdhblg ul li .srinmsdhrecb ul li:before{ content:''; width: 10px; height: 10px; border-radius: 10px; background: #000; position:  absolute; top: 23px; left: 0;}
.srinmsdhblg ul li .srinmsdhrecb ul li a{ font-size: 16px; text-decoration:  none; color: #000;}
.srinmsdhblg ul li .srinmsdhrecb ul li.active a{ color: #f16024;}
.srinmsdhblg ul li .srinmsdhblgs p{ text-align:  justify; line-height: 30px;}
.srinmsdhblg ul li .srinmsdhblgs p a{ background:  none; color: #000;}
.blgenq{ margin-top: 30px;}
.blgenq h2{ margin-bottom: 20px; text-transform:  uppercase; font-weight: 600; background: #f16024;  color: #fff; font-size: 18px; padding: 10px 20px; margin-bottom: 20px;}
.sticky{ position:sticky; top:10%;}
.srinmsdhblgs span .fa{padding: 5px;}
.srinmsdhblg ul li .srinmsdhblgs h3{ clear:  both; font-size: 25px; font-weight: 600;}
.social-share{padding-left: 17%;}
.srinmsdhblgs.newblg h4{font-size: 22px; font-weight: 600; color: #d62522;}
.srinmsdhblg ul li .srinmsdhblgs .share-logo span{color: #444444; background: none; position: absolute; top: 350px; padding: 7px 0; font-weight: bold;}
.srinmsdhblg ul li .srinmsdhblgs .social-share a{background: none; float: left; padding: 7px 11px; border: 1px solid #f16024; margin: 0px 5px 0; border-radius: 60px; width: 40px; height: 40px;}
.social-share a:hover{color: #fff;  opacity: 0.8;}
.social-share .fa{padding: 0px 0px; font-size: 20px; color: #fff;}
.share-facebook .fa{color: #4267B2;}
.share-whatsapp .fa{color: #25D366;}
.share-twitter .fa{color: #1DA1F2;}
.share-buttonss{float: left;display: flex;margin: 15px 0px;}
.share-buttonss .share-lables{font-weight: bold;padding: 5px 0;margin-right: 5px;font-size: 16px;}
.share-buttonss a{color: #fff;
background: none;}
.share-facebooks a{margin: 0 3px;padding: 0;}
.share-whatsapps a{margin: 0 3px;padding: 0;}
.share-twitters a{margin: 0 3px;padding: 0;}
.share-buttonss .fa{background-color: #4267B2;border-radius: 30px;}
.share-buttonss .fa{font-size: 24px;padding: 10px 11px;}
.share-facebooks .fa{background-color: #4267B2;border-radius: 30px;}
.share-whatsapps .fa{background-color: #25D366;border-radius: 30px;}
.share-twitters .fa{background-color: #1DA1F2;border-radius: 30px;}
.srinmsdhblg ul li .shaeres a{background-color: white;font-size: 18px;text-decoration: none;border-radius: 20px;margin-top: 2px;padding: 0px;}
.srn_map{padding:0px;}
.sriniinsfb{padding:0px;margin-top:5px;}
.newblg.shaeres p.underarmour b{color:#f16024;}
p.srinidew{color: #f16024;font-weight: 600;}
.newblg ul.hrfk li{list-style-type:decimal;}
.newblg ul li::marker{color:red;}
.newblg ul.hrfk{padding:0px 15px;}
.srinmsdhblg ul li .shaeres a.link{ background:  none; color: #444444;}
form{margin-top: 30px;padding:0px;}
.form-group{margin-bottom: 2rem;}
.form-control{height:50px;border-radius: 10px;}
form select.form-control{height:50px;}
form button.btn.btn-primary{background-color:#0a7c8e;border:none;padding:10px 37px;border-radius:10px;font-size: 18px;font-family:inherit;}
.socfix{ position: fixed; top: 45%;right: 0; z-index: 9999;}
.socfix ul{ background: #f16024; text-align: center; padding: 0; margin: 0;}
.socfix ul li{ padding: 10px; border-bottom: 1px solid #fff; }
.socfix ul li a{ color: #fff;}
.socfix ul li a .fa{ font-size: 25px;}
.sriniinsfb a .fa{ background: #3578E5; width: 40px; height: 40px; border-radius: 40px; color: #fff; text-align: center; font-size: 25px; line-height: 40px;}
.sriniinsfb a .fa.instagram{ background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
.sriniinsfb a .fa.youtube{ background: #FF0000;}


@media (max-width: 992px) {
  #header {top: 0; }
  #header .logo { font-size: 28px; }
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media (max-width: 768px) {
  .appointment-btn { margin: 0 48px 0 0;   padding: 6px 18px; }
}


@media only screen and (max-width:359px){.post-slide5 .category{font-size:13px}
}

@media (max-width: 768px) {
	.container{	overflow: hidden;	margin: 0 auto;	width: 100%;}
	.bg_bl{	position: unset;	max-width: 100%;	}
	.srn_bg_gra{padding: 0;	}
	.srn_ic_img{max-width: 100%;}
	.no-bdr-bt{	border-bottom: 1px solid #ccc;	}
	.srn_spec_rht h5{	font-size: 33px;	text-align: center;	}
	.srn_rhgt_img{	display: none;	}
	.lnks-2, .lnks-3{	padding-left: 0;	}
	.ftr_srn_cnt h4{	text-align: left;		font-size: 25px;margin-top: 20px;	}
	.ftr_srn_cnt{	padding: 20px;}
	.bnr_rght_img_snr{	display: none;	}
	p.description{	width: 100%;	text-align: justify;	padding: 20px;	}
	.ftr_lkns ul li{font-size: 14px;}
	.ftr_lkns ul li::before{	top: auto;	margin-top: 8px;	}
	.srn_uslnks{	border-right: none;	}
	.srn_map{	padding: 0;	}
	.srn_indx{margin-left: 0;}
	.srn_res{text-align: center; padding: 0;}
	.srn_bdr{padding-bottom: 0; margin: 0px 0 30px 0;}
	.srn_doctors{    padding: 20px 15px 0px 15px;}
	.srn-at-width img{max-width: 100%;}
	.col_lft img{margin: 0 auto; display: block; float: none;margin-bottom: 30px; width: 100%;}
	.apt_img img{	margin-bottom: 30px;	}
	.srn_indx{margin-top: 20px;}
	.appointment-btn {font-size: 11px;}
	.srn_n_pad{margin: 0 auto; display: block; text-align: center;}
	.slick-slide img{width: 100%;}
	.slick-prev{left: 30%!important;}
	.slick-next{right: 43%!important;}
	p.lead{font-size: 18px;	}
	#header .logo img{height: 40px;}
	.srn_dt_abt_cnt h3{font-size: 32px;}
	.srn_dt_abt_cnt h5{font-size: 20px;}
  .mobile-nav{right: 0!important; bottom: 0!important; top: 0!important; left: 0!important;border-radius: 0!important; padding-top: 70px; }
  .mobile-nav-toggle{z-index: 999999; }
  .mobile-nav-active .mobile-nav-toggle i { color: #000;}
  .mobile-nav a{border-bottom: 0.1px solid #e4e4e4;}
  .mobile-nav .drop-down li{padding-left: 0;}
  .dpl-none{display: none!important;}
  .srn_ic_img{border: none;border-bottom: 1px solid #e5f7fd;}
  .socfix{ right:  inherit; bottom: 0; width: 100%; left: 0; top:  inherit;}
  .socfix ul li{ float:  none; display:  inline-block;}
  .srn_cpy_rght{ padding-bottom: 50px;}
  .back-to-top{ right: 10px; bottom: 10px;}
  .srn_cpy_rght p{ font-size: 16px;}
	
}

@font-face{
	font-family: 'Muli';
	src:url('Muli-Regular.ttf'),
	url('Muli-Medium.ttf'),
	url('Muli-SemiBold.ttf'),
	url('Muli-Bold.ttf')	
		
}

