@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family:Times New Roman;
  src: url(../font/times new roman.ttf);
}

/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family:Times New Roman;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
	font-size: 16px;
	line-height: 32px;
	color: #383838;
	font-weight: 400;
	    margin-bottom: 15px;
}

section {
	padding: 50px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
	font-size: 38px;
	line-height: 46px;
}

h2 {
	font-size: 32px;
	line-height: 50px;
	margin-top: -5px;
}
.heading
{
/*	font-family: 'Museo', Georgia, serif;*/
}
.sub-head-h5
{
/*        font-family: 'Museo', Georgia, serif;*/
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}
h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.f12 {
	font-size: 12px;
	line-height: 20px;
}

.f14 {
	font-size: 14px;
	line-height: 22px;
}

.f18 {
	font-size: 18px;
	line-height: 26px;
}

/*Font Weight*/

.f400 {
	font-weight: 400;
}

.f500 {
	font-weight: 500;
}

.f600 {
	font-weight: 600;
}

.f700 {
	font-weight: 700;
}

.f800 {
	font-weight: 800;
}

.f900 {
	font-weight: 900;
}

.btn {
	padding: 8px 20px;
	border-radius: 5px;
}

.btn-green {
	background-color: #0EB7A2;
}

.btn-orange {
	/*background-color: #EF9F00;*/
}

.bg-green {
	background-color: #0EB7A2;
}

.text-green {
	color: #0EB7A2;
}

.bg-orange {
	background-color: #EF9F00;
}

.text-orange {
	color: #EF9F00;
}

.text-black {
	color: #000;
}

.text-gray {
	color: #a9a9a9;
}

.sub-title {
	letter-spacing: 1px;
	padding-bottom: 40px;
}

/*HEADER
--------------------------------------*/


.navbar.fixed-top {
	top: 0;
}

/*.navbar-brand {
    width: 300px;
    padding: 0px 0;
}
*/
.nav-link{
	line-height: 60px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-weight: 500;
    font-size: 19px;
/*    line-height: 60px;*/
    font-family: Times New Roman;
    color: #242424;
    margin-left: 17px;
    padding: 30px 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
	color: #EF9F00;
	transition: 0.5s;

}

.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color: #93c83c;
  color: #fff;

}
.dropdown-menu{
	padding: 0;
}

/*.navbar .navbar-nav li > a {
	transition: background-color .2s, color .2s;
	
	&:hover,
	&:focus {
		color: #036D99;
	}
}*/

.navbar .navbar-nav li.active > a {
	color: #036D99;
}

/*FOOTER
--------------------------------------*/
.footer {
    background-color:#f7e7ff;
	   /*background: linear-gradient(to left, rgb(171 170 170 / 82%) 0%, rgb(16 16 16 / 77%) 100%);*/
	padding: 40px 0;
}
.footer-content h1{
	color: #433c48;
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: Times New Roman;
}
.footer-content ul li{
	list-style: none;

}
.footer-content ul li a{
	color: #444;
	font-size: 17px;
	line-height: 30px;
}
.footer-content img{
	width: 75%;
    margin-bottom: 15px
}
.contact1 ul li{
	padding-left: 25px;
	position: relative;
}
.contact1 i{
	position: absolute;
	left: 0;
	top: 5px;
}
.list-unstyled{
	margin-bottom: 30px;
}
.footer-content ul {
	margin-bottom: 0;
}
.list1{
	margin-bottom: 30px !important;
}
.footer2{
	padding-top: 30px;
	border-top:1px solid#d7d7d7;
}
.footer-content h1:before{
	bottom: 0;
    left: 0%;
    position: absolute;
    content: '';
    background:#93c83c;
    width: 40px;
    height: 4px;
    border-radius: 8px;
}
.footer-content i{
	color: #653289;
	padding-right: 5px;
}
.footer ul li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 5px;
}

.footer .footer-contact p {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
}

.footer .footer-contact p i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}

.footer .social-icons i {
	font-size: 28px;
	line-height: 22px;
}

.footer a:hover {
	color:#6b4189;
}

.footer-logo {
	width: 100px;
	margin-bottom: 10px;
}

.copyright-content {
	background-color:#653289;
	padding: 8px 0;
}

.copyright-content p {
	color: #b1b1b1;
	margin-bottom: 0;
    font-size: 14px;
}
.copy1{
	float: right;
}
.copy1 p{
	margin-bottom: 0;
	color: #fff;
}
.copy1 img{
	width: 20px;
	height: 20px;
}

/*HOME
--------------------------------------*/
/*Banner*/
/*.carousel {
	margin-top: 85px;
}*/

.carousel .banner-caption {
	margin-top: -400px;
}



.carousel .banner-left .btn-orange {
	margin: 0px 20px 0 0;
}




 
/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.section-sevices .card {
		min-height: 324px;
	}

	.carousel .banner-caption {
    margin-top: -240px;
	}

	.testimonial-wrap .owl-nav button.owl-next {
    bottom: 0;
    right: 240px;
	}

	.testimonial-wrap .owl-nav button.owl-prev {
    bottom: 0;
    left: 240px;
	}

	.testimonial-wrap .owl-dots {
    margin-top: -12px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.navbar .container {
		max-width: 100%;
	}

	.navbar-brand {
    width: 95px;
    padding: 5px 15px;
	}

	.navbar-toggler {
		padding: 0 15px;
	}

	.navbar-expand-lg .navbar-nav .nav-item {
		border-top: 1px solid #f3f3f3;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 15px;
	}

	.section-sevices .card {
    min-height: 295px;
	}

	.testimonial-wrap #section-review {
    height: auto; 
    top: 50px;
	}

	.testimonial-wrap .owl-icon {
    top: 20px;
	}

	.testimonial-wrap .owl-nav button.owl-next {
    bottom: 25px;
    right: 130px;
	}

	.testimonial-wrap .owl-nav button.owl-prev {
    bottom: 25px;
    left: 130px;
	}

	.testimonial-wrap .owl-dots {
    margin-top: -8px;
	}

}
@media (min-width: 768px) {
    
       .carousel .banner-caption h2 {
	padding-bottom: 18px;
	font-size: 35px;
    line-height: 46px;
}
/*.navbar {
  padding: 0px;
  position: fixed;
    top: 45px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 7px 2px #00000057;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(160 160 160) 100%);
}*/
.carousel .banner-right .btn-orange {
	margin: 0px 0 0 20px;
}
.heading-bottom2 {
    position: relative;
    width: 100%;
    display: inline-block;
    background: url(../images/index-page/heading-img.png) no-repeat;
    padding: 0px 0 40px 0;
    margin: 0px 0px 10px 0px;
    margin-left: 43%;
}
.spec-bx {
/*	    border: 1px dotted #ebc6dd;*/
    /* box-shadow: 2px 2px 8px 4px #4e4e4e24; */
    /* border: 1px solid black; */
    top: 50px;
    background: white;
    display: inline-block;
    width: 350px;
    height: 380px;
    /* background: #1ba0b1cf; */
    border-radius: 0px;
    margin: 0 14px;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#Specialty-container {
	/*background: url(../images/index-page/consulting-h-background.jpg);*/
    background-size: cover;
}
.google-view-h2
{
    margin-left: -52px;
}
.google-view-h2 .google-view-img
{
   
    margin-top: 40px;width: 10%;
}
.google-view-h2  .google-view-span
 {
     margin-left: 20px
 }
.google-view-h4
 {
     margin-top: -60px;
     margin-left: 20px
 }
 .spec-bx span {
       margin: -43px 79px 50px 74px;
    position: relative;
    /* width: 191px; */
    height: 87px;
    display: block;
}
}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .google-view-h2 .google-view-img {
         display: none;
    margin-top: 40px;
    width: 20%;
}
.google-view-h2 .google-view-span {
    margin-left: 10px;
}
.google-view-h4 {
   margin-top: 10px;
    margin-left: 0;
    margin-bottom: -50px;
}
    .google-view-h2 {
    margin-left: -8px;
    margin-top: 30px;
}
    #Specialty-container {
	/*background: url(../images/index-page/consulting-h-background.jpg);*/
    background-size: cover;
    margin-bottom: -70px;
    margin-top: 40px;
}
   
   .spec-bx span {
       margin: -45px 66px 47px 50px;
    position: relative;
    /* width: 191px; */
    height: 87px;
    display: block;
}
    .spec-bx {
	    border: 2px dotted #9c6a8f;
    /* box-shadow: 2px 2px 8px 4px #4e4e4e24; */
    /* border: 1px solid black; */
    top: 50px;
    background: white;
    display: inline-block;
    width: 300px;
    min-height: 300px;
    /* background: #1ba0b1cf; */
    border-radius: 0px;
    margin: 0 14px;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    margin-bottom: 70px;
}
    .heading-bottom2 {
    position: relative;
    width: 87%;
    display: inline-block;
    background: url(../images/index-page/heading-img.png) no-repeat;
    padding: 0px 0 40px 0;
    /* margin: 0px 0px 10px 0px; */
    margin-left: 31%;
}
    .carousel .banner-right .btn-orange {
	    margin: 0px 0 0 8px;
    padding: 0px 8px;
}
 .carousel .banner-right .btn-orange p
 
 {
         font-size: 13px;
 }
    .carousel .banner-caption .banner-p
    {
        display: none;
    }
    
    .carousel .banner-caption h2 {
    /* padding-bottom: 18px; */
    font-size: 14px;
    line-height: 18px;
}
.navbar {
  padding: 0px;
  position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    /*background-image:url('../images/hader-1.png');*/
    /*height: 200px;*/
    background-color: #fff;
  /*  box-shadow: 0px 2px 7px 2px #00000057;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(160 160 160) 100%);*/
}
	h1 {
		font-size: 24px;
		line-height: 32px;
	}

	h2 {
		font-size: 30px;
		line-height: 28px;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;
	}

	section {
		padding: 40px 0;
	}

	.sub-title {
    padding-bottom: 20px;
	}

	.navbar-brand {
    width: 280px;
	}

	.carousel {
    margin-top: 92px;
	}

	.carousel .view img {
		min-height: 150px;
	}

	.carousel .banner-caption h1 {
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 24px;
	}

	.carousel .banner-caption {
		margin-top: -130px;
    width: 62%;
    margin-left: 39%;
}

	.carousel .btn {
		padding: 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.carousel-indicators {
		display: none;
	}

	.section-choose-us .choose-us-wrap {
		margin-bottom: 30px;
	}

	.section-choose-us,
	.section-gallery {
		padding-bottom: 10px;
	}

	.section-team .team-wrap {
    margin-top: 20px;
    padding: 15px 15px;
	}

	.section-team .img-clinic {
    background-color: #fff;
    position: relative; 
    top: 0;
    right: 0; 
    width: auto; 
	}

	.testimonial-wrap .owl-nav button.owl-prev {
    bottom: 25px;
    left: 70px;
	}

	.testimonial-wrap .owl-nav button.owl-next {
    bottom: 25px;
    right: 70px;
	}

	.testimonial-wrap {
		margin-bottom: 40px;
	}

	.page-banner {
        min-height: 110px;
    margin-top: 85px;
    background: #B783AA;
	}

	.page-banner .page-title {
    padding: 27px 0;
	}

	.section-mission .mission-wrap {
		margin-bottom: 30px;
	}

	.section-mission {
		padding-bottom: 10px;
	}

	.section-diseases .diseases-img {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
	}

	/*Diseases And condition Page*/
	.section-diseases {
		padding-bottom: 20px;
	}

	.section-diseases .condition-img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
	}

	.section-diseases .diseases-cover {
    padding: 20px;
    margin-right: 0; 
	}

	.section-diseases .condition-cover {
    padding: 20px;
    margin-left: 0; 
	}

	.section-diseases .diseases-wrap {
    margin-bottom: 30px;
	}

	/*Treatment Page*/
	.section-diseases .condition-img.treatment-img,
	.section-diseases .diseases-img.treatment-img {
    margin-top: 0;
	}

	/*Gallery*/
	.modal {
    left: 10px;
    top: 80px;
    width: 300px;
    height: 300px;
    margin-left: 0;
	}

	/*Contact Page*/
	.contact-info .info-icon {
    left: 50%;
    top: 0;
    margin-left: -30px;
	}

	.contact-info {
    padding: 30px 30px 30px 30px;
    margin-bottom: 50px;
	}

	.contact-thei {
		padding-bottom: 0;
	}

	.contact-thei .form-wrap {
		margin-bottom: 70px;
	}

	/*Footer*/
	.footer {
    padding: 40px 0;
	}

	.footer .footer-wrap {
		padding-bottom: 30px;
	}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}



.header {
    background-color: #9c6a8f;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}
.top-header
{   display:none;
	height: 3px;
	background-color: #F9961F;
}
.header a {
    color: white;
}
.header a i
{
	font-size: 26px;
    padding: 5px;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #653289;
/*    font-weight: 600;*/
}

.call-phone .call-icon
{
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}
.about
{
	/*background: url(../images/index-page/doctor-bg.jpg) no-repeat;*/
 /*   background-size: cover;*/
}
.bg-gray
{
    background-color: #ead6e6;
}
.about-doctor
{
	    border: 2px dotted #9c6a8f;
    padding: 20px;
    box-shadow: 2px 2px 8px 4px #9c6a8f45;
    border-radius: 20px;
        background: white;
}
.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: white;
    letter-spacing: 0;
    padding: 8px 25px;
    position: relative;
    z-index: 1;
    background: #93c83c;
    border-radius: 3px 0 10px 0;
}
.btn p
{
	font-size: 16px;
    line-height: 32px;
    color: #383838;
    font-weight: 400;
    margin-bottom: 5px;
}
.btn:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 3px 0 10px 0;
    border: 1px solid #93c83c;
}
.btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 3px 0 10px 0;
    background: #93c83c;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.consulting-hospital-section
{
	background-color: #2093C3;

}
.consulting-hospital-section .consulting-hospital
{
	background: #0b6f9a;
    display: inline-block;
    width: 200px;
    min-height: 314px;
    background: #0b6f9a;
    border-radius: 6px;
    margin: 0 4px;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.consulting-hospital-section .consulting-hospital:before {
    background: url(../images/index-page/knee-icon.png) no-repeat;
}


#Specilaty-main {
	min-height: 600px;
	padding: 32px 4px 25px 4px;
}
.specialty-head {
	margin-left: 40%;
	text-align: center;
	color: #fff;
	/*font: 300 45px/50px 'Barlow', sans-serif;
	text-transform: uppercase;*/
}
.spec-intro {
	text-align: center;
	color: #fff;
	font: 100 20px/25px 'Barlow', sans-serif;
	margin: 5px 0 18px 0;
}
.specialty-wrap {
	text-align: center;
	background: url(../images/flex-arrow-bg.html) no-repeat center bottom;
	    margin-bottom: 80px;
	    /*padding: 0 100px 0 100px;*/
}
.specialty-wrap .nbs-flexisel-ul {
	padding-top: 85px;
	padding-bottom: 70px;
}

.spec-bx:hover {
	/*background: #d4d2d2;*/
}

.spec-bx span::after {
	position: absolute;
	right: -10px;
	top: 3px;
	content: '';
	width: 76px;
	height: 68px;
	/*background: url(../images/index-page/knee-icon.png) no-repeat 0 0;*/
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
/*.spec-bx:hover span::after {
	background: url(../images/index-page/knee-icon.png) no-repeat 0 0;
}*/
.spec-bx.hos1 span {
	background: url(../images/hos1.png) no-repeat 0 0;
	    border: 1px dotted #9c6a8f;
	     width:200px;
}

.hosp1{
/*	height: 140px;*/
/*	overflow-x:auto;*/
}
.hos1 i{
	color: #653289;
	left: 0;
	top: 3px;
	position: absolute;
}
.hos1 ul li{
	color: #444;
	font-family:Times New Roman;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
   list-style: none;
}

.hos2 i{
	color:#653289;
	left: 0;
	top: 3px;
	position: absolute;
}
.hos2 ul li{
	color: #444;
	font-family:Times New Roman;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
   list-style: none;
}
.hos3 i{
	color:#653289;
	left: 0;
	top: 3px;
	position: absolute;
}
.hos3 ul li{
	color: #444;
	font-family:Times New Roman;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
   list-style: none;
}
.hos4 i{
	color:#653289;
	left: 0;
	top: 3px;
	position: absolute;
}
.hos4 ul li{
	color: #444;
	font-family:Times New Roman;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
   list-style: none;
}
.hos5 i{
	color:#653289;
	left: 0;
	top: 3px;
	position: absolute;
}
.hos5 ul li{
	color: #444;
	font-family:Times New Roman;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
   list-style: none;
}
.spec-bx.hos2 span {
	background: url(../images/hos2.png) no-repeat 0 0;
	    border: 1px dotted #9c6a8f;
	     width:200px;
}
.spec-bx.hos3 span {
	background: url(../images/hos3.png) no-repeat 0 0;
	    border: 1px dotted #9c6a8f;
	    width:200px;
}
.spec-bx.hos4 span{
		background: url(../images/hos4.png) no-repeat 0 0;
	    border: 1px dotted #9c6a8f;
	    width:200px;
}
.spec-bx.hos5 span{
		background: url(../images/hos5.png) no-repeat 0 0;
	    border: 1px dotted #9c6a8f;
	    width:200px;
}
.spec-caption {
	text-align: center;
	color: #fff;
	font: 700 25 px/25px Times New Roman;
	/*text-transform: uppercase;*/
	padding-bottom: 10px;
	position: relative;
}
.spec-caption a
{
	color: #353535;
    font-size: 19px
}
.spec-bx:hover .spec-caption, .spec-bx:hover li {
	color: #fff;
}
.doctor-subheading
{
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #f6715e;
}
.doctor-img
{
    margin-top: 75px;
}
.doctor-img1
{
    margin: 30px 0px;
}
.spec-caption::after {
	bottom: 0;
	left: 46%;
	position: absolute;
	content: '';
	background: #9c6a8f;
	width: 40px;
	height: 4px;
	border-radius: 8px;
}
.spec-bx:hover .spec-caption::after {
	background:#f6715e;
}
.spec-bx ul {
	padding: 15px 28px 10px 28px;
}
.spec-bx li {
	color: #b6d4e1;
	font: 400 15px/20px 'Barlow', sans-serif;
	text-align: left;
	margin-bottom: 9px;
	list-style: disc;
	padding-left: 5px;
}
.spec-bx li a
{
	color: #000;
    font-size: 14px;
}
.spec-bx p {
	color: #191818;
	font: 400 17px/20px 'Barlow', sans-serif;
	padding: 10px 10px 5px 10px;
}
.spec-more {
	font: 400 17px/17px 'Barlow', sans-serif;
	position: absolute;
	bottom: -19px;
	left: 22%;
}
.spec-more a {
	display: inline-block;
	color: #371718;
	text-transform: uppercase;
	padding: 10px 30px 13px 30px;
	border-radius: 28px;
	background: #c7e0eb;
}
.specialty-wrap .nbs-flexisel-nav-left, .specialty-wrap .nbs-flexisel-nav-right {
	height: 15px;
	width: 13px;
	top: inherit;
	bottom: 8px;
}
.specialty-wrap .nbs-flexisel-nav-left {
	left: 49.2%;
}
.specialty-wrap .nbs-flexisel-nav-right {
	right: 49.1%;
}
.specialty-wrap .nbs-flexisel-nav-left::before, .specialty-wrap .nbs-flexisel-nav-right::before {
	font: normal 12px/30px 'fontello';
	color: #fff;
}
.heading-bottom {
    position: relative;
    width: 100%;
    display: inline-block;
    background: url(../images/index-page/heading-img.png) no-repeat;
    padding: 0px 0 40px 0;
    margin: 0px 0px 10px 0px;
}

#Specilaty-main .heading-bottom1 {
    position: relative;
    width: 100%;
    display: inline-block;
    left: 45%;
    background: url(../images/index-page/heading-img-2.png) no-repeat;
    padding: 0px 0 40px 0;
    margin: 0px 0px 10px 0px;
}
h2.our-services
{
	color: #fff;
    font-size: 45px;
    padding-bottom: 8px;
	text-align: center;
	/*margin-left: 44%;*/
}
.hospital h2.our-services
{
	color: #000;
	text-align: center;
	/*margin-left: 44%;*/
}
.service-bg1
{
	 background: url(../images/index-page/infectious-diseases.html) no-repeat;
	 background-size: cover; 
	 min-height: 500px;
}
@media (min-width: 768px){
.page-banner {
    background: url(../images/banner-image.png);
    background-size: cover;
/*    margin-top: 86px;*/
    padding-top: 80px;
    padding-bottom: 60px;
}
}
.page-color-gray
{
    background-color: #ead6e6;
}

.list-service li a {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin-bottom: 25px;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    border-left: 8px solid #9c6a8f;
    color: #000;
}
.list-service h3
{
    font-size: 32px;
    margin-bottom: 25px;
}
.service-heading
{
    margin-bottom: 24px;
/*    border: 3px solid #9c6a8f;*/
    padding: 10px;
    border-radius: 2px 30px;
}

.service {
    border: solid 1px lightgray;
    box-shadow: 0 0 5px #cacaca;
    padding: 20px 30px;
}
.li-pad
{
        padding-left: 30px;
        padding-bottom: 10px;
}
.li-pad li
{
        list-style-type: square;
    margin-bottom: 12px;
}
.map {
    margin: -52px 0 !important;
    background: #926284;
}
.about-head
{
        font-size:50px;
    line-height: 55px;
}
.page-title p{
	font-size: 10px;
	font-size: 22px;
}
.footer-content .footer-heading-h6
{
        font-size: 14px;
    line-height: 24px;
}

.footer-content .footer-heading-h2
{
    font-size: 28px;
    line-height: 56px;
}
.appointment
{
     background: #9c6a8f;
    padding: 4px 24px;
    border-radius: 20px;
    margin-top: -2px;
    border: 2px solid white;
    color: white;
}

.logo1{
	position: relative;
	line-height: 145px;
}
.logo1:after{
	content: '';
    position: absolute;
    width: 6px;
    top: -16px;
    height: 106%;
    display: block;
    /* transform: rotate(28deg); */
/*    background-color: #a797be;*/
    right: -6px;
    z-index: 9;
}
.topbar-one__right-content ul{
	padding: 0;
	margin: 0;
}
.topbar-one__right-content ul li{
	list-style: none;
	float: left;
	color: #8c256c;
/*padding-top: 10px;*/
}
.topbar-one__right-content ul li a{
	color: #444;
	font-size: 20px;

}
.topbar-one__right-content i{
	padding: 0 9px;
}

/*
* 3. header style
*/
.topbar-one {
  background-color: #EFF0F4;
  border-bottom: 1px solid #E5E5E9;
}

.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-one__left-text {
  margin: 0;
  color: #181E44;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.topbar-one__right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  padding-left: 25px;
/*  background:#dec8df;*/
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      position: relative;
          justify-content: space-between;
}

.topbar-one__right-content:before{
       content: '';
    position: absolute;
    left: -50px;
    display: block;
    height: 100%;
    width: 54px;
/*    background-color:#dec8df;*/
    top: 0px;
}
.topbar-one__social {
  margin-right: 0px;
}

.topbar-one__social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
/*  margin-top: 10px;*/
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #79419c;
  line-height: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.topbar-one__social a:hover {
  color: #eb4343;
}

.topbar-one__social a + a {
  margin-left: 0px;
}

.topbar-one__btn {
    background-color: #6a2c91;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    font-family:Times New Roman;
    color: #fff;
    margin: 5px 0;
    padding: 8.5px 27.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.topbar-one__btn:hover {
  color: #fff;
  background-color: #eb4343;
}

.topbar-one__language-picker {
  position: relative;
  margin-right: 20px;
  margin-left: 20px !important;
}

.topbar-one__language-picker:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #181E44;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topbar-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 36px;
}

.topbar-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #181e44;
  background-color: transparent;
  border: none;
  outline: none;
}

.topbar-one__home-four .bootstrap-select > .dropdown-toggle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #181E44;
  border-left: 1px solid #d7d7d7;
  padding: 13.5px 0;
}

.topbar-one__home-four .dropdown-toggle::after {
  display: none;
}

.topbar-one__home-four .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: right;
}

.topbar-one__home-four .bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.topbar-one__home-four .bootstrap-select .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.topbar-one__home-four .bootstrap-select .dropdown-menu > li > a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-two {
  padding: 25px 0;
}

.topbar-two .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-two__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-two__info:not(:first-child) {
  margin-left: 50px;
}

.topbar-two__info-icon, .topbar-two__info-content {
  display: table-cell;
  vertical-align: middle;
}

.topbar-two__info-icon i {
  color: #1D59BC;
  font-size: 25px;
}

.topbar-two__info-content {
  padding-left: 20px;
}

.topbar-two__info-text {
  margin: 0;
  color: #767676;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1em;
}

.topbar-two__info-text a,
.topbar-two__info-text span {
  display: block;
  color: #181E44;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all .4s ease;
}
.topbar-two__info-text a:hover {
  color: #EB4343;
}

.topbar-three {
  padding: 24.5px 0;
}

.topbar-three .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-three__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-three__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.topbar-three__info:not(:last-child) {
  margin-left: 33px;
  padding-left: 33px;
}

.topbar-three__info:not(:last-child):before {
  content: '';
  width: 1px;
  height: 47px;
  background-color: #d4d4d4;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topbar-three__info:first-child {
  margin-left: 0;
  padding-left: 0;
}

.topbar-three__info:first-child:before {
  display: none;
}

.topbar-three__info:last-child {
  margin-left: 38px;
}

.topbar-three__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #181E44;
  line-height: 23px;
}
.topbar-three__text a {
  color: inherit;
  transition: all .4s ease;
}
.topbar-three__text a:hover {
  color: #eb4343;
}

.topbar-three__phone {
  font-size: 26px;
  color: #181E44;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  background-color:#fff;
}
.header-navigation:after{
    content: '';
    position: absolute;
    right: 0px;
    display: block;
    height: 51px;
    width: 26%;
/*    background-color:#dec8df;*/
    top: 0;
    z-index: -1;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
 float: left;
    position: absolute;
    top: 52%;
    left: -90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .menu-toggler {
  display: none;
}
.menu-toggler{
	display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

/*.header-navigation .main-navigation {
  float: right;
  text-align: right;
}*/

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 30px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 25px;
}

.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 16px;
  font-family: Times New Roman;
  color: #242424;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.header-navigation ul.navigation-box i{
  font-size: 13px;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #EB4343;
}

.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #fff;
  background: #EB4343;
}

.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}

.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #181E44;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #EB4343;
}

.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
  background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);
}

.header-one__cta {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
}

.header-one__cta:before {
  content: '';
  width: 1px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1d1d1d;
  opacity: .3;
}

.header-one__cta-icon, .header-one__cta-content {
  display: table-cell;
  vertical-align: middle;
}

.header-one__cta-icon i {
  font-size: 23px;
  color: #EB4343;
}

.header-one__cta-content {
  padding-left: 20px;
}

.header-one__cta-text, .header-one__cta-number {
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 1em;
}

.header-one__cta-text {
  color: #666666;
  font-size: 16px;
}

.header-one__cta-number {
  font-size: 23px;
  color: #181E44;
  font-weight: 600;
  margin-top: 7px;
}

/*.header-one .header-navigation .container {
  padding-right: 267px;
}*/

.header-one .main-logo {
  display: inline-block;
  width: 339px;
/*  padding-right: 19px;*/
}

.header-one .stick-logo {
  display: none;
}

.header-one__call {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-one__call:hover {
  color: #EB4343;
}

.header-one__search {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 30px;
  margin-right: 26px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-one__search:hover {
  color: #EB4343;
}

.header-one__book-btn {
  background-color: #144EAD;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  padding: 18px 47px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-one__book-btn:hover {
  background-color: #EB4343;
  color: #fff;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
  background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.stricked-menu .main-logo {
  display: none;
}

.stricked-menu .stick-logo {
  display: inline-block;
  width: 253px;
  padding-right: 14px;
}

.stricked-menu .stick-logo:after {
    content: '';
    position: absolute;
    width: 6px;
    top: -16px;
    height: 104%;
    display: block;
    transform: rotate(26deg);
    background-color: #a797be;
    right: -24px;
    z-index: 9;
}

.stricked-menu ul.navigation-box > li {
  padding-top: 22px;
  padding-bottom: 22px;
}

.stricked-menu .header-one__cta-text {
  font-size: 15px;
}

.stricked-menu .header-one__cta-number {
  font-size: 21px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.header-one__home-two {
  background-color: transparent;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  padding-left: 35px;
  padding-right: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 1200px) {
  .header-one__home-two .container {
    max-width: 100%;
  }
}

.header-one__home-two .header-navigation ul.navigation-box > li {
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-one__home-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}

.header-one__home-two .header-navigation ul.navigation-box > li.current > a,
.header-one__home-two .header-navigation ul.navigation-box > li:hover > a {
  color: #EB4343;
}

.header-one__home-two .header-navigation .container {
  padding-right: 253px;
}

.header-one__home-two .stricked-menu {
  padding-left: 35px;
  padding-right: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
  background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);
}

.header-one__home-two .stricked-menu .header-one__search,
.header-one__home-two .stricked-menu .header-one__call,
.header-one__home-two .stricked-menu ul.navigation-box > li > a {
  color: #181E44;
}

.header-one__home-two .stricked-menu .header-one__search:hover,
.header-one__home-two .stricked-menu .header-one__call:hover,
.header-one__home-two .stricked-menu ul.navigation-box > li > a:hover {
  color: #EB4343;
}

.header-one__home-two .stricked-menu .header-one__search {
  border-color: rgba(36, 36, 36, 0.5);
}

.header-one__home-two .stricked-menu ul.navigation-box > li.current > a,
.header-one__home-two .stricked-menu ul.navigation-box > li:hover > a {
  color: #EB4343;
}

.header-one__home-two .stricked-menu ul.navigation-box > li {
  padding-top: 22px;
  padding-bottom: 22px;
}

.header-one__home-three .header-navigation .main-navigation {
  float: left;
  text-align: left;
}

.header-one__home-three .header-navigation ul.navigation-box > li {
  padding: 0px 0;
}

.header-one__home-three .header-navigation ul.navigation-box > li > a {
  display: block;
  padding: 18px 36px;
  color: #fff;
  border-right: 1px solid #1249A2;
  position: relative;
}

.header-one__home-three .header-navigation ul.navigation-box > li > a:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #396DC2;
  position: absolute;
  top: 0;
  right: 0;
}

.header-one__home-three .header-navigation ul.navigation-box > li + li {
  margin-left: 0;
}

.header-one__home-three .header-navigation .container {
  background-color: #1d59bc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

@media (min-width: 1200px) {
  .header-one__home-three .header-navigation .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}

.header-one__home-three .header-navigation .container .right-side-box {
  right: 0;
}

.header-one__home-three .header-one__search {
  border-right: 0;
  margin-right: 0;
  padding-right: 22px;
}

.header-one__home-three .stricked-menu {
  background-image: none;
  background-color: #1D59BC;
}

.header-one__home-three .stricked-menu .container {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header-one__home-four {
  background-image: none;
  background-color: #1a3871;
  position: relative;
}

.header-one__home-four:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #0d234c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-one__home-four .header-navigation .container {
  padding-right: 15px;
}

.header-one__home-four .header-navigation .main-navigation {
  float: left;
  text-align: left;
}

.header-one__home-four .header-navigation ul.navigation-box > li + li {
  margin-left: 0;
}

.header-one__home-four .header-navigation ul.navigation-box > li > a {
  color: #fff;
}

.header-one__home-four .header-navigation ul.navigation-box > li > a:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: 40px;
}

.header-one__home-four .header-navigation ul.navigation-box > li:first-child > a:before {
  display: none;
}

.header-one__home-four .header-navigation ul.navigation-box > li {
  padding: 21px 0;
}

.header-one__home-four .stricked-menu {
  background-image: none;
  background-color: #1a3871;
}

.header-one__home-four .stricked-menu:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #0d234c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-one__home-five {
  border: none;
}


/*about deatals*/


.about1{
	padding: 50px 0;
}
.abt-detail{
		padding: 20px;
	background: #fff3fc;
	text-align: center;
	box-shadow: 0px 2px 5px 3px #f4e5ff;
}
.abt-detail1{
	height: 250px;
	overflow: auto;

}
.abt-detail1::-webkit-scrollbar{
	width: 5px;
	-webkit-box-shadow: inset 0 0 40px #ffffff;
}
.abt-detail1::-webkit-scrollbar-thumb {
  background: #653289; 
  border-radius: 10px;
}
.abt-detail1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.abt-detail h1{
	font-size: 35px;
	font-weight: 600;
	color: #653289;
	display: inline-block;
	border-bottom: 1px dotted#ddd;
}
.abt-detail h2{
	font-size: 25px;
	font-weight: 600;
	color:#ce438e;
	/*font-family: "Playfair Display", sans-serif;
	font-style: italic;*/
}
.abt-detail p{
	font-size: 18px;
	color: #444;
}

.carousel-control-prev-icon:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f30a";
    left: 0px;
    right: 0px;
    top: 11px;
    font-size: 26px;
}
.carousel-control-prev-icon {
    background:#93c83c no-repeat center center!important;
	    width: 50px!important;
	    height: 50px!important;
	    border-radius: 50%;
    text-align: center;
    position: relative;
}
.carousel-control-prev-icon:hover{
    background:#00637d !important;
    color: #fff !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%!important;
    opacity: 1!important;
}
.carousel-control-next-icon {
    background:#93c83c !important;
     background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E)!important; 
    width: 50px!important;
	    height: 50px!important;
	    border-radius: 50%;
    position: relative;
}
.carousel-control-next-icon:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f30b";
    left: 0px;
    right: 0px;
    top: 11px;
    font-size: 26px;
}
.carousel-control-next-icon:hover{
    background:#00637d !important;
    color: #fff !important;
}
.abt-detail2 span{
 color: #ce438e;
 font-weight: 600;
 font-size: 16px;
 padding: 5px;
 margin-bottom: 10px;
 font-style: italic;
 font-family: "Playfair Display", sans-serif;
}

.abt-detail2 h1{
	text-transform: capitalize;
	font-size: 45px;
	margin: 5px 0;
	color: #653289;
	font-family: Times New Roman;
}
.abt-detail2 h2{
	text-transform: capitalize;
	font-size: 22px;
	color: #444;
	line-height: 28px;
	margin: 5px 0 0;
	font-family: Times New Roman;
}

.abt-detail2 h3{
	text-transform: capitalize;
	font-size: 22px;
	color: #444;
	margin: 5px 0 0;

	font-family: Times New Roman;
}
/*.abt-detail2 h4{
	text-transform: capitalize;
	font-size: 25px;
	color: #444;
	font-family: Times New Roman;
}*/

.abt-detail2 h5{
	text-transform: capitalize;
	font-size: 22px;
	color: #444;
	font-weight: 500;
	margin: 5px 0 10px 0;

	padding-bottom: 5px;
	border-bottom: 1px dotted#ddd;
	font-family:Times New Roman;
}
.abt-detail2 p{
	font-size: 18px;
	color: #444;
	text-align: justify;
}
.abt-img2{
	padding: 5px;
	box-shadow: 0px 2px 5px 3px #f4e5ff;
	background: #fff3fc;
}
.mega-menu{
	padding: 0px 15px;
    margin: 0;
	min-width: 690px !important;
}
.mega-menu a{
	border-right: 1px solid#ddd;
	font-size: 15px;
	border-bottom: 1px solid#ddd;
}
.no-pad{
	padding: 0;
}
.form-control1{
	margin-bottom: 20px;
}
.form-control{
	    padding: 15px;
    margin: 10px 15px;
    font-size: 15px;
    color: #660031;
    /* border: 1px solid #eee; */
    border-radius: 0;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
}
textarea.form-control{
	height: 100px;
}
.form-control:focus{
	color: #495057;
    background-color: #fff;
    border-color: #6b4189;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(107 65 137 / 23%);
}
.book1{
	background: url(../images/bg2.png) no-repeat 0 0;
    background-size: cover;
    height: 620px;
    background-position: center
}
.book2{
	max-width: 597px;
    margin: 91px 0 34px 24px;
}
.book2 h4{
	padding-left: 10px;
	color:#ffffff;
    font-weight: 600;
    font-size: 16px;
    
    margin-bottom: 10px;
    font-style: italic;
    font-family: "Playfair Display", sans-serif;
}
.book2 h2{
	color: #fff;
	font-family: Times New Roman;
	padding-left: 10px;
	font-size: 38px;
    font-weight: 800;
   
    line-height: 60px;
    margin-bottom: 0;

}
.clinic-bg-color{
	background-color:#93c83c;
}
.btn2{
	 background-color: #6b3691;
    font-size: 17px;
    border-radius: 5px !important;
    display: unset;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin: 10px 15px;
    padding: 5px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.btn2:hover{
	background: #fff;
	color: #000;
}
.bookappoint{
	background-attachment: fixed !important;
	background-size: cover !important;
	background:url(../images/bg3.png);
}
.testimonials{
	background-attachment: fixed !important;
	background-size: cover !important;
	background: url(../images/bg4.png) no-repeat;
}
.abt1-img{
	padding: 5px;
	box-shadow:0px 1px 2px 1px #d3d3d3;

}
.abt-detail1-1 h1{
font-size: 35px;
    font-weight: 600;
    color: #653289;
}
.abt-detail1-1 h2{
	 font-size: 25px;
    font-weight: 600;
    color: #ce438e;
    border-bottom: 1px dotted#ddd;
   /* font-family: "Playfair Display", sans-serif;
    font-style: italic;*/
}
.abt-detail1-1 p{
	font-size: 18px;
	text-align: justify;
}
.contact-form1{
	background: #ac3188;
}
.testimonial1{
	padding: 50px 0;
}
.test1{
	border-radius: 10px;
	width: 80%;
	margin: 10px auto;
	padding: 30px;
	background: #653289;
	border: 1px solid#ddd;
}
.test1 span{
	color: #fff;
}
.test1 p{
	font-style: italic;
	text-align: justify;
	color: #fff;
}
.test1 h1{
	font-size: 25px;
	color: #fff;
}
.test1 ul{
	margin: 0;
}
.test1 ul li{
    margin: 0 !important;
    padding: 0;
	list-style: none;
	float: left;
}
.test1 i{
	color: #f9b403;
}
.quote1{
	position: relative;
	float: right;
}
.quote1 i{
	left: -58px;
    position: absolute;
    top: -58px;
    font-size: 92px;
    color: #f7e7ff5e;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-lg, .modal-xl{
	max-width: 650px;
}
.doc1{
	padding: 50px 0;
}
.doc2{
	margin: 10px 0;
	height: 200px;
	padding: 5px;
	background: #f9f2ff;
	text-align: center;
	box-shadow: 2px 2px 6px 0px #ededed;
}
.doc2 h1{
	color: #653289;
	font-weight: 600;
	font-family: 'Museo', Georgia, serif;
    position: relative;
	font-size: 20px;
}

.doc2 h2{
	line-height: 25px;
	font-size: 15px;
}
.doc2 h3{
	font-size: 15px;
}
.doc2 ul{
	margin: 0;
}
.doc2 ul li{
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.doc2 i{
	padding-right: 5px;
	color: #653289;
	font-size: 14px;
}
.service-detail1{
	padding: 50px 0;
}
.serv-detail1 h1{
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Museo', Georgia, serif;
	font-size: 25px;
	color: #653289;
	text-decoration: underline;
}
.serv-detail1 p{
	line-height: 30px;
	font-size: 18px;
	text-align: justify;
}
.serv-detail1 ul{
	margin-bottom: 0;
}
.dropdown-item{
	font-size: 18px;
}
.serv-detail1 ul li{
	font-size: 18px;
	position: relative;
	margin: 0;
	line-height: 32px;
	padding-left: 25px;
	list-style: none;
}
.serv-detail1 ul li ul li{
	padding-left: 25px;
}
.serv-detail1 i{
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 16px;
	color: #653289;
	padding-right: 5px;
}
.serv-detail1 h2{
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Museo', Georgia, serif;
	font-size: 20px;
	color: #653289;
	text-decoration: underline;
}
.doc3 h4{
	margin-top: 20px;
		font-weight: 600;
	text-transform: uppercase;
	font-family: 'Museo', Georgia, serif;
	font-size: 25px;
	color: #653289;
	text-decoration: underline;
}
.sidebar1{

	background: #653289;
}
.sidebar1 ul{
	margin: 0;
}
.sidebar1 ul li{
	color: #fff;

	border-bottom: 1px solid#ddd;
	padding:10px;
	list-style: none;
}
.sidebar1 ul li a{
	color: #fff;
	font-size: 14px;
}
.serv1-1{
	padding: 50px 0;
}
.serv1-1 i{
	float: right;
}
.serv-detail2 p{
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.serv-detail2 ul{
	margin-bottom: 0;
}
.serv-detail2 ul li{
	padding-left: 20px;
	list-style: none;
	text-align: justify;
	margin-bottom: 0;
	position: relative;
}
.serv-detail2 i{
	left: 0;
	color: #653289;
	top: 5px;
	position: absolute;
	float: none;
}
.serv-detail2 h1{
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Museo', Georgia, serif;
	font-size: 25px;
	color: #653289;
	text-decoration: underline;
}


.test-btn1{
	text-align: center;
}
.thankyoupage img{
	width: 200px;
}
.gallery-titile{
	text-align: center;
	background:#8650a9;
	border-radius: 0 0 50px 50px ;
}
.gallery-titile h1{
	margin: 0 ;
	color: #fff;
	font-size: 20px;
}
.gal1{
	padding: 50px 0;
}
.footer-content p{
    font-size: 18px;
    line-height: 30px
}
.service1 ul{
    margin: 0
}
#myBtn {
    width: 40px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 99999;
    background: none;
    border: none;
   
}
#myBtn i{
    color: #000000!important;
    font-size: 38px
}





















