@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


.mt-t-5{margin-top:3rem;}
*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;  margin-bottom:0px; 
}
.pad-t-5{padding-top: 3rem;}

/**************************************************************************************************
Whatsapp Section
**************************************************************************************************/

.float3{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float3{
	margin-top:16px;
}


.float4{
	position:fixed;
	width:60px;
	height:60px;
	bottom:180px;
	left:10px;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float4{
	/* margin-top:16px; */
	width:100%;
}

/**************************************************************************************************
Header Section
**************************************************************************************************/

.headertop{
    /* background: #e2eff8; */
    /* background: #fff7f3; */
    /* background: #f2eff8; */
    background: #ecf3f3;
    padding: 10px 0;
}
/* Logo Section First Part */
.logo{
	/* padding:0px 20px; */
	padding:0px 5px;
	margin-left:-15px;
}
.logo img{
	width:100%;
}

/* Second Part Header */

.head-scl{
	padding-top:10px;
	border-top:1px solid #e1e1e1;
	margin-top:12px;
}
.head_location{
	
}
.head_location p{
	font-size:14px;
	color:#4a4a4a;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
	text-align:center;
	margin:0px;
}
.head_location p i{
	color:#2059a4;
	padding-right:5px;
}

/* Social */

/* .head_social{padding-top:8px;} */
.head_social ul{margin:0 auto;text-align:center;}
.head_social ul li{display:inline-block;padding:0 10px;}
.head_social ul li a{
	background:#08345c;
	/* background:#5cc6ca; */
	/* background:#328fdf; */
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:30px;
	padding:5px;
	display:inline-block;
	text-align:center;
}
.head_social ul li a i{
	color:#fff;
}

/* Call us Section Header */

.head_location1, .head_location2{padding-top:8px;}
.head_location1 p, .head_location2 p{text-align:center;margin:0px;}
.head_location1 p a,
.head_location2 p a{
	color:#181818;
	font-size:16px;
	letter-spacing:1px;
	/* line-height:42px; */
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	
}
.head_location1 p img{
	width:50px;
	margin-right:10px;
	margin-top:-8px;
}
.head_location3 img{
	width:40px;
	margin-right:10px;
	margin-top:2px;
	float:left;
}
.head_location3{padding-left:30px;}
.head_location3 p{margin:0px;}
.head_location3 p a{
	color:#4a4a4a;
	font-size:15px;
	letter-spacing:.5px;
	/* line-height:42px; */
	font-weight:400;
	font-family: 'Oswald', sans-serif;
}
.frt-cal{padding-right:40px;}
.head_location1 p i{
	padding-right:10px;
	color:#13d2d7;
}
.head_location2 p img{
	width:30px;
	margin-right:10px;
	margin-top:-8px;
}

/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel-control-next{
	bottom:10px!important;
	top:unset!important;
	right:6%!important;
}
.carousel-control-prev{
	left:unset!important;
	right:10%;
	bottom:10px!important;
	top:unset!important;
}

.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#18abaf no-repeat center center!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;
    line-height: 50px;
}
.carousel-control-next-icon:hover{
	background:#13d2d7!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-next-icon:hover:after{color:#f1f1f1;}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f178";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
	color:#fff;
}
.carousel-control-prev-icon{
	background:#18abaf no-repeat center center!important;
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-prev-icon:hover{
	background:#13d2d7!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{color:#f1f1f1;}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f177";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
	color:#fff;
}

.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;

}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
	cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}



/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 54px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}
.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-body {
    margin: 2px;
    position: relative;
}
.mt-round .mt-label {
    border-radius: 0;
}
.mt-label {
    margin-right: 2px;
    padding: 2px 8px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #18abaf;
}
.mt-news {
    overflow: hidden;
    position: absolute;
}
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}
.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mt-news li {
    float: left;
    height: 60px;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.modern-ticker a {
    text-decoration: none;
}
.mt-news a {
    background: #008083 none repeat scroll 0 0;
    border: 1px solid #008083;
    display: block;
    font-size: 17px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    color: #fff;
}
.mt-news a:hover{
	color:#fff;
}
.mt-controls {
    background-image: url(../images/pause.png);
}
.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    margin-left: 2px;
    position: absolute;
    right: 0;
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}
.mt-prev {
    background-image: url(../images/arrow-prev.png);
}
.mt-pause {
    background-image: url(images/pause.png);
}
.mt-play {
    background-color: #00cccb;
    background-image: url(../images/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}
.mt-next, .mt-prev {
    background-color: #18abaf;
}
.mt-next {
    background-image: url(../images/arrow-next.png);
}



/****************************************************************************************
About Us Home Section
****************************************************************************************/

.main_profile{
	padding:50px 0;
}
/* About Us left photo section */
.abt_profile{
	/* border:2px solid #c3d2ff; */
	/* border-radius:50%; */
	/* padding:7px 0 0 0; */
	/* position:relative; */
	margin-top:50px;
}
.abt_profile:hover{
	border-color:#6377b4;
	transition:0.5s;
}
.abt_profile img{
	width:100%;
	border-radius:50%;
	border:5px solid #18abaf;
}
.abt_profile .abt_prof_title {
	background:#4a4a4a;
	padding:10px;
	/* position:absolute; */
	/* bottom:-30px; */
	border-radius:0 0 22px 22px;
	width:100%;
	text-align:center;
	/* display:none; */
}
.abt_profile:hover .abt_prof_title{
	background:#f38e38;
	transition:0.5s;
	/* display:block; */
	/* transform:translateY(-50px); */
}
/* .main_profile:hover .abt_prof_title{ */
	/* display:block; */
	/* transition:0.5s; */
/* } */

.abt_profile .abt_prof_title h1{
	font-size:26px;
	font-family: Continuum;
	color:#fff;
	letter-spacing:1px;
	margin:0px;
	padding-bottom:5px;
}
.abt_profile h2{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight:500;
	letter-spacing:0.5px;
	margin:0px;
	line-height:24px;
}

/* About Us Right Discription Section */

.abt_description{}
.abt_description h1{
	font-size:38px;
	/* color:#00cccb; */
	color:#18abaf;
	font-family: Continuum;
	font-weight:600;
	/* letter-spacing:0.5px; */
	/* text-transform:uppercase; */
	margin:0px;
	padding-bottom:10px;
}
.abt_description h2{
	font-size:20px;
	color:#4a4a4a;
	line-height:24px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	margin:0px;
	/* padding-top:7px; */
	border-bottom:1px dashed #e3fafb;
	padding-bottom:5px;
	/* margin-bottom:5px; */
}
.abt_description h3{
	font-size:20px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	background:#13d2d7;
	padding:4px 15px;
	display:inline-block;
	margin:10px 0 0px 0;
}

.abt_description h5{
	font-size:28px;
	/* color:#00cccb; */
	/* color:#18abaf; */
	color:#f59e1b;
	font-family: continuum_medium;
	font-weight:600;
	/* letter-spacing:0.5px; */
	/* text-transform:uppercase; */
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
}
.frt-padd{margin-top:15px;}
.frt-padd span{color:#18abaf;padding-right:5px;font-weight:500;}
.abt_description p i{color:#18abaf;padding-right:5px;}
.abt_description p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin-bottom:0px;
	padding-top:2px;
	text-align:justify;
	line-height:26px;
	/* font-weight:500; */
}
.abt_description p span{
	color:#18abaf;
	font-weight:600;
}
.abt_description h4{
	font-size:20px;
	color:#6377b4;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	margin:0px;
	padding:15px 0 10px;
}
.abt_description ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin:10px 0;
	position:relative;
	padding-left:25px;
}
.abt_description ul li i{
	color:#18abaf;
	position:absolute;
	left:0px;
	top:4px;
}
.abt_description a{
	font-size:16px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	background:#13d2d7;
	padding:5px 10px;
	border-radius:5px;
	margin-top:15px;
	display:inline-block;
}
.abt_description a:hover{color:#fff;background:#4a4a4a;text-decoration:none;}
.abt_description a i{
	padding-left:10px;
	color:#fff;
}


/* Inner Page */

.abt_img img{width:100%;}
.abt-bott{padding:50px 0;background:#f8eff0;}


/*****************************************************************************
Heading Title Section
*****************************************************************************/

.heading_title,
.attachment_title{
	text-align:center;
	width:100%;
	padding-bottom:50px;
}
.heading_title h1,
.attachment_title h1{
	font-size:38px;
	color:#18abaf;
	/* font-family: 'Bubblegum Sans', cursive; */
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	/* position:relative; */
}
.heading_title1{
	text-align:center;
	width:100%;
	padding-bottom:20px;
	margin:0px;
}
.heading_title1 h1{
	font-size:26px;
	color:#fff;
	background:#18abaf;
	padding:5px 10px;
	font-family: 'Bubblegum Sans', cursive;
	letter-spacing:1px;
}
/* .heading_title h1:before{ */
	/* content:''; */
	/* background:#2e3f53; */
	/* width:140px; */
	/* height:2px; */
	/* position:absolute; */
	/* margin:0 auto; */
	/* bottom:-5px; */
/* } */
.attachment_title h1:before{
	content:'';
	background:#2e3f53;
	width:210px;
	height:2px;
	position:absolute;
	margin:0 auto;
	bottom:-5px;
}



/*****************************************************************************
Footer Section 
*****************************************************************************/

.footer{
	/* background:#e2eff8; */
	/* background:#4a4a4a; */
	background:#008083;
	padding:50px 10px 10px 50px;
}
.footer_frt{padding-right:40px;}
.footer .footer-title img{
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:10px;
	margin-bottom:15px;
}
.footer .foot_title,
.footer .foot_title2{
	padding-top:25px;
}
.footer .footer-title p,
.footer .footer-title2 p{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
}
.footer .footer-title h1,
.footer .footer-title2 h1{
	font-size:26px;
	color:#fff;
	/* font-family: Continuum; */
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	/* margin-bottom:25px; */
}
.footer .footer-title ul,
.footer .footer-title2 ul{
	margin-top:25px;
}
.footer .footer-title ul li{
	position:relative;
	margin:17px 0;
	padding-left:22px;
}
.footer .footer-title2 ul li{
	position:relative;
	margin:10px 0;
	padding-left:22px;
}
.footer .footer-title ul li a,
.footer .footer-title2 ul li a{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
}
.footer .footer-title ul li a i,
.footer .footer-title2 ul li a i{
	position:absolute;
	left:0px;
	top:5px;
	color:#01ffff;
	
}
.footer .footer-title ul li a span,
.footer .footer-title2 ul li a span{
	font-weight:600;
	/* color:#01ffff; */
	color:#fff;
	font-family:'Roboto', sans-serif;
}


.footer .footer-title1 h1{
	font-size:26px;
	color:#5cc6ca;
	font-family: Continuum;
	letter-spacing:1px;
	margin-bottom:25px;
}
.footer .footer-title1 p{
	/* position:relative; */
	margin:10px 0;
	/* padding-left:22px; */
	padding-top:5px;
}
.footer .footer-title1 p a{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;;
}
.footer .footer-title1 p a i{
	/* position:absolute; */
	/* left:0px; */
	/* top:5px; */
	color:#5cc6ca;
	
}

/* Copyright */

.copyright{
	width:100%;
	padding-top:10px;
}
.copyright p{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin:0px;
	font-weight:400;
}
.foot_logo{padding-left:10px;}
.foot_logo img{width:20px;}


/*************************************************************************************
Header top Title Section
*************************************************************************************/

.breadcrumb-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 35px 0px;
    margin: 0px 0px 40px;
    color: #FFFFFF;
	background-color: #424242;
}
.breadcrumb-section h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	/* font-family: 'Bubblegum Sans', cursive; */
	font-family: 'Roboto', sans-serif;
}
.breadcrumb-section .breadcrumb {
    float: right;
    margin: 8px 0px 0px;
	background:unset;
}
.breadcrumb-section .breadcrumb a {
    float: left;
    color: #FFFFFF;
}
.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}
.breadcrumb-section .breadcrumb span.current {
    margin: 0px;
}

.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}

/**********************************************************************************************
Services Home Section
**********************************************************************************************/

.service_main{
	padding:50px 0;
	/* background:#f8eff0; */
	background:#f2eff8;
}
.serv_img{text-align:center;}
.serv_img img{
    width: 290px;
	height: 210px;
    border: 4px solid #d1d1d1;
    background-color: #f1f1f1;
    border-radius: 15px;
	padding:5px;
} 
.serv_discription:hover .serv_img img{
	transform:translateY(-15px);
	transition:0.5s;
	border-color:#18abaf;
}

.serv_content{
    text-align: center;
    padding: 0 10px;
}
.serv_content h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	padding-top:10px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.serv_content h5 a{
	color:#4a4a4a;
}
.serv_discription:hover .serv_content h5 a{
	color:#18abaf;
}

/*****************************************************************************
Hospital Section 
*****************************************************************************/


.attachment_main{
	padding:50px 0;
}
.hospital_main{
	background:#f1f1f1;
	padding:30px;
	text-align:center;
	border-radius:5px;
	margin:0 15px;
}
.hospital_inner{
	margin:20px 15px;
}
.hospital_main img{
	width:150px;
	border:3px solid #f16d16;
	border-radius:50%;
	/* padding:10px; */
	margin-bottom:15px;
}
.hospital_main h1{
	font-size:24px;
	color:#2e3f53;
	margin:0px;
	font-family: continuum_medium;
	padding-bottom:6px;
}
.hospital_main a{
	font-size:16px;
	color:#028dd2;
	font-family: continuum_medium;
}



/******************************************************************************
Contact Section Page
******************************************************************************/

.contact_inner{
	/* background:#f1f1f1; */
	padding:50px 0;
	text-align:center;
	margin:0 auto;
}
/* .contact_left_section{} */
.contact_inner .contact_frt{
	/* border:2px solid #f1f1f1; */
	box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
	padding:20px 10px;
	margin:0 0 15px 0;
}
.contact_inner .contact_frt .cnt_icon{
	margin:0 auto;
	text-align:center;
}
.contact_inner .contact_frt .cnt_icon i{
	font-size:28px;
	color:#fff;
	background:#f38e38;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
}
.contact_inner .contact_frt h1{
	font-size:24px;
	color:#5c7e89;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	padding-top:15px;
	padding-bottom:0px;
	margin-bottom:10px;
	border-bottom:1px solid #f1f1f1;
	display:inline-block;
	/* text-align:center; */
	/* margin:0 auto; */
}
.contact_inner .contact_frt p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	letter-spacing:1px;
	font-weight:400;
	margin:0px;
}


/**********************************************************************************
Form home page
**********************************************************************************/

.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #666;
    font-size: 35px;
    text-align: center;
    margin: 10px 0 35px 0;
	font-family: continuum_medium;
}
.form-horizontal .form-group{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	margin-left:40px!important;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 21px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .form-terms img{text-align:left;display:inherit;}
.form-horizontal .btn{
    color: #18abaf;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 25px;
    border: 2px solid #18abaf;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #18abaf;
    border: 2px solid #18abaf;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #18abaf;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'Follow us on';
    color: #4a4a4a;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 165px;
    margin: -35px auto 0;
    border: 1px solid #18abaf;
    /* border-radius: 50%; */
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #18abaf;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}


/*******************************************************************************
Media Section
*******************************************************************************/

.media{padding:50px 0;}

.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;
}


/*****************************************************************************************
Sticky Book Appointment
*****************************************************************************************/

.book_appointment .float{
	position:fixed;
	top:50%;
	right:-97px;
	padding:7px 15px;
	font-size:22px;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	/* background-color:#ccafaa; */
	/* background-color:#f38e38bf; */
	background-color:#18abaf;
	border-radius:8px 8px 0 0;
	box-shadow: 2px 2px 3px #5c5c5cbf;
	z-index:100;
	transform: rotate(-90deg);
	/* overflow:hidden; */
}
.book_appointment .float1{
	position:fixed;
	bottom:26%;
	right:-80px;
	padding:7px 15px;
	font-size:22px;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color:#7db182;
	border-radius:0 0 8px 8px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
	transform: rotate(-90deg);
}
.book_appointment .float i,
.book_appointment .float1 i{
	padding-right:10px;
}
.book_appointment .float:hover{
	transition:0.5s;
	box-shadow: 6px 6px 4px #999;
	text-decoration:none;
	background:#f38e38;
	transform:translateX(-10px);
	/* transform:translateY(-10px); */
	transform: rotate(-90deg);
}

.book_appointment .float1:hover{
	transition:0.5s;
	box-shadow: 6px 6px 4px #999;
	text-decoration:none;
	background:#f38e38;
	/* transform:translateY(-10px); */
	transform: rotate(-90deg);
}
.book_appointment .float:hover i,
.book_appointment .float1:hover i{
	transition:0.5s;
	transform:translateX(-5px);
}


/*******************************************************************************
Hospital Attachment Home page
*******************************************************************************/

.hospital{padding:50px 0 50px 0;background:#f8eff0;}
.hospital-title{text-align:center;width:100%;padding-bottom:0px;text-transform:CaptionText;}
.hospital-title h1{
	font-size:28px;
	/* color:#5c7e89; */
	color:#fff;
	padding-bottom:20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	text-align:center;
	/* background:#006994; */
	/* padding:10px 15px; */
	/* display:inline-block; */
}

.hosp-inner{
	position:relative;
	background:url(../images/2.png) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:250px;
	/* animation: wiggle 16s linear infinite; */
	margin-top:20px;
}
/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.hospital-disc{
	position:absolute;
	left: 40px;
    top: 38px;
    right: 20px;
}
.hospital-disc h1{
	font-size:22px;
	color:#18abaf;
	font-family: 'Oswald', sans-serif;
	padding-bottom:10px;
}
.hospital-disc p{
	color:#f1f1f1;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	margin:0px;
	padding-bottom:10px;
}
.hospital-disc p i{
	color:#42e3e7;
}
.hospital-disc a{
	color:#4a4a4a;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	border:1px solid #4a4a4a;
	background:#f1f1f1;
	padding:6px 15px;
	margin-top:10px;
	display:inline-block;
}
.hospital-disc a img{
	width:20px;
	margin-left:10px;
}
.hospital-disc a:hover{
	color:#fff;
	background:#18abaf;
	transition:0.5s;
	letter-spacing:0.5px;
	text-decoration:none;
}
/* .hospital-disc .frame{ */
	/* border-radius:50%; */
	/* width:200px; */
	/* border:4px solid #f1f1f1; */
	/* overflow:hidden; */
/* } */


.hospital-disc ul{margin:0px;}
.hospital-disc ul li{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	padding-right:10px;
	display:inline-block;
}
.hospital-disc ul li i{
	color:#42e3e7;
}

.attach_btn{
	margin-top:80px;
	text-align:center;
}
.attach_btn a{
	font-size:16px;
	background:#18abaf;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	padding:10px 20px;
}
.attach_btn a i{
	color:#fff;
	padding-left:10px;
}
.attach_btn a:hover{
	background:#4a4a4a;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.attach_btn a:hover i{color:#f38e38;}
/* Inner Page */

.hospital1{padding:50px 0 100px 0;}

/*************************************************************************************
Testimonial Section
*************************************************************************************/


.philosophy{
	/* background:url(../images/testimonial-bg.jpg) no-repeat; */
	background:#3e3e3e;
	background-size:100% 100%;
	width:100%;
	padding:30px 0;
}
.philosophy_main{
    padding-top: 0px;
    margin: 0px 125px 0;
    /* border: 1px solid #fff; */
    
    position: relative;
    transition: all 0.7s ease 0s;
}

.philosophy_main h2{
	font: 700 30px/30px 'Roboto', cursive;
    text-align: left;
    color: #29f9ff;
	letter-spacing:0.8px;
    text-transform: uppercase;
    padding: 30px 0px 15px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
}
.philosophy_main .description{
    font-size: 16px;
    color: #fff;
	/* font-weight:500; */
    line-height: 26px;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
    /* border-bottom: 1px solid #f7f7f7; */
    /* padding: 0 25px 35px; */
    margin: 0;
	padding:7px 0;
}


/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../images/testimonial-bg.jpg) no-repeat;
	/* background:#3e3e3e; */
	background-size:100% 100%;
	width:100%;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 15px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
/* .testimonial:hover{ border-color: #e7e3e3; } */
.testimonial h2{
	font: 700 30px/30px 'Roboto', sans-serif;
    text-align: center;
    color: #18abaf;
    text-transform: uppercase;
    padding: 30px 0px 5px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
}
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #ddd;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #18abaf;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.sub-t a {
    background: #ed5b8a !important;
    color: #fff !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}



/* Inner Page Testimonial Section */

.review_inner{padding:50px 0;}
.testimonial_inn{
	/* background:#defdfd; */
	background:#ecf3f3;
	padding:20px;
	height:300px;
	margin-bottom:30px;
}
.testimonial_inn h1{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	color:#18abaf;
	border-bottom:1px solid #bfdbdb;
	padding-bottom:10px;
	margin-bottom:10px;
}
.testimonial_inn p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	line-height:28px;
	text-align:justify;
}



/***********************************************************************************
Services Page 
***********************************************************************************/

.service-inner{padding:50px 0;}
.service_main1 h1{
	font-size:28px;
	color:#d4b1ab;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	font-weight:400;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:7px;
	margin-bottom:13px;
}
.service_main1 h2{
	font-size:22px;
	color:#cca7a1;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	padding:10px 0;
}
.service_main1 img{
	width:100%;
	border-radius:10px;
	border:1px solid #e2eff8;
	margin:10px 0 20px 0;
}
.service_main1 p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
}
.service_main1 ul{}
.service_main1 ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	position:relative;
	padding-left:25px;
	margin:10px 0;
}
.service_main1 ul li i{
	position:absolute;
	left:0px;
	top:5px;
	color:#cca49e;
}






 .openBtn {
        display: flex;
        justify-content: left;
      }
      .openButton {
        /* border: none; */
        /* border-radius: 5px; */
        /* background-color: #1c87c9; */
        /* color: white; */
        /* padding: 14px 20px; */
        /* cursor: pointer; */
        /* position: fixed; */
      }
      .loginPopup {
        position: relative;
        text-align: center;
        width: 100%;
      }
      .formPopup {
        display: none;
        position: fixed;
        left: 50%;
        top: 0%;
        transform: translate(-50%, 5%);
        /* border: 3px solid #999999; */
        z-index: 9;
		width:50%;
		background:#4c4b50;
      }
      .formContainer {
        max-width: 300px;
        padding: 20px;
        background-color: #fff;
      }
      .formContainer input[type=text],
      .formContainer input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 20px 0;
        border: none;
        background: #eee;
      }
      .formContainer input[type=text]:focus,
      .formContainer input[type=password]:focus {
        background-color: #ddd;
        outline: none;
      }
      .formContainer .btn {
        padding: 12px 20px;
        border: none;
        background-color: #8ebf42;
        color: #fff;
        cursor: pointer;
        width: 100%;
        margin-bottom: 15px;
        opacity: 0.8;
      }
      .formContainer .cancel {
        background-color: #cc0000;
      }
      .formContainer .btn:hover,
      .openButton:hover {
        opacity: 1;
      }
	  .cancel{position:absolute;right:0px;top:0px;background:#14c2c7;color:#fff;}
	  
	  .tab{ font-family: 'Nunito', sans-serif; }
.tab .nav-tabs{
    background-color: transparent;
    border: none;
	display:inline-flex;
}
.tab .nav-tabs li a{
    color: #222;
    background: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
	display:inline-block;
}
.tab .nav-tabs li:last-child a{ margin-right: 0;display:inline-block; }
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #222;
    background: #fff;
    border: none;
	display:inline-block;
}
.tab .nav-tabs li.active a{ color: #fff;background:#14c2c7; }
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    background-color: #d1d1d1;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:after{
    background-color: #14c2c7;
    height: 100%;
    opacity: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    height: 100%;
    opacity: 0;
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    height: 7px;
    opacity: 1;
}
.tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
}
.tab .tab-content h3{
    color: #222;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{ width: 100%; }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
    .tab .tab-content h3{ font-size: 18px; }
}
.fade{opacity:1!important;}
.tab-pane p{margin-top:35px;}
.tab-pane p a{
	border:2px solid #f1f1f1;
	color:#4a4a4a;
	padding:7px 10px;
}
.tab-pane p a:hover{
	background:#14c2c7;
	color:#fff;
	text-decoration:none;
}


.media_inner img{
	width:100%;
	border:4px solid #ddd;
}
.media_inner h1{
	background: #ddd;
    color: #282828;
    padding: 15px 10px;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

.hospital .media_inner{
	margin:10px 0;
}