


/* =========================================
                Html, Body
============================================ */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;

}

body {
	color: #212226;
	background-color:#C7D1C6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color:#00b1c9;
}

p {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}


/*========================================
                  Model
============================================*/

.modal-footer{
	display: inline-block;
}
.forget-p, .send-btn{
	width: 50%;
}
.modal-header{
	background-color: #00b1c9;
}
.modal-header h5.modal-title{
	color:#fff;

}
.modal-header .close{
	color: #fff;
}
.modal{
	padding-right: 0px !important;
}



/*========================================
                page loader
============================================*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/Preloader.gif") center no-repeat #fff;
}
/*========================================
                 scroll page up
============================================*/
#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: #00b1c9;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10%;
    border: 1px solid #fff;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*========================================
                Header
============================================*/
.navbar-light .navbar-toggler {
    color: rgb(255 252 252 / 98%);
    border-color: rgb(250 248 248);
    color: #fff;
    }
.navbar-light .navbar-toggler-icon{
 color: #fff;
    }
.bg-white{
	background: #fff;
}

.bg-white-p{
	padding: 10px 10px;
}
.nav-bar-section.bg-white {
    padding: 9px 0 0 0;
}
#header{
	width: 100%;
	margin-top: 15px;
}
#header.px-3{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.navbar.sticky{
    padding: 0rem 1rem;
}
header .sticky {
    position: fixed;
    z-index: 22;
    width: 100%;
    top: -116px;
    left: 0;
    padding:8px 0px 8px 0px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-color: #00b1c9 !important;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    0px 4px 12px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         0px 4px 12px 0px rgba(50, 50, 50, 0.6);
}
.btn {
    border-radius: 0 !important;
    background-color: #00b1c9 !important;
    color: white !important;
}
.top-header-logo{
	display: none;
}
.top-header-section a{
	text-decoration: none;
    color: #00b1c9;
    font-size: 14px;
    font-weight: 500;
}
/*ul.navbar-nav li.nav-item{
	margin: 10px 15px;
}*/
.nav-bar-section .navbar{
	width: 100%;
}
.py-2 {
    padding-bottom:0rem!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
    -webkit-justify-content: flex-end!important;
}
.bg-light{
	background-color: #00b1c9 !important;
}
.nav-bar-section .bg-light{
	background-color: #00b1c9 !important;
}
.navbar-brand img{
	width: 150px;
}
.nav-bar-section ul.navbar-nav li.nav-item a.nav-link{
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
    text-decoration: none;
    padding: 12px;
}
.nav-bar-section ul.navbar-nav li.nav-item a.nav-link:hover{
 background:#4f6467;
 color: #fff;
 transition: 1s;
}
#header .active{
     background:#4f6467;
 color: #fff;
 transition: 1s;
}
.btn:hover{
    background:#4f6467 !important;
    transition: 2s;
}

.nav-bar-section ul.navbar-nav li:last-child{
	padding-left: 21px;
}
/*========================================
                Home
============================================*/
#home-sec{
	padding:30px 0px;
}
#home-sec input{
	margin-bottom: 8px;
}
#home-sec h3, #home-sec i{
	font-size: 25px;
	color: #00b1c9;
}
#home-sec form{
	border: 1px solid #00b1c9;
	padding:10px 10px; 
}
.mr-p{
	padding: 1px;
}
.bg-white-pb{
	padding-bottom: 30px;

}
.latest-job-pg{
	border: 1px solid #00b1c9;
    padding: 10px 10px;
}
.latest-job-pg ul{
	padding: 0;
	margin: 0;
}
.latest-job-pg ul li{
	list-style: none;
	padding-bottom: 20px;
}
.latest-job-pg ul li a{
	font-size: 13px;
}
 #home-sec .latest-job-pg i {
    font-size: 12px;
    color: #00b1c9;
}
#home-sec .latest-job-pg strong{
	 color: #00b1c9;
}
.pagination .page-item .page-link {
    margin-left: 0;
     border-top-left-radius:0rem !important; 
border-bottom-left-radius:0rem ! important; 
border-top-right-radius: 0rem;
    border-bottom-right-radius: 0em;
}
#doctor-sec .content-abst p{
 font-size: 25px;
 font-weight: 500;
}
#home-sec .row.pagination-pb {
    padding: 36px 0px 6px 0;
}
.read-more-btn{
    padding-top: 10px;
}
/*========================================
                Home Slider
============================================*/

.white-bg-p{
	padding: 10px 0px;
}
.owl-nav{
	display: none;
}

.img-slider-left {
    margin: 8px;
    position: relative;
}

.img-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.img-slider-info {
    width: 75%;
    height: 35%;
    padding: 10px 12px;
    position: absolute;
    right: 0;
    background: #007bff;
    top: 35%;
    bottom: 0;
    opacity: 0.6;
}
.img-slider-info-last h2{
    color:#fff;
    border-bottom: 1px solid #007bff;
    font-size: 35px;
}
.img-slider-info-last h2 span{
    color:#007bff; 
}
.img-slider-info-last h4{
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}
.img-slider-info-last {
    width: 85%;
    height: 50%;
    padding: 10px 12px;
    position: absolute;
    left: 0;
    top: 40%;
    bottom: 0;
}
.img-slider-info-second {
    width: 90%;
    height: 87%;
    position: absolute;
    right: 10px;
    left: 10px;
    background: #007bff;
    top: 0px;
    bottom: 0px;
    opacity: 0.5;
    padding: 20px 5px;
    margin: 25px auto;
    border: 1px solid #fff;
}

.img-slider-info-second.img-slider-info h2{
   margin-bottom: 25px;
}
.img-slider-info.frt-sl h2{
    padding-bottom: 15px;
}
.img-slider-info.frt-sl h4{
    font-size: 20px;

}
.img-slider-info h2 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    text-align: left;
}
.img-slider-info h4{
    color: #fff;
}

.img-slider-info p {
    color: #fff;
    text-align: left;
}

/*========================================
                 News Notification
============================================*/

.new-noti-head{
 margin-bottom: 10px;
}
.new-noti-head h3{
     color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: 500;
}
.card-header{
	padding: 0px;
	margin-bottom: 12px! important;
}
.new-noti-head, .card-header{
	background-color: #00b1c9;
}
.news-notification-accord{
	padding-top: 8px;
}
.card{
	border: 0;
	border-radius: 0;
}
.read-more{
	background-color: #00b1c9;
}
.read-more a{
text-decoration:none;
}
.read-more h3{
	color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    font-weight: 500;
}
.btn-link:hover {
    text-decoration: none !important;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none !important;
    box-shadow: none;
}
.home-sec-logo{
    padding-top: 20px;
}
.home-sec-logo img{
    width: 85%;
    height: auto;
    border:1px solid #00b1c9;
    padding: 5px;
}
/*Doctor sec*/

#doctor-sec{

	padding: 30px 0px;
}
.img-sz img{
	width: 35px;
}
#doctor-sec h3{
	font-size: 25px;
	color:#00b1c9; 
}
#doctor-sec h4{
	font-size: 20px;
	color:#00b1c9; 
}
#doctor-sec .row.my-3{
	margin-bottom: 0 !important;
}
#doctor-sec p{
line-height: 25px;
margin-bottom: 0;
}
.img-rlt{
	position: relative;
}
.content-abst h2{
	font-size: 55px;
	color: #fff;
}
.content-abst p{
	font-size: 20px;
	color: #fff;
}
.content-abst{
    position: absolute;
    bottom: -139px;
    left: 0;
    right: 0;
    padding: 12px 23px;
    text-align: center;
    background-color: #00b1c9;
    margin: 0px 12px 12px 12px;
}
/*========================================
                Footer Section
============================================*/

footer .top-footer{
	background-color: #00b1c9;
}
.top-footer .btn{
    padding-left: 0px;
}
footer .top-footer ul{
 padding: 0;
 margin: 0;
}
footer .top-footer ul li{
	list-style: none;
	line-height: 35px;
}
footer .top-footer ul li a{
	color: #fff;
    text-decoration: none;
}
.footer-pad{
	padding: 10px 0px;
}
footer .top-footer h4{
color: #fff;
font-size: 20px;
border-bottom: 1px solid #fff;
line-height: 50px;
}
footer .top-footer h4 a{
	color: #fff;
	text-decoration: none;
}
footer .top-footer p{
	color: #fff;
	margin-bottom: 0px;
}
footer .top-footer i{
	color: #fff;
}
footer .top-footer .fa-mobile {
    font-size: 20px;
}

footer .top-footer .fa-envelope{
	 font-size: 20px;
}
footer .top-footer .social-icon{
	margin-right: 6px;
    font-size: 20px;
}
.logo-footer-img {
    width: 56%;
    margin-top: 5px;
}
footer .top-footer .bottom-footer p{
	color:#00b1c9;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.bottom-footer {
    background-color: #fff;
    padding: 8px 0px 3px 0px;
}
.bottom-footer figure img {
    width: 40%;
}
.qui-link{
	width: 95%;
}
.bottom-footer figure {
    margin: 0 0 0rem;
}
footer .top-footer .top-btn-footer{
    color: #fff;
}
footer .top-footer ul li a:hover{
    color:#4f6467; 
}

/*========================================
                  About Us
============================================*/
#about-us, #faqs, #news, #readmore, #our-blogs, 
#contact-us, #career, #terms-conditions, #privacy-policy{
    padding: 30px 0px 30px 0px;
}
.heading-content h1{
	font-size: 36px;
	color: #00b1c9;
}
.about-us-content {
	padding: 30px 0px 7px 0px
}
#about-us .about-us-content  h1{
	font-size: 36px;
	color: #00b1c9;
}
#about-us .about-us-content  h2{
	font-size: 20px;
	color: #00b1c9;
}
#about-us .about-us-content hr, .faqs-content hr{
  border-top: 1px solid #00b1c9;
}

/*========================================
                 FAQ
============================================*/
#accordion h2.faq-title .btn-link{
 font-size: 16px;
 font-weight: 500;
}
.faqs-content h1, .news-content h1{
	font-size: 36px;
	color: #00b1c9;
}
.faqs-content, .news-content{
	padding: 30px 0px 35px 0px;
}
/*========================================
                News
============================================*/
#news p{
color: #212226;
}
#news h2{
	font-size: 20px;
	color: #00b1c9;
}
/*========================================
               Read more job
============================================*/
#readmore .latest-job-pg ul li a{
color: #00b1c9;
}
#readmore .latest-job-pg ul li{
	padding-top: 17px;
	border-bottom: 1px dashed #00b1c9;
}
#readmore  .latest-job-pg {
    border: 1px solid #00b1c9;
    padding: 10px 10px 30px 10px;

}
  #readmore .pagination-pb {
    padding: 20px 0px 12px 0px;

}
/*========================================
                 Our Blogs
============================================*/
 
#our-blogs .our-blogs-content{
	padding: 30px 0px 35px 0px
}
#our-blogs .img-blog-content p{
	padding: 0;
	line-height: 5px;
}
#our-blogs h3{
font-size: 24px;
color: #00b1c9;
font-family: "lato", sans-serif;
line-height: 35px;
font-weight: 500;
}
.img-blogs{
	position: relative;
	border: 1px solid #ccc;
}
.blog-overlay p{
	font-size: 14px;
	color: #00b1c9;
	line-height: 20px;
}
.blog-overlay h4{
	font-size: 18px;
	color: #00b1c9;
	line-height: 20px;
}
.blog-overlay{
 position: absolute;
 top: 7px;
 left: 20px;
}
.img-blogs-logo{
	position: absolute;
    top: 164px;
    left: 113px;
    width: 100%;
}
.img-blogs-logo img{;
	width: 300px
}
.blog-pad{
	padding-bottom: 10px
}
.img-blogs figure {
    margin: 0 0 0rem;
}
.img-blog-content-m img{
 width: 50%;
}
.img-blog-content-m p{
	padding-top: 7px;
}
.img-blog-content-l img{
	width: 48%;
	background:#fff;
}
.blog-overlay-1 {
    position: absolute;
    top: 4px;
    left: 5px;
}
.blogs-content-ltr{
	padding-bottom: 30px;
}
/*========================================
                Career
============================================*/
#partner{
    padding:0px 0px 30px 0px;
}
#partner-form-1{
      padding:0px 0px 30px 0px;
}
.partner-content p a{
    text-decoration: none;
}
.sub-btn{
	margin: 30px 0px;
}
.needs-validation{
	margin-top: 20px;
}
.partner-content{
	padding: 15px 0px;
}
#partner i{
	color: #00b1c9;
	font-size: 25px;
}
#partner i.fa-mobile{
	font-size: 25px;
}
.partner-img{
	position: relative;;
}
.overlay-partner{
	position: absolute;
    bottom: 2%;
    left: 2%;
    right: 2%;
    background-color:#00b1c9;
    width: 95%;
    margin:0 auto;
    opacity: 0.7;
}
.partner-img img{
	opacity: 0.7;
}
.overlay-partner span h3{
    font-size: 29px;
    color: #fff;
    font-weight: 400;
    padding: 15px 10px;
}
.partner-img figure{
	margin: 0;

}
.form-control{
	border-radius: 0;
}
/*========================================
                 Contact Us
============================================*/
#contact-us .sub-btn {
    margin: 0px 0px;
}
.col-md-6.contact-address {
    padding-left: 5%;
    padding-top: 20px;
}
.contact-address ul{
    padding: 0 0 0 43px;
    margin: 0;
}

.contact-address ul li{
   list-style: none;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
.map {
    margin-top: 30px;
}

.contact-address p {
    color: #00b1c9;
    font-size: 15px;
    line-height: 23px;
}
.contact-address h5{
    font-size: 15px;
}
.contact-address ul li a{
    text-decoration: none;
}
.contact-address h4{
   font-size: 15px;
   line-height: 20px;
}
.contact-address .fap-1 {
    font-size: 40px;
    position: absolute;
    color: #00b1c9;
    top: 18px;
    left: 55px;
}
.contact-address .fap-2 {
    font-size: 30px;
    position: absolute;
    color: #00b1c9;
    top: 120px;
    left: 48px;
}

.contact-address .fap-3 {
    font-size: 40px;
    position: absolute;
     color: #00b1c9;
    top: 185px;
    left: 55px;
}

#recuiter-login{
    padding: 30px 0px 30px 0px;
}
.pt-contect{
    padding: 30px 0px 8px 20px;
}
#recuiter-login .pt-contect h5{
    color: #333;
}

/*========================================
                Privacy Policy
============================================*/
#privacy-policy ul{
    padding-left: 30px;
}
.content-p {
    text-align: justify;
}