/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700,800,900|Rubik:300,400,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Rubik:300,400,500,500i,700,700i');
@import url('https://use.fontawesome.com/releases/v5.4.1/css/all.css');
body {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: #666666;
	background-color: #ffffff;
	font-weight: lighter;
	line-height: 24px;
}

a,
img {
	text-decoration: none;
	outline: none;
	border: none;
}

:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

ul,
ol {
	padding: 0;
}

ul li {
	list-style: none;
}

a,
a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: none;
	outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
 {
	font-family:  'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}

a:hover, button:hover{
	transition: 0.5s !important;
}

/* Main Header */

.aftr-scroll-header {
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s linear;
}

header {
	position: fixed;
	top: 35px;
	left: 0;
	z-index: 102;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
	transition: all 0.5s linear;
}

header .navbar {
	background-color: transparent;
	padding: 0;
}



header .navbar-light .navbar-nav {
	/*margin-top: 10px;*/
}

header .navbar-light .navbar-nav .menu-item,
header .navbar-light .navbar-nav .menu-item:focus {
	color: #000000;
	line-height: normal;
	font-size: 14px;
	padding: 40px 22px;
	text-transform: uppercase;
	font-weight: 500;
}

header .navbar-light .navbar-nav li:last-child .menu-item {
	border: 0;
	padding-right: 30px;
}

header .navbar-light .navbar-nav .menu-item:hover,
header .navbar-light .navbar-nav .menu-item.show,
header .navbar-light .navbar-nav .show>.menu-item {
	color: #ffffff;
}

header .navbar-light .navbar-nav .current-menu-item,
header .navbar-light .navbar-nav .current-menu-item>.menu-item,
header .navbar-light .navbar-nav .menu-item.current-menu-item,
header .navbar-light .navbar-nav .menu-item.current-menu-item:hover {
	color: #ffffff;
	background-color: #0084FF;
}

header .navbar-light .navbar-nav .menu-item:hover {
	color: #ffffff;
    background-color: #0084FF;
}

header .navbar-light .navbar-nav li .btn {
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin-top: 5px;
	margin-left: 10px;
}

header .navbar-light .navbar-nav .dropdown .menu-item,
header .navbar-light .navbar-nav .dropdown .menu-item:focus {
	/*padding-top: 7px;
	padding-bottom: 7px;*/
}

header .navbar-light .navbar-nav .dropdown img {
	width: 40px;
	height: 40px;
}

/* Main Content */

.banner-text {
    
    top: 20%;
    text-align: right;
    left: 0;
    right: 0;
}

.banner-wrapper {
	background-image: url(../images/banner-wrapper.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 670px;
	
	align-items: center;
    display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
}
.banner-text h2 {
	font-size: 42px;
    font-weight: 700;
    text-shadow: 2px 5px 9px #666666;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: 80px;
    display: inline-block;
}

.banner-text h4 {
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	line-height: 38px;
}
.book-btn{
	font-size: 20px;
	font-weight:600;
    color: #ffffff;
	
	background-color:rgba(34,105,205,0.6);
	padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 2px 4px 9px #666666;
}

/*about us*/

.about-wrapper{
	background-image: url(../images/about-wrapper.jpg);
	background-size: cover;
	padding: 40px 0;
    margin-bottom: 70px;
}

.about-wrapper .heading {
    margin-bottom: 50px;
    text-align: center;
}

.about-box{
	background-color: rgb(255,255,255);
	box-shadow: 0px 0px 60px rgba(0,0,0,0.3);
	padding: 30px 40px 70px;
}
.heading h1{
 font-size: 28px;
 font-weight: bold;
 color: rgb(51,51,51);
 margin-bottom: 10px;
 margin-top: 40px;
}
.bg-blue{
	background-color: #2268cd;
	padding: 30px 30px ;
}
.sub-title{
	font-weight: 500;
    color: rgb(255,255,255);
    
}
.text{
	 color: rgb(255,255,255);
}

.link{font-weight: 500;
     color: rgb(255,255,255);
}

.know-more-text p {
    font-size: 15px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

.know-more-section {
    margin-bottom: 80px;
}

.blue-btn {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background: #2268cd;
    width: 154px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
}    

.blue-btn:hover {
    background: #0084FF;
    color: #fff;
}


.m-b-20 {
    margin-bottom: 30px;
}

.group-img {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
} 

.procedure-treatment-wrapper {
    margin-bottom: 15px;
}

.procedure-treatment-wrapper .heading {
    margin-bottom: 50px;
    text-align: center;
}


.procedure-treatment-wrapper .heading p {
    max-width: 780px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0 auto;
}

.diesease-box-area {
    margin-bottom: 50px;
}

.diesease-box-area:hover img {
/*
    background: #666666;
    opacity: 0.5;
*/
    -webkit-filter: grayscale(1);
    cursor: pointer;
}

.diesease-img img {
    border-radius: 50%;
    border: 1px solid #ccc;
    -webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .2s ease-in-out;  
}

.diesease-img {
    text-align: center;
    margin-bottom: 20px;
}

.diesease-name {
    text-align: center;
}

.diesease-name h3 {
    font-size: 18px;
    color: #333333;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
}

.diesease-name p{
    margin-bottom: 15px;
    color: #666666;
    font-family: 'Poppins', sans-serif;
}



.diesease-name a {
    font-size: 15px;
    color: #2268cd;
    font-weight: 500;
}

.diesease-name a:hover {
    color: #666666;
    transition: 0.5s;
}

/*
.location-map-area:hover .location-text-area h3, .location-map-area:hover .location-text-area:hover p strong, .location-map-area:hover .location-text-area:hover p {
    color: #fff;
    transition: 0.5s;
}
*/

.location-map-area:hover h3, .location-map-area:hover p, .location-map-area:hover p strong {
    color: #fff;
}

.location-map-area:hover .location-text-area {
    cursor: pointer;
    background: #2268cd;
    transition: 0.5s;
} 



.location-information-wrapper {
/*    background: #e3edfb;*/
    background: url(../images/location-info-bg.jpeg) no-repeat center center;
    padding: 80px 0;
    margin-bottom: 0;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
    background-size: cover;
}

.location-information-wrapper .heading h1 {
    margin-top: 0;
}

.location-text-area {
   padding: 30px 30px; 
   background: #fff;
   min-height: 342px; 
   position: relative;
   overflow: hidden;     
}

.location-text-area:after {
   content: "";    
   background: url(../images/location.png) no-repeat right bottom; 
   position: absolute;
   right: 0;
   bottom: -27px;
   width: 86px;
   height: 114px;
}

.location-map-area:hover .location-text-area:after {
   content: "";    
    background: url(../images/location-w.png) no-repeat right bottom; 
}

.location-text-area h3 {
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
}

.location-text-area p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
}

.location-text-area p strong{
    color: #000000;
}

.location-map-area {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}

.padd-r {
    padding-right: 0;
}

.padd-l {
       padding-left: 0;
}

.location-map iframe {
    height: 340px;
    width: 100%;
    display: block
}

.location-information-bttm {
    margin-bottom: 30px;
}

footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 0px;
}

footer p {
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
}

.footer-about-us ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-about-us ul li a {
    color: #fff;
}

footer h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.footer-about-us p {
    margin-bottom: 30px;
}

.quick-link-li ul li {
    font-size: 15px;
    margin-bottom: 10px;
    float: left;
    width: 49%;
}

.footer-about-us ul li:hover a, .quick-link-li ul li.active, .quick-link-li ul li:hover a {
    color: #0084FF;
}

.quick-link-li ul li i {
    margin-right: 10px;
}

.quick-link-li ul li i, .quick-link-li ul li a {
    color: #ffffff;
}

.copy-right-area {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    border-top: 1px solid #62697a;
    padding: 30px 0;
}

.link-address-area {
    margin-bottom: 30px;
}

.doctor-text {
    padding: 39px 20px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.doctor-text:after {
    content: "";
    background: url(../images/doctor-stethoscope.png) no-repeat bottom right;
    position: absolute;
    right: 0;
    bottom: -27px;
    width: 76px;
    height: 93px;
}

.doctor-btm-area {
    cursor: pointer;
}

.doctor-btm-area:hover .doctor-text {
    background: #2268cd;
    transition: 0.5s;
}

.doctor-btm-area:hover .doctor-text:after {
    content: "";
    background: url(../images/doctor-stethoscope-w.png) no-repeat bottom right;
}

.doctor-btm-area:hover .doctor-text h2, .doctor-btm-area:hover .doctor-text p, .doctor-btm-area:hover .doctor-text a.link{
    color: #fff;
}

.doctor-text h2 {
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
}

.doctor-text p {
    color: #333333;
    font-size: 15px;
}

.doctor-text .link {
    font-size: 15px;
    color: #2268cd;
}

.doctor-text:hover .link {
    color: #666666;
}

.smilie-area {
    text-align: center;
}

.smilie-area h3 {
    font-size: 15px;
    color: #2268cd;
    margin-bottom: 5px;
}

.smilie-area p {
    color: #666666;
}

.smilie-img {
    margin-bottom: 10px;
    max-width: 73px;
    text-align: center;
    margin: 0 auto 10px;
}

.smilie-img img {
    border-radius: 50%;
}

/*
.blue-comma-area:before {
    content: "";
    border-top: 1px solid #ddd;
}*/

.blue-comma-area span {
    margin-right: -8px;
    margin-top: 60px;
    display: inline-block;
}

.blue-comma-area span i {
    color: #2268cd;
}

.blue-comma-area:after {
    content: "";
    background: #cccccc;
    height: 50px;
    width: 1px;
    position: absolute;
    top: 0;
}

.blue-comma-area:before {
    content: "";
    background: #cccccc;
    height: 50px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 22px;
    top: 94px;
}

.footer-caresoul {
    padding: 90px 0;
}

.smilie-text {
    padding: 30px 10px;
}

.footer-caresoul .carousel-control-prev, .footer-caresoul .carousel-control-next {
    bottom: -150px;
    top: 0px;
    color: #000000;
}

.footer-caresoul .carousel-control-prev {
    margin-right: 25px;
    right: 0;
    left: auto;
}

.footer-caresoul .carousel-indicators li {
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-bottom-color: #cccccc;
      position: relative;
      top: 0px;
      cursor: pointer;
      margin-right: 5px;
}

.footer-caresoul .carousel-indicators li:after {
    content: '';
    position: absolute;
    left: -6px;
    top: 6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #cccccc;
}

.footer-caresoul .carousel-indicators .active {
    border: 6px solid transparent;
      border-bottom-color: #2268cd;
}

.footer-caresoul .carousel-indicators .active:after {
    border: 6px solid transparent;
    border-top-color: #2268cd;
}

.footer-caresoul .carousel-indicators {
    left: auto;
    bottom: 20px;
    margin-right: 2%;
}

.footer-caresoul #carouselExampleIndicators {background: #fff; margin-bottom: -110px; box-shadow: 0px 0px 30px rgba(0,0,0,0.2); padding: 40px 0;}
.m-top-20{
	margin-top:15px;
	margin-bottom:15px;
}
.menu-header_menu-container {
    margin-left: auto !important;
}
#menu-header_menu .current-menu-item a{
	color:#fff;
}
#menu-footer_menu li::before {
	 content: " > ";
font-size: 18px;
color: #fff;
font-weight: bold;
margin-right: 10px;
}
.innerpage-wrapper {
    padding: 60px;
    border-bottom: 1px solid #ddd;
    margin-top: 65px;
}
.dropdown-menu{
	width: 200px !important;
}
.dropdown-menu li{
	padding: 10px 10px !important;
text-transform: capitalize !important;
}
.footer-contact a{
    color:#fff;
}
.big_button{
    width: auto;
padding: 0px 20px;
font-size: 16px;
background: #3768CD;
}
.innerpage-wrapper h1{
    margin-bottom:20px;
}
.submit_button{
    margin-top:20px;
}
/* Haroons Code Centred map on the homepage */
.location-map-area .row {
    justify-content: center;
}