/* ====================
01. Base style
==================== */
html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-size: 14px;
  color: #555555;
  letter-spacing: 0.3px;
  font-family: "Source Sans Pro", sans-serif;
}

h1, h1 a {
  font-size: 40px;
}

h2, h2 a {
  font-size: 32px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 24px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Dosis", sans-serif;
  margin: 0;
}

p,
li,
a,
button {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  letter-spacing: 0.3px;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a:active,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

input:focus, textarea:focus {
  outline: none;
}

.padding-fix {
  padding-left: 0;
  padding-right: 0;
}

.padding-fix-r {
  padding-right: 0;
}

.padding-fix-l {
  padding-left: 0;
}

.margin-fix {
  margin-left: 0;
  margin-right: 0;
}

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}




/* ====================
03. Top Bar
==================== */
.top-bar {
  height: 45px;
  border-bottom: 1px solid #eeeeee;
}

.top-bar .bar-content {
  margin-top: 12px;
}

.top-bar .bar-content ul li {
  color: #666666;
  margin-right: 30px;
}

.top-bar .bar-content ul li img {
  margin-right: 8px;
  vertical-align: sub;
}

.top-bar .top-social {
  margin-top: 10px;
}

.top-bar .top-social ul li a i {
  font-size: 13px;
  color: #41a0ac;
  padding-left: 5px;
}

.top-bar .top-social ul li a i:hover {
  color: #41a0ac;
}

.top-bar .top-social ul li:last-child {
  margin-left: 20px;
}




/* ====================
04. Logo Area
==================== */
.logo-area {
  height: 82px;
  padding-top: 18px;
}

.logo-area .logo a{font-size: 35px; font-weight:600; color:#41a0ac;}

.logo-area .main-menu ul li {
  position: relative;
}

.logo-area .main-menu ul li a {
  font-size: 15px;
  color: #222222;
  display: block;
  margin-right: 15px;
  padding: 12px 0 20px;
}

.logo-area .main-menu ul li a i {
  font-size: 14px;
  color: #969696;
}

.logo-area .main-menu ul li a:hover {
  color: #41a0ac;
  cursor: pointer;
}

.logo-area .main-menu ul li a:hover i {
  color: #41a0ac;
}

.logo-area .main-menu ul li form {
  width: 190px;
  position: relative;
}

.logo-area .main-menu ul li form input {
  width: 100%;
  height: 38px;
  border: 1px solid #dddddd;
  background: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-left: 15px;
}

.logo-area .main-menu ul li form input:focus {
  border-color: #41a0ac;
}

.logo-area .main-menu ul li form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
}

.logo-area .main-menu ul li:last-child {
  margin-left: 15px;
}

.logo-area .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 190px;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li ul.dropdown li {
  position: relative;
}

.logo-area .main-menu ul li ul.dropdown li a {
  font-size: 14px;
  color: #555555;
  padding: 8px 20px;
  margin-right: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li ul.dropdown li a:hover {
  background: #41a0ac;
  color: #fff;
}

.logo-area .main-menu ul li ul.dropdown li a:hover i {
  color: #fff;
}

.logo-area .main-menu ul li ul.dropdown li a i {
  float: right;
  margin-top: 4px;
}

.logo-area .main-menu ul li ul.dropdown li:last-child {
  margin-left: 0;
}

.logo-area .main-menu ul li ul.dropdown li:last-child a {
  border-bottom: none;
}

.logo-area .main-menu ul li ul.dropdown li ul.dropdown2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li ul.dropdown li:hover ul.dropdown2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.logo-area .main-menu ul li.mega-menu {
  position: inherit;
}

.logo-area .main-menu ul li.mega-menu .mega-box {
  width: calc(131% - 15px);
  margin: 0 auto;
  position: absolute;
  right: 15px;
  top: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link {
  padding: 30px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link a {
  font-size: 14px;
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li.mega-menu .mega-box .q-link a:hover {
  color: #41a0ac;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news {
  padding: 30px 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 5px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  color: #969696;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept {
  padding: 30px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept a {
  font-size: 14px;
  color: #555555;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-dept a:hover {
  color: #41a0ac;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc {
  padding: 30px 30px 0 0;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item img {
  margin-bottom: 10px;
}

.logo-area .main-menu ul li.mega-menu .mega-box .m-doc .m-slider .slider-item p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.logo-area .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}
.menu-sticky.sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  height: 75px;
  padding-top: 14px;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.4);
}
/* ====================
05. Mobile Menu
==================== */
.mobile-menu-area {
  display: none;
}

@media (max-width: 767px) {
  .top-bar, .top-bar2, .top-bar3, .logo-area, .logo-area2, .logo-area3 {
    display: none;
  }
}

.mean-container .mean-bar {
  background: #fff;
  float: none;
  z-index: 999;
  text-align: center;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-bar .meanmenu-reveal {
  color: #41a0ac;
  position: absolute;
  left: 0 !important;
  right: inherit;
  top: 0;
  width: 23px;
  margin-top: 22px;
  margin-left: 30px;
}

.mean-container .mean-bar .meanmenu-reveal span {
  display: block;
  background: #41a0ac;
  height: 2px;
  margin-top: 5px;
}

.mean-container .mean-bar .mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
}

.mean-container .mean-bar .mean-nav a img {
  margin-top: 6px;
  margin-right: -60px;
  max-width: 150px;
}

.mean-container .mean-bar .mean-nav a i {
  font-size: 15px;
  color: #41a0ac;
  float: right;
  margin-top: 7px;
  margin-right: 30px;
  width: 35px;
  height: 35px;
  border: 1px solid #41a0ac;
  padding-top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mean-container .mean-bar .mean-nav a i:hover {
  color: #fff;
  background: #41a0ac;
}

.mean-container .mean-bar .mean-nav ul {
  margin-top: 20px;
  text-align: left;
  padding: 0 30px;
}

.mean-container .mean-bar .mean-nav ul li {
  position: relative;
}

.mean-container .mean-bar .mean-nav ul li a {
  color: #555555;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 0.5px;
}

.mean-container .mean-bar .mean-nav ul li a:hover {
  color: #41a0ac;
}

.mean-container .mean-bar .mean-nav ul li:nth-child(1) a {
  border-top: 1px solid #eeeeee;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand {
  font-size: 22px !important;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  z-index: 2;
  background: transparent;
  border: none !important;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand:hover {
  background: transparent;
}

.mean-container .mean-bar .mean-nav ul li ul {
  padding-left: 20px;
  margin-top: 10px;
}

.mean-container .mean-bar .mean-nav ul li ul li a {
  font-size: 13px;
  border: none !important;
}


/* ====================
08. Home Slider
==================== */
.home-slider .slider-wrapper {
  position: relative;
  overflow: hidden;
}

.home-slider .slider-wrapper .slider-item {
  width: 100%;
  height: 700px;
}

.home-slider .slider-wrapper .slider-item .slider-table {
  display: table;
  width: 100%;
  height: 100%;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell h1 span {
  color: #fff;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell a {
  font-size: 15px;
  color: #fff;
  background: #41a0ac;
  padding: 12px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell a:hover {
  background: #41a0ac;
}

.home-slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
    z-index: 1;
}

.home-slider .slider-item::after {
    position: absolute;
    content: "";
    background: #00282D;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
}

.home-slider .slider-wrapper .slider1 {
  background-image: url(../images/slider3.jpg);

}

.home-slider .slider-wrapper .slider2 {
  background-image: url(../images/slider4.jpg);

}

.home-slider .slider-wrapper .slider3 {
  background-image: url(../images/slider5.jpg);

}

.home-slider .slider-wrapper .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgb(65, 159, 171);
  width: 70px;
  height: 70px;
  text-align: center;
  margin-left: -32px;
  margin-top: -38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 22px;
  padding-left: 20px;
}

.home-slider .slider-wrapper .owl-nav .owl-prev:hover {
  background: #41a0ac;
}

.home-slider .slider-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
 background: rgb(65, 159, 171);
  width: 70px;
  height: 70px;
  text-align: center;
  margin-right: -32px;
  margin-top: -38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 22px;
  padding-right: 20px;
}

.home-slider .slider-wrapper .owl-nav .owl-next:hover {
  background: #41a0ac;
}

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}


/* ====================
form
==================== */
.fm{background-color:#41a0ac; padding:30px 0px;}
select.form-control:not([size]):not([multiple]) {
    height: 40px;
}
.fmm .form-control{border-radius:0px;}
.fmm .sk{width:230px;  height:40px;}
.fmm select{width:230px;  height:40px;}
.fmm button{width:80px; height:40px;}
.fm p{color:#fff; font-size:19px; font-weight:600; margin-top:8px; }

.fmm i{width:30px;}




/* ====================
brows recent
==================== */
.blog-area{padding-top:100px;}
.section-blog {
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 7px;
}
.single-blog {
    display: block;
    position: relative;
    z-index: 0;
}

.single-blog:hover .blog-card-hover {
    height: 100%;
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(1px);
    -o-transform: translate(1px);
    -webkit-transform: translate(1px);
    transform: translate(1px);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.time-date {
	background-color: #41a0ac;
	color:#fff;
    -webkit-box-shadow: 2px 0 5px #e0e7f4;
    -o-box-shadow: 2px 0 5px #e0e7f4;
    -moz-box-shadow: 2px 0 5px #e0e7f4;
    box-shadow: 2px 0 5px #e0e7f4;
    padding: 45px 18px 45px 30px;
    width: 100%;
	height: 270px;
}
.time-date:hover {
    -webkit-box-shadow: 5px 1px 9px #e0e7f4;
    -o-box-shadow:  5px 1px 9px #e0e7f4;
    -moz-box-shadow:  5px 1px 9px #e0e7f4;
    box-shadow:  5px 1px 9px #e0e7f4;
    padding: 45px 18px 45px 30px;
    width: 100%;
	height: 270px;
}
.time-date h4 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin: 25px 0 15px;
}

.time-date p {
    color: #fff;
    line-height: 20px;
}
.shedule {
    color: #fff;
    display: flex;
    float: left;
    cursor: pointer;
    align-items: center;
}

.shedule h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-left: 8px;
    margin-right: 15px;
   
}

.shedule:hover .fa-comments,
.shedule:hover .fa-thumbs-up,
.shedule:hover .fa-heart {
    color: #F14416
}
.blog-area a{font-size: 15px;
    color: #fff; 
	line-height: 10;
    background: #41a0ac;
    padding: 12px 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    font-weight: 600;
}

/* ====================
sec-title
==================== */

.sec-title-1{margin-bottom:50px;}
.sec-title-1 h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.sec-title-1 h4:before {
  position: absolute;
  content: '';
  background: #41a0ac;
  width: 490px;
  height: 3px;
  bottom: 0;
  left: 31%;
  margin-left: -35px;
  margin-bottom: -15px;
}
.sec-title-1 p {
 margin-top:25px;
}


.sec-title-2 h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.sec-title-2 h4:before {
  position: absolute;
  content: '';
  background: #41a0ac;
  width: 316px;
  height: 3px;
  bottom: 0;
  left: 31%;
  margin-left: -35px;
  margin-bottom: -15px;
}

.sec-title-3 h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.sec-title-3 h4:before {
  position: absolute;
  content: '';
  background: #41a0ac;
  width: 326px;
  height: 3px;
  bottom: 0;
  left: 22%;
  margin-left: -35px;
  margin-bottom: -15px;
}

.sec-title-4 h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.sec-title-4 h4:before {
  position: absolute;
  content: '';
  background: #41a0ac;
  width: 290px;
  height: 3px;
  bottom: 0;
  left: 40%;
  margin-left: -35px;
  margin-bottom: -15px;
}

.sec-title-4 p {
 margin-top:25px;
}



/* ====================
14. Specialist Area
==================== */
.specialist {
  padding: 80px 0 85px;
}

.specialist .specialist-top h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.specialist .specialist-top h4:before {
  position: absolute;
  content: '';
  background: #00a3c8;
  width: 290px;
  height: 3px;
  bottom: 0;
  left: 40%;
  margin-left: -35px;
  margin-bottom: -23px;
}


.specialist .specialist-top img {
  margin-bottom: 5px;
}

.specialist .specialist-top p {
  font-size: 16px;
  color: #969696;
  max-width: 550px;
  margin: auto;
  line-height: 28px;
  margin-bottom: 75px;
}

.specialist .owl-doctor .carousel-content {
  position: relative;
}

.specialist .owl-doctor .carousel-content .doc-content {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: rgb(65, 160, 172);
  width: 100%;
  padding: 10px 0 15px;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.specialist .owl-doctor .carousel-content .doc-content h5 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.specialist .owl-doctor .carousel-content .doc-content p {
  color: #eeeeee;
  margin-bottom: 15px;
}

.specialist .owl-doctor .carousel-content .doc-content ul li a i {
  color: #eeeeee;
  width: 30px;
  height: 30px;
  border: 1px solid #eeeeee;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.specialist .owl-doctor .carousel-content .doc-content ul li a i:hover {
  background: #fff;
  color: #00a3c8;
}

.specialist .owl-doctor .carousel-content:hover .doc-content {
  bottom: 0;
}

.about-specialist {
  padding-top: 80px;
}

.owl-doctor div{margin-top:10px;}

/* ====================
brand
==================== */
.brand{ padding: 30px 0px;}
.brand .row{margin-top:25px;}
.brand img{border: 1px solid #41a0ac; padding:20px;}

.green .col-md-4{margin-top:37px;}
.green img{border: 1px solid #41a0ac; padding:10px;}



/* ====================
20. Footer Section
==================== */
footer {
  background: #263238;
  padding: 50px 0 0px;
}

footer .findus h4 {
  color: #dddddd;
  text-transform: uppercase;
  margin-bottom: 27px;
}

footer .findus p {
  font-size: 15px;
  color: #8D8E92;
  line-height: 28px;
  margin-bottom: 15px;
}

footer .findus ul li {
  color: #8D8E92;
  margin-bottom: 12px;
}
footer .findus ul li a{
  color: #8D8E92;
 
}

footer .findus ul li i {
  font-size: 15px;
  color: #41a0ac;
  width: 35px;
}

footer .qlink h4 {
  color: #dddddd;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .qlink ul li {
  margin-bottom: 10px;
}

footer .qlink ul li i {
  font-size: 14px;
  color: #41a0ac;
  margin-right: 20px;
}

footer .qlink ul li a {
  font-size: 15px;
  color: #8D8E92;
}

footer .qlink ul li a:hover {
  color: #41a0ac;
}

footer .tpost h4 {
  color: #dddddd;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .tpost ul li {
  color: #8D8E92;
  line-height: 24px;
  margin-bottom: 20px;
}

footer .tpost ul li i {
  font-size: 32px;
  color: #41a0ac;
  display: inline-block;
  margin-right: 10px;
  float: left;
  height: 42px;
}

footer .tpost ul li a {
  color: #41a0ac;
}

footer .tpost ul li a:hover {
  text-decoration: underline;
}

footer .newsletter h4 {
  color: #dddddd;
  text-transform: uppercase;
  margin-bottom: 38px;
}

footer .newsletter form input {
  width: 100%;
  height: 40px;
  border: 1px solid #666666;
  margin-bottom: 20px;
  background: transparent;
  color: #eeeeee;
  padding-left: 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

footer .newsletter form input:focus {
  border-color: #41a0ac;
}

footer .newsletter form button {
  font-size: 15px;
  color: #eeeeee;
  background: #41a0ac;
  width: 100%;
  height: 40px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

footer .newsletter form button:hover {
  background: #41a0ac;
}
footer .f-menu {
  margin-top: 15px;
  border-top: 1px solid #555555;
  padding-top: 15px;
}

footer .f-menu ul.menu {
  margin-bottom: 20px;
}

footer .f-menu ul.menu li a {
  font-size: 15px;
  color: #8D8E92;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 10px;
}

footer .f-menu ul.menu li a:hover {
  color: #41a0ac;
}

footer .f-menu p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 20px;
}

footer .f-menu p i {
  color: #41a0ac;
  margin: 0 2px;
}

footer .f-menu p a {
  color: #41a0ac;
}

footer .f-menu p a:hover {
  text-decoration: underline;
}

footer .f-menu ul.social li a i {
  font-size: 13px;
  color: #666666;
  border: 1px solid #666666;
  width: 28px;
  text-align:center;
  height: 28px;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

footer .f-menu ul.social li a i:hover {
  background: #666666;
  color: #41a0ac;
}

footer .back-to-top a {
  background: #41a0ac;
  position: fixed;
  width: 45px;
  height: 45px;
  cursor: pointer;
  bottom: 80px;
  right: 40px;
  padding-top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
}

footer .back-to-top a:hover {
  background: #41a0ac;
}



/* ====================
24. Contact
==================== */
.contact {
  padding: 80px 0 80px;
}

.contact .contact-box-tp h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact .contact-box-tp h4:before {
  position: absolute;
  content: '';
  background: #41a0ac;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact .contact-box {
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contact .contact-box .contact-icon i {
  font-size: 26px;
  color: #41a0ac;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  margin-top: 5px;
}

.contact .contact-box .contact-content h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .contact-box .contact-content p {
  font-size: 15px;
  color: #969696;
}
.contact .contact-box .contact-content a {
  
  color: #969696;
}


.contact .contact-form h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}

.contact .contact-form h4:before {
  position: absolute;
  content: '';
  background: #41a0ac;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.contact .contact-form form p input {
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  padding-left: 15px;
  margin-bottom: 25px;
}

.contact .contact-form form p input:focus {
  border-color: #41a0ac;
}

.contact .contact-form form p textarea {
  font-size: 15px;
  width: 100%;
  height: 185px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 25px;
}

.contact .contact-form form p textarea:focus {
  border-color: #41a0ac;
}

.contact .contact-form form button {
  font-size: 15px;
  color: #fff;
  background: #41a0ac;
  padding: 10px 35px;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.contact .contact-form form button:hover {
  background: #41a0ac;
}




/* ====================
06. Breadcrumb Area
==================== */
.breadcrumb-area {
  background-image: url(../images/bread-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}

.breadcrumb-area:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.breadcrumb-area h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}

.breadcrumb-area ul li {
  color: #dddddd;
}

.breadcrumb-area ul li a {
  color: #dddddd;
}

.breadcrumb-area ul li a:hover {
  color: #41a0ac;
}

.breadcrumb-area ul li i {
  color: #969696;
  margin-right: 8px;
}




/* ====================
07. Welcome Area
==================== */
.welcome-area {
  padding: 90px 0;
}

.welcome-area .welcome-box h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.welcome-area .welcome-box h4:before {
  position: absolute;
  content: '';
  background: #41a0ac;
  width: 300px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -23px;
}


.welcome-area .welcome-box img {
  margin-left: 19px;
  margin-bottom: 10px;
}

.welcome-area .welcome-box p {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  margin-bottom: 30px;
}

.welcome-area .welcome-box a {
  font-size: 15px;
  color: #41a0ac;
  border: 1px solid #41a0ac;
  padding: 8px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.welcome-area .welcome-box a:hover {
  background: #41a0ac;
  color: #fff;
}



 
 
/* ====================
career
==================== */
.enfm{width:50%; margin:auto;
 
 padding:30px 20px;
     box-shadow: 1px 2px 10px #888888;
 }


 
 
/* ====================
25. Blog
==================== */
.blog {
  padding: 90px 0;
}

.blog .blog-box {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  width: 100%;
  height: 450px;
}

.blog .blog-box .blog-image a img {
  margin-bottom: 20px;
  width: 100%;
    height: 250px;
}

.blog .blog-box .blog-heading {
  margin-bottom: 12px;
  padding: 0 20px;
}

.blog .blog-box .blog-heading .blog-date p {
  font-size: 20px;
  background: #00a3c8;
  color: #fff;
  width: 58px;
  height: 58px;
  font-weight: 600;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 12px;
}

.blog .blog-box .blog-heading .heading-box {
  padding-top: 5px;
}

.blog .blog-box .blog-heading .heading-box h6 a {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.blog .blog-box .blog-heading .heading-box h6 a:hover {
  color: #00a3c8;
}

.blog .blog-box .blog-heading .heading-box ul li i {
  font-size: 14px;
  color: #969696;
  margin-right: 5px;
}

.blog .blog-box .blog-heading .heading-box ul li a {
  color: #555555;
}

.blog .blog-box .blog-heading .heading-box ul li a:hover {
  color: #00a3c8;
}

.blog .blog-box .blog-heading .heading-box ul li:nth-child(1) {
  margin-right: 10px;
}

.blog .blog-box .blog-content {
  padding: 0 20px;
}

.blog .blog-box .blog-content p {
  font-size: 15px;
  color: #969696;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}




/* ====================
12. Home About Area
==================== */
.h-about {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; margin:80px 0px;
}

.h-about:before {
  position: absolute;
  content: '';
  background:#41a0ac;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.h-about .about-box {
  padding: 80px 0;
}

.h-about .about-box h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.h-about .about-box h4:before {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -23px;
}

.h-about .about-box h4:after {
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  margin-bottom: -23px;
  margin-left: 38px;
}

.h-about .about-box img {
  margin-left: 19px;
  margin-bottom: 10px;
}

.h-about .about-box p {
  font-size: 16px;
  color: #eeeeee;
  line-height: 32px;
  margin-bottom: 30px;
}

.h-about .about-box p span {
  display: block;
  color: #dddddd;
  margin-top: 10px;
}

.h-about .about-box ul {
  margin-bottom: 12px;
}

.h-about .about-box ul li {
  font-size: 15px;
  color: #eeeeee;
}

.h-about .about-box ul li:nth-child(1) {
  width: 35%;
}

.h-about .about-box ul li i {
  font-size: 14px;
  color: #dddddd;
  vertical-align: middle;
  margin-right: 15px;
}

.h-about .shedule-box {
  background: #f3f3f3;
  padding: 78px 45px 38px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.h-about .shedule-box .open-hr {
  margin-bottom: 28px;
}

.h-about .shedule-box .open-hr h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 18px;
}

.h-about .shedule-box .open-hr h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.h-about .shedule-box .open-hr ul li {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dddddd;
}

.h-about .shedule-box .open-hr ul li span {
  float: right;
}

.h-about .shedule-box .help-box h6 {
  font-size: 17px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 13px;
}

.h-about .shedule-box .help-box h6 i {
  color: #00a3c8;
  margin-right: 8px;
}

.h-about .shedule-box .help-box p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}

.h-about .shedule-box .help-box a {
  font-size: 15px;
  color: #fff;
  background: #41a0ac;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.h-about .shedule-box .help-box a:hover {
  background: #41a0ac;
}




https://www.recentjob.in