

@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProBold.eot');
    src: url('../fonts/MavenProBold.eot') format('embedded-opentype'),
         url('../fonts/MavenProBold.woff2') format('woff2'),
         url('../fonts/MavenProBold.woff') format('woff'),
         url('../fonts/MavenProBold.ttf') format('truetype'),
         url('../fonts/MavenProBold.svg#MavenProBold') format('svg');
		 font-weight: bold;
}

@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProSemiBold.eot');
    src: url('../fonts/MavenProSemiBold.eot') format('embedded-opentype'),
         url('../fonts/MavenProSemiBold.woff2') format('woff2'),
         url('../fonts/MavenProSemiBold.woff') format('woff'),
         url('../fonts/MavenProSemiBold.ttf') format('truetype'),
         url('../fonts/MavenProSemiBold.svg#MavenProSemiBold') format('svg');
		 font-weight: 600; 
}
@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProMedium.eot');
    src: url('../fonts/MavenProMedium.eot') format('embedded-opentype'),
         url('../fonts/MavenProMedium.woff2') format('woff2'),
         url('../fonts/MavenProMedium.woff') format('woff'),
         url('../fonts/MavenProMedium.ttf') format('truetype'),
         url('../fonts/MavenProMedium.svg#MavenProMedium') format('svg');
		 font-weight: 500; 
}

@font-face {
    font-family: 'MavenPro';
    src: url('../fonts/MavenProRegular.eot');
    src: url('../fonts/MavenProRegular.eot') format('embedded-opentype'),
         url('../fonts/MavenProRegular.woff2') format('woff2'),
         url('../fonts/MavenProRegular.woff') format('woff'),
         url('../fonts/MavenProRegular.ttf') format('truetype'),
         url('../fonts/MavenProRegular.svg#MavenProRegular') format('svg');
		 font-weight: 400;
}




html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0;  background:#fff; font-family: 'MavenPro';}
a{ margin:0; padding:0; text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#111;}
::selection{ background:#111; color:#fff;}
::-moz-selection{ background:#111; color:#fff;}
::-webkit-selection{ background:#111; color:#fff;}
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0;}
p{ padding:0; color:#352F43; font-size:14px;   font-family: 'arial'; margin:0 0 15px 0; line-height: 25px;letter-spacing: 0.42px;}
h1, h2, h3, h4, h5, h6{ margin:0; padding:0;   font-family: 'MavenPro'; color:#151515;}
input, select, button{outline:none !important;}

html{scrollbar-color:#000 #1c2e4d; scrollbar-width: thin;}
body::-webkit-scrollbar { width: 8px;}
body::-webkit-scrollbar-track {background: #1c2e4d;}
body::-webkit-scrollbar-thumb {background: #000;}
body::-moz-scrollbar { width: 8px;}
body::-moz-scrollbar-track {background: #1c2e4d;}
body::-moz-scrollbar-thumb {background: #000;}
body::-o-scrollbar { width: 8px;}
body::-o-scrollbar-track {background: #1c2e4d;}
body::-o-scrollbar-thumb {background: #000;}
body::-ms-scrollbar { width: 8px;}
body::-ms-scrollbar-track {background: #1c2e4d;}
body::-ms-scrollbar-thumb {background: #000;}

body{
	overflow-x: hidden;
}

.cd-content h2
{
    font-size:14px;
}
.cd-content ul li{
    font-weight:300;
    font-weight:300;
    margin-bottom:9px;
    position:relative;
    padding-left:29px;
    float:left;
    text-align:justify;
}
.cd-content ul li:before{
    position:absolute;
    content:"";
    color:#fff;
    left:0;
    top:6px;
    background:#fff;
    height:13px;
    width:13px;
    border-radius:50%;
    border:3px solid #000;
}
/*---------------sidenev--------*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #060727;
	overflow-x: hidden;
	transition: 0.9s;
	padding: 60px 0 20px;
	z-index: 9999;

  }
  .menu-more {
    /* max-height: 0; */
    transition: 0.7s;
    transition: max-height 0.6s ease-out;
    animation: mymove 0.9s;
    display: none;
}
@keyframes mymove {
	from {margin-top: 100px;}
	to {margin-top: 0px;}
  }

  .sidenav h6{
	font-size: 24px;
	padding-bottom: 15px;
	color: #fff;
  }
  .more-btn{
	color: #FF4815 !important;

  }
  
  .sidenav a {
	padding: 8px 8px 8px 0px;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  #main {
	transition: margin-left .5s;  
  }

  .map-row{
	  margin-top: 25px;
	  border-top: 1px solid #ccc3;
	  padding-top: 20px;
  }
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }
  
.sidenav-contact{
	float: left;
	width: 100%;
 }
 .sidenav span{
	color: #818181;
	float: left;
	width: 100%;
 }
 .sidenav span a{
	 float: left;
 }


/*--------------menu-------------*/
.main-menu ul li>ul {}



.main-menu,
.main-menu ul,
.main-menu ul li,
.main-menu ul li a,
.main-menu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.main-menu:after,
.main-menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.second-ul{
	float: left;
}
.second-ul  li{
	padding: 11px 15px;
	font-size: 14px;
}
.second-ul li span{
	color: #fff;
	background: #005827;
	padding: 3px 13px;
	border-radius: 15px;
	margin-left: 7px;
}
.second-ul  li img{
	margin-right: 7px;
}
.second-ul li span.book-appoinment{
	background: #060727;
	margin-left: 0;
	padding: 6px 12px 6px 33px;
}
.second-ul li img.book-app-icon {
	position: relative;
	left: 33px;
  }

.main-menu #head-mobile {
	display: none
}

.main-menu {
	font-family: sans-serif;
}

.main-menu>ul>li {
	display: block;
	float: left;
}

.main-menu>ul>li>a {
	padding: 31px 15px;
	font-size: 14px;
	text-decoration: none;
	color: #060727;
	position: relative;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
.main-menu>ul>li>a:hover{
	color: #2a93c9 !important; 
}
.wrapper2{
	display: none;
}
.sticky{
	position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 99;
background: #fff;
transition: 0.7s;
}
.sticky .top-header {
	margin-top: -44px;
	transition: 0.7s;
  }


/*.main-menu > ul > li:first-child > a{ padding-left: 0; }*/

.main-menu>ul>li>a:hover {
	color: #ff4815
}

.main-menu>ul>li:hover,
.main-menu ul li.active:hover,
.main-menu ul li.active,
.main-menu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

.main-menu>ul>li.has-sub>a:before {
	position: absolute;
	top: 17px;
	right: 2px;
	display: block;
	width: 13px;
	height: 8px;
	background: url(../images/menu-dropdown.png) no-repeat;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	
}
color{
	color: #FF4815;
}

.main-menu>ul>li.has-sub:hover>a:before {
	background: url(../images/menu-dropdown.png) no-repeat;
}

.main-menu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 100;
	top: 57px;
}

.main-menu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #060727;
	transition: all .25s ease;
}

.main-menu ul ul li:hover {
	background: #ff4815;
	color: #fff
}

.main-menu li:hover>ul {
	left: auto
}

.main-menu li:hover>ul>li {
	height: 50px
}

.main-menu ul ul ul {
	margin-left: 100%;
	top: 0
}
.view-all{
	margin-top: 40px;
}


.main-menu ul ul li a {
	/*border-bottom:1px solid rgba(150,150,150,0.15);*/
	padding: 17px 15px;
	width: 290px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

.main-menu ul ul li:last-child>a,
.main-menu ul ul li.last-item>a {
	border-bottom: 0;
}

.main-menu ul ul li:hover>a,
.main-menu ul ul li a:hover {
	color: #fff;
}

.main-menu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

.main-menu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

.main-menu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

.main-menu ul ul li.has-sub:hover,
.main-menu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
	color: #fff
}

.main-menu ul ul ul li.active a {
	border-left: 1px solid #333;
}

.main-menu>ul>li.has-sub>ul>li.active>a,
.main-menu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333;
}

.main-menu>ul>li:last-child:after {
	display: none;
}

.main-menu>ul>li.has-sub>a::before {
	position: absolute;
	top: 30px;
	right: 0px;
	display: block;
	width: 13px;
	height: 8px;
	background: url(../images/menu-dropdown.png) no-repeat;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

.main-menu>ul>li>a>span {
	display: block;
	font-size: 11px;
	color: #d5a942;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 10px;
}

.headerLeftmainFloatMenu {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}
.top-header{
	background: #232F3F;
	float: left;
	width: 100%;
	padding: 9px 41px;
	transition: 0.7s;
}
.top-header ul li{
	float: left;
	margin-right: 50px;
}
.top-header ul li img{
	margin-right: 5px;
}
.top-header ul li a{
	color: #fff;
}
.top-second-header{
	float: right;
}
.top-second-header li:last-child{
	margin-right: 0;
}

.headerLeftmainFloat {
	float: left
}

.aboutWrapperMain a span {
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	left: 0;
	top: 0;
	background: #0050be url(../images/btn-icon1.png) center center no-repeat;
	width: 27px;
	height: 27px;
	border-radius: 50%;
}

.aboutWrapperMain a {
	position: relative;
	color: #111111;
	font-weight: bold;
	font-size: 17px;
	font-family: 'Helvetica-Now-Text';
	padding-left: 34px;
	min-height: 27px;
	display: block;
	padding-top: 2px;
}
.banner{
	background: #F4F7F6;
	position: relative;
	
}
.banner-text{
	position: absolute;
	bottom: 102px;
	background: #ffffffde;
	left: 43px;
	width: 470px;
	padding: 12px 28px 16px;
}

.banner-text span{
	font-weight: 500;
	font-size: 12px;
	position: relative;
	padding-left: 78px; 
}
.banner-text span::before{
	position: absolute;
	content: "";
	background: #FF4815;
	width: 73px;
	height: 2px;
	left: 0;
	top: 7px;
}

.banner-text h1{
	font-weight: 600;
	color: #060727;
}
section{
	padding: 50px 0;
}
.loginImgmain{
	padding: 0 40px;
	margin-top: 21px;
	float: left;
}
.banner-text p{
	margin-bottom: 0px;
}
.read-more-btn{
	margin-left: -22px;
	float: left;
}

.read-more-btn img{
	float: left;
	position: relative;
	left: 22px;
}
.read-more-btn label{
	float: left;
	border-radius: 15px;
	background: #060727;
	margin-left: 0;
	padding: 4px 16px 5px 29px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.emergency-number{
	position: absolute;
	bottom: 31px;
	left: 0;
	z-index: 9;
	left: 42px;
	left: 85px;
}
.emergency-number img{
	float: left;
}
.emergeny-text  {
	float: left;
	margin-left: 13px;
}
.emergeny-text span{
	color: #FF4815;
	font-weight: 600;
	font-size: 16px;
}
.emergeny-text a{
	color: #060727;
	font-weight: 600;
	font-size: 16px;
}
.banner-right{
	padding: 60px 25px 25px 25px;
	float: left;
}
.banner-right h5{
	font-size: 30px;
	font-weight: 600;
	color: #060727;
	padding: 0 0 21px 0;
}
.banner-right p{
	line-height: 20px;
}
.dr-sec {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-left: 15px;
}
.dr-sec img{
	padding: 10px;
    background: #060727;
    border-radius: 50%;
    -moz-animation: 1s infinite roundshape;
    -webkit-animation: 1s infinite roundshape;
    animation: 1s infinite roundshape;
	margin-bottom: 25px;
	
}
@keyframes roundshape{
    0%{ box-shadow: 0px 0px 1px 10px #c4c7cd}
    50%{ box-shadow: 0px 0px 1px 15px #c4c7cd}
    100%{ box-shadow: 0px 0px 1px 10px #c4c7cd}
}

.dr-sec span{
	width: 100%;
	float: left;
	color: #060727;
	
}
.d-name{
	font-weight: 600;
	font-size: 14px;
	color: #000;
}
.d-position{
	color: #707070;
	font-size: 14px;
}
.mouse-icon{
	position: absolute;
	left: 50%;
	bottom: 8px;
	z-index: 9;
}
.main-container {
    max-width: 1650px;
    padding: 0 80px;
    margin: 0 auto;
    width: 100%;
}
.about{
	background: #f4f7f6dc;
	padding: 50px 0 0;
}
.about-left img{
	width: 100%;
}
.about-right{
	padding-left:150px;
	max-width: 798px;
	padding-top: 45px;
}
.more-about {
	padding-left:150px;
	max-width: 798px;
}
.main-header{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
.main-header span{
	color: #FF4815;
	font-weight: 600;
	padding-bottom: 14px;
	float: left;
	width: 100%;
}
.main-header h1{
	color: #060727;
	font-size: 35px;
	font-weight: 600;
}
.more-about{
	float: left;
	width: 100%;
	padding-top: 35px;
}
.more-about span{
	font-size: 15px;
	font-weight: 600;
	color: #060727;
	
}
.more-about span color{
	margin-bottom: 35px;
	float: left;
	width: 100%;
}

.more-about-sec{
	box-shadow: 0px 3px 9px #00000029;
	background: #FFFFFF;
	float: left;
	width: 100%;
	border-radius: 12px;
	padding: 15px;
}
.more-about-sec{
	text-align: center;
	margin-bottom: 15px;
}

.more-about-sec span{
	text-align: center;
	width: 100%;
	float: left;
	color: #000;
	padding-top: 10px;
}
.treatment-sec{
	padding: 0 25px;
}


.treatment-sec h4{
	color: #311F43;
	font-size: 25px;
	font-weight: 600;
	padding: 25px 0 16px;
}
.treatment-sec-text-1{
	float: left;
	width: 68%;
}
.treatment-sec .read-more-btn{
	margin-top: 35px;
	
}
.treatment-sec-1 .read-more-btn{
	float: right;
	margin-top: 27px;
}
.treatment-sec-text{
	padding-right: 25px;
}
.treatment-sec-2{
	margin-top: 98px;
	float: left;
	width: 100%;
}
.treatment-sec-3{
	margin-top: 173px;
	padding-right: 0;
	margin-top: 165px;
}

.treatment-sec-1{
	padding-left: 0;
}
.doctor{
	background: #060727;
	padding: 0;
}

.doc-sec{
	background: #fff;
	margin: 0 25px;
	text-align: center;
	padding: 0 0 20px;
}
.doc-sec img{
	background: #E4E4E4;
	margin-bottom: 20px;
	width: 100%;
}
.doc-sec h6{
	color: #000000;
	font-size: 20px;
	font-weight: 600;
}
.doc-sec-1{
	margin: 61px 46px 0;
}
.doc-slider-bg{
	background: #fff;
	padding: 0 186px 0 40px;
}
.doctor-slider .owl-nav{
	position: absolute;
	right: -28px;
	top: 34%;
}
.doctor-slider .owl-prev{
	display: none;
}
.doctor-slider .owl-nav .owl-next {	
	background: url(../images/right-arrow.png) no-repeat !important;
	background-size: contain;
	width: 30px;
	height: 30px;
	background-color: #060727 !important;
	border-radius: 50%;
	background-position: center !important;
}
.doctor-slider .owl-next span{
	display: none;
}
.features{
	background: transparent linear-gradient(50deg, #060727 60%, #7B1E04 100%) 0% 0% no-repeat padding-box;
	margin-top: -3px;
}
.features-sec span{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.features-sec span color{
	font-weight: bold;
}
.features-sec-2 span color {
	margin-top: 16px;
	float: left;
	margin-right: 8px;
}
.news-event{
	padding-right: 100px;
}
.news-sec img{
	width: 100%;
}
.news-sec number{
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	float: left;
}
.news-sec h6{
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	float: left;
	width: 88%;
	padding-left: 12px;
}
.news-sec p{
	float: left;
	width: 100%;
	padding-left: 44px;
}



.news-slider .owl-nav{
	position: absolute;
	right: -84px;
	top: 34%;
}
.news-slider .owl-prev{
	display: none;
}
.news-slider .owl-nav .owl-next {	
	background: url(../images/right-arrow.png) no-repeat !important;
	background-size: contain;
	width: 30px;
	height: 30px;
	background-color: #060727 !important;
	border-radius: 50%;
	background-position: center !important;
}
.news-slider .owl-next span{
	display: none;
}
.news-event{
	background: #F4F7F6;
}
.testimonial{
	background: #060727;
} 
.testimonial-card{
	background: #fff;
	float: left;
	width: 100%;
}
.testimonial-card img{
	width: 100%;
}
.testimonial-txt{
	padding: 12px 25px;
	float: left;
	width: 100%;
}
.testimonial-txt span{
	float: left;
	width: 100%;
}
.footer{
	background: #F4F7F6;
}
.footer-list{
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 25px;
	display: flex;
    justify-content: center;
	margin-bottom: 45px;
}
.footer-list ul li{
	float: left;
	margin: 0 10px;
}
.footer-list ul li a{
	color: #000;
}
.footer-left img{
	float: left;
}
.footer-left p{
	font-size: 14px;
	margin-left: 10px;
    float: left;
	width: 83%;
	margin-bottom: 0;
}
.footer-left ul{
	float: left;
	width: 89%;
}
.footer-left ul li{
	float: left;
	margin-left: 15px;
}
.footer-left ul li a{
	font-size: 14px;
	color: #000;
}
.footer-right a{
	float: left;
	margin: 0 12px;
}
.footer-right{
	float: right;
	margin-top:25px
}
.footer-right a{
	color: #000;
}
/*-----------------------department details--------------*/
.inner-banner{
	float: left;
	width: 100%;
	position: relative;
}
.inner-banner-text-wrapper{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.inner-banner-text-area span{
	color: #FF4815;
	font-size: 15px;
	font-weight: 500;
}
.inner-banner-text-area h1{
	color: #fff;
	font-size: 45px;
	font-weight: bold;
}
.about-dep{
	padding: 50px 0 0;
}
.scope-of-service{
	background: url(../images/scope-bg.jpg) no-repeat;
	background-size: cover;
}
.scope-of-service span{
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	width: max-content;
	border-bottom: 2px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
.scope-of-service span::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 60px;
	height: 2px;
	background: #FF4815;
}
.scope-of-service ul li{
	position: relative;
	padding-left: 23px;
	margin-bottom: 4px;
}
.scope-of-service ul li::before{
	position: absolute;
	content: "";
	left: 0;
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 7px;
}
.scope-of-service ul {
	float: left;
	width: 100%;
}
.dep-team-sec{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.dep-team{
	background: url(../images/dep-team-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;	
}
.dep-team-sec span{
	font-size: 20px;
	font-weight: bold;
	color: #FF4815;
	padding-bottom: 8px;
	float: left;
	width: 100%;
}
.dep-team-sec p{
	color: #fff;
}
.dep-consultant{
	background: url(../images/consultant-bg.png);
}

.dep-consultant-left{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.dep-consultant-left h1{
	color: #fff;
	
}
.consultant-bg-icon{
	position: absolute;
	left: 0;
}

.consultant-slider .owl-nav{
	position: absolute;
	right: -84px;
	top: 34%;
}
.consultant-slider .owl-prev{
	display: none;
}
.consultant-slider .owl-nav .owl-next {	
	background: url(../images/right-arrow.png) no-repeat !important;
	background-size: contain;
	width: 30px;
	height: 30px;
	background-color: #060727 !important;
	border-radius: 50%;
	background-position: center !important;
}
.consultant-slider .owl-next span{
	display: none;
}
.dr-sec-speach{
	width: 36%;
}
.dr-sec-text{
	float: left;
	width: 50%;
	background: #F4F7F6 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	padding: 25px;
	margin-top: 43px;
}
.dr-sec-text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}
.doctors-speak{
	background: url(../images/doc-speak-bg.jpg);
}
.doc-speak-slider .owl-dots .owl-dot{
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-right: 5px;
	background: #FF481524;
}
.doc-speak-slider .owl-dots{
	text-align: center;
}
.doc-speak-slider .owl-dots .owl-dot.active {
	background: #FF4815;
}


/*--------------about------------*/
.about-main{
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
}	

.about-main-left{
	display: flex;
	justify-content: center;
	align-items: center;
}
.vm-left{
	background: url(../images/vision-mission-left.jpg) no-repeat;
	background-size: cover;
	padding: 75px 121px;
	position: relative;

}
.vmleft-strip{
	position: absolute;
	left: -82px;
	background: #FF4815;
	width: 110px;
	height: 91px;
	top: 45px;
}
.vm-left h1{
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}
.vm-left ol li{
	color: #fff;
	margin-bottom: 25px;
	position: relative;
}
.vm-left ol {
	list-style: none;
	counter-reset: item;
  }
.vm-left li {
	counter-increment: item;
	margin-bottom: 5px;
  }
.vm-left li:before {
	margin-right: 10px;
	content: counter(item);
	color: white;
	width: 1.2em;
	text-align: center;
	display: inline-block;
	color: #FF4815;
	font-size: 25px;
	font-weight: 600;
	position: absolute;
	left: -37px;
	top: -3px;
  }
  .vision-mission{
	  margin-top: 40px;
  }
  .vm-right{
	background: url(../images/core-values-bg.jpg) no-repeat;
	background-size: cover;
	padding: 30px;
	float: left;
	width: 100%;
	padding: 49px 50px 60px;
	position: relative;
	right: 79px;
	min-width: 650px
  }
  .vm-right ul li{
	  float: left;
	  position: relative;
	  margin-right: 21px;
	  color: #fff;
	  font-weight: 600;
	  font-size: 20px;
	  padding-left: 15px;
  }
  .vm-right ul li::before{
	  position: absolute;
	  left: 0;
	  content: "";
	  background: #FF4815;
	  height: 10px;
	  width: 10px;
	  border-radius: 50%;
	  top: 12px;
  }
  .details{
	  display: none;
  }
  .read-morebtn{
	color: #ee1f22;
    text-transform: capitalize;
    font-weight: 500;
  }
  .vm-right h2{
	  float: left;
	  width: 100%;
	  text-align: center;
	  color: #fff;
	  font-size: 25px;
	  font-weight: 600;
	  margin-bottom: 25px;
  }
  .about-bg{
	  position: absolute;
	  right: 0;
	  bottom: 0;
  }
  .about-msg{
	background: url(../images/abut-msg-bg.jpg) no-repeat;
	background-size: cover;
	padding: 150px 0;
  }
  .about-msg-right h6{
		font-size: 25px;
		font-weight: 600;
		margin-bottom: 25px;	
  }
  .about-msg-right{
	  padding-right: 145px;
  }
  .about-msg-right p{
	  margin-bottom: 25px;
  }
  .details{
	display:none;
	float:left;
	width:100%;
	transition:0.9s;
	animation: open .4s linear;	
}
@keyframes open {
	0% {
	  opacity: 0;
	  transform: translateY(-10px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
.about-msg-right{
	position: relative;
}
  .qoute{
	position: absolute;
	right: 182px;
	top: -53px;
  }
.about-msg-2{
	background: url(../images/abut-msg-bg-2.jpg) no-repeat;
	background-size: cover;

}
.doc-details-txt{
	text-align: center;
	padding-top: 15px;
}
.doc-details-txt h5{
	font-weight: 600;
	font-size: 27px;
}

.doc-details-txt h6{
	font-weight: 500;
	color: rgb(115, 115, 115);
}
.doc-details-txt span{
	font-weight: bold;
}
.doc-details-txt a{
	background: #060726;
	color: #fff;
	padding: 10px;
	margin-top: 19px;
	float: left;
}
.doc-details-txt a img{
	margin-left: 6px;
}
.doc-details-right{
	background:#f5f7f6;
	padding: 40px;
}
.doc-details-right h4{
	font-size: 30px;
	font-weight: 600;
}
.doc-highlight{
	padding: 40px 0 0;
}
.doc-highlight h6{
	color: #ff4816;
	padding-bottom: 10px;  
}
.doc-highlight ul li{
	position: relative;	
	padding-left: 25px;
	margin-bottom: 10px;
}
.doc-highlight ul li:before{
	position: absolute;
	content: "";
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
.doc-more{
	float: left;
	width: 100%;
	text-align: center;
	color: #000;
	padding: 30px 0 0;
	font-weight: 600;
	font-size: 23px;
	margin-right: 10px;
	position: relative;	
}
.doc-more::after{
	position: absolute;
	content: "-";
	background: #ff4816;
	color: #fff;
	right: 0;
	border-radius: 50%;
	padding: 3px;
	font-size: 23px;
	width: 40px;
	right: -64px;
}
.collapsed .doc-more::after{
	position: absolute;
	content: "+";
	background: #ff4816;
	color: #fff;
	right: 0;
	border-radius: 50%;
	padding: 3px;
	font-size: 23px;
	width: 40px;
	right: -64px;

}
a:not([href]):not([tabindex]) {
	color: #000;
}
.card {
	border: none;
}
.doc-more img{
	position: relative;
	left: 10px;
}
.doc-select{
	background: #f0f2f1;
	padding: 14px;
	float: left;
	width: 100%;
	border: none;
}
.doc-search{
	padding: 50px 0 25px;
}
.doc-search a{
	background: #060726;
	color: #fff;
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
	padding: 11px;
	border-radius: 4px;
	transition: 0.6s;
}
.doc-search a:hover{
	background: #ff4815;
	transition: 0.6s;
}
.doc-list h6{
	font-size: 18px;
}
.doc-list span{
	color: #707070;
}
.doc-list img{
	margin-bottom: 10px;
}
.dep-header{
	border-top: 1px solid #ccc;
	padding: 20px 0 20px;
}
.doc-list{
	margin-bottom: 60px;
}


/*------------intermational patient-------*/
.green-welcome-wrapper{
	text-align: center;
	background: #ECECEC;
	padding: 50px;
	position: relative;
	margin-top: 0px;
	min-height: 650px;

}
.green-welcome{
	padding: 50px 0 0;
}
.gr-hw{
	background: transparent linear-gradient(89deg, #060727 44%, #7d261f 100%) 95% 36% no-repeat padding-box;
}
.international-services ul li{
	position: relative;
	padding-left: 26px;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 500;
	font-family: 'arial';
}
.international-services ul li::before{
	position: absolute;
	content: "";
	background: #FF4815;
	width: 12px;
	height: 7px;
	left: 0;
	top: 10px;
}
.international-services ul{
	padding: 40px 30px 0;
}
.international-payment{
	background: url(../images/international-payment-bg.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.international-payment .main-header h1{
	color: #fff;
	text-align: center;
}
.payment-type{
	text-align: center;
}
.payment-type img{
	background: #FF481599;
	padding: 44px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.payment-type span{
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	width: 100%;
	float: left;
}

.accordion {
	width: 100%;
	padding: 1.2rem 27px;
	border-radius: 1rem;
	background: white;
  /*   box-shadow: 0 0 5rem lightgrey; */
  }
  
  .accordion__heading {
	margin-bottom: 1rem;
	padding: 0 1.4rem;
  }
  
  .accordion__item:not(:last-child) {
	border-bottom: 1px solid lightgrey;
  }
  
  .accordion__btn {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1.2rem 1.4rem;
	background: white;
	border: none;
	outline: none;
	color: var(--color-text);
	font-size: 1.2rem;
	text-align: left;
	cursor: pointer;
	transition: 0.1s;
  }
  .accordion__btn:hover {
	color: var(--color-purple);
	background: hsl(248, 53%, 97%);
  }
  
  .accordion__item--active .accordion__btn {
	color: var(--color-purple);
	border-bottom: 2px solid var(--color-purple);
  }
  
  .fa-lightbulb {
	padding-right: 1rem;
  }
  .accordion__icon {
	border-radius: 50%;
	transform: rotate(0deg);
	transition: 0.3s ease-in-out;
	opacity: 0.9;
	color: #ff4815;
  }
  .accordion__item--active .accordion__icon {
	transform: rotate(135deg);
  }
  
  .accordion__content {
	font-weight: 300;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	color: var(--color-text-muted);
	transform: translateX(16px);
	transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
  }
  .accordion__content p {
	padding: 1rem 1.8rem;
  }
  
  .accordion__item--active .accordion__content {
	opacity: 1;
	transform: translateX(0px);
	max-height: 100vh;
  }
  .faq .accordion__item{
	  border-bottom: 0;
  }
  .accordion__caption{
	margin-left: 12px;
	font-weight: 600;
  }
  .faq-btm{
	background: transparent linear-gradient(89deg, #060727 44%, #7d261f 100%) 95% 36% no-repeat padding-box;
	text-align: center;
  }
  .faq-btm span{
	 
	  color: #fff;
	  font-weight: 600;
  }
  .enq-form .main-header h1{
	  position: relative;
	  width: max-content;
  }
  .enq-form .main-header h1::after{
	  position: absolute;
	  content: "";
	  background: #FF4815;
	  left: "";
	  width: 125px;
	  height: 2px;
	  bottom: -7px;
	  left: 0;
  }
  .enq-input{
	  background: none;
	  border: none;
	  width: 100%;
	  border-bottom: 1px solid #ccc;
	  font-weight: 600;
	  color: #000;
	  opacity: 1;
	  margin-bottom: 41px;
  }
  .enq-form label{
	font-weight: 600;
  }

  

  .enq-input::placeholder {
	opacity: 1;
  }
  
  .enq-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 1;
  }
  
  .enq-input::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 1;
  }
  .enq-form-bg{
	  background: #fff;
	  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	  border-radius: 20px;
	  padding: 35px 70px;
  }
  .enq-form-bg .main-header{
	padding-bottom: 50px;
  }
  .enq-reset{
	background: #060727;
	color: #fff;
	width: 90%;
	float: right;
	text-align: center;
	padding: 14px;
	font-weight: 500;
	transition: 0.5s;
  }
  .enq-reset:hover{
	  background: #FF4815;
	  transition: 0.5s;
	  color: #fff;
  }
  .enq-submit{
	background: #FF4815;
	transition: 0.5s;
	color: #fff;
	width: 90%;
	padding: 14px;
	float: left;
	text-align: center;
  }
  .enq-submit:hover{
	background: #060727;
	color: #fff;
	transition: 0.5s;
  }

/*--------------contact--------------*/
  .contact-main{
	background: transparent linear-gradient(89deg, #060727 44%, #7d261f 100%) 95% 36% no-repeat padding-box;
}
.contact-main-left-sec{
	float: left;
	width: 100%;
}
.contact-main-left-sec img {
	float: left;
	margin-top: 5px;
  }
.contact-main-left-sec-txt{
	float: left;
	margin-left: 11px;
	margin-bottom: 30px;
}
.contact-main-left-sec-txt h5{
	color: #fff;
	margin-bottom: 30px;
}
.contact-main-left-sec-txt p{
	color: #fff;
	font-size: 17px;
}
.contact-form .main-header h1{
	position: relative;
}
.contact-form .main-header h1::after {
	position: absolute;
	content: "";
	background: #FF4815;
	left: "";
	width: 125px;
	height: 2px;
	bottom: -7px;
	left: 0;
  }
.contact-form .main-header{
	padding-bottom: 65px;
}
.contact-form textarea.enq-input{
	margin-bottom: 13px;
	
}
.contact-form .enq-submit {
	width: 100%;
}
/*-------------booking-------------*/
.booking{
	position: relative;
	background: #232f3f;
}
.book-half-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 0;

}
.book-half-bg h2{
	-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	margin-top: 43%;
	font-weight: bold;
	margin-right: 118px;
	font-size: 40px;
	color: #fff;
}


.booking-form-bg{
	background: url(../images/form-bg.jpg) no-repeat;
	background-size: cover;
	box-shadow: 0px 3px 6px #00000075;
	border-radius: 36px;
	border: 15px solid #fff;
	padding: 45px;
	float: left;
	margin-top: -206px;
	margin-bottom: 45px;
}
.book-input{
	width: 100%;
	padding: 10px 12px;
	font-size: 18px;
	color: #060727;
	font-weight: 500;
	border-radius: 5px;
	border: none;
	margin-bottom: 30px;
	background: #fff;
}
.book-input::placeholder {
	opacity: 1;
  }
  
  .book-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 1;
  }
  
  .book-input::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 1;
  }
.book-tabs{
	margin-bottom: 48px;
	border-bottom: none;
}
.book-tabs li a{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}
.book-tabs li{
	width: 50%;
	font-size: 18px;
}
.book-tabs li a.nav-link{
	font-size: 18px;
}
.book-tabs li a.nav-link.active{
	color: #fff;
	background: none;
	border:none;
	border-bottom: 1px solid #2a93c9 !important;
}
.book-tabs li a.nav-link:hover{
	border: none;
}
.nav-tabs .nav-link {
	border: none !important;
}
.date-input{
	border: none;
	width: 70%;
}
.tab-content label{
	color: #000 !important;
margin-right: 10px;
margin-left: 5px;
font-size: 16px;
}
.tab-content input[type="radio"]
{
float: left;
margin-top: 7px;
}
.opd-input{
	background: none;
	float: right;
	border: 1px solid #FF4815;
	color: #FF4815;
	margin-top: 15px;
	padding: 10px 18px;
	position: relative;
	border-radius: 6px;
	width: 50%;
}
.icon-close{
	position: absolute;
	right: 0;
	right: 6px;
	top: 21px;
	cursor: pointer;
}
.booking-form-bg .enq-reset{
	margin-top: 25px;
}
/*-------------news-------------*/
.news-main{
	padding: 0;
}
.news-left{
	float: left;
	width: 100%;
	background: #F4F7F6;
	padding: 45px 40px;
	border-right: 1px solid #ccc;
	height: 100%;
}
.news-left-wrapper{
	float: right;
	max-width: 942px;
}
.news-list h4{
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
}
.news-list p{
	height: 51px;
	overflow: hidden;
}
.news-date{
	color: #FF4815;
	font-size: 15px;
	font-weight: 500;
	width: 50%;
}
.news-sec-btm{
	display: flex;
	align-items: center;
}
.news-writer{
	display: flex;
}
.news-writer img{
	border-radius: 50%;
}
.news-writer-txt{
	padding-left: 10px;
}
.news-right{
	background: #fff;
	padding: 45px 40px;
	max-width: 543px;
}
.news-right h4{
	font-size: 17px;
	position: relative;
	font-weight: 600;
	width: max-content;
    border-bottom: 2px solid #ccc;
    padding-bottom: 2px;
    margin-bottom: 20px;
    float: left;
}
.news-right h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: #FF4815;
}
.recent-news-sec{
	float: left;
	width: 100%;
}
.recent-news-sec h6{
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
}
.recent-news-sec{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	transition: 0.6s;
	padding: 10px;
}
.recent-news-sec:hover{
	background: #ccc;
	transition: 0.6s;
}
.news-right .read-more-btn{
	margin-top: 15px;
	margin-bottom: 15px;
}
.rndom-article{
	background: #F4F7F6;
	border-top:1px solid #ccc
}
.news-list{
	padding: 10px;
	transition: 0.6s;
}
.news-list:hover{
	background: #ccc;
	transition: 0.6s;

}


/*--------------insutrance-----------*/
.insurance-txt{
	padding-top: 15px;
}
.insurance-providers{
	background: url(../images/abut-msg-bg-2.jpg) no-repeat;
  	background-size: auto;
	background-size: cover;
}
.providers-right img{
	margin-bottom: 30px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 15px;
background: #060727;
padding: 4px;
}





@media(max-width:1366px){
	.banner-right {
		padding: 10px 25px 25px 59px;
	}
	.view-all{
		margin-top: 40px;
	}
	.mouse-icon {
		position: absolute;
		left: 50%;
		bottom: 6px;
	}
	.emergency-number {
		position: absolute;
		bottom: 45px;
	}
	.main-menu > ul > li > a {
		padding: 31px 9px;
	}
	.about-right {
		padding-top: 10px;
		padding-left: 75px;
	  }
	  .main-header h1 {
		color: #060727;
		font-size: 31px;
	  }
	  .treatment-sec {
		padding: 18px;
	  }
	  .treatment-sec .read-more-btn {
		margin-top: 23px;
	  }
	  .treatment-sec {
		padding: 13px;
	  }
	  .treatment-sec-2 {
		margin-top: 92px;
	  }
	  .treatment-sec-3 {
		margin-top: 162px;
	  }
	  .doc-sec {
		margin: 0 25px 1px;
	  }
	  .doc-sec-1{
	  	margin-top: 8px;
	  }
	  .more-about {
		padding-left:75px;
		max-width: 798px;
	}
	.plus-icon{
		display: none;
	}
	.consultant-slider .owl-nav {
		position: absolute;
		right: 0;
	}
	.dep-consultant-left h1 {
		margin-bottom: 41px;
	}
	.vm-right {
		min-width:610px
	}
	.about-msg-right {
		padding-right: 50px;
	  }
	  .qoute {
		right: 56px;
	  }
	.book-tabs li a {
		font-size: 20px;
	}
	.book-half-bg h2 {
		margin-top: 54%;
	}
	.vm-right {
		min-width: 560px;
		  }
		  .vm-right {
			padding: 49px 26px 60px;
		  }
		  .d-position {
			font-size: 13px;
		  }
		
	 

}
@media(max-width:1199px){
	.top-header {
		display: none;
	}
	.main-menu {
		display: none;
	}
	.loginImgmain {
		margin-top: 9px;
		margin-bottom: 9px;
	}
	.emergency-number {
		display: none;
	}
	.mouse-icon {
		display: none;
	}
	.banner-right {
		padding: 3px 25px 25px 25px;
		width: 100%;
		text-align: center;
	  }
	  .treatment-sec-3 {
		margin-top: 20px;
	  }
	  .treatment-sec-2 {
		margin-top: 15px;
	  }
	  .treatment-sec h4 {
		padding: 11px 0 0px;
	  }
	  .treatment-sec .read-more-btn {
		margin-top: 0;
	  }
	  .wrapper2{
		display: block;
	}
	.book-half-bg {
		position: relative;
		width: 100%;
		text-align: center;
		padding: 15px;
		margin-bottom: 20px 0;
		background: none;
		
	  }
	  .book-half-bg h2 {
		 margin-top: 0;
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-right: 0;
	  }
	  .news-left-wrapper {
		  max-width: initial;
	  }
	  .news-right {
		max-width: initial;
	  }
	  .green-welcome-wrapper {
	
		margin-top: 0;
	  }
	  .booking-form-bg {
		margin-top: 30px;
	  }
}


@media(max-width:991px){
	.green-welcome-wrapper {
		margin-top: 0;
	}
	
}

@media(max-width:768px)
{
    .green-welcome-wrapper span, p
    {
        font-size:15px !important;
    }
	.banner-text {
		position: absolute;
	bottom: 11px;
	background: #ffffffde;
	left: 8px;
	width: auto;
	padding: 12px 16px 20px;
	right: 8px;
	border-radius: 8px;
	}
	.book-tabs li a.nav-link {
		font-size: 10px;
	  }
	  .banner-text h1 {
		font-size: 24px;
	  }
	  .banner-text p {
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 22px;
	  }
	  .banner-text h1 {
		font-weight: 600;
		padding: 5px 0;
	  }
	  .read-more-btn label {
		  font-size: 12px;
	  }
	  .loginImgmain {
		padding: 0px 13px;
		width: 115px;
	  }
	  section{
			padding: 15px 0 0;
	  }
	  .about {
		padding: 6px 0px;
	  }
	  .about-right {
		padding: 15px;
		float: left;
		width: 100%;
		position: relative;
	  }
	  .main-container {
		max-width: 1650px;
		padding: 0 0px;
	  }
	  .more-about-sec {
		margin-bottom: 15px;
		padding: 12px;
		margin: 5px 4px;
		min-height: 107px;
	  }
	  .main-header h1 {
		font-size: 20px
	  }
	  .main-header {
		padding-bottom: 6px;
	  }
	  .main-header span {
		padding: 14px 0 3px;
	  }
	  .read-more-btn img {
		  width: 27px;
	  }
	  .treatment-sec-text-1 {
		float: left;
		width: 100%;
	  }
	 
	  .treatment-sec {
		padding: 0;
		margin-bottom: 11px;
		float: left;
	  }
	  .treatment-sec-1 .read-more-btn {
		float: left;
	  }
	  .doc-slider-bg {
		background: #fff;
		padding: 20px 15px 0 15px;
	  }
	  .doc-sec h6 {
		color: #000000;
		font-size: 14px;
	  }
	  .doc-sec span{
		  font-size: 13px;
		  line-height: 12px;
	  }
	  .doc-sec span br{
		  display: none;
	  }
	  .doc-sec img {
		margin-bottom: 8px;
		border-radius: 10px;
	  }
	  .features-sec{
		border-radius: 8px;
		background: #fff;
		min-height: 99px;
		padding: 6px;
		text-align: center;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 20px;
		
	  }
	  .features-sec span br{
		  display: none;
	  }
	  .features-sec span color {
		float: left;
		width: 100%;
	  }
	  .features-sec span {
		color: #fff;
		font-size: 15px;
	  }
	  .news-event {
		padding-right: 0;
	  }
	  .footer-left ul {
		float: left;
		width: 70%;
	  }
	  .footer-list ul li {
		float: left;
		margin: 0px 6px;
		font-size: 12px;
	  }
	  .footer-left ul li a {
		font-size: 12px;
	  }
	  .footer-left p {
		font-size: 12px;
	  }
	  .footer span{
		  font-size: 12px;
	  }
	  .footer-right {
		float: right;
		margin-top: 11px;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	  }
	  .footer-list {
		margin-top: 13px;
		margin-bottom: 16px;
	  }
	  .doctor-slider .owl-nav {
		position: absolute;
		right: 41px;
		top: -40px;
	  }
	  .news-slider .owl-nav {
		position: absolute;
		right: 0;
		top: -40px;
	  }
	  .banner-right h5 {
		font-size: 22px;
		padding: 0 0 7px 0;
	  }
	  .banner-right p {
		line-height: 20px;
		font-size: 12px;
	  }
	  p{
		font-size: 13px;
		line-height: 20px;
	  }
	  .treatment-sec-text {
		padding-right: 0;
	  }
	  .treatment-sec h4 {
		font-size: 18px;
	  }
	  .news-sec h6 {
		font-size: 16px;
	  }
	  .news-sec number {
		font-size: 16px;
	  }
	  .testimonial {
		margin-top: 6px;
	  }
	  .doc-sec {
		margin: 0 12px 1px;
	  }
	.card-mob{
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 8px;
		background: #fff;
		padding: 12px 0;
		margin: 0 14px;
	}
	.about .card-mob{
		padding: 12px;
		float: left;
	}
	.doctor {
		background: #fff;
	}
	.features-sec span {
		color: #000;
	}
	.features {
		background: none;
		background: none;
		padding: 30px 20px 0;
	}
	.news-event {
		background: none;
		padding: 4px 0;
	  }
	  .testimonial .container{
		  padding-left: 0;
		  padding-right: 0;
	  }
	  .testimonial .main-header h1.text-white {
		color: #000 !important;
	  }
	  .testimonial {
		background: none;
		margin-bottom: 10px;
	  }
	  .footer {
		background: #F4F7F6;
		padding: 20px 20px;
		margin-top: 21px;
	  }
	  .news-sec number {
		margin-left: 13px;
	  }
	  .news-sec p {
		padding-left: 16px;
	  }
	  .banner-img{
		  border-radius: 20px;
	  }
	  .banner-text p{
		  display: none;
	  }
	  .banner-right{
		width: 91%;
	  padding: 14px;
	  }
	  .more-about-sec span {
		font-size: 12px;
	  }
	  .more-about span color {
		margin-bottom: 11px;
	  }
	  .about-left{
		  display: none;
	  }
	  .more-about {
		padding-left: 34px;
		max-width: 798px;
		width: 91%;
		padding-top: 4px;
		position: relative;
		margin-bottom: 120px;
	  }
	  .about-right{
		border-radius: 9px;
	  }
	  .treatment{
		padding: 14px 17px;
	  }
	  .treatment-sec img{
		  border-radius: 10px;
	  }
	  .more-about-slider{
		position: absolute;
		min-height: 600px;
		min-height: 600px;
		top: 51px;
		overflow: hidden;
	  }
	  .features-sec-2 span color {
		margin-top: 0;
	}
	.treatment-sec p {
		margin-bottom: 5px;
	}
	.view-all {
		margin-top: 0;
	  }
	  .scope-of-service, .dep-team, .dep-consultant, .doctors-speak { 
		  background: none;
	  }
	  .container {
		max-width: initial;
	  }
	  .inner-banner-text-area h1 {
		color: #fff;
		font-size: 30px;
	  }
	  .inner-banner-text-area span {
		color: #FF4815;
		font-size: 13px;
	  }
	  .dep-team-sec p {
		color: #352F43;
	  }
	  .dep-consultant-left {
		display: block;
	  }
	  .dep-consultant-left h1{
		color: #060727;
	  }
	  .dep-consultant-left h1 {
		font-size: 20px;
	  }
	  .dep-consultant-left h1 {
		margin-bottom: 13px;
	  }
	  .scope-of-service span {
		  font-size: 16px;
		  margin-bottom: 9px;
	  }
	  .dep-team-sec span {
		font-size: 14px;
	  }
	  .dep-team-sec {
		margin-bottom: 0;
	  }
	  .dep-team-sec p {
		color: #352F43;
		margin-bottom: 5px;
	  }
	  .about-dep {
		padding: 15px 0 0;
	  }
	.consultant-bg-icon {
		display: none;
	}
	.doc-details-right {
		padding: 17px;
		margin-top: 17px;
	  }
	  .doc-details-right h4 {
		font-size: 20px;
	  }
	  .doc-highlight {
		padding: 0px 0 0;
	  }
	  .doc-highlight ul li {
		font-size: 14px;
	  }
	  .doc-more {
	
		font-size: 14px;
	  }
	  .doc-more img {
		  width: 24px;
	  }
	  .doc-details-txt h5 {
		font-weight: 600;
		font-size: 20px;
	  }
	  .doc-details-txt h6 {
		font-weight: 500;
		color: rgb(115, 115, 115);
		font-size: 14px;
	  }
	  .doc-details-txt span {
		font-weight: bold;
		font-size: 13px;
	  }
	  .doc-details-txt a {
		padding: 7px;
		margin-top: 11px;
		font-size: 13px;
	  }
	  .dic-listing .container {
		padding-left: 0;
		padding-right: 0;
	  }
	  .dep-header{
		  border-top: none;
		  padding: 0px 0 11px;
	  }
	  .doc-select {
		  margin-bottom: 10px;
	  }
	  .dep-header h4{
		  font-size: 19px;
	  }
	  .doc-list h6 {
		font-size: 15px;
	  }
	  .doc-list span {
		font-size: 14px;
	  }
	  .doc-list {
		margin-bottom: 25px;
	  }
	  .dep-row{
		  margin-bottom: 15px;
	  }
	  .dep-row:last-child{
		  margin-bottom: 0;
	  }
	  .doc-search {
		padding: 21px 0 6px;
	  }
	  .dep-row {
		margin-bottom: 21px;
	  }
	  .card-body {
		  padding: 0;
	  }
	  .btn {
		width: 100%;
		border: 1px solid #ccc;
		padding: 9px 4px;
		border-radius: .0;
		margin-top: 10px;
	  }
	  .collapsed .doc-more::after {
		font-size: 30px;
		width: auto;
		right: 0;
		height: 20px;
		padding: 0;
		height: auto;
		top: -12px;
		background: none;
		color: #ff4816;
	  }
	  .doc-more::after {
		font-size: 30px;
		width: auto;
		right: 0;
		height: 20px;
		padding: 0;
		height: auto;
		top: -12px;
		color: #ff4816;
		background: none;
	  }
	  .doc-more{
		  text-align: left;
		  padding: 0;
	  }
	  .green-welcome-wrapper {
		  padding: 14px;
	  }
	  .green-welcome {
		padding: 15px 0 0;
	  }
	  .enq-form-bg {
		padding: 35px 15px;
	  }
	  .gr-hw {
		  background: none;
	  }
	 
	  .news-sec .text-white {
		  color: #000 !important;
	  }
	  .news-sec{
		  margin-bottom: 35px;
	  }
	  .international-services ul {
		padding: 13px 2px 0;
	  }
	  .international-services ul li {
		position: relative;
		padding-left: 26px;
		font-size: 13px;
	  }
	  .payment-type span {
		font-size: 14px;
	  }
	  .payment-type img {
		padding: 24px;
		margin-bottom: 10px;
	  }
	  .international-payment {
		padding: 20px;
	  }
	  .accordion {
		width: 100%;
		padding: 1.2rem 0px
	  }
	  .faq .accordion__btn {
		  font-size: 12px;
		  padding: 9px 1.4rem;
	  }
	  .faq-btm span {
		font-size: 12px;
		padding: 0 22px;
		font-size: 15px;
		float: left;
	  }
	  .faq-btm {
		padding: 17px 0;
	  }

	.enq-input {
		margin-bottom: 20px;
		font-size: 13px;
	}
	.enq-form-bg .main-header {
		padding-bottom: 20px;
	  }
	  .enq-reset {
		padding: 7px;
	  }
	  .enq-submit {
		padding: 7px;
	  }
	  .enq-form label {
		font-weight: 600;
		font-size: 13px;
		margin-bottom: 10px;
	  }

	.contact-main-left-sec-txt h5 {
		margin-bottom: 13px;
		font-size: 14px;
	}
	.contact-main-left-sec-txt p {
		font-size: 13px;
	}
	.contact-main-left-sec-txt {
		margin-bottom: 10px;
	}
	.contact-form .main-header {
		padding-bottom: 23px;
	  }
	  .booking-form-bg {
		padding: 14px;
	  }
	  .book-tabs li a {
		font-size: 14px;
	  }
	  .book-input {
		font-size: 13px;
		margin-bottom: 16px;
	  }
	  .book-tabs {
		margin-bottom: 20px;
	  }
	  .tab-content label {
		 
		  font-size: 13px;
	  }
	  .opd-input {
		padding: 5px 13px;
		width: 85%;
		font-size: 13px;
	  }
	  .book-half-bg h2 {
		  font-size: 25px;
		
	  }
	  .news-list p {
		height: 41px;
		margin-bottom: 1px;
	  }
	  .news-left {
		padding: 15px 0px 9px;
		background: #fff;
	  }
	  .news-date {
		font-size: 13px;
	  }
	  .news-list {
		padding: 0px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
	  }
	  .news-right h4 {
		  margin-bottom: 0;
	  }
	  .news-list h4 {
		font-size: 17px;
		padding: 12px 0 10px;
	  }
	  .recent-news-sec {
		  padding: 0;
	  }
	  .news-right {
		padding: 15px 0px 0;
	  }
	  .rndom-article {
		background: #fff;
		border-top: none;
	  }
	  .inner-banner-text-wrapper {
		  padding: 20px;
	  }
	  .news-sec-btm {
		display: block;
	  }
	  .news-writer {
		display: flex;
		align-items: center;
		margin-top: 15px;
	  }

	
	


}


@media(max-width:565px){
.dr-sec-text {
	width: 100%;
	margin-top: 15px;

}
.dr-sec-speach {
	width: 100%;
	text-align: center;
}
.dr-sec-speach img{
	margin-left: 39%;
}
}
@media(max-width:400px){
	.dr-sec-speach img{
		margin-left: 32%;
	}
}