/*-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Home One
    2. Sidemenu Area
    3. Home Two
    4. Home Three

-----------------------------------------------------------------------------------*/

/*============================================
* Header Top Start
*=============================================*/

.header-top {
  background: #0bc1bb;
  padding: 9px 0;
}

.ht-social li {
  display: inline-block;
}

.ht-social li a {
  letter-spacing: 0;
  display: block;
  color: #fff;
  margin-right: 14px;
  font-size: 14px;
}

.ht-contacts {
  text-align: right;
}

.ht-contacts li {
  display: inline-block;
}

.ht-contacts li a {
  letter-spacing: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #fff;
  line-height: 14px;
}

.ht-contacts li a i {
  margin-right: 5px;
}

.ht-contacts li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border: none;
}

/*============================================
* END Header Top
*=============================================*/

/*============================================
* Header Bottom Start
*=============================================*/

.header-bottom-wrapper {
  position: relative;
}

.header-bottom {
  position: absolute;
  top: 0;
  z-index: 997;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-menu {
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.logo a {
  padding: 5px 0;
  display: inline-block;
}

.logo a img {
  max-width: 215px;
}

.main-menu {
  display: flex;
  justify-content: flex-end;
}

.main-menu nav ul li {
  display: inline-block;
  position: relative;
}

.main-menu nav ul li a {
  display: block;
  color: #0e487b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 40px 16px;
  text-transform: capitalize;
}

.main-menu nav ul li:last-child a {
  padding-right: 0;
}

.main-menu nav ul li.active > a,
.main-menu nav ul li:hover > a {
  color: #ffcc69;
}

.search-btn,
.humburger-btn {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-left: 27px;
  cursor: pointer;
}

.logo {
  padding: 10px 0;
}
.main-menu i:hover {
  color: #ffcc69;
}
/*dropdown menu*/

.main-menu nav ul li .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  background: #ffffff;
  z-index: 1;
  padding: 10px 0px 25px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.main-menu nav ul li:hover > .submenu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu nav ul li .submenu li {
  display: block;
}

.main-menu nav ul li .submenu li a {
  padding: 6px 16px 6px 30px;
  font-size: 14px;
  text-transform: capitalize;
}

/*mobile menu end*/

.slicknav_menu .slicknav_menutxt {
  display: none;
}

.slicknav_menu {
  background: transparent;
  padding: 0;
}

.slicknav_nav .slicknav_arrow {
  float: right;
}

.slicknav_menu .slicknav_icon-bar {
  height: 2px;
  width: 19px;
  margin: 3px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -46px;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, 7px);
  transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px);
}

.slicknav_nav {
  background: #0f487b;
  margin: 10px 0px;
  padding: 2px 0px 18px;
}

.slicknav_nav li {
  line-height: 30px;
  border-bottom: #02538b 1px solid;
}

.slicknav_nav a:hover {
  border-radius: 0;
  color: #fff;
}

.slicknav_nav > a {
  font-size: 14px;
  letter-spacing: 0.01em;
}

.slicknav_nav a {
  letter-spacing: 0;
}

.slicknav_menu > a {
  position: relative;
  top: 0;
  cursor: pointer;
}

.slicknav_nav .slicknav_row:hover {
  border-radius: 0;
  background: #ddd;
}

.slicknav_nav li.active > a > a {
  color: #0a0a09;
}

/*============================================
* END Header Bottom
*=============================================*/

/*============================================
* Hero Area
*=============================================*/

.hero-area {
  padding: 140px 0 211px;
  background: url(../images/hero-bg1.jpg) center/cover no-repeat;
}

.hero-content {
}

.hero-content h2 {
  font-size: 60px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0;
  line-height: 66px;
  margin-bottom: 17px;
}

.hero-content p {
  font-size: 18px;
  color: #878787;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-content a {
  margin-top: 35px;
  display: inline-block;
  height: 60px;
  background: #0f497b;
  line-height: 60px;
  letter-spacing: 0;
  color: #fff;
  padding: 0 35px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-content a:hover {
  background: #1160d4;
}

/*============================================
* END Hero Area
*=============================================*/

/*============================================
* feature Area
*=============================================*/

.feature-area {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.single-feature {
  text-align: center;
  padding: 34px 20px 26px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.single-feature .icon {
  height: 85px;
  margin-bottom: 25px;
}

.single-feature .content h4 a {
  display: block;
  font-size: 22px;
  letter-spacing: 0;
  color: #222222;
  font-weight: 700;
  margin-bottom: 18px;
}

.single-feature .content h4 a:hover {
  color: #1160d4;
}

.single-feature .content p {
  font-size: 14px;
  color: #878787;
  letter-spacing: 0;
  line-height: 25px;
}

/*============================================
* END feature Area
*=============================================*/

/*============================================
* help-center-area start
*=============================================*/

.help-center-area {
  position: relative;
  z-index: 1;
  padding-bottom: 210px;
}

.hlp-center-thumb {
  margin-right: 30px;
  border-radius: 9px;
  overflow: hidden;
  display: inline-block;
}

.hlp-center-content > h4 {
  font-size: 40px;
  font-weight: 700;
  color: #222222;
  line-height: 51px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.hlp-center-content p {
  font-size: 16px;
  color: #878787;
  letter-spacing: 0;
}

.help-feature-lists {
  margin-top: 32px;
}

.help-feature-lists li {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.help-feature-lists li .icon {
  float: left;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #0bc1bb;
  margin-right: 30px;
  text-align: center;
  line-height: 68px;
  padding: 0 17px;
}

.help-feature-lists li:nth-child(2) .icon {
  background: #0f497b;
}

.help-feature-lists li:nth-child(3) .icon {
  background: #fe94c4;
}

.help-feature-lists li .content {
  overflow: hidden;
}

.help-feature-lists li .content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.help-feature-lists li .content p {
  font-size: 16px;
  color: #878787;
  font-weight: 400;
  line-height: 26px;
}

img.vector-shape1 {
  position: absolute;
  left: 0;
  bottom: 110px;
  z-index: -1;
}

/*============================================
* END help-center-area
*=============================================*/

/*============================================
* service-area
*=============================================*/

.service-area {
  padding: 60px 0 55px;
  position: relative;
  z-index: 1;
}

.consulta {
  padding: 50px 0 55px;
  position: relative;
  z-index: 1;
}

.shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 40px;
  letter-spacing: 0;
  color: #222222;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 14px;
}

.single-service {
  margin-bottom: 45px;
}

.single-service .icon {
  height: 72px;
  margin-bottom: 20px;
}

.single-service .content h2 {
  font-size: 22px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 19px;
}

.single-service .content p {
  font-size: 14px;
  line-height: 26px;
}

.single-service .content a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #514a48;
  letter-spacing: 0;
  margin-top: 10px;
}

.single-service .content a i {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-service .content a:hover {
  color: #514a48;
}

.single-service .content a:hover i {
  margin-left: 5px;
}

/*============================================
* END service-area
*=============================================*/

/*============================================
* doctors-carousel
*=============================================*/

.meet-doctor-area {
}

.doctors-carousel {
}

.mt-doctor {

  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  padding: 30px 0 0 0;
  border-radius: 9px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;

}

.mt-doctor:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.mt-doctor .thumb {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  margin: 0 auto;
}

.mt-doctor-grande .thumb-grande  {
  overflow: hidden;
  width: 215px;
  height: 215px;
  border-radius: 360px;
  margin: 0 auto;
}

.mt-doctor .content {
  left: 0;
  bottom: -10px;
  padding: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  
}

.mt-doctor:hover .content {
  opacity: 1;
  bottom: 0;
}

.mt-doctor .content h2 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 5px;
}

.mt-doctor .content p {
  font-size: 13px;
  color: #333;
  line-height: 21px;
}

.mt-doctor .content ul.socials {
  margin-top: 10px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition-delay: 0.2s;
  opacity: 0;
}

ul.socials li {
  display: inline-block;
}

ul.socials li a {
  display: block;
  margin-right: 5px;
  color: #fff;
}
ul.socials li a i {
  transition: 0.5s ease;
}
ul.socials li a:hover i {
  color: #54ced4;
}
.mt-doctor:hover .content h2,
.mt-doctor:hover .content p,
.mt-doctor:hover .content ul.socials {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.doctors-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.doctors-carousel .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background: #0f497b;
  opacity: 0.6;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.doctors-carousel .owl-dots .owl-dot.active {
  opacity: 1;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}

/*============================================
* END doctors-carousel
*=============================================*/

/*============================================
* book-appoinment
*=============================================*/

.book-appoinment {
}

.appoinment-inner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  margin-bottom: 50px;
  background: url(../images/appoinment-bg.jpg) center/cover no-repeat;
}

.appoinment-inner .vector-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 100%;
}

.appnt-form {
  margin-right: 60px;
  margin-bottom: -50px;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.appnt-form h4 {
  font-size: 37px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0;
  line-height: 47px;
  margin-bottom: 28px;
}

.appnt-form form {
}

.form-group {
  margin-bottom: 20px;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
  height: 50px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
}

.form-control:focus,
select.form-control:not([size]):not([multiple]):focus {
  border-color: #0f497b;
  box-shadow: none;
}

textarea.form-control {
  height: 95px;
  padding-top: 12px;
}

.btn {
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 15px;
}

.btn-lg {
  height: 60px;
  line-height: 60px;
}

.btn-primary {
  background: #0f497b;
  border-color: #0f497b;
}

.btn-primary:hover {
  background: #0f497b;
  border-color: #0f497b;
}

.btn-secondary {
  background: #ffc34f;
  border-color: #efb545;
  color: #4e4848;
}

.btn-secondary:hover {
  background: #fecd6a;
  border-color: #ffc34f;
  color: #4e4848;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 166, 247, 0.26);
}

.btn-liedark {
  background: #ffcc69;
  color: #333;
}

.btn-liedark:hover {
  background: #ffc34f;
  border-color: #ffcc69;
  color: #333;
}

.btn-liedark-online {
  border-color: #205b8e;
  color: #fff;
  background: #205b8e;
}

.btn-liedark-online:hover {
  background: #0f487b;
  border-color: #0f487b;
  color: #fff;
}

.btn-liedark.focus,
.btn-liedark:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 166, 247, 0.26);
}

.btn-radius {
  border-radius: 50px;
}

/*============================================
* END book-appoinment
*=============================================*/

/*============================================
* testimonial-area
*=============================================*/

.testimonial-area {
  padding: 120px 0;
  background: url(../images/testimonial-bg.jpg) center/cover no-repeat;
}

.tst-carousel {
  position: relative;
  z-index: 1;
}

.tst-content {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  padding: 66px 45px 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}

.tst-content:before {
  content: "\f10d";
  position: absolute;
  left: 50%;
  top: 0;
  font-family: fontawesome;
  color: #e7e7e7;
  font-size: 101px;
  line-height: 101px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tst-content p {
  color: #878787;
  letter-spacing: 0;
  line-height: 27px;
}

.tst-meta {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tst-meta .text {
  flex: 1;
}

.tst-meta .text h5 {
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.tst-meta .text p {
  font-size: 16px;
  color: #878787;
}

.tst-meta .ratings {
  text-align: right;
  padding-right: 5%;
  flex: 1;
}

.tst-meta .ratings li {
  display: inline-block;
}

.tst-meta .ratings li a {
  display: block;
  color: #fdc606;
}

.tst-carousel .owl-nav {
}

.tst-carousel .owl-nav div {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tst-carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.tst-carousel .owl-nav div:hover {
  border-color: #54ced4;
  color: #54ced4;
}

/*============================================
* END testimonial-area
*=============================================*/

/*============================================
* blog-area
*=============================================*/

.blog-area {
}

.blog-single {
}

.blog-single .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.blog-single .thumb .date {
  background: #0ec2bc;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  color: #fff;
}

.blog-single .thumb .date span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
}

.blog-single .thumb .date p {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  margin-top: 3px;
}

.blog-meta-top {
  margin-bottom: 15px;
}

.blog-meta-top li {
  color: #8e8d8e;
  letter-spacing: 0;
  font-size: 14px;
}

.blog-meta-top li i {
  margin-right: 5px;
}

.blog-single .content h3 a {
  display: block;
  font-size: 22px;
  color: #0e487b;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.blog-single .content h3 a:hover {
  color: #1d62a0;
}

.blog-single .content > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffc34f;
  letter-spacing: 0;
}

.blog-single .content > a:hover {
  color: #ffcc69;
}

.blog-single .content > a i {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-single .content > a:hover i {
  margin-left: 5px;
}

/*============================================
* END blog-area
*=============================================*/

/*============================================
* footer-top
*=============================================*/

.footer-top {
  background: #0e487b;
}

.fwidget {
  margin-bottom: 40px;
}

.fwidget-company {
  padding-right: 50px;
}

.flogo {
  margin-bottom: 40px;
}

.flogo a {
  display: inline-block;
}

.fwidget-company p {
  font-size: 16px;
  color: #b3b3b3;
}

form.subscription {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

form.subscription .form-control {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  padding-left: 25px;
  border-radius: 690px;
}

form.subscription .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc34f;
  color: #fff;
  font-size: 21px;
  border-radius: 690px;
}
form.subscription .btn:hover {
  background-color: #ffcc69;
}
.fwidget-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 23px;
}

.fwidget .links li {
  display: block;
}

.fwidget .links li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 18px;
}
.fwidget .links li a:hover {
  color: #ffcc69;
}

.widget-recent-post {
}

.widget-recent-post li {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: solid 1px #f1f1f1;
}

.widget-recent-post li .thumb {
  float: left;
  margin-right: 20px;
  width: 70px;
}

.widget-recent-post li .content {
  overflow: hidden;
}

.widget-recent-post li .content p a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
  transition: 0.5s ease;
}
.widget-recent-post li .content p a:hover {
  color: #0f497b;
}
.widget-recent-post li .content span {
  font-size: 14px;
  color: #8e8d8e;
  letter-spacing: 0;
}
.sidemenu-area .widget-recent-post li .content p a {
  color: #0f497b;
}

.sidemenu-area .widget-recent-post li .content p a:hover {
  color: #082967;
}
.widget-opening-hours li {
  overflow: hidden;
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid #3a5170;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.widget-opening-hours li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.widget-opening-hours li span {
  float: right;
}

.footer-bottom-area {
  padding: 30px 0;
  background: #173257;
}

.copyright {
  color: #b3b3b3;
  font-size: 14px;
}

.ft-bottom-sc {
  text-align: right;
}

.ft-bottom-sc li a {
  color: #b3b3b3;
}

.ft-bottom-sc li a:hover {
  color: #ffcc69;
}

/*============================================
* END footer-top
*=============================================*/

/*============================================
* 2. Sidemenu Area
*=============================================*/

.sidemenu-area {
  position: fixed;
  right: -420px;
  top: 0;
  z-index: 999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-inner {
  overflow-y: auto;
  height: 100vh;
  padding: 60px;
}

.sidemenu-show {
  right: -14px;
}

.side-header {
  margin-bottom: 40px;
}

.side-header .flogo {
  margin-bottom: 25px;
}

.side-header p {
  color: #9d9d9d;
}

.side-recent-post {
  margin-bottom: 40px;
}

.sidebar-title {
  font-size: 22px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 24px;
}

.side-address h2 {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}

.side-address p {
  color: #9d9d9d;
  line-height: 23px;
  margin-bottom: 25px;
}

.side-address h5 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.side-address ul {
  text-align: left;
}

.close-btn {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 17px;
  color: #e48282;
  cursor: pointer;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.overlay.show {
  opacity: 0.6;
  visibility: visible;
}

/*============================================
* END sidemenu-area
*=============================================*/

/*============================================
* 3. Home Two
*=============================================*/

.hero-area-two {
  position: relative;
  z-index: 2;
}

.hero-two-content h2 {
  font-size: 55px;
  color: #082967;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  line-height: 67px;
  margin-bottom: 29px;
}

.hero-two-content p {
  font-size: 20px;
  line-height: 36px;
  color: #8e8e8e;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.need-doctor-area {
  position: relative;
  z-index: 1;
  padding: 65px 0;
  background: #ddf5f6;
  overflow: hidden;
}

.dot-white-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 41%;
}

.need-doctor {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.need-doctor .icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 53px;
  padding: 18px;
  margin-right: 20px;
}

.need-doctor .content h5 {
  font-size: 20px;
  color: #082967;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  line-height: 25px;
  margin-bottom: 10px;
}

.need-doctor .content h2 {
  font-size: 32px;
  color: #082967;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  line-height: 35px;
}

.hero2-right-img {
  background: url(../images/hero2-right-img.jpg) center/cover no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: calc(100% - 100px);
  width: 42%;
}

/*world-dentistry*/

.world-dentistry {
}

.wd-left-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.wd-left-thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #fff;
  color: #ffc34f;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 70px;
  font-size: 24px;
}

.wd-left-thumb a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: spin 1000ms linear infinite;
  -o-animation: spin 1000ms linear infinite;
  animation: spin 1000ms linear infinite;
}

@keyframes spin {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.wd-left-thumb .shape3 {
  position: absolute;
  left: -60px;
  bottom: -60px;
  z-index: -1;
}

.wd-content {
  padding-left: 30px;
  height: 540px;
}

.wd-content .section-title {
  text-align: left;
  margin-bottom: 24px;
}

.section-title.style-two h2 {
  font-family: "Exo", sans-serif;
  color: #082967;
}

.section-title.style-two p {
  color: #8e8e8e;
}

.wd-content .btn {
  margin-top: 35px;
}

/*we-offer-area*/

.we-offer-area {
  position: relative;
  z-index: 2;
}

.shape4 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.offer-item {
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin: 10px;
  padding: 30px 25px;
  min-height: 305px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offer-item:hover {
  background: #54ced4;
}

.offer-item .icon {
  margin-bottom: 25px;
  position: relative;
}

.offer-item .icon img {
  width: 80px;
  margin: auto;
}

.offer-item .icon img.hovered-img-icon {
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
  opacity: 0;
  z-index: 2;
  transition: 0.5s ease;
}

.offer-item:hover .icon img.hovered-img-icon {
  opacity: 1;
}

.offer-item .content h4 {
  font-size: 22px;
  color: #082967;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Exo", sans-serif;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offer-item .content p {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offer-item:hover .content h4,
.offer-item:hover .content p {
  color: #fff;
}

.offer-item .content a {
  display: inline-block;
  margin-top: 17px;
  color: #fff;
}

.offer-item .content a img {
  transition: 0.5s ease;
}

.offer-item .content a:hover img {
  width: 95%;
}
.offer-lists .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.offer-lists .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background: #2ea6f7;
  opacity: 0.6;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offer-lists .owl-dots .owl-dot.active {
  opacity: 1;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}

/*why-choose-us*/

.why-choose-us {
  position: relative;
  z-index: 1;
  background: url(../images/bg/why-choose-bg.jpg) center/cover no-repeat;
}

.why-choose-us:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background: #0c3965;
}

.wchy-item {
  text-align: center;
}

.wchy-item .icon {
  height: 135px;
  width: 135px;
  border: 2px solid #fefefe;
  border-radius: 50%;
  text-align: center;
  line-height: 135px;
  margin: 0 auto 29px;
}

.wchy-item h3 {
  font-size: 26px;
  color: #fecd6a;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-family: "Exo", sans-serif;
}

.wchy-item p {
  color: #ffffff;
  font-size: 14px;
}

/*meet-s2*/

.meet-s2 .mt-doctor:before {
  background: #54ced4;
}

.meet-s2 .owl-dots .owl-dot.active {
  background: #2ea6f7;
}

.appoinment-s2 {
  background: url(../images/appoinment-bg2.jpg) center/cover no-repeat;
}

.appoinment-s2 .vector-shape2 {
  top: 0;
  bottom: auto;
  max-width: 49%;
}

/*============================================
* END Home Two
*=============================================*/

/*============================================
* Home Three
*=============================================*/

.hero-area-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 530px;
  padding-top: 180px;
  background: url(../images/bg/hero3-bg.jpg) center/cover no-repeat;
}

.hero-three-content {
}

.hero-three-content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.hero-three-content p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 15px;
}

.hero3-right-img {
  position: absolute;
  left: calc(50% + 150px);
  bottom: 0;
}

.hero1-bg {
  position: absolute;
  left: calc(40% + 50px);
  height: 450px;
  bottom: 0;
}

/*transparent-header*/

.transparent-header {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.transparent-header .header-bottom {
  background: transparent;
}

.transparent-header .header-bottom.sticky-menu {
  background: #0f497b;
  z-index: 100000000;
}

.transparent-header .header-bottom .main-menu nav > ul > li > a {
  color: #fff;
}

.transparent-header .header-bottom .main-menu nav > ul > li > a.active,
.transparent-header .header-bottom .main-menu nav > ul > li > a:hover {
  color: #ffcc69;
}

.transparent-header .header-bottom .search-btn,
.transparent-header .header-bottom .humburger-btn {
  color: #fff;
}

/*.help-center-area.style2*/

.help-center-area.style2 {
  padding-bottom: 150px;
}

/*meet-s3*/

.meet-s3 .mt-doctor:before {
  background: #0f497b;
}

.meet-s3 .owl-dots .owl-dot.active {
  background: #163257;
}

/*appoinment-s3*/

.appoinment-s3 {
  background: url(../images/appoinment-bg3.jpg) center/cover no-repeat;
}

.appoinment-s3 .btn {
  background: #23408e;
  border-color: #23408e;
}

.appoinment-s3 .btn:hover {
  background-color: #3657b1;
  border-color: #3657b1;
}

.testimonial-area {
  position: relative;
  z-index: 1;
}

.testimonial-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: url(../images/bg/gradiant-bg.png) center/ cover no-repeat;
}

/*============================================
* END Home Three
*=============================================*/

/*============================================
* Cardiology
*=============================================*/

.medical-department-area {
}

.sidebar-area {
}

.widget {
  margin-bottom: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget-category {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.mdldp-category-list li a {
  font-size: 16px;
  color: #878787;
  letter-spacing: 0;
  font-weight: 700;
  padding: 25px 22px;
  border-bottom: 1px solid #ebebeb;
  font-family: "Open Sans", sans-serif;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mdldp-category-list li a.active,
.mdldp-category-list li a:hover {
  background: #0f487b;
  color: #fff;
}

.mdldp-category-list li a i {
  float: right;
}

.widget-opening-hour {
  background: #215a8d;
}

.widget-opening-hour .title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  padding: 16px 22px;
  font-family: "Open Sans", sans-serif;
}

.widget-opening-hour ul li {
  padding: 11px 22px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.widget-opening-hour ul li span {
  float: right;
}

.widget-title {
  margin-bottom: 20px;
  color: #272b2e;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}

.recent-post {
}

.recent-post li {
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.recent-post .icon {
  float: left;
  margin-right: 20px;
}

.recent-post .content {
  overflow: hidden;
}

.recent-post .content h4 a {
  display: block;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-post .content h4 a:hover {
  color: #0f497b;
}

.recent-post .content p {
  font-size: 12px;
  color: #8e8d8e;
  letter-spacing: 0;
}

.medical-department-content .about-title {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.medical-department-content p {
  line-height: 26px;
  margin-bottom: 30px;
}

.mdl-thumb {
  margin-bottom: 50px;
}

/*============================================
* END Cardiology
*=============================================*/

/*============================================
* Doctors 
*=============================================*/
.doctors-area .mt-doctor {
  width: 250px;
  max-width: 100%;
  margin: 0 auto 30px;
}

/*============================================
* END Doctors
*=============================================*/
/*============================================
* Doctor details
*=============================================*/
.about-doctor-area {
  position: relative;
  z-index: 1;
}

.about-doctor-area .vector-shape1 {
  bottom: auto;
  top: 130px;
  left: 300px;
}

.doctor-thumb img {
  border-radius: 9px;
}

.doctor-info {
  padding-left: 65px;
}

.doctor-info h4 {
  font-size: 40px;
  color: #222222;
  letter-spacing: 0;
  line-height: 53px;
  margin-bottom: 22px;
}

.doctor-details li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.doctor-details li p {
  flex-basis: 30%;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 600;
}

.doctor-details li span {
  flex: 1;
  color: #878787;
  font-size: 16px;
  padding-left: 20px;
  letter-spacing: 0;
}

.doctor-bio {
  margin-top: 120px;
}

.doctor-bio h2 {
  font-size: 30px;
  color: #222222;
  letter-spacing: 0;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.doctor-bio h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 35px;
  background: #54ced4;
}

.bio-text {
  padding-left: 160px;
}

.bio-text p {
  margin-bottom: 30px;
}

.bio-text img {
}

/*doctor-contact-area*/
.doctor-contact-area {
  background: url(../images/bg/doctor-contact-bg.jpg) center/cover no-repeat;
}

.dc-skills {
}

.dc-skills h4 {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 42px;
}

.skill-progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.skill-progress:last-child {
  margin-bottom: 0;
}

.skill-progress span {
  display: block;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.progress-h {
  background-color: #ddd;
  height: 10px;
  flex-basis: 100%;
}

.skill-progress .progress-bar {
  width: 100%;
  height: 10px;
  background: #0bc1bb;
  opacity: 0;
  position: relative;
}

.left-anim {
  animation: animate-positive 2s;
  opacity: 1 !important;
}

@keyframes animate-positive {
  0% {
    width: 0%;
  }
}

.doctor-contact-area .appnt-form {
  margin: 0;
}

.doctor-contact-area .appnt-form h4 {
  font-size: 30px;
}

/*============================================
* END Doctors details
*=============================================*/
/*============================================
* Contact Us
*=============================================*/
.contact-style1-area textarea {
  height: 212px;
}

.cnt-style1-content h4 {
  font-size: 30px;
  color: #0c0b1f;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.cnt-list {
  margin-top: 30px;
}

.cnt-list li {
  margin-bottom: 30px;
}

.cnt-list li:last-child {
  margin-bottom: 0;
}

.cnt-list li h5 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 5px;
}

/*contact-style2-area*/
.contact-style2-area .cnt-list {
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.contact-style2-area .cnt-list li {
  flex: 1;
  text-align: center;
}

.contact-style2-area .subtitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  color: #0c0b1f;
  line-height: 43px;
  margin-bottom: 29px;
}

#google_map {
  height: 450px;
}

/*============================================
* END Contact Us
*=============================================*/

/*============================================
* Gallery
*=============================================*/
.galery-area {
}

.glry-item {
  margin-bottom: 30px;
}

.glry-item a {
  display: block;
  position: relative;
  z-index: 1;
}

.glry-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2264c9;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.glry-item a:hover:before {
  opacity: 0.5;
}

/*============================================
* END Gallery
*=============================================*/

/* breadcumb-area start  */
.breadcumb-area {
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}

.breadcumb-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #114a7c;
  z-index: -1;
  opacity: 0.7;
  content: "";
}

.breadcumb-title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 45px;
}

.breadcumb-menu {
  display: flex;
  flex-wrap: wrap;
}

.breadcumb-menu li {
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.breadcumb-menu li::before {
  content: "\f105";
  margin: 0px 5px;
  font-family: "fontawesome";
}

.breadcumb-menu li:first-child::before {
  display: none;
}

.breadcumb-menu li a {
  color: #fff;
}

.breadcumb-menu li a:hover {
  opacity: 0.7;
}

/* breadcumb-area end  */

/* about-page-area start  */
.about-area {
  position: relative;
  z-index: 1;
}

.about-content {
  padding-right: 30px;
}

.about-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.about-content p {
  line-height: 26px;
  margin-bottom: 30px;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-info-list li {
  line-height: 34px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
}

.about-info-list li::before {
  content: url(../images/icon/check.png);
  line-height: 0;
  margin-right: 15px;
}

.about-img {
  position: relative;
}

.about-img img {
  width: 100%;
}

.about-img .expand-video {
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background: #ffc34f;
  color: #fff;
  font-size: 40px;
}

.about-img .expand-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #2ea6f7;
  -webkit-animation: spin 1000ms linear infinite;
  -o-animation: spin 1000ms linear infinite;
  animation: spin 1000ms linear infinite;
}

.about2-image .expand-video {
  left: 50%;
  transform: translate(-50%, -50%);
}

.vector-about {
  position: absolute;
  right: 5%;
  z-index: -1;
  bottom: 100px;
}

/* fanface-area start  */
.fanfact-area {
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
}

.fanfact-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg/shape.jpg) no-repeat center center / cover;
  opacity: 0.7;
  z-index: -1;
}

.fanfact-items {
  display: flex;
  flex-wrap: wrap;
}

.fanfact-item {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 30px;
}

.fanfact-item:last-child {
  border-right: none;
}

.fanfact-item h2 {
  font-size: 70px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.fanfact-item p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.remove-overlay::before {
  background: transparent;
}

/* about-page-area end  */
/* blog-area start  */
.blog-page-area,
.blog-classic-area {
  padding: 80px 0px 90px;
}

.blog-page-area .blog-single {
  margin-bottom: 30px;
}

.blog-page-area .blog-single .content h3 a {
  margin-bottom: 0;
}

.blog-classic-area .blog-single {
  margin-bottom: 30px;
}

.blog-classic-area .blog-single .content h3 a {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 40px;
}

.blog-classic-area .blog-single .content h5 {
  letter-spacing: 0;
  margin-bottom: 10px;
}

.blog-classic-area .blog-single .content p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-classic-area .blog-single .content .blog-meta-top li {
  display: inline-block;
  margin-right: 20px;
}

.blog-classic-area .blog-single .content .blog-meta-top li span {
  color: #222222;
}

.search-form {
  background: #fff;
  box-shadow: 3px 8px 24px rgba(232, 235, 234, 0.6);
  padding: 15px;
  margin-bottom: 35px;
}

.search-form form {
  position: relative;
}

.search-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #bdbcbc;
  transition: all 0.4s ease-in-out 0s;
  padding-left: 15px;
}

.search-form input:focus {
  outline: none;
  border-color: #0bc1bb;
}

.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 60px;
  color: #fff;
  border: 1px solid #0bc1bb;
  background: #0bc1bb;
}

.category-wrapper {
  box-shadow: 3px 8px 24px rgba(232, 235, 234, 0.6);
  padding: 15px 25px 0;
  margin-bottom: 35px;
}

.category-wrapper h3 {
  color: #272b2e;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.category-items {
  margin: 0px -25px;
}

.category-items li {
  min-height: 60px;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  padding: 0px 25px;
}

.category-items li a {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #878787;
  align-items: center;
  width: 100%;
}

.category-items li a:hover {
  color: #0c63e2;
}

.category-items li a span {
  width: 25px;
  height: 25px;
  background: #ececec;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tags-items {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.tags-items li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.tags-items li a {
  display: flex;
  height: 35px;
  min-width: 70px;
  padding: 3px 15px;
  box-shadow: 1px 5px 15px rgba(232, 235, 234, 0.3);
  background: #fff;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}

.comment-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}

.comment-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}

.comment-items {
  background: #f7f7f7;
}

.comment-item {
  overflow: hidden;
  padding: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.comment-item:last-child {
  border: none;
}

.comment-item2 {
  padding-left: 70px;
}

.comment-img {
  float: left;
  margin-right: 20px;
}

.comment-content {
  overflow: hidden;
}

.comment-content h5 {
  font-size: 16px;
  font-weight: 700;
}

.comment-content span {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.comment-content p {
  line-height: 26px;
  margin-bottom: 20px;
}

.comment-content button {
  min-width: 70px;
  background: #fff;
  box-shadow: 1px 5px 15px rgba(232, 235, 234, 0.3);
  height: 30px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
}

.comment-content button:hover {
  background: #0bc1bb;
  color: #fff;
}

.form-bg-gray {
  background: #f3f3f3;
}

/* blog-area end  */

/* faq-area start  */
.faq-wrap {
  padding: 25px;
  background: #f7f7f7;
  margin-bottom: 30px;
}

.faq-wrap h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
}

.faq-wrap h3::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  font-family: "fontawesome";
  color: #878787;
}

.faq-wrap h3[aria-expanded="true"]::before {
  color: #0c63e2;
  content: "\f106";
}

.faq-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.faq-question {
  margin-top: 50px;
}

.faq-question h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form-control.error {
  border-color: red !important;
}

.form-control.error::placeholder {
  color: red;
}

label.error {
  width: 100%;
  display: block;
  padding: 5px 15px;
  background: #ffdede;
  line-height: 22px;
  color: red;
}

.tostfyMessage {
  position: fixed;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  top: -100%;
  min-width: 280px;
  min-height: 50px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tostfyMessage .tostfyClose {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
}

/* faq-area end  */

/* 404-area start  */
.error-wrap h3 {
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
}

.error-wrap a {
  min-height: 255px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  background: #0f497b;
  border: 2px solid #0f497b;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 5px 30px;
  border-radius: 50px;
}

.error-wrap a:hover {
  color: #0f497b;
  background: #fff;
}

/* 404-area end  */

/* comingsoone area start  */
.comingsoon-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.comingsoon-wrap {
  text-align: center;
}

.comingsoon-wrap a {
  display: inline-block;
}

.comingsoon-wrap h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.comingsoon-wrap p {
  color: #fff;
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}

.countdown .cdown {
  min-width: 130px;
  position: relative;
}

.countdown .cdown::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ":";
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}

.countdown .cdown:last-child::before {
  display: none;
}

.countdown .cdown span {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.countdown .cdown p {
  font-size: 18px;
  font-weight: 600;
}

.comingsoon-wrap form {
  position: relative;
  margin: 0px 50px 60px;
}

.comingsoon-wrap form input {
  height: 60px;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding-left: 25px;
  padding-right: 180px;
  border-radius: 60px;
}

.comingsoon-wrap form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
  background: #0f497b;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #0f497b;
  cursor: pointer;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.socila-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.socila-media li {
  margin-right: 15px;
}

.socila-media li:last-child {
  margin-right: 0;
}

.socila-media li a {
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 50%;
  color: #0f627b;
  background: #fff;
  justify-content: center;
  align-items: center;
}

.socila-media li a:hover {
  background: #0f497b;
  color: #fff;
}

/* comingsoone area end  */

.btn-outline-primary {
  color: #205b8e;
  background-color: transparent;
  background-image: none;
  border-color: #205b8e;
}

.mt-detalhe{
margin-top: 35px;
}

.btn-outline-primary-ver-preco {
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border-color: transparent;
}

.btn-outline-primary-ver-preco:hover{
  color: #ffffff;
  background-color: #205b8e;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #205b8e;
  border-color: #205b8e;
}


/* Dropdown modal */
[data-dropdown] {
  position: relative;
}

.none {
  display: none;
  animation: show-up .3s forwards;
}

/* .dropdown-card {
  position: absolute;
  background: #fff;
  box-shadow:  0 0 1em #ccc;
  z-index: 200;
  left: 930px;
  width: 200px;
  height: auto;
  border-radius: 15px;
  top: 70px;
  padding: 10px;
  animation: show-up .3s forwards;
} */

.dropdown-card {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 1em #ccc;
  z-index: 200;
  /* left: 930px; */
  width: 200px;
  height: auto;
  top: 88%;
  left: 94%;
  border-radius: 15px;
  margin-left: -100px;
  /* top: 94px; */
  padding: 10px;
  animation: show-up .3s forwards;
}

@keyframes show-up {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.desc {
  /* text-align: center; */
}

.valor {
  /* text-align: center; */
  color: #205b8e;
}

.valor-2 {
  /* text-align: center; */
  color: #205b8e;
  font-size: 1.4rem;
}

.dropdown-card::before {
  content: "";
  position: absolute;
  display: block;
  top: -7px;
  left: 85px;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.close {
  margin: 3px 5px 0 0;
}

.close i {
  color: #205b8e;
}

@media screen and (max-width: 1000px) and (min-width: 200px) {
  .dropdown-card {
    left: 50%;
    top: 50%;
  }

  .bsd {
    margin-top: 40px;
  }

  .single {
    margin-top: 75px;
  }

  .single-exame {
    margin-top: 62px;
  }
}



/* @media screen and (max-width: 990px) and (min-width: 600px) {
  .dropdown-card {
    left: 35%;
    top: 70%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 991px) {
  .dropdown-card {
    left: 83%;
    top: 80%;
  }
} */


/* @media screen and (max-width: 1200px) and (min-width: 900px) {
  .dropdown-card {
    left: 770px
  }
} */

/* @media screen and (max-width: 2400px) and (min-width: 1400px) {
  .dropdown-card {
    top: 94px;
  }
} */
/* Dropdown modal fim */


.list_title {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}
@media (max-width: 991px) {
  .box_feat span {
    top: 100%;
    left: 50%;
    margin: -20px 0 0 -35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.list_title {
  background-color: #0f497b;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 20px 0 12px 0;
  text-align: center;
}
.list_title i {
  font-size: 42px;
  font-size: 3.325rem;
  margin: 0 10px 15px 0;
  display: inline-block;
  color: #fff;
}
.list_title h3 {
  font-size: 18px;
  font-size: 1.925rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .list_title i {
    display: none;
  }
  .list_title {
    text-align: left;
    padding: 15px;
  }
}

.list_title {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
}
.list_home ul li a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
}

.list_home ul {
  text-align: left;
}
.list_home ul li {
  background-color: #fff;
  height: 80px;
  line-height: 60px;
  padding: 10px;
  display: block;
  margin-bottom: 5px;
  border-radius: 3px;
  position: relative;
  font-weight: 500;
  color: #555;
}
.list_home ul li .btn {
  line-height: 16px;
  float: right;
  flex-flow: column;
  display: flex !important;
  padding-top: 9px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 6px;
}
.list_home ul li a strong {
  background-color: #f8f8f8;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.list_home ul li .linha:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  color: #514a48;
}
.m-r-10 {
  margin-right: 10px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.consulta .list_home ul li {
  height: 100px;
  line-height: 80px;
  padding-left: 20px;
}
.consulta .list_home ul li:hover {
  background-color: #f9f9f9;
}
.consulta .list_home ul li .btn {
  margin-top: 25px;
}

.mr-10 {
  margin-right: 10px;
}

.verPreco {
  padding-top: 16px !important;
}

.price {
  padding-top: 16px !important;
  position: relative;
}

#agendamentoOnlineFeegow {
  margin-top: 60px;
  padding-left: 90px;
  padding-right: 90px;
  height: 100% !important;
  float: left;
}

#content-iframe {
  width: 100% !important;
  margin-top: 40px;
  height: 1080px !important;
}

.botoes {
  width: 100%;
  float: left;
}
.botoes .btn {
  line-height: 16px;
  float: left;
  flex-flow: column;
  display: flex !important;
  padding-top: 9px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 6px;
  margin-bottom: 50px;
}
.btn-outline-primary-consulta {
  color: #205b8e;
  background-color: transparent;
  background-image: none;
}

.contact-style2-area p {
  font-size: 14px;
}

.newslatterSuccess {
  margin-top: 10px;
  color: #bdf7bd;
  display: none;
}

.newslatterError {
  margin-top: 10px;
  color: #f9c2b8;
  display: none;
}

.mobileShow,
.iconPaciente {
  display: none !important;
}
.mobileHide {
  display: block;
}
.btnMobile {
  float: left;
  margin-left: 15px;
}

#whiteDiv {
  width: 260px;
  height: 88px;
  background: white;
  position: absolute;
  z-index: 0;
  top: 99px;
  left: 7%;
}

@media (max-width: 991px) {
  .iconPaciente {
    display: block !important;
    color: #fff;
    font-size: 1.45em;
    float: right;
    margin: 8px 56px;
  }

  .btnMobile {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .mobileShow {
    display: block !important;
  }
  .mobileHide {
    display: none !important;
  }
  .list_home ul li,
  .consulta .list_home ul li {
    height: auto;
    float: left;
    padding-bottom: 27px;
    width: 100%;
  }
  .list_home ul li .btn {
    float: initial;
    width: 100%;
  }
  .breadcumb-title {
    font-size: 25px;
    margin-top: 50px;
  }
  #agendamentoOnlineFeegow {
    padding: 0;
    margin-top: 0px;
    height: 100% !important;
  }
  #content-iframe {
    width: 100%;
    height: 600px !important;
    margin-top: 100px !important;
  }

  #whiteDiv {
    display: none;
  }
}

.botoes-especialidade .btn {
  line-height: 14px;
  float: left;
  flex-flow: column;
  display: flex !important;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  height:35px;
}

.btn_login {
  margin: 30px 5px 30px 0px;
  padding: 0 24px 0 24px;
  height: 36px;
  border-radius: 100px;
  line-height: 36px;
  background: #215a8d;
  border: 0;
}
.btn_login a {
  color: #ffffff;
}
.btn_login a:hover {
  color: #ffcc69;
}

.cookiealert {
  font-size: 10px;
  display: flex;
  align-items:center;
  position: fixed;
  visibility: hidden;
  z-index: 999;
  bottom: 0;
  left: 16px;
  right: 16px;
  margin: auto;
  max-width: 1124px;
  min-height: 70px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
  border: solid 1px #eeeeee;
  background-color: #fff;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  
  }

.acceptcookies{
    margin-left: 20px;
    color: #2e6595 !important;
}
  
.acceptcookies:hover{
  color: #ffffff !important;
}
  @media only screen and (max-width: 800px){
      .cookiealert.show {
      flex-flow: column;
          }
          .default-btn{
              width: 100% !important;
          }
          .acceptcookies{
            color: #2e6595 !important;
              margin-left: 5px !important;
          }
          .cookiealert {
              flex-flow: column;
          }
  }
  
  .btn.btn-cookie{
      background: #63b3ce;
      border-color: #63b3ce;
      color: #ffff !important;
      border-radius: 30px;
      line-height: 25px;
      margin-left: 35px;
  }
  
  .btn-cookie:hover{
      cursor: pointer;
      background: #fff;
      border-color: #63b3ce;
      color: #63b3ce !important;
      border-radius: 30px;
  }
  
  .cookiealert.show {

      bottom: 20px;
      left: 16px;
      right: 16px;
      opacity: 1;
      visibility: visible;
      transform: translateY(0%);
      transition-delay: 1000ms;
  }
  
  .cookiealert a.link {
      text-decoration: underline !important ;
      color:white !important;
  }

  .bg-transparent-fixed ul li a{
      color: #ffffff !important;
      opacity: 0.8 !important;
  }
  .bg-transparent-fixed ul li a:hover, .white-bg.affix ul li a:hover{
      opacity: 1 !important;
  }
  
  
  .bg-transparent-fixed{
      background: linear-gradient(to right, rgba(24, 85, 109, 1), rgba(36, 104, 132, 1), rgba(52, 132, 165, 1), rgba(80, 176, 214, 1), rgba(90, 182, 219, 1)) !important;
  }

  .button-whatsapp-exames a {
    display: flex;
    align-items: center;
    border: 2px solid #02538b;
    padding: 7px 13px;
    border-radius: 30px;
    gap: 10px;
  }

  .button-whatsapp-exames p {
    color: #205b8e;
  }

  .button-whatsapp-exames a:hover p {
    color: #f1c66c;
  }
  
  .button-whatsapp-exames a:hover {
    background-color: #205b8e;
  }

  .button-whatsapp-exames p {
    font-weight: 400;
    font-size: 18px;
  }

  .btn-outline-secondary {
    background-color: #64b161;
    border: 1px solid #64b161;
  }

  .btn-outline-secondary:hover {
    background-color: #64b161c8;
    border: 1px solid #64b161;
  }
  
  .gap-5 {
    gap: 5px;
  }