/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Quicksand, sans-serif;
}
a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
	font-size: 16px;
	line-height: 24px;
	color: #383838;
	font-weight: 400;
}

section {
	padding: 80px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
	font-size: 38px;
	line-height: 46px;
	font-family: 'Sora', sans-serif;
}

h2 {
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
	font-family: 'Sora', sans-serif;
}

h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
}

.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: #8cc63e;
}

.btn-orange {
	background-color: #df4792;
	color: #fff;
	margin-top: 20px;
}

.bg-green {
	background-color: #8cc63e;
}

.text-green {
	color: #8cc63e;
}
.text-pink{
	color: #1f7bb6;
}

.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 {
  padding: 0;
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-bottom: 5px solid #e83e5c;
}

.navbar.fixed-top {
	top: 0;
}

.navbar-brand {
	width: 380px;
  padding: 0px 0;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
	color: #232323;
}

.navbar .dropdown-menu {
	min-width: 600px;
	background-color: #e1e1e1;
	border-bottom: 1px solid #afadad;
	top: 50px;
	left: -120px;
}

.navbar .dropdown-menu a {
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #000;
}

.navbar .dropdown-menu a {
	position: relative;
	padding-left: 30px;
}

.navbar .dropdown-menu a i {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 16px;
	color: #e83e5c;
}

.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color: #0432ade3;
  color: #fff;
}

.navbar .navbar-nav li > a {
	transition: background-color .2s, color .2s;
	
	&:hover,
	&:focus {
		color: #036D99;
	}
}

.navbar .navbar-nav li.active > a {
	color: #e83e5c;
    font-weight: 700;
}

.navbar-expand-md .navbar-nav .nav-link {
    line-height: 40px;
    margin: 0 15px;
}


.navbar .navbar-nav li > a
 {
	color: #232323;
	font-weight: 600;
    font-size: 18px;
}
.head-call .call-icon i, .appt-btn1 .button i 
{
	border-radius: 20px;
    padding: 7px;
    margin-right: 5px;
    color: #e83e5c;
    font-size: 22px;
}

#carousel-example-1z
{
	margin-top: 112px;
	z-index: 0;
}
/*FOOTER
--------------------------------------*/
.footer {
	background: #1e1e1e;
	padding: 80px 0 0px;
}

.footer ul li {
	margin-bottom: 5px;
}

.footer-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links p {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.footer-links p i {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}

.social-icons i {
	font-size: 24px;
	line-height: 40px;
}

.header .social-icons {
    margin-left: 43px;
}

.footer .call-icon,
.social-icons .call-icon {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}

.footer .call-icon.icon-fb,
.social-icons .call-icon.icon-fb {
    background-color: #3b5998;
}

.footer .call-icon.icon-ytube,
.social-icons .call-icon.icon-ytube {
    background-color: #FF0000;
}

.footer .call-icon.icon-insta,
.social-icons .call-icon.icon-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.footer a:hover {
	color: #fff;
}

.footer-logo {
	width: 100px;
	margin-bottom: 10px;
}

.copyright-content {
	padding: 8px 0;
	border-top: 2px solid white;
	margin-top: 30px;
}

.copyright-content p {
	color: white;
}

.font-metal {
	font-family: 'Metal Mania', cursive;
}

.footer-stick {
    display: none;
}

/*Contact page-----------------------*/
	.contact-wrap {
		background-color: #e83e5c;
		padding: 30px 20px;
	}

	.contact-wrap span {
		font-size: 30px;
		line-height: 38px;
		color: #fff;
		padding-bottom: 30px;
		display: inline-block; 	
	}

	.contact-wrap p {
		margin-bottom: 15px;
		color: #fff;
	}

	.contact-mail {
		border: 3px solid #0460b6;
		padding: 40px 30px;
		position: relative; 
		margin-right: 40px;
	}

	.contact-mail p {
		margin-left: 20px;
		font-weight: 600;

	}

	.contact-mail .contact-icon {
		position: absolute;
		top: 50%;
		left: 0;
		height: 50px;
		width: 50px;
		text-align: center;
		background-color: #0460b6;
		border-radius: 50%;
		line-height: 58px;
		    margin-top: -25px;
    margin-left: -25px;
	}

	.contact-mail .contact-icon i {
		font-size: 30px;
		color: #fff;

	}


/*HOME
--------------------------------------*/
/*Banner*/
.carousel {
	margin-top: 0px;
}

.carousel .banner-caption {
	margin-top: -375px;
}

.carousel .banner-caption.banner-left h2 {
	padding-bottom: 25px;
    font-size: 55px;
}
.carousel .banner-caption.banner-left h5 {
	padding-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.carousel .banner-left .btn-orange {
	margin: 0px 20px 0 0;
}

.carousel .banner-right .btn-orange {
	margin: 0px 0 0 20px;
}

/*Faq Page-------------------------------*/
	.sec-faq .card a {
		position: relative;
	}

	.sec-faq .card h3 {
		font-size: 18px;
		line-height: 26px;
		color: #232323;
	}

	.sec-faq .card a i {
	    position: absolute;
	    top: 18px;
	    right: 15px;
	    color: #000;
	}

	.sec-faq p {
		padding-bottom: 10px;
	}

/*Service Section-------------------------------*/
.link-button {
  color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 24px;
    color: #fff;
    display: inline-block;
    background-color: #e83e5c;
}

.link-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.link-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.link-button:hover span {
  padding-right: 25px;
}

.link-button:hover span:after {
  opacity: 1;
  right: 0;
}

.para-10 {
  padding-bottom: 10px;
}

.para-15 {
  padding-bottom: 15px;
}

.para-20 {
  padding-bottom: 20px;
}

.feature-wrap-content h2 {
  color: #e83e5c;
  font-weight: 700;
  margin: 30px 0;
}

.feature-wrap-content ul li {
  position: relative;
  padding-left: 25px;
}

.feature-wrap-content ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 17px;
  color: #CD362C;
}

.sec-feature {
	/*background: url("../images/p-women.png") no-repeat right ;
	background-size: contain;*/
	background-color:  #1f48b6;

}

.sec-servic .panel {
	background-color: #F1F1F1;
	width: 100%;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	min-height: 350px;
	padding: 10px 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
  transition: border 200ms ease;
  cursor: pointer;
  margin-bottom: 30px;
}

.sec-feature .panel {
	min-height: 305px;
}

.sec-servic .panel h3 {
	font-size: 18px;
	line-height: 26px;
	text-shadow: 0 2px 1px #FFF;
}

.sec-servic .slide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #8cc63e;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  text-align: left;
}

.sec-servic .panel:hover .slide {
  height: 100%;
}

.sec-servic .panel img {
	margin-bottom: 10px;
}

.sec-servic .slide ul li {
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.sec-servic .slide ul li:last-child {
	border-bottom: none;
}

.sec-servic .slide ul li a {
	padding: 5px;
	color: #fff;
	padding-left: 30px;
	display: inline-block;
}

.sec-servic .slide ul li a i {
	color: #fff;
	position: absolute;
	top: 10px;
	left: 6px;
}

.sec-servic .slide h4 {
	padding: 10px;
	font-size: 20px;
	line-height: 28px;
	color: #0432ade3;
	font-weight: 600;
}

/*Service List-----------------------------*/
.navbar1 ul li {
	margin-bottom: 10px;
	background-color: #f1f1f1;
	border-left: 6px solid #df4792;
	display: block;
	position: relative;
	transition: all 0.7s;
}

.navbar1 ul li:hover a {
	margin-left: 20px;
}

.navbar1 ul li:hover .dropbtn {
	margin-left: 20px;
}

.navbar1 ul li a,
.navbar1 .dropbtn {
	padding: 15px 5px 15px 20px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    transition: all 0.7s;
    font-weight: 500;
}

.navbar1 .dropbtn {
	background-color: none;
	border: none;
}

.navbar1 .s-dwn {
	margin: 0;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	transition: all 0.3s;
	border-bottom: 1px dotted #232323;
}

.navbar1 .dropdown {
	position: relative;
	display: inline-block;
}

.navbar1 .dropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f1f1f1;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.navbar1 .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.navbar1 .dropdown-content a:hover {background-color: #df4792;
 color: #fff;}

.navbar1 .dropdown:hover .dropdown-content {display: block;}




.header {
    /*background-color: #4E2176;*/
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}
.header a {
    color: white;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #4e2176;
    font-weight: 900;
}
.about-sec h1
{
	font-size: 40px;
    color: #e83e5c;
}
.about-sec span {
	color: #1f7bb6;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding-bottom: 15px;
    text-align: justify;
}
.about-sec p
{
	font-size: 16px;
	line-height: 24px;
}
.after-banner-sec
{
	background: url(../images/doctor-bg-img.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 40px;
}

.after-banner-sec h2 {
	padding-bottom: 40px;
}

.after-banner-sec h5 {
	font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
}

.after-banner-sec p
{
	font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.why-choose-us-sec
{
	background: url(../images/slider/home-service-bg.png) no-repeat right bottom;
    background-size: cover;
    margin-top: -122px;
    z-index: 1;
    position: relative;
}
.why-choose-us-sec img
{
	width: 135px;
    margin-left: 20%;
    margin-top: 100px;
    margin-bottom: 15px;
}
.why-choose-us-sec h5
{
	font-size: 18px;
    font-weight: 400;
    color: #333131;
    margin-bottom: -40px;
}
.about-page-img img
{
	width: 100%;
    box-shadow: 0 0 20px #d4d4d4;
}
.service-sec
{
	/*position: absolute;*/
    left: 0;
    top: 0;
    content: '';
    background: url(../images/service-bg1.jpg) no-repeat center top;
    width: 100%;
    margin-bottom: -80px;
}
.heading {
	font-size: 50px;
	margin-bottom: 30px;
	line-height: 60px;
}

.service-sec .service-content .service-c-left {
	margin-right: 30px;
}

.service-sec .service-content .service-c-right {
   margin-left: 30px;
}

.service-content {
	margin-top: 100px;
}

.service-content  h3 {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 20px;
	font-weight: 600;
}

.service-content  li {
	position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #fff;
}
.service-button {
	margin-top: 160px;
}

nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#df4792;
    border-radius:0;
    border-right: 1px solid;
}
nav > div a.nav-item.nav-link.active
{
	background:#8cc63e;
}
nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -40%;
  border: 15px solid transparent;
  border-top-color: #8cc63e ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #8cc63e;
    border-bottom:5px solid #8cc63e;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #8cc63e;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.consulting-content  .consulting-content-1
{
	background: #d4d5d5;
    padding: 50px;
    margin-right: 20px;
    max-width: 40%;
}
.consulting-content  .consulting-content-1 h3
{
	font-size: 30px;
	margin-bottom: 20px;
}
.page-banner {
    background: url(../images/about-us-banner.jpg);
    background-size: cover;
    margin-top: 112px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-banner p, .page-banner p a
{
	font-size: 18px;
	font-weight: 600;
	color: #df4792;
}

.sec-women-health {
   background: url("../images/women-health.png") no-repeat center center;
    background-size: cover; 
    height: 400px;
}
@media (max-width: 1920px){
    .sec-women-health {
    background: url(../images/women-health.png) no-repeat center center;
   height: auto;
    padding: 16%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
}


.testimonials {
    
}

.testimonials .heading
{
	font-size: 38px;
	margin-bottom: 10px;
	font-weight: 900;
	
}

.testimonials .slide-item {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgba(17, 17, 17, 0.05);
    margin-bottom: 20px;
    min-height: 334px;
}

.testimonials.pg-review .slide-item {
    min-height: auto;
}

.testimonials .slide-item .star-icon{
    width: 150px;
    padding-left: 40px;
}

.testimonials .slide-item .google-icon {
    width: 36px;
    position: absolute;
    top: 26px;
    left: 18px;
}

.testimonials .slide-item h5 {
    font-weight: bold;
     padding-left: 40px;
}

.testimonials .star-img
{
	    width: 200px;
    margin-bottom: 30px;
}
#customers-testimonials {
	.item-details{
		background-color: #333333;
		color: #fff;
		padding: 20px 10px;
		text-align: left;
		h5{
			margin: 0 0 15px;
			font-size: 18px;
			line-height: 18px;
			span{
				color: red;
				float:right;
				padding-right: 20px;
			}
		}
		p{
			font-size: 14px;
		}
	}
	.item {
			text-align: center;
			padding: 20px;
			margin-bottom:80px;
	}
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
	line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px;
  color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}
.li-pad 
{
	padding-left: 30px;
}

.service-sec1 .testimonial-content
{
	background: #efefef;
    padding: 50px;
    margin: 20px;
    border: 1px solid #aaaca7;
}
/* Womens Health */
#Womens-Health {
    background: url(../images/index-page/womens-health-bg.jpg) no-repeat 125% 0 #e83e5c;
    margin-top:60px;
    padding:0px;
}

#Womens-Health-in {
    min-height: 473px;
    overflow: hidden;
}

#Womens-Health-in .con-box {
    max-width: 826px;
    position: relative;
}

#Womens-Health-in .title {
    font: 400 19px/42px 'Alegreya Sans', sans-serif;
    color: #5b5b5b;
    text-align: center;
    color: #fff;
    padding: 50px 0 0 0;
    text-shadow:
        -5px -5px 5px #e83e5c,
        5px -5px 5px #e83e5c,
        -5px 5px 5px #e83e5c,
        5px 5px 5px #e83e5c;
    position: relative;
    z-index: 5;
    width: 400px;
    margin: 0px auto;
}

#Womens-Health-in .title span {
    padding: 10px;
    clear: both;
    background: #e83e5c;
}

#Womens-Health-in ul {
    text-align: center;
    position: absolute;
    top: 250px;
    width: 100%;
}

#Womens-Health-in ul li:nth-child(2),
#Womens-Health-in ul li:nth-child(4) {
    margin: -50px 10px 0 10px;
}

#Womens-Health-in ul li:nth-child(1),
#Womens-Health-in ul li:nth-child(5) {
    margin: -186px -40px 0 -40px;
}

#Womens-Health-in ul li {
    width: 155px;
    height: 155px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

#Womens-Health-in ul li:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#Womens-Health-in ul li::after {
    height: 250px;
    width: 1px;
    position: absolute;
    content: '';
    left: 77px;
    top: -250px;
    background: #ef788d;
}

#Womens-Health-in ul li a {
    width: 155px;
    height: 155px;
    border: 5px solid #f27b97;
    background: url(../images/index-page/womens-health-off-icons.png) no-repeat 0 0 #fff;
    border-radius: 50%;
    font: 600 16px/20px 'DM Sans', sans-serif;
    color: #323232;
    display: block;
    padding: 90px 0 0 0;
    position: relative;
    z-index: 12;
}

#Womens-Health-in ul li a:hover {
    background: url(../images/index-page/womens-health-on-icons.png) no-repeat 0 0 #e03352;
    color: #fff;
}
#Womens-Health-in ul li:nth-child(1) a {
    background-position: -5px 0;
}

#Womens-Health-in ul li:nth-child(2) a {
    background-position: -171px 0;
}

#Womens-Health-in ul li:nth-child(3) a {
    background-position: -334px 0;
}

#Womens-Health-in ul li:nth-child(4) a {
    background-position: -500px 0;
}

#Womens-Health-in ul li:nth-child(5) a {
    background-position: -665px 0;
}
.are-you-having-baby-sec
{
    background: url(../images/index-page/pre-pregnancy-counselling.jpg) center right no-repeat;
    /*padding: 38px;*/
    background-size: cover;
}
.having_baby{padding: 15px 0 0 0;}
.having_baby_txt{float: left; width: 762px;}
.having_baby_title{font-size: 30px;
    line-height: 50px; font-family: 'Bitter', serif; color: #3e3e3e; font-weight: 600; text-transform: uppercase; 
/*margin: 118px 0 10px 0; */
background: url(../images/are-you-having-baby-title.png) center right no-repeat; }
.having_baby_txt .having_baby_line{color:#3e3e3e; margin: 0 0 55px 0;}
.having_baby_blks {background: url(../images/index-page/are-having-baby-line.png) center 154px  no-repeat; min-height: 360px; }
.having_baby_blks ul li a{font-size: 18px;color: #3e3e3e;font-weight: 600;display: block;float: left;}
.baby_top_blk a{padding: 50px 0 46px 150px; }
.baby_bottom_blk a{padding: 46px 150px 46px 0; }
.baby_pre_preg_coun a{ background: url(../images/index-page/pre-pregnancy-counselling.png) center left no-repeat; margin: 21px 0 54px 26px;}
.baby_normal_preg a{background: url(../images/index-page/normal-pregnancy.png) center left no-repeat; margin: 20px 0 50px 108px;}
.baby_hgh_rsk_obs a{background: url(../images/index-page/high-risk-obstetrics.png) center right no-repeat; margin: 0 0 0 109px;}
.baby_mult_preg a{background: url(../images/index-page/multiple-pregnancy.png) center right no-repeat; margin: -140px 0 0 88px;}
/*.baby_pre_preg_coun a:hover{ background: url(../images/pre-pregnancy-counselling-hover.png) center left no-repeat; }*/
/*.baby_normal_preg a:hover{background: url(../images/having-baby-normal-pregnancy-hover.png) center left no-repeat; }*/
/*.baby_hgh_rsk_obs a:hover{background: url(../images/having-baby-high-risk-obstetrics-hover.png) center right no-repeat; }*/
/*.baby_mult_preg a:hover{background: url(../images/having-baby-multiple-pregnancy-hover.png) center right no-repeat; }*/
.having_baby_img{float: right;}
.testi 
.serviceBox{
   text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 230px;
    border-bottom: solid 5px #0460b6;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        background-color: white;
}
.serviceBox{
   text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 420px;
    border-bottom: solid 5px #0460b6;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        background-color: white;
        margin-top:130px;
}

.serviceBox .service-icon{
       color: #fff;
   background: #fff;
    font-size: 40px;
    line-height: 80px;
    width: 140px;
    height: 140px;
    margin: 0 auto 40px;
    box-shadow: 7px 0 10px rgba(0,0,0,0.3), 0 0 0 10px #fff, 5px 0 20px rgba(0,0,0,0.4);
    border-radius: 10px;
    transform: rotate(45deg);
    position: relative;
    transition: all 0.3s ease 0s;
    margin-top: -68px;
        margin-bottom: 65px;
}
.serviceBox  img
{
    margin-left: -57px;
    width: 110px;
    margin-top: -37px;
    position: absolute;
    top: 0px;
}
.serviceBox .service-icon i{ transform: rotate(-45deg); }
.serviceBox .title{
   color: #0460b6;
   /* font-size: 20px;*/
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.serviceBox .description{
  /*  color: #888;
    font-size: 15px;
    line-height: 24px;*/
    margin: 0;
}
.serviceBox.blue:before,
.serviceBox.blue .service-icon{
    background-color: #3359a5;
}
.serviceBox.blue .title{ color: #3359a5; }
@media only screen and (max-width:990px){
    .serviceBox{     margin: 0 0 115px; }
}

/*--------------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 0px;
	}

	.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) {
  .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;
  }
}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	h1 {
		font-size: 24px;
		line-height: 32px;
	}

	h2 {
		font-size: 20px;
		line-height: 28px;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;
	}

	section {
		padding: 40px 0;
	}

	.sub-title {
    padding-bottom: 20px;
	}

	.navbar-brand {
    width: 290px;
	}

	#carousel-example-1z {
    margin-top: 82px;
	}
	
	.about-sec h1 {
        font-size: 32px;
        line-height: 40px;
        color: #e83e5c;
    }
    
    .sec-consult {
        padding-bottom: 0;
    }
    
    .sec-consult .heading-top1 {
        margin-bottom: 120px;
    }
    
    .serviceBox {
        height: auto;
    }
    
    .footer .footer-links {
        margin-bottom: 30px;
    }
    
    .sec-women-health {
        height: auto;
        padding: 61px;
    }
	
	.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 {
    margin-top: 82px;
    padding: 0;
	}
	
	.contact-mail {
        margin-left: 40px;
        margin-bottom: 20px;
    }

	.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;
	}
	
	.footer-stick {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    
    .footer-stick .call-btn {
       
       background-color: #0460b6;
       padding: 10px 0;
    }
    
    .footer-stick a {
        font-size: 18px;
        line-height: 26px;
    }
    
    .footer-stick .whats-btn {
        background-color: #00e676;
        padding: 10px 0;
    }
    
    .footer-stick .whats-btn img {
        width: 26px;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

a.num-head{
    color: #000;
}
.footer-txt{
    color: #fff;
}
.footer a:hover:hover{
    color: #d55464;
}
a.num-head:hover{
    color: #e83e5c;
}
.contact-txt{
    color: #000;
}
.contact-txt:hover{
    color:#e83e5c;
    ;
}
img.mobile-vew {
    display: none;
}
div#carousel-example-1z{
       display:block;
   }
/* .mobile-view{
       display:none;
   }  */
   a.book-apt-btn{
    background-color: #df4792!important;
    color: #fff;
    margin-top: 0px;
    width: 160px;
    padding: 5px 0px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding:10px 0px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   }
   .btnn-book{
    margin-right: 15px;
   }
@media (max-width: 768px){
    div#carousel-example-1z{
        display:none;
    }
    img.mobile-vew{
        display: block;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 80px;
    
   } 
   
}
