
*{
  font-family: 'Roboto', sans-serif;
}
/* font-family: 'Poppins', sans-serif; */
/* @media (min-width: 1360px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
} */

html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}
select:disabled {
  cursor: default;
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
}
.top-container {
  background-color: #f9f9f9;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
.navbar-brand{
	width: 17%;
	padding: 0px;
}
.submenu-linkmob{
display:none;
}
.header {
  padding: 10px 16px;
  color: #f1f1f1;
  background-color: #fff;
  z-index: 9;

border-bottom:1px solid #d5d5d5;
}
.content {
  padding: 0x;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 5px #dadada;
}
.sticky + .content {
  padding-top: 102px;
}
.top-header-leftpannel{
  /* border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;*/
  min-height: 40px;
  line-height: 35px;
  text-align:left;
}
.top-header-leftpannel a{
  font-size: 13px;
  color: #000;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}
.top-header-leftpannel a i{
  font-size: 17px;
  color: #d8021a;
}
.top-header-middlepannel{
  color: #d8021a;
  font-size: 13px;
  min-height: 40px;
  line-height: 35px;
}
.top-header-rightpannel{
  /* border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;*/
  min-height: 40px;
  line-height: 35px;
text-align:right;
}

.top-header-rightpannel a{
  color: #000;
  text-decoration: none;
  font-size: 12px !important;
  padding:0 13px;
  display: inline-block;
vertical-align:top;
}
.top-header-rightpannel a:hover{
  color: #d8021a;
}
.custom-navbar-nav .nav-link{
  font-family: 'Poppins', sans-serif; 
  font-size: 14px;
  color:#393939 !important;
  padding: 17px 15px !important;
  transition: 0.3s;
  font-weight: 500;
}
.icon .input-group-text{
    background: transparent !important;
    border: none !important;
outline:none !important;
}
.custom-navbar-nav .nav-link:hover{
  color: #d8021a !important;
  transition: 0.3s;
}
.Enquiry-btn{
  background-color:#d8021a;
  border:none;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-family: 'Poppins', sans-serif; 
  font-weight: 500;
  border-radius: 3px;
  transition: 0.9s;
  font-size:16px;
}
.logsecondary-btn{
    padding: 3px 23px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-left: 1px solid #8b8b8b;
    font-size: 14px;
    color: #393939;
}
.Enquiry-btn:hover{
  background-color:#000;
}
.header-logo{
  width: 100%;
}
.banner-section{
  position: relative;
  margin-top: 30px;
}
.alight-colr{
	text-decoration:none !important;
 	color:#d8021a !important;
}
.alight-colr:hover{
	color:#fff !important;
}
.baner-content-div{
  font-family: 'Poppins', sans-serif; 
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 500px;
}
.banner-content-h2{
  font-size: 18px;
  color: #5e5e5e;
  margin: 0 0 20px 0;
  font-weight:500 ;
}
.banner-content-h2 i{
  color: #d8021a;
}
.banner-content-h1{
  font-size: 50px;
  color: #454545;
  margin: 0 0 30px 0;
  font-weight:100 ;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
}
.banner-content-p{
  margin: 0 0 25px 0;
  font-weight: 300;
  font-size: 15px;
  color: #4b4b4b;
  font-family: 'Roboto', sans-serif;
}
.download-bro{
  font-weight: 400;
  font-size: 15px;
color: #4b4b4b;

}
.download-bro a{
  color:#d8021a;
  text-decoration: underline;
  font-weight: 500;
}
.book-now{
  background-color:#d8021a;
  border:none;
  color: #fff;
  padding: 17px 30px;
  text-align: center;
  font-family: 'Poppins', sans-serif; 
  font-weight: 500;
  border-radius: 3px;
  width: 170px;
  margin-bottom: 25px;
  transition: 0.9s;
}
.book-now:hover{
  background-color:#000;
}
.submenu-link{
  position: relative;
}
.submenu-div{
  position: absolute;
  width: 225px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 5px #dadada;
  z-index: 99;
  border-top:4px solid #d8021a;
  top:50px;
  display: none;
}
.submenu-link:hover .submenu-div{
  display: block;
}
.sub-submenu-link{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #393939 !important;
  padding: 10px 15px !important;
  transition: 0.3s;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
}
.sub-submenu-link:hover{
  color:#d8021a !important;
  transition: 0.3s;
}
.menu-ul{
  display: inline-block;
  margin-bottom: 0;
}
.menu-ul li{
  display: inline-block;
  list-style: none;
}
.left-bg-img{
  position: absolute;
  left:0;
  bottom: 0;
  width: 90px;
  height: 100%;
}
.right-bg-img{
  position: absolute;
  right:0;
  bottom: 0;
  width: 90px;
  height: 100%;
}
.doc-img{
  width:363px;
  float: right;
}
.footer-top{
  background-color: #232323;

}
.footer-logo{
  width: auto;
}
.footer-top{
  padding: 75px 0 75px 0;
  margin-top: 50px;
}
.footer-comon-p{
  font-size: 15px;
  color:#8d8d8d;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif
}
.footer-small-header {
  font-size: 17px;
  color: #e3e3e3;
}
.footersocial-icon-div{
  margin-top: 20px;
}
.footersocial-icon-div a{
  color: #8d8d8d;
  font-size: 25px;
  padding: 0 15px 0 0;
}
.foo-thrd-panel a{
  display: block;
  font-size: 14px;
  color: #8d8d8d !important;
  text-decoration: none !important;
  padding: 8px 0 8px 5px;
  transition: 0.3s;
}
.foo-thrd-panel a:hover{
  color:#d8021a !important;
}
.foo-sec-panel a{
  display: block;
  font-size: 14px;
  color: #8d8d8d !important;
  text-decoration: none !important;
  padding: 8px 0 8px 5px;
  transition: 0.3s;
}
.foo-sec-panel a:hover{
  color:#d8021a !important;
}
.foo-fourth-panel p{
  font-size: 14px;
  color: #8d8d8d !important;
  margin: 0 0 0 0;
}
.foo-fourth-panel p {
  padding: 8px 0 8px 5px;
}
.foo-fourth-panel p i{
  color:#fff !important;
  margin-right: 5px;
}
.map-icon{
  font-size: 18px;
}
.footer-bottom{
  background-color: #000;
  padding: 10px 0;
}
.bottom-footer-right-pannel{
  text-align: right;
}
.bottom-footer-left-pannel small{
  font-size: 12px;
  color: #8d8d8d !important;
}
.bottom-footer-right-pannel a{
  font-size: 12px;
  color: #8d8d8d !important;
  text-decoration: none !important;
  transition: 0.3s;
  padding-left: 20px;
}
.bottom-footer-right-pannel a:hover{
  color:#d8021a !important;
}
.four-box-div{
  margin:60px 0 00px 0;
}
.chose-diagonstics{
  margin:100px 0 00px 0;
}
.each-box{
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  min-height:300px;
}
.each-box h3{
  font-size: 17px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
.each-box p{
  font-size: 14px;
  color:#717171;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.each-box a{
  color:#d8021a !important;
  text-decoration: none !important;
  font-size: 20px;
}
.box-single-icon{
  margin-bottom: 20px;
}
.box-single-icon i{
  height: 40px;
  color:#d8021a !important;
  font-size: 40px;
}
.fst-box{
  background-color: #f4f4f4;
}
.sec-box{
  background-color: #f9f9f9;
}
.thrd-box{
  background-color: #eeeeee;
}
.frth-box{
  background-color: #f9f9f9;
}
.diag-left-div{
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 70px 40px 115px 40px;
}
.main-header-generic{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 37px;
  margin: 0 0 20px 0;
}
.main-header-generic span{
  color: #d8021a;
}
.sub-header-generic{
  font-family: 'Poppins', sans-serif;
  color: #535353;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.para-generic{
  font-family: 'Roboto', sans-serif;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.link-ggeneric{
  font-family: 'Poppins', sans-serif;
  color: #d8021a !important;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
  color: #d8021a !important;
  font-size: 14px;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
  color: #000 !important;
  font-size: 14px;
}
.diagonstic-accordian .card-header.collapsed{ 
  background-color: transparent;
  border:none;
  border-bottom:1px solid #ebebeb;
  padding: 18px 5px;
}
.diagonstic-accordian .card-header{
  background-color: transparent;
  border:none;
  border-bottom:1px solid #ebebeb;
  padding: 18px 5px;
  cursor: pointer;
}
.diagonstic-accordian .card-header .card-title{
  color: #d8021a !important;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none !important;
}
.diagonstic-accordian .card-header.collapsed .card-title{
  font-size: 15px;
  color: #000 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none !important;
}
.diagonstic-accordian  .card-body p{
  color: #4b4b4b;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.6em;
}
.diagonstic-accordian .card-body li {
    color: #4b4b4b;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.6em;
}
.diag-right-div{
  padding-left: 35px;
}
.ten-years{
  margin: 100px 0 0 0;
  background-color: #eeeeee;
  padding: 60px 0;
  position: relative;
}
.doc-bg-img{
  position: absolute;
  left:0;
  bottom: 0;
  width: 189px;
}
.ten-years-text-inner{
  padding-left: 70px;
}
.why-chose-us{
  margin:100px 0 0 0;
}
.left-pannel-whyus img{
  border-radius: 5px;
  width: 90%;
}
.chose-us-option h3 {
  font-size: 17px;
  color: #000000;
}
.chose-us-option p{
  font-size: 14px;
  color: #717171;
  margin-bottom: 10px;
}
.chose-us-option{
  display: flex;
  margin-bottom: 50px;
}
.ch-icon{
  margin-right: 20px;
  width: 35px;
}
.ch-icon i{
  height: 40px;
  font-size: 35px;
  color: #d8021a;
}
.ch-icon img{
  width: 40px;
}
.ch-label h3 {
  margin-bottom: 10px;
}
.ch-label p{
  font-size: 14px;
  color:#717171;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.why-para{
  margin-bottom: 50px;
}
.book-now-inner {
  padding: 40px 50px;
  background-color: #d8021a;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.right-book-pannel{
  text-align: right;
}
.left-book-pannel h2{
  font-size: 35px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.left-book-pannel p{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0  0 0 0;
}
.book-now-section{
  margin: 100px 0 0 0;
}
.colr-diier-book-now{
  background-color: #fff;
  color: #d8021a;
  margin-bottom: 0;
}
.colr-diier-book-now:hover{
  color: #fff !important;
}
.faq{
  background-color: #eeeeee;
  padding: 0 0 0 0;
  padding-top: 180px;
  padding-bottom: 100px;
  margin-top: -80px;
}
.faq-labell{
  color: #454545;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.fdd-label{
  color: #d8021a;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 70px;
}
.bg-none{
  background-color: transparent;
}
.faq-accordian .card-header{
    background-color: #ffffff;
    margin-top: 20px;
    padding: 20px 20px;
    border-radius: 5px !important;
    border-bottom: none
}
.faq-accordian .card-body{
  background-color: #f9f9f9;
}
.faq-accordian .card-title{
  color:#3f3f3f;
  font-size: 16px;
  text-decoration: none !important;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.faq-accordian .card-body p{
  font-family: 'Roboto', sans-serif;
  color:#3f3f3f;
  font-size: 15px;
}
.patient-inner{
  background: #fff;
    padding: 70px 50px 130px 50px;
    border-radius: 5px;
}
.carosal-content p{
  font-size: 15px;
  color: #4b4b4b;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
}
.ptnt-dtls{
  display: flex;
}
.ptnt-img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
 /* background-color: #d8021a; */
}
.ptnt-name-desig h3{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #d8021a;
  font-weight: 600;
  margin-bottom: 5px;
}
.ptnt-name-desig h4{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}
.Feedback-slide .carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d8021a;
}
.Feedback-slide .carousel-indicators{
  bottom: -80px;
  z-index: 1;
}
.ptnt-img{
  margin-right: 25px;
}
.ptnt-name-desig{
  padding-top: 5px;
}
.ptnt-img img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.inner-banner-section{
  position: relative;
  
}
.inner-banner-section img{
	display:none;
}
.container.inner-header {
  text-align: center;
  color: #000;
  padding-bottom: 40px;
  padding-top: 40px;
}
}
.inner-header-label h2{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.inner-header-label p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
    padding: 0px 100px;
}
.left-contact-pannel{
  background-color:#f8f8f8;
  padding: 50px 40px;
  margin-right: 40px;
}
.each-input-pannel{
  margin-bottom: 20px;
}
.each-input-pannel p{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.each-input-pannel input[type=text]{
  width:100%;
  color: #333;
  border: 1px solid #ddd;
  height: 35px;
}
.each-input-pannel textarea{
  width:100%;
  color: #333;
  border: 1px solid #ddd;
  height: 90px;
}
.contact-twopart-section{
  margin: 30px 0;
}
.snd-msg-label{
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
}
.give-call{
  color: #5D5D5D;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
.add-div h2{
  font-size: 17px;
  font-weight: 600;
}
.add-div h2 i{
  color: #d8021a;
  font-size: 22px;
  margin-right: 8px;
  width:22px;
}
.mail-icon{
  font-size: 18px !important;
}
.add-div p{
  margin-left: 35px;
}
.contact-add-pannel{
  margin: 60px 0 0 0;
}
.add-div{
  margin-bottom: 30px;
}
.rightcontact-pannel {
  padding: 50px 0 0 60px;
}
.contact-twopart-section .img-fluid{
  padding-bottom: 30px;
}
.gallery-tab {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 60px 0;
}
.gallery-tab li {
  display: inline-block;
  padding: 0 22px;
}
.gallery-tab li  a{
  color:#999 !important;
  text-decoration: none;
  font-size: 18px;
  font-weight:500;
}
.active.show{
  color: #d8021a !important;
}
.input-div-enquiery{
  margin-bottom: 15px;
}
.input-div-enquiery p{
  margin-bottom: 5px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.input-div-enquiery input{
  width: 100%;
  color: #333;
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 8px;
}
.fw-800{
font-weight:800;
}
.small-warn {
    color: #d8021a;
    font-size: 12px;
}
.input-div-enquiery select{
  width: 100%;
  color: #333;
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 8px;
}
.input-div-enquiery textarea{
  width: 100%;
  color: #333;
  border: 1px solid #ddd;
  height: 120px;
  padding: 0 8px;
}
.generic-modal .modal-header{
  padding: 10px 30px 10px 30px;
  background-color: #d8021a;
  color:#fff;
}
.generic-modal .modal-header .close{
  color: #fff !important;
  opacity: 1 !important;
}
.generic-modal .modal-body{
  padding: 30px 30px 0px 30px;
}
.generic-modal .modal-footer{
  padding: 0px 30px 30px 30px;
  border:0
}
.locationbox{
  position: relative;
  background-color: #f4f4f4;
  border-radius: 5px;
  min-height: 430px;
}
.location-inner h2{
  background-color: #d8021a;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding: 15px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 1px;
}
.loc-innerstyle{
  padding: 30px;
}
.location-box-icon i{
  font-size: 33px;
  margin-right: 10px;
  color: #d8021a;
  width: 30px;
}
.location-box-text h5{
  font-size: 17px;
  color: 000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.location-box-text p{
  color:#4e4e4e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.lig-rounded-button button{
  border: none;
  color: #525252;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 20px;
  background-color: #e3e3e3;
  min-width: 130px;
  border-radius: 35px;
  margin-right: 10px;
  transition: 0.3s;
}
.lig-rounded-button button:hover{
  background-color:#d8021a;
  color: #fff;
}
.active-lig-rounded-button{
  /* background-color:#d8021a !important;
  color: #fff !important; */
}
.lig-rounded-button{
  margin: 30px 0 40px 0;
}
.transparent-locname{
  color: #999 !important;
  background-color: #e3e3e3 !important;
}
.trans-innerstyle h3{
  padding: 50px 0;
  text-align: center;
  font-size: 37px;
  color: #cdcdcd;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.location-generic-para{
  margin-bottom: 80px;
}
.stickynew {
  position: fixed;
  left: 0;
  width: 100%;
  padding-top: 120px;
  z-index: 1;
  background: #fff;
  top: 80px;
  transition:0.6s;
}
.rest-inner-location{
  padding-top: 0px;
}
.stickynew + .rest-inner-location {
  padding-top: 102px;
}
.inner-location-page{
  background-color: #212121;
  padding: 15px 0;
}
.dia-pol-div{
  text-align: center;
  color:#fff;
  cursor: pointer;
}
.dia-pol-div h2{
  margin: 0 0 0 0;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.dia-pol-div p{
  margin: 0 0 0 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.anchor-diag-full{
  text-decoration: none !important;
}
.fw-700{
  font-weight: 700 !important;
}
/* .service-imnner-twopart-section{
  margin: 100px 0;;
} */
.service-imnner{
  margin: 0px 0px;
}
.head-p-li-style h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.head-p-li-style p{
  font-family: 'Roboto', sans-serif;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.head-p-li-style ul li{
  font-family: 'Roboto', sans-serif;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 8px 0;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.head-p-li-style ul li:before{
  position: absolute;
  left: 0;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px !important;
  top: 3px;
}
.serv-icon img{
  border-radius: 15px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
}
.service-imnner-twopart-section{
  margin: 30px 0 0 0;
}
.left-big-sr-inner .head-p-li-style{
  padding-right: 60px;
  padding-top: 30px;
}
.right-big-sr-inner .head-p-li-style{
  padding-left: 60px;
  padding-top: 30px;
}
.login-li{
  margin-right:20px;
  
}
.loginsubmenu-div{
  width: 140px !important;
  top:28px !important; 
  border-top:4px solid #d8021a;
}
.loginsubmenu-div .sub-submenu-link{
  border-bottom: 1px solid #e3e3e3 !important;
  
}
.banner-indicator li{
  background-color:#d8021a !important;
  height: 12px;
  width: 12px;
}
.banner-indicator{
  bottom: -55px;
  z-index: 1 !important;
}
.banner-section .bx-wrapper{
  border:none;
  box-shadow: none;
}
.banner-section .slick-dots li button:before{
  font-size: 12px;
  color:#fff !important;
}
.slick-dots{
  margin-bottom: 0;
}
.fr-l-img{
  float: left !important;
}
.video-thumbnail img{
  width:100%;
  border-radius: 8px;
  cursor: pointer;
}
.pop-iframe{
  width:100%;
  height: 450px;
}
.banner-section .slick-dots{
  bottom: 15px !important;
}
.loc-wise-box{
    border: 1px solid #d8021a4f;
    padding: 21px 20px;
    /* box-shadow: 0 0 5px #f1f1f1; */
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    min-height: 282px;
}
.loc-sub-subheader{
  font-size: 16px;
  color:#000;
  margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.loc-sub-para-generic{
  font-size: 14px;
  color: #717171;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.loc-wise-box select{
  width: 100%;
  color: #333;
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 8px;
  font-size: 13px;
  border-radius: 3px;
}
.loc-wise-box .para-generic{
  color: #717171 !important;
  font-size: 14px;
   font-weight: 400 !important;
   line-height: 1.4;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}
.rupee-value{
  font-size: 16px;
  color: #000 !important;
  margin: 20px 0 0 0;
  text-align: left;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.loc-box-buttons{
  margin-top: 25px;
}
/* .loc-box-buttons button{
    border: 1px solid #d8021a;
    color: #d8021a;
    background-color: transparent;
    font-size: 13px;
    padding: 5px 10px;
    min-width: 93px;
    margin-right: 10px;
    transition: 0.6s;
    border-radius: 3px;
} */
.loc-box-buttons button {
  border: 1px solid #d8021a;
  color: #d8021a;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 10px;
  min-width: 200px;
  margin-right: 10px;
  transition: 0.6s;
  border-radius: 0px;
  margin-bottom: 10px;
}
.loc-box-buttons button:hover{
  background-color:#d8021a ;
  color: #fff;
  border:1px solid #d8021a;
}
.home-col-label{
  margin-top: 15px;
  font-size: 13px;
  color: #717171;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.home-col-label .fa{
  color:#d8021a ;
  margin-right: 8px;
  font-size: 15px;
}
.map-iframe{
  width: 100%;
  height: 200px;
}
.right-locationmap-div{
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #f5f3f3;
}
.location-addresss-ph-mail{
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.contact-add-pannel-locationaddress{
  padding: 20px 15px  0 15px;
}
.contact-add-pannel-locationaddress .add-div p{
  margin-bottom: 5px;
  margin-left: 0;
}
.contact-add-pannel-locationaddress .add-div{
  margin-bottom: 20px;
}
.ad-locmap{
  color: #d8021a;
  font-size: 22px;
  margin-right: 8px;
}
.ad-locmail{
  color: #d8021a;
  font-size: 17px;
  margin-right: 8px;
}
.ad-locph{
  color: #d8021a;
  font-size: 22px;
  margin-right: 8px;
}
.right-locationmap-div h2{
    margin: 0px;
    font-size: 22px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 10px 15px 10px 15px;
}
.polyclenicSection{
  padding-top: 50px !important;
  margin-bottom: 80px;
}
.stickyfix{
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  font-size: 20px;
}
.selected-anchor-diag-full .dia-pol-div{
  color: #b3b3b3;
}
.stickynew{
  top:74px;
}
.right-locationmap-div{
  margin-bottom: 50px;
}

.avalibality{
  font-size: 13px;
  margin-bottom: 10px;
}
.avalibality-div {
  margin: 30px 0 40px 0;
}
.avalibality .fa{
    font-size: 9px;
    color: #c5c3c3;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.depertment-soc-label{
  text-align: center;
  margin: 30px 0px 20px 0px;
  font-size: 22px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  padding-bottom: 10px;
}
.depertment-soc-label span{
  padding-left: 25px;
  position: relative;
}
.depertment-soc-label span::before{
  position: absolute;
  width:5px;
  height:100%;
  background-color: #d8021a;
  content: " ";
  left: 0;
}
.diverder-polyclenic {
  border-bottom: 1px solid #dadada;
}
.diverder-polyclenic:last-child{
  border-bottom: none;;
}
.polyclenicSection .loc-wise-box .para-generic{
  font-size: 13px;
}
.location-details-accordian .card-header{
  padding: 12px 15px !important;
  border-bottom: none !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #efefef !important;
  margin: 20px 0 0 0;
}
.location-details-accordian .card-title {
  font-size: 18px !important;
}
.location-details-accordian  .card-body{
  border: 1px solid #efefef;
  border-top: none !important;
  padding: 25px 25px 0px 25px !important;
}
.radio-cus{
  font-size: 15px;
  margin-right: 10px;
}
.radio-cusinp{
  width: auto !important;
  height: 16px !important;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.appoint-div input{
  font-size: 13px;
}
.appoint-div select{
  font-size: 13px;
}
.appoint-div textarea{
  font-size: 13px;
}
.astic{
  color: red;
  font-size: 12px;
 font-weight: 800;
}
.log-modal-leftpannel{
  background-color:#d8021a;
  width:100%;
  min-height:550px;
  padding: 15px 15px 15px 15px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.log-modal-rightpannel{
  position: relative;
  height: 100%;
}
.log-popup-logo{
  width:auto;
}
.logo-popup{
  padding: 30px 0 60px 0;
}
.logo-popup-header{
  padding: 0 0px 0 30px;
  color: #fff;
}
.logo-popup-header h2{
  font-size: 22px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
.logo-popup-header p{
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.bord-bottom-input{
  border:none !important;
  border-bottom: 1px solid #dadada !important;
  outline: none;
}
.log-small-text{
  font-size: 12px !important;
}
.log-small-text a{
  color:#d8021a !important;
  text-decoration: none !important;
}
.otp-inp{
  display: flex;
}
.otp-inp .bord-bottom-input{
  margin-right: 10px;
  text-align: center;
  font-size: 20px;;
}
.new-login{
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width:100%;
}
.new-login a{
  color:#d8021a !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.close-iconmodal {
  position: absolute;
  right: -45px;
  font-size: 30px;
  top: -16px;
  color: #d8021a;
  font-weight: 100;
  z-index: 9;
  width: 30px;
  cursor: pointer;
}
.dashboard-left-side{
  width:280px;
  height: 100vh;
  background-color: #000;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  position: relative;
}
.dashboard-right-side{
  width:calc(100% - 300px);
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.custom-data-table thead tr th{
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 13px 10px;
}
.custom-data-table tbody tr td{
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding: 8px 10px;
}
.custom-data-tablediv {
  margin-top: 25px;
  margin-bottom:25px;
}
.custom-data-tablediv .dataTables_info{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 10px 10px;
  margin-top: 20px;
}
.custom-data-tablediv .dataTables_paginate{
  padding: 10px 10px;
  margin-top: 20px;
}
.custom-data-tablediv .dataTables_paginate a{
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.custom-data-tablediv .paginate_enabled_next{
  margin-left: 25px !important;
}
.custom-data-tablediv input{
  color: #333;
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 8px;
}
.custom-data-tablediv select{
  color: #333;
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 8px;
}
.custom-data-table tbody tr td .fa-download{
  font-size: 18px;
  color: #7e7b7b;
  cursor: pointer;
}
.custom-data-table tbody tr td .fa-eye{
  font-size: 18px;
  color: #7e7b7b;
  cursor: pointer;
}
.left-pannel-menu li a{
  color:#fff !important;
  display: block;
  padding: 16px 30px;
  text-decoration: none;
  transition: 0.6s;
  margin-bottom: 4px;
}
.left-pannel-menu li a:hover{
  color: #fff !important;
  background-color: #343a40;
}
.left-pannel-menu li a i{
  margin-right: 8px;
}
.active-sidemenu{
  color: #fff !important;
  background-color: #343a40;
}
.sidebarclose {
  position: absolute;
  right: -28px;
  top: -2px;
  color: red;
  font-size: 28px;
}
.sidebaropen{
  position: fixed;
  left: 0px;
  top: 65px;
  z-index: 0;
  color: #d8021a;
  font-size: 22px;
  background: #ffebeb;
  padding: 6px 14px;
}
.about-first-div-paragraph{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 50px;
}
.about-second-div-paragraph{
  padding-right: 50px;
  padding-top: 50px;
}
.bor-redious-img{
  border-radius: 5px;
}
.aboutdiv-aboutpage{
  margin-top: 0px;
}
.about-page-para-generic{
  font-weight: 400;
}
.mission-vission{
  padding-top: 60px;
  padding-bottom: 60px;
}
.mission-vission-right-borderpdding{
  border-right:1px solid #878787;
  padding-right: 100px;
}
.mission-vission-left-borderpdding{
  padding-left: 80px;
}
.each-navTeam{
  width: 190px;
  margin: 0 auto 20px auto;
}
.teams{
  padding-top: 100px;
}
.generic-para-abut-padding {
  padding: 0 270px;
}
.slider-navTeam{
  padding: 90px 0 90px 0;
  margin-bottom: 0;
}
.slider-navTeam img{
  border-radius: 50%;
}
.each-navTeam h3{
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
  color: #4b4b4b;
}
.each-navTeam p{
  font-family: 'Roboto', sans-serif;
    color: #4b4b4b;
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 2px 0;
    text-align: center;
    font-style: italic;
}
.team-social-icon{
  text-align: center;
  margin-top: 10px
}          
.team-social-icon a{
  color: #a9a9a9 !important;
  text-decoration: none !important;
  font-size: 25px;
  margin: 0 7px;
  transition: 0.4s;
}
.team-social-icon a:hover{
  color: #d8021a !important;
}
.submenu-linkmob{
    position: absolute;
    width: 225px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #dadada;
    z-index: 99;
    border-top: 4px solid #d8021a;
    top: 50px;
}
.comon-icon-style{
  color: #d8021a !important;
  font-size: 18px;
  margin-right: 7px;
}
.test-btn-div button{
  min-width: 92px;
}
.search-test-div{
  padding: 15px;
  background-color: #d8021a;
  margin-bottom: 30px;
  border-radius: 5px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btnfupload {
  border: none;
  color: #333;
  background-color: white;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight:400;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.search-test-div input[type=text]{
  height: 45px;
}
.search-p{
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
.req-calback-div{
  margin-bottom: 70px;
}
.incl-pkg-ul{
  padding-left: 0;
}
ul.incl-pkg-ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 17px;
  font-family: 'Roboto', sans-serif;
  color: #4b4b4b;
  font-weight: 400;
  font-size: 13px;
  margin: 0 10px 7px 0;
}
.incl-pkg-ul li:before{
  position: absolute;
  left:0;
  top:4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4a4a4a;
  content: "";
}
.each-cart{
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
}
.each-cart h2{
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}
.cart-summery{
  border-radius: 5px;
}
.cart-summery h2{
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}
.remove-test{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  color: #d8021a;
  padding-left: 13px;
  margin-top: 4px;
  border-left: 1px solid #333;
  margin-left: 20px;
  cursor: pointer;
}
.amount-value{
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  
}
.remove-test i{
  font-size: 18px;
  margin-right: 5px;
}
.cart-summery{
  background-color: #f2f2f2;
  padding:30px 35px 40px 35px;
}
.bord-bot{
  border-bottom: 1px dashed #daadaa;
}
.cart-section{
  margin: 30px 0 70px 0;
}
.r-callback-input {
    height: 43px !important;
    border-radius: 4px;
    margin-bottom: 0;
border:none !important;
font-size:14px;
}
.banner-sm-imgdiv img{
	border-radius:5px;
}
.homebtnfupload{
	background-color:transparent;
	border:1px dashed #939393 !important;
	font-size:15px !important;
}
.details-helth-knowmore-p{
    position: relative;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 13px;
    margin: 0 10px 7px 0;
}
.cartbox{
    background: #989898;
    color: #fff !important;
    line-height:40px;
}
.variations_form{
  display:inline-block;
}
.s-test-div{
padding-left:20px;
}
.cartbox:hover{
	background-color:#000 !important;
}
.service-eachbox{
background-color:#f5f5f5 !important;
border-radius:15px;
padding:40px;
transition:0.5s;
margin-bottom:30px;
border:1px solid #f5f5f5;
}
.service-eachbox:hover{
	border:1px solid #d8021a;
transition:0.5s;
}
.ervice-icon {
    color: #d8021a;
    font-size: 38px;
    margin-bottom: 20px;
}
.resultBox{
    position: absolute;
    top: 46px;
    width: 100%;
    left: 0;
    background: #f1f1f1;
    border: 1px solid #f7f7f7;
    z-index: 99;
    box-shadow: 0 0 5px #c9c9c9;
}
.searchInput .icon{
	height:45px !important;
right:-15px !important;
}
.resultBox li {
font-size:13px !important;
}
.resultBox li:hover {
    background: #e7e7e7 !important;
}
.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.gal-masonary { /* Masonry container */
  -webkit-column-count: 4;
-moz-column-count:4;
column-count: 4;
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
 margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    margin: 0 0 2em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .gal-masonary {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .gal-masonary {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .gal-masonary {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3;
  }
}
.resultBox ul{
	padding-left:0;
}
.resultBox ul li a{
color:#000 !important;
text-decoration:none !important;
}
.packages_bg{
	background: #F4F4F4;
    padding: 40px 40px 10px 40px;
    border-radius: 15px;
	border: 1px solid #F4F4F4;
}
.packages_bg:hover {
    border: 1px solid #d8021a;
    transition: 0.5s;
}
.w-bg-button {
    background: #fff;
    color: #000000;
}
.w-bg-button:hover {
    color: #fff !important;
}
.lb-margin{
 margin-bottom:60px;
}
.slick-dots li.slick-active button:before{
  opacity:1 !important;
}
.pkgs-imgs-div img{
    width: 333px !important;
    object-fit: cover;
}
.a-booknow{
  	text-decoration:none !important;
	display:inline-block;
	cursor: pointer;
}
.a-booknow:hover{
	color:#fff !important;
 text-decoration:none !important;
}
.for-username{
    padding: 3px 10px 3px 15px;
}
.user-span{
    width: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0 auto;
    float: right;
}
a.call-doctor {
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  color: #d8021a;
  margin-left: 10px;
}
.mh-auto{
  min-height: auto !important;
}
.mw-auto button{
  min-width: auto !important;
}
a.appointment-btn {
    border: 1px solid #d8021a;
    color: #d8021a;
    background-color: transparent;
    font-size: 13px;
    padding: 5px 10px;
    width: 100%;
    margin-right: 10px;
    transition: 0.6s;
    border-radius: 0px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
text-decoration:none !important;
}
a.appointment-btn:hover {
    border: 1px solid #d8021a;
    color: #fff;
    background-color: #d8021a;
}
.image-pdd-control{
  padding-bottom: 20px !important;
}
.ekko-lightbox .modal-content{
  position: relative;
}
.ekko-lightbox .modal-content:before{
  position: absolute;
  content: "✖";
  z-index: 999;
  color: #ffff;
  right: -50px;
  font-size: 35px;
  top: 0;
  cursor: pointer;
  pointer-events: none;
  line-height: 37px;
  font-family: 'FontAwesome';
}
.test-price{
  float: right;
  font-size: 25px;
  color: #d8021a;
}
.d-inb-smdiv{
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-right: 30px;
  border-right: 1px solid #bfbfbf;
}
.right-locationmap-div iframe{
  width: 100%;
}
.nav-itemheader {
    font-size: 21px;
    color: #000;
    margin-bottom: 0;
    margin-right: 25px;
}
.align-right-loc{
	justify-content: right;
}
.align-right-loc .nav-link{
	border:1px solid #d8021a;
	border-radius: 0;
	color: #d8021a;
	min-width: 135px;
}
.align-right-loc .nav-link:hover{
	border:1px solid #d8021a;
	background-color: #d8021a;
	color: #fff !important;
}
.align-right-loc .active.show{
	border:1px solid #d8021a;
	background-color: #d8021a;
	color: #fff !important;
}
.p-0-custom{
	padding-top: 10px !important;
}
.polyclenicSectionLakeroad .appointment-btn{
	position: relative;
}
.polyclenicSectionLakeroad .appointment-btn::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "Call:8100995935";
	display: none;
	text-align: center;
	left: 0;
}
.polyclenicSectionLakeroad .appointment-btn:hover::before{
	display: block;
	content: "Call:8100995935";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d8021a;
	top:0;
	left: 0;
	padding: 5px 0;
}
.polyclenicSectionKamalgazi .appointment-btn{
	position: relative;
}
.polyclenicSectionKamalgazi .appointment-btn::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "Call:8100995935";
	display: none;
	text-align: center;
	left: 0;
}
.polyclenicSectionKamalgazi .appointment-btn:hover::before{
	display: block;
	content: "Call:810099594";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d8021a;
	top:0;
	left: 0;
	padding: 5px 0;
}