@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap')

body{
	padding:0;
	margin: 0; 
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, li, input{
	font-family: "Plus Jakarta Sans", sans-serif !important;
}
a{
	color: #b71382;
	text-decoration: none;
	outline: none;
	font-family: "Plus Jakarta Sans", sans-serif;
}
a:focus, a:hover{
	color: #0d4189;
	text-decoration: none;
	outline: none;
}
#mainNav .navbar-brand img {
    height: 100%;
    transition: height 0.3s ease-in-out;
}
header.masthead{
	background-image: url("../images/slider-img1.jpg");
	margin: 20px;
	border-radius: 30px;
}
.navbar-nav
{
	background: #fff;
	padding: 0px;
	border-radius: 0px;
}
#mainNav .navbar-nav .nav-item .nav-link{
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	line-height:26px;
    color: #0d4189;
    letter-spacing:0;
    font-weight: 600;
    border-radius: 30px;
    text-shadow: none;
    padding: 10px 20px;
    margin: 7px 0;
}
#mainNav .navbar-nav .nav-item 
{
    margin-right: 0.1rem;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background: #0d4189;
    border-radius: 30px;
}
#mainNav .navbar-nav .nav-item .nav-link.filip-vertical:hover{
    transition: all 1s;
    transform : translateX(5px);
}
ul.callSect{
	/*padding: 0;
	margin: 0 0 0 30px;*/
	padding: 10px 25px;
    margin: 0 0 0 10px;
    background: #eee;
    border-radius: 30px;
}
ul.callSect li{
	list-style: none;
	font-size: 16px;
	color: #0d4189;
}
ul.callSect li span
{
	font-weight: 600;
	font-size: 18px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #0d4189;
}
a.mailicon{
	background: #b71382;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
	transition: all 2s;
}
#mainNav.navbar-shrink{
	background-color: #fff;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}
#mainNav.navbar-shrink ul.callSect li span{
	color: #0d4189;
}
#mainNav.navbar-shrink .navbar-nav{
	border: none;
}
#mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img 
{
    height: auto;
}

.filip-horizontal:hover{
    background-color: #0d4189;
    transition: all 2s;
    -webkit-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

/*---Slider CSS--*/
header
{
	margin-top:110px;
}

header .item 
{
  height: 600px;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px 0;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 700;
  font-size: 62px;
  color: #0d4189;
}
header .item .cover .header-content h2 span{
	color: #b71382;
}
header .item .cover .header-content h2.textWhite, header .item .cover .header-content h2.textWhite span{
	color: #fff !important;

}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(13, 65, 137, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(13, 65, 137, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 40px;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #0d4189 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
  border-radius: 40px;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
  border-radius: 40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	border-radius: 40px;
	line-height: 20px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -40px;
    z-index: 50;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #b71382;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	 background: #0d4189;
}
/*----*/
section{
	padding: 80px 0;
}
.hnm-bg{
}
.imgcurve{
	border-radius: 20px;
}
.imglabcurve, a.imglabcurve{
	border-radius: 20px;
	text-decoration: none;
	display: block;
	margin: 0 0 30px 0;
}
.imgRound{
	width: 100%;
	border-radius: 300px;
}
.imgmoveup{
	margin-top: -80px;
	margin-right: 70px;
}
h3{
	font-size: 39px;
	line-height: 55px;
	font-weight: 600;
	color: #0d4189;
	padding:0;
	/*margin: 60px 0 40px 0; */
	margin: 0 0 20px 0;
}
h3.sml{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

p
{
	color: #333333;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}

.lgtext{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 15px;
}
ul.litingInfo {
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	display: block;
	border-bottom: 1px solid #fff;
}
ul.litingInfo li{
	list-style: none;
	padding: 0 0 0 45px;
	margin: 0 0 30px 0;
	background: url(../images/listIcon.png) no-repeat left 5px;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-weight: 500;
	text-align: left !important;
}
ul.litingInfo li.icon2{
	background: url(../images/listIcon2.png) no-repeat left 5px;
}
.padsmlSect{
	padding: 2rem 0;
	background: #f8f8f8;
}
.mt-txt{
	margin-top: 100px;
	   font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    /*color: #0d4189 !important;*/
    color: #666 !important;
    justify-content: justify;
}
.default-btn, a.default-btn
{
	background: #3da66f;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	border:none;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 1s;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-top:20px;
}
.default-btn:hover, a:hover.default-btn{
	background: #0d4189;
	color: #fff;
	transition: all 1s;
    transform : translateY(-10px);
}
/*----*/
.backtotop {
	position: fixed;
	bottom: 1.5em;
	right: 0px;
	text-decoration: none;
	font-size: 17px;
	padding: 1em 2em;
	display: none;
	border-radius:80px;
}
.button-backtop{
	background:#3da66f;
	color:#fff !important;
	cursor:pointer;
	padding: 9px 13px;
	border-radius:50px;
	transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -webkit-transition: 1s ease-in-out;
}
.button-backtop:hover{
	background:#0d4189;
	color:#fff;
}
/*----*/

.services{
	margin: 0 0px 0px 0px;
	padding:100px 30px 100px 30px;
	border-radius: 0px;
	text-align: center;
	background: rgba(149,188,241,1);
	background: -moz-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(149,188,241,1)), color-stop(49%, rgba(245,245,245,1)), color-stop(100%, rgba(149,188,241,1)));
	background: -webkit-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
	background: -o-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
	background: linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1ee', endColorstr='#ffe1ee', GradientType=1 )
}
.services h2
{
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	color: #0d4189;
	padding:0;
	margin: 0px 0 20px 0; 
}
.smallHeading{
	text-transform: uppercase;
	color: #b71382;
	font-size: 14px !important;
	padding: 0;
	margin: 0;
	font-weight: 600;
}
.highlightInfo{
	font-size: 16px;
	color: #0d4189;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.servicesBox{
	background: #fff;
	border-radius: 32px;
	margin: 15px 0 20px 0;
}
.servicesBox img{
	border-radius: 32px 32px 0 0;
	width: 100%;
}
.servicesBox .infoSect{
	background: #fff;
	padding: 30px 22px 50px 22px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	border-radius: 0 0 32px 32px;
}
.servicesBox .infoSect h5{
	color: #0d4189;
	font-size: 23px;
	font-weight: 600;
	line-height: 36px;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 25px 0;
}
.servicesBox .infoSect p{
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	height:110px;
}
.servicesBox .infoSect p a, .servicesBox .infoSect a{
	color: #3da66f;
	text-decoration: none;
	background: #fff;
	border: 1px solid #3da66f;
	padding: 7px 25px;
	border-radius: 30px;
	display: inline-block;
	margin: 15px 0 0 0;
	text-transform: capitalize;
	transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -webkit-transition: 0.5s ease-in-out;
}
.servicesBox .infoSect p a:hover, .servicesBox .infoSect a:hover{
	background: #3da66f;
	color: #fff;
	text-decoration: none;
}
.servicesBox .imgBox{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 32px 32px 0 0;
	overflow: hidden; 
}
.servicesBox .imgBox .inner-img {
  transition: 0.3s;
}
.servicesBox .imgBox .inner-img:hover {
  transform: scale(1.1);
}
.laboratorySect{
	background: url(../images/dr-pillays-clinic-seychelles-home-sec3-bg.jpg) no-repeat left top fixed;
	background-size: cover;
	min-height: 400px;
	margin: 0px;
	border-radius: 0px;
	color: #fff;
	padding: 150px 0 150px 0;
}
.mb-80{
	margin-bottom: 80px;
}
.laboratorySect h2{
	font-size: 45px;
	font-weight: 600;
	line-height: 60px;
	padding: 0;
	margin: 0 0 45px 0;
	text-align: left;
}
.laboratorySect h5{
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: left;
}
.laboratorySect .default-btn, .laboratorySect a.default-btn {
    line-height: 30px;
    background: #fff;
    color: #0d4189;
    font-weight: 600;
}
.laboratorySect .default-btn:hover, .laboratorySect a:hover.default-btn {
	color: #b71382;
}
.mapSect{
	padding: 80px 0;
}

.gmap:focus{
	outline: none;
	border: none;
}
.addressInfo{
	background: rgba(149,188,241,1);
	background: -moz-linear-gradient(-45deg, rgba(149,188,241,1) 0%, rgba(246,244,244,1) 50%, rgba(149,188,241,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(149,188,241,1)), color-stop(50%, rgba(246,244,244,1)), color-stop(100%, rgba(149,188,241,1)));
	background: -webkit-linear-gradient(-45deg, rgba(149,188,241,1) 0%, rgba(246,244,244,1) 50%, rgba(149,188,241,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(149,188,241,1) 0%, rgba(246,244,244,1) 50%, rgba(149,188,241,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(149,188,241,1) 0%, rgba(246,244,244,1) 50%, rgba(149,188,241,1) 100%);
	background: linear-gradient(135deg, rgba(149,188,241,1) 0%, rgba(246,244,244,1) 50%, rgba(149,188,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee2ee', endColorstr='#fee2ee', GradientType=1 );

	border-radius: 20px;
	text-align: center;
	padding: 115px 45px;
}
.locationIcon{
	background: #fff;
	padding: 10px 25px;
	border-radius: 100px;
	display: inline-block;
	color: #3da66f;
	font-size: 35px;
}
.locationIcon svg{
	animation: rotate 3s linear infinite;
}
@keyframes rotate {
from {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
.addressInfo h4
{
	color: #0d4189;
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	padding: 0;
	margin: 45px 0;
}
.addressInfo p{
	font-size: 20px;
	color: #333;
	line-height: 30px;
	padding: 0;
	margin: 0 0 45px 0;
	font-weight: 500;
}
.bookAppoint{
	background: url(../images/dr-pillays-clinic-seychelles-home-sec5-bg.jpg) no-repeat right top fixed;
	background-size: cover;
	min-height: 500px;
	margin: 0px;
	border-radius: 0px;
	color: #fff;
	padding: 120px 0 130px 0;
	text-align: center;
}
.bookAppoint p{
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 30px 0;
	line-height: 60px;
}
.heartIcon{
	padding: 10px 25px;
	border-radius: 100px;
	display: inline-block;
	color: #fff;
	font-size: 65px;
}
.heartIcon svg{
	animation: rotate 4s linear infinite;
}
.bookAppoint .default-btn, .bookAppoint a.default-btn{
	line-height: 30px;
	background: #fff;
	color: #0d4189;
	font-weight: 600;
}
.bookAppoint .default-btn:hover, .bookAppoint a:hover.default-btn{
	background: #0d4189;
	color: #fff;
}
.copyright{
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	border-top: 1px solid #ddd;
	padding: 40px 0 40px 0;
}

.copyright a
{
	color: #0d4189;
	text-decoration: underline;
}

.bottomLinks{
	padding: 60px 0;
	color: #0d4189;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.bottomLinks p{
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.bottomLinks .default-btn, .bottomLinks a.default-btn{
	line-height: 30px;
	background: #3da66f;
	color: #fff;
	font-weight: 600;
}
.bottomLinks .default-btn:hover, .bottomLinks a:hover.default-btn{
	background: #0d4189;
	color: #fff;
}
.bottomLinks h4{
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin: 20px 0;
}
.bottomLinks h2{
	font-size: 42px;
	font-weight: 600;
	padding: 0;
	margin: 20px 0 30px 0;
}
.btn-social, a.btn-social  {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    background: #eee;
    color: #0d4189;
    border-color: #eee;
    margin-right: 15px;
    transition: all 1s;
}
.btn-social:hover, a:hover.btn-social {
	background: #0d4189;
    color: #fff0f7;
    border-color: #0d4189;
    transition: all 1s;
    transform : translateY(-5px);
}
.headingMRtop{
	margin-top: 110px !important;
}
.headingMRtop.txtrh{
	text-align: right !important;
}
.bottomLinks ul{
	padding: 0;
	margin: 25px 0 0 0; 
}
.bottomLinks ul li{
	list-style: none;
	display: block;
	margin:15px 0; 
}
.bottomLinks ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	text-align: right;
}
.mobview{
	display: none;
}
.hidemob{
	display: block;
}
.viewMob{
	display: none;
}
header .item.subpage {
    height: 350px !important;
    position: relative;
    border-radius: 30px;
}
header .item.subpage .cover .header-content h2{
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	margin-top: 0px;

}
.roundImg{
	border-radius: 400px;
	max-width: 600px;
}
.roundImg2{
	border-radius: 400px;
	width:100%;
	z-index: 100;
	position: relative;
	margin-bottom: 30px;
}
.curveImg{
	width: 100%;
	border-radius: 20px;
}
.mlr-20
{
	margin-left: 0px;
	margin-right: 0px;
}
.contactForm{
	/*background: #f1f1f1;*/
	background: rgba(149,188,241,1);
	background: -moz-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(149,188,241,1)), color-stop(51%, rgba(245,245,245,1)), color-stop(100%, rgba(149,188,241,1)));
	background: -webkit-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: -o-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1ee', endColorstr='#ffe1ee', GradientType=1 );

	border-radius: 0px;
	padding: 80px 45px 80px 45px;
	font-family: "Plus Jakarta Sans", sans-serif;
	z-index: 10;
	position: relative;
	margin:0 0 0 0;
}
.contactForm h4{
	color: #3da66f;
	font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 40px;
}
.contactForm h4 small{
	color: #0d4189;
	font-size: 38px;
	font-weight: 700;
}
.contactForm h4 span{
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	display: block;
	color: #333;
}
.contactForm h5{
	color: #3da66f;
	font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.contactForm h5 small{
	color: #0d4189;
	font-size: 26px;
	font-weight: 700;
}
.contactForm h5 span{
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	display: block;
	color: #333;
}
.form-text{
	padding: 0;
	margin:15px 0 0 0;
}
.formBox{
	background: #fff;
	border-radius: 24px;
    padding: 48px;
    text-align: left;
}
.formBox.nobg{
	background: none;
}
.textinput
{
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 0 10px 15px;
	margin: 0 0 15px 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #333;
    background-color: #f8f8f8;
    border-color: #EBEBEB;
}

.textinput::placeholder
{
	color:#333;
}

textarea
{
	height:100px;
}

.textinput:focus{
	outline: none;
}
.textinput.name{
	background: url(../images/userIcon.png) no-repeat left 8px;
}
.textinput.phone{
	background: url(../images/phoneIcon.png) no-repeat left 8px;
}
.textinput.email{
	background: url(../images/emailIcon.png) no-repeat left 12px;
}
.textinput.msg{
	background: url(../images/msgIcon.png) no-repeat left 12px;
}
.subpageHeading{
	text-align: center;
}
.subpageHeading h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #0d4189;
    padding: 0;
    margin: 0px 0 30px 0;
}
.subpageHeading p {
	font-size: 20px;
    line-height: 30px !important;
    font-weight: 500;
}
.pullUpSect{
	margin-top: -30px;
}
.serviceInfo{
	padding: 80px 0;
	padding-bottom: 30px !important;
}
.serviceInfo h4
{
	color: #0d4189;
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin:0 0 25px 0;
	text-transform: capitalize;
}
.serviceInfo p{
	font-size: 20px;
	line-height: 40px;
}
.leftBgInfo{
	background: #f1f1f1;
	padding: 100px 100px;
}
.serviceImg1{
	background: url(../images/serviceImg1.jpg) no-repeat right top;
	background-size: cover; 
	min-height: 400px;
}
.serviceImg5{
	background: url(../images/serviceImg5.jpg) no-repeat right top;
	background-size: cover; 
	min-height: 400px;
}
.serviceSect{
	/*background: #f1f1f1;*/
	background: rgba(149,188,241,1);
	background: -moz-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(149,188,241,1)), color-stop(51%, rgba(245,245,245,1)), color-stop(100%, rgba(149,188,241,1)));
	background: -webkit-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: -o-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	background: linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 51%, rgba(149,188,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1ee', endColorstr='#ffe1ee', GradientType=1 );

	border-radius: 20px;
	min-height: 600px;
	/*padding: 80px 45px 50px 45px;*/
	padding: 60px 60px 50px 80px;
	font-family: "Plus Jakarta Sans", sans-serif;
	z-index: 10;
	position: relative;
	margin-bottom:30px;
}
.imgServiceBig{
	border-radius: 20px;
	margin: 15px 0;
	width: 100%;
}
.manualTherapy{
	background: url(../images/serviceImg3.jpg) no-repeat left top;
	background-size: cover; 
	min-height: 500px;
	margin: 0;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	padding: 150px 200px;
}
.manualTherapy h4{
	color: #fff;
}
.manualTherapy p{
	font-size: 25px;
	line-height: 40px;
}
.surgicalPro{
	background: url(../images/serviceImg6.jpg) no-repeat left top;
	background-size: cover; 
	min-height: 400px;
	margin: 70px 0 0 0;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	padding: 150px 200px;
}
.surgicalPro h4{
	color: #fff;
}
.surgicalPro p{
	font-size: 25px;
	line-height: 40px;
}
.hidetab{
	display: block;
}
.showtab{
	display: none;
}
.aboutRhSectInfo{
	background: rgba(254,226,238,1);
	background: -moz-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254,226,238,1)), color-stop(50%, rgba(246,244,244,1)), color-stop(100%, rgba(254,226,238,1)));
	background: -webkit-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: linear-gradient(135deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee2ee', endColorstr='#fee2ee', GradientType=1 );

	border-radius: 20px;
	text-align: center;
	padding: 15px 45px 15px 45px;
}
.aboutRhSectInfo h4{
	color: #0d4189;
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	padding: 0;
	margin: 45px 0;
}
.aboutRhSectInfo p{
	font-size: 20px;
	color: #0d4189;
	line-height: 30px;
	padding: 0;
	margin: 0 0 45px 0;
	font-weight: 500;
}
.calltoAction{
	background: rgba(254,226,238,1);
	background: -moz-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254,226,238,1)), color-stop(50%, rgba(246,244,244,1)), color-stop(100%, rgba(254,226,238,1)));
	background: -webkit-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	background: linear-gradient(135deg, rgba(254,226,238,1) 0%, rgba(246,244,244,1) 50%, rgba(254,226,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee2ee', endColorstr='#fee2ee', GradientType=1 );

	border-radius: 20px;
	text-align: center;
	padding: 65px 60px 75px 60px;
	font-weight: 600;
}
.calltoAction p{
	line-height: 30px;
	margin-bottom: 28px;
}

/*----*/

@media(max-width: 1366px){
	.addressInfo h4{
		font-size: 28px;
		line-height: 45px;
	}
	.laboratorySect h2 {
	    font-size: 40px;
	    line-height: 55px;
	}
	.laboratorySect h5{
		font-size: 25px;
		line-height: 40px;
	}
	.laboratorySect{
		padding: 100px 0 100px 0;
	}
	.bookAppoint{
		padding: 80px 0 80px 0;
	}
	.bookAppoint p{
		font-size: 40px;
	}
	header .item .cover .header-content h2{
		font-size: 50px;
		line-height: 60px;
	}
	.leftBgInfo{
		padding: 60px 50px;
	}
	.serviceInfo h4
	{
		font-size: 35px;
		line-height:45px;
		margin: 0 0 20px 0;
	}
	.serviceInfo p
	{
	    font-size: 18px;
	    line-height: 28px;
	}
	.subpageHeading h2{
		font-size: 35px;
	}
	.serviceSect{
		min-height: 355px;
		height:367px;
    	padding: 50px 50px;
	}
	.manualTherapy{
		padding: 130px 150px;
		min-height: 350px;
	}
	.surgicalPro{
		min-height: 355px;
		padding: 100px 150px;
	}
}
@media(max-width: 1280px){
	#mainNav .navbar-nav .nav-item .nav-link{
		font-size: 13px;
		padding: 7px 10px;
	}
	a.mailicon{
		font-size: 18px;
		width: 40px;
    	height: 40px;
    	padding-top: 6px;
	}
	header .item{
		height: 600px;
	}
	header .item .cover .header-content h2{
		font-size: 40px;
		line-height: 50px;
	}
	h3 {
	    font-size: 30px;
	    line-height: 45px;
	}
	.services h2{
		font-size: 40px;
		line-height: 55px;
		margin: 10px 0 20px 0;
	}
	.highlightInfo{
		font-size: 15px;
		line-height: 25px;
	}
	.servicesBox .infoSect{
		padding: 20px 15px 40px 15px;
	}
	.servicesBox .infoSect h5{
		font-size: 21px;
		line-height: 28px;
		margin: 0 0 15px 0;
	}
	.servicesBox .infoSect p{
		font-size: 14px;
		line-height: 20px;
		height:auto;
	}
	.servicesBox .infoSect p a, .servicesBox .infoSect a{
		padding: 5px 15px;
		font-size: 14px;
	}
	.laboratorySect h2 {
	    font-size: 35px;
	    line-height: 45px;
	    margin: 0 0 50px 0;
	}
	.laboratorySect h5{
		font-size: 20px;
		line-height: 35px;
	}
	.addressInfo{
		padding: 125px 25px;
	}
	.addressInfo h4 {
	    font-size: 25px;
	    line-height: 40px;
	}
	.imgmoveup {
	    margin-top: -80px;
	    margin-right: 0;
	}
}
@media(max-width: 1200px){
	.serviceInfo h4 {
	    font-size: 25px;
	    margin: 0 0 15px 0;
	}
	.serviceInfo p {
	    font-size: 16px;
	    line-height: 30px;
	}
	.serviceSect {
	    min-height: 30px;
	    padding: 23px 45px;
	}
	.manualTherapy {
	    padding: 100px 150px;
	    min-height: 350px;
	}
}
@media(max-width: 1080px){
	.bookAppoint{
		background-size: cover;
		padding: 20px 0 20px 0;
		min-height: 400px;
	}
	.bookAppoint p{
		font-size: 30px;
		line-height: 40px;
	}
	.laboratorySect {
	    background-size: cover;
	    min-height: 400px;
	    padding: 80px 0 80px 0;
	}

	.imgmoveup {
	    margin-top: -80px;
	    margin-right: 30px;
	}
}
@media(max-width: 1024px){
	.bottomLinks h4 {
	    font-size: 18px;
	}
	.bottomLinks h2 {
	    font-size: 35px;
	}
	.bottomLinks p{
		font-size: 15px;
	}
	.bottomLinks ul li a{
		font-size: 15px;
	}
	.copyright{
		font-size: 15px;
	}
	header .item {
	    height: 500px;
	}
	header .item.subpage{
		height: 300px !important;
		text-align: center;
	}
	header .item.subpage .cover .header-content h2{
		font-size: 35px;
		margin-top: 100px;
	}

}
@media(max-width: 1000px){
	#mainNav{
		background-color: transparent;
	}
	.navbar-dark .navbar-toggler {
	    color: rgba(255,255,255,1);
	    border-color: #3da66f;
	    background-color: #3da66f;
	    border-radius: 40px;
	    text-transform: capitalize !important;
	    font-weight: 500 !important;
	    font-size: 13px !important;
	    letter-spacing: 1px;
	    font-family: "Plus Jakarta Sans", sans-serif !important;
	    padding: 10px 15px !important;
	    transition: all 1s;
	}
	.navbar-dark .navbar-toggler:hover{
		outline: none !important;
		box-shadow: none !important;
		background: #0d4189;
		border-color: #0d4189;
	}
	.navbar-dark .navbar-toggler:focus{
		outline: none !important;
		box-shadow: none !important;
	}
	#mainNav .navbar-brand img{
		height: 100%;
    	width: 200px;
	}
	#mainNav .navbar-brand{
		padding: 20px 0 0 0;
	}
	#mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img{
		margin-top: -35px;
		height: auto;
		width: 200px;
	}
	.navbar-nav {
	    background: #fff;
	    padding: 5px 10px !important;
	    border-radius: 30px;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
	    font-size: 14px;
	    padding: 8px 20px;
	    margin: 3px 0;
	}
	.deskview{
		display: none;
	}

	h3 {
	    font-size: 35px;
	    line-height: 45px;
	    margin: 20px 0 20px 0;
	}
	.lgtext{
		font-size: 16px;
    	line-height: 25px;
        margin-bottom: 35px;
	}
	.default-btn, a.default-btn{
		padding: 6px 30px;
		font-size: 14px;
	}
	.hnm-bg img{
		max-width: 100%;
	}
	.imgmoveup {
	    margin-top: -30px;
	    margin-right: 0px;
	}
	.services h2 {
	    font-size: 35px;
	    line-height: 45px;
	}
	.dnonemob{
		display: none;
	}
	.addressInfo h4 {
	    font-size: 16px;
	    line-height: 30px;
	}
	.addressInfo p {
	    font-size: 15px;
	    line-height: 25px;
	}
	.addressInfo {
	    padding: 75px 25px;
	}
	.gmap {
	    border-radius: 20px;
	    min-height: 540px;
	}
	.bottomLinks h2 {
	    font-size: 25px;
	}
	.bottomLinks h4 {
	    font-size: 15px;
	    line-height: 22px;
	}
	.bottomLinks p {
	    font-size: 13px;
	}
	.bottomLinks ul li {
		margin: 10px 0;
	}
	.bottomLinks ul li a {
	    font-size: 13px;
	}
	.copyright {
    	font-size: 13px;
        padding: 20px 0 20px 0;
	}
	.navbar-collapse{
		z-index: 10;
	}
	.subpageHeading h2 {
	    font-size: 30px;
	    margin: 20px 0 50px 0;
	}
	.serviceSect{
		margin: 20px 0 40px 0;
	}
	.imgServiceBig{
		margin: 40px 0 20px 0;
	}
	.manualTherapy {
	    padding: 80px 50px;
	}
	.surgicalPro {
	    min-height: 300px;
	    padding: 80px 50px;
	}
	.hidetab{
		display: none;
	}
	.showtab{
		display: block;
	}
}
@media(max-width:768px){
	header .item .cover .header-content h2 {
	    font-size: 30px;
	    line-height: 40px;
	}
	header .item {
	    height: 250px;
	}
	section {
	    padding: 4rem 0;
	}
	.gmap {
	    border-radius: 20px;
	    min-height: 450px;
	    margin-bottom: 10px;
	}
	.addressInfo h4{
		margin: 30px 0;
	}
	.mapSect {
	    padding: 30px 0;
	}
	.laboratorySect{
		padding: 60px 0 30px 0;
	}
	.headingMRtop {
	    margin-top: 0 !important;
	}
	.bottomLinks {
		padding: 40px 0;
	}
	.hidemob{
		display: none;
	}
	.viewMob{
		display: block;
	}
	.bottomLogo{
		width: 60px;
	}
	hr{
		opacity: 0.07 !important;
	}
}
@media(max-width:560px){
	.laboratorySect h2 {
	    font-size: 25px;
	    line-height: 35px;
	    margin: 0 0 30px 0;
	}
	header .item .cover .header-content h2 {
	    font-size: 20px;
	    line-height: 30px;
	}
	#mainNav .navbar-brand {
	    padding: 20px 0 0 30px !important;
	}
	.navbar-dark .navbar-toggler{
		margin-right: 30px;
	}
}

.home-sec1-bg
{
	background-color:#eee;
}

.home-sec1-inner-col 
{
	padding:0px 30px;
	text-align:center;
}

.home-sec1 h4
{
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #0d4189;
    padding: 0;
    margin: 0px 0 50px 0;
	text-align:center;
}

.home-sec1 h6
{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #0d4189;
    padding: 0;
    margin: 20px 0 20px 0;
	text-align:center;
}

.home-sec1-inner p
{
	text-align:center;
	
}


.home-sec1-right
{
	padding-left:25px;
}

/* Service Gallery */

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery .intro {
  font-size:16px;
  max-width:100%;
}

.photo-gallery .item {
}

#services img
{
	border-radius:20px;
}

.lb-dataContainer 
{
    position: absolute;
    top: -50px;
    right: 260px;
}

.lb-number
{
	display:none !important;
}

.customer-sec
{
    background-color:#eee;
	padding-bottom:90px;
}

.customer-sec h2 
{
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    color: #0d4189;
    padding: 0;
    margin: 0px 0 70px 0;
	text-align:center;
}

.customer-sec-inner 
{
    background: #fff;
    padding: 40px 50px;
    border-radius: 30px;
	height:300px;
}

.customer-sec p 
{
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
	margin:0px;
}

.customer-sec .testimonial-icon
 {
    font-family: playfair display, sans-serif;
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 65px;
    text-align: center;
    top: 25px;
    left: 25px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	color: #ddd;
}


.home-sec1-right h3
{
	margin-bottom:5px;
}

.home-sec1-right h5
{
	font-size: 27px;
    color: #333;
    line-height: 30px;
    padding: 0;
    margin-top: 0;
	margin-bottom:25px;
    font-weight: 500;
}

.home-sec1-right ul
{
	padding-left:1rem;
}

.home-sec1-right ul li
{
	font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 0;
    margin-top: 0;
	margin-bottom:8px;
    font-weight: 500;
}

/* About Page */

.page-banner
{
	background-size:cover;
	background-repeat:no-repeat;
	height:420px;
    margin-top: 110px;
    padding: 0px;
}

.about-banner
{
	background-image:url(../images/dr-pillays-clinic-seychelles-about-banner.jpg);
}

.about-sec1
{
	text-align:center;
}

.about-sec2
{
	padding:100px 0px;
	background-color:#eee;
}

.about-sec2 h2, .about-sec1 h2 
{
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    color: #0d4189;
    padding: 0;
    margin: 0px 0 20px 0;
	text-align:center;
}

.about-sec2 h6
{
	font-size: 1.5rem; 
	line-height: 2rem; 
	margin-bottom: 50px; 
	margin-top: 0px; 
	text-align:center;
	color: #333333;
    font-weight: 500;
}

.about-sec2-inner
{
	padding:50px 30px;
}

.about-sec2 h5 
{
    color: #0d4189;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 15px 0;
}

.about-sec2 p 
{
    color: #333333;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7rem;
}

.about-sec2-row
{
	margin-top:30px;
}

.about-sec2 img
{
	border-radius:20px;
}

.about-sec3
{
	background-image:url(../images/dr-pillays-clinic-seychelles-about-sec3-bg.jpg);
}

.about-sec3 h2
{
	margin-bottom:20px;
}

.about-sec3 p
{
	margin-bottom:15px;
	font-size:1rem;
	line-height:1.5rem;
	color:#fff;
}

/*Contact Page */

.contact-banner
{
	background-image:url(../images/dr-pillays-clinic-seychelles-contact-banner.jpg);
}

.contact-sec1 h2
 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #0d4189;
    padding: 0;
    margin: 0 0 50px 0;
	text-align:center;
}

.contact-sec1 h3
 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
	background-color:#0d4189;
    margin: 0px;
	padding:10px 30px;
	margin-bottom:30px;
	text-align:center;
}

.contact-sec1 h5 
{
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 15px 0 10px;
	color: #0d4189;
}

.contact-sec1 p 
{
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin: 0px;
	border-bottom:1px solid #eee;
	padding-bottom:20px;
}

.contact-sec1 img
{
	border-radius:20px;
}

.contact-sec2
{
	background-color:#eee;
}

.contact-sec2 h2
 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #0d4189;
    padding: 0;
    margin: 0 0 50px 0;
	text-align:center;
}

.contact-sec2 input[type="text"], .contact-sec2 textarea, .contact-sec2 select 
{
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #333;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b4b3b3;
    border-radius: 0px;
    padding: 10px 0px;
}

.contact-sec2 input[type="text"]::placeholder, .contact-sec2 textarea::placeholder, .contact-sec2 select::placeholder 
{
	color: #333;
}

.contact-sec2 input[type="text"]:focus, .contact-sec2 textarea:focus, .contact-sec2 select:focus
{
	outline:none;
}

.map-sec iframe
{
	margin-bottom:-6px;
}

/* Service Page */

.service-banner
{
	background-image:url(../images/dr-pillays-clinic-seychelles-service-banner.jpg);
}

.service-sec-text
{
    text-align: center;
    background: rgba(149, 188, 241, 1);
    background: -moz-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(149,188,241,1)), color-stop(49%, rgba(245,245,245,1)), color-stop(100%, rgba(149,188,241,1)));
    background: -webkit-linear-gradient(45deg, rgba(149, 188, 241, 1) 0%, rgba(245, 245, 245, 1) 49%, rgba(149, 188, 241, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
    background: linear-gradient(45deg, rgba(149, 188, 241, 1) 0%, rgba(245, 245, 245, 1) 49%, rgba(149, 188, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1ee', endColorstr='#ffe1ee', GradientType=1 );
	padding:30px 40px;
	height:400px;
}

.service-sec-img
{
	background-size:cover;
	background-repeat:no-repeat;
	height:400px;
}

.service-sec-img1
{
	background-image:url(../images/dr-pillays-clinic-seychelles-doctors-sec-img1.jpg);
}

.service-sec-img2
{
	background-image:url(../images/dr-pillays-clinic-seychelles-doctors-sec-img2.jpg);
}

.service-sec-img3
{
	background-image:url(../images/dr-pillays-clinic-seychelles-doctors-sec-img3.jpg);
}

.service-sec-img4
{
	background-image:url(../images/dr-pillays-clinic-seychelles-about-img4.jpg);
}

/* Doctor Page */

.doctors-banner
{
	background-image:url(../images/dr-pillays-clinic-seychelles-doctors-banner.jpg);
}

.doctors-sec2
{
    padding: 100px 30px 100px 30px;
    border-radius: 0px;
    background: rgba(149, 188, 241, 1);
    background: -moz-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(149,188,241,1)), color-stop(49%, rgba(245,245,245,1)), color-stop(100%, rgba(149,188,241,1)));
    background: -webkit-linear-gradient(45deg, rgba(149, 188, 241, 1) 0%, rgba(245, 245, 245, 1) 49%, rgba(149, 188, 241, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(149,188,241,1) 0%, rgba(245,245,245,1) 49%, rgba(149,188,241,1) 100%);
    background: linear-gradient(45deg, rgba(149, 188, 241, 1) 0%, rgba(245, 245, 245, 1) 49%, rgba(149, 188, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1ee', endColorstr='#ffe1ee', GradientType=1 );
}

.doctors-sec2-right
{
	padding-left:30px;
}

.doctors-sec2 h4
 {
    color: #0d4189;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    padding: 0;
    margin: 30px 0 20px 0;
}

.doctors-sec2 h5 
{
    font-size: 25px;
    color: #333;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0px 0;
    font-weight: 600;
}

.doctors-sec2 h6 
{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.doctors-sec2 p 
{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px;
}

.doctors-sec2 img
{
	border-radius:20px;
	box-shadow:0px 0px 10px 0px #999;
	width:47%;
	margin-right:10px;
}