/* Media Query */
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
  overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #009EDF;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #009EDF;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #009EDF;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}
.btn.btn-icon i {
  padding-left: 15px;
  font-size: 20px;
}
.btn.btn-icon i.icofont-whatsapp {
    padding-left: 0;
}
#advertiseModal .modal-header {
    border-bottom: 0 !important;
}
#advertiseModal h5 {
    color: #0692cb;
}
#advertiseModal .modal-header {
    align-items: center;
    justify-content: flex-start;
}
#advertiseModal .modal-body p {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Exo';
    color: #0692cb;
}
#advertiseModal .modal-body li {
    font-size: 11px;
    color: #636363;
    font-family: 'Exo';
}
#advertiseModal .modal-footer {
    justify-content: flex-start;
    display: flex;
    flex-direction: row-reverse;
}
#advertiseModal .modal-footer p {
    font-size: 12px;
}
#advertiseModal .modal-footer a {
    font-size: 13px;
    font-weight: 600;
    color: #0692cb;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}
.btn-main {
  background: #009EDF;
  color: #fff;
  border-color: #009EDF;
}
.btn-main:hover {
  background: #77A759;
  border-color: #77A759;
  color: #fff;
}

.btn-main-2 {
  background: #77A759;
  color: #fff;
  border-color: #77A759;
}
.btn-main-2:hover {
  background: #009EDF;
  color: #fff;
  border-color: #009EDF;
}

.btn-solid-border {
  border: 2px solid #009EDF;
  background: transparent;
  color: #009EDF;
}
.btn-solid-border:hover {
  border: 2px solid #009EDF;
  color: #fff;
  background: #009EDF;
}
.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}
.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.btn-white:hover {
  background: #009EDF;
  color: #fff;
  border-color: #009EDF;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}
.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #009EDF;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 60px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #009EDF;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #009EDF;
}

.overly-2 {
  position: relative;
}
.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 15px;
}

.text-md {
  font-size: 2rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.35s ease;
}

a:focus, a:hover {
  color: #77A759;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}
.page-title p {
    font-family: inherit;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}
.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}
.title-color {
  color: #009EDF;
}

.secondary-bg {
  background: #009EDF;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  color: #009EDF;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}
#navbarmain .nav-link {
  font-weight: 600;
  padding: 15px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.25s ease;
}
#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #77A759;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 0px;
}

.navbar-brand img {
  width: 160px;
}

.header-top-bar {
  background: #009EDF;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}
.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}
.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #77A759;
  background: #fff;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: IcoFont !important;
  vertical-align: 1px;
}
.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}
.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}
.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
}
.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: rgba(225, 36, 84, 0.05);
  color: #77A759;
}
.navigation button:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}

.bg-1 {
  background: url("../images/setting-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg/slider-bg-1.jpg") no-repeat;
  background-size: cover;
  min-height: 550px;
}
.banner .block {
  padding: 80px 0px 160px;
}
.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #009EDF;
}
@media (max-width:768px) {
   .banner .block h1 {
       color: #fff;
   }
   .banner span {
    color: #fff;
    }
    .banner .overlay {
        opacity: 0.5;
    }
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #009EDF;
}

.text-color-2 {
  color: #77A759;
}

.divider {
  width: 40px;
  height: 5px;
  background: #77A759;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
}
.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}
.appoinment-content img {
  width: 85%;
}
.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #009EDF;
  padding: 48px;
}
.appoinment-content .emergency h2 a {
  color: #fff;
}
.appoinment-content .emergency h2 a:hover {
    color: #b3e2f5;
}
.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}
.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}
.appoinment-form textarea.form-control {
  height: auto;
}
.appoinment-form .alert-warning {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    text-transform: capitalize;
    font-size: 0.8rem;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: 50px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}
.feature-item .feature-icon i {
  font-size: 50px;
  color: #009EDF;
}
.feature-item h4 {
  color: #009EDF;
  text-transform: capitalize;
}
.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
  color: #fff;
}
.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: translateY(25px);
}
.counter-stat span {
  font-size: 70px;
  color: #fff;
}
.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 60px;
}
.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
.service .icon {
  float: left;
  margin-bottom: 10px;
}
.service i {
  color: #77A759;
}
.service h4 {
  padding-left: 20px;
}
.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}
.service-block img {
  width: 100%;
  /* margin-top: -60px; */
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}
.department-service li {
  margin-bottom: 10px;
}
.department-service li i {
  color: #77A759;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
}
.doctors .btn-group .btn:hover {
    background-color: antiquewhite;
}
.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  color: #21364b;
}
.doctors .btn-group .btn img {
    margin-bottom: 7px;
}
.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}
.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #77A759;
  color: #fff;
}
.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  color: #009edf;
  cursor: pointer;
}
.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}
.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.doctor-inner-box .doctor-profile .doctor-img {
  transition: all 0.35s ease;
}
.doctor-inner-box .doctor-profile .doctor-img:hover {
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}
.doctor-info li i {
  margin-right: 20px;
  color: #77A759;
}

.read-more {
  color: #009EDF;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}
.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #009EDF;
}

.cta-section {
  margin-bottom: 0px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}
.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}
.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}
.testimonial-block p {
  background: #fff;
  font-size: 18px;
}
.testimonial-block .client-info {
  margin-bottom: 20px;
}
.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}
.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: 0.08;
}
.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}
.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}
.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}
.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}
.testimonial-block.style-2 i {
  bottom: -20px;
  color: #77A759;
  opacity: 0.3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
.contact-form-wrap .form-group {
  margin-bottom: 20px;
}
.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}
.why .icon {
    width: 3rem;
    margin-right: 1rem;
}
.why .icon img {
    width: 100%;
    margin-left: 1rem;
}

.why ul li {
    display: flex;
    align-items: center;
    color: #000;
}
@media (max-width:768px) {
 .why ul li {
     width: 100%;
     justify-content: center;
     margin-bottom: 2rem;
 }
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
  height: 270px;
}
.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #77A759;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}
.nav-links .page-numbers:hover {
  background: #009EDF;
  color: #fff;
}
.nav-links .page-numbers.current {
  background: #009EDF;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}
.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}
.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #009EDF;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #77A759;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}
.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color: #009EDF;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: #009EDF;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #009EDF;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #009EDF;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #009EDF;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #009EDF;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #77A759;
}
.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}
.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}
.sidebar-widget.latest-post .media p {
  font-size: 12px;
}
.sidebar-widget.category ul li {
  margin-bottom: 10px;
}
.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}
.sidebar-widget.category ul li a:hover {
  color: #009EDF;
  padding-left: 5px;
}
.sidebar-widget.category ul li span {
  margin-left: 10px;
}
.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all 0.2s ease;
}
.sidebar-widget.tags a:hover {
  color: #fff;
  background: #009EDF;
}
.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}
.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}
.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}
.footer .logo img {
  width: 160px;
}
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}
.logo h3 {
  color: #009EDF;
}
.logo span {
  color: #009EDF;
}

.widget .divider {
  height: 3px;
}
.widget h4 {
  color: #009EDF;
}
.widget .footer-menu a {
  color: #6F8BA4;
}
.widget .footer-menu a:hover {
  color: #77A759;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}
.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.list-inline li a {
  width: 45px;
  height: 45px;
  background-color: #6F8BA4;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
  display: inline-block;
}
.list-inline li a.facebook {
    background: #3b5998;
}
.list-inline li a.twitter {
    background: #00acee;
}
.list-inline li a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.list-inline li a.snapchat {
    background: #FFFC00;
}
.list-inline li a i {
    font-size: 24px;
}
.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}
.widget-contact h6 i {
  color: #77A759;
}

.subscribe {
  position: relative;
}
.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}
.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #009EDF;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}
.backtop:hover {
  background-color: #77A759;
}
.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
.announcement {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #009edf;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 0.8em;
}
.announcement a {
  color: #ccc;
}
.announcement a:hover {
  color: red;
}

.announcement-text {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #2ab3eb;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0.2rem;
  vertical-align: middle;
  font-size: 0.8em;
}

.announcement-text a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

.announcement-text a:hover {
  color: #ccc;
}
@media screen and (max-width: 1023px) {
    .navbar-brand img {
        width: 120px;
    }
    .h4 {
        font-size: 0.9rem;
    }
    .banner .block h1 {
        font-size: 28px;
        line-height: 43px;
        letter-spacing: 0.1px;
    }
    .counter-stat {
        padding: 10px 0px 10px 0px;
    }
    .counter-stat span {
        font-size: 30px;
        color: #fff;
    }
    .counter-stat p {
        font-size: 13px;
    }
    .counter-stat i {
        font-size: 45px;
    }
    .service {
        padding-top: 120px;
    }
    .service .service-item {
        padding: 10px 27px;
    }
    .service-item .mb-4 {
        margin-bottom: 0 !important;
    }
    .section {
        padding: 55px 0;
    }
}
.language-btn .btn-outline-secondary:hover {
    background-color: #009edf;
    border-color: #009edf;
    color: #fff;
}
.language-btn .dropdown-toggle {
    padding: 10px;
    color: #009edf;
    border: 1px solid;
}
.language-btn .dropdown-toggle:active, .language-btn .dropdown-toggle:focus {
    box-shadow: none !important;
    background-color: #009edf !important;
    border-color: #009edf !important;
    color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    box-shadow: none !important;
    background-color: #009edf !important;
    border-color: #009edf !important;
    color: #fff;
}
.language-btn .dropdown-menu {
    border-top: 4px solid #2ab3eb;
    min-width: 40px !important;
    font-size: 12px;
    margin-top: 3px;
}
.language-btn .dropdown-item {
    padding: 5px;
    width: 40px;
}
.tiktok {
    width: 20px;
    margin: auto;
}
.announcement-link {
    color: #f4f9fd;
    font-size: 13px;
    text-decoration: underline;
}
.announcement-link:hover, .announcement-link:active, .announcement-link:focus {
    outline: 0 !important;
}
.btn-group-toggle {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
form[action="http://jehazak.online/register"] {
    width: 70%;
    margin: auto;
    background-color: #f4f9fc;
    padding: 20px;
}
input#birthday {
    text-align: left !important;
}
@media screen and (max-width: 1024px) {
    .cta-section  {
        display: none !important;
    }
    form[action="http://jehazak.online/register"] {
        width: 95%;
    }
}
.packages {
    margin-bottom: 50px;
}
.packages .card {
    min-height: 100%;
    transition: transform .7s;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .packages .card {
        min-height: auto;
        padding: 1rem;
    }
}
.packages .card .card-header {
    border-radius: 20px;
}
.packages .card .card-header h4 {
    color: #0e6b9d;
}
.packages .card:hover {
    transform: scale(1.1);
    z-index: 99;
}
.packages .col-md-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.packages .card-body:hover{
  box-shadow:0 18px 20px 0 rgba(0,0,0,0.2);;
}
.packages .card-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 3s ease-out ;
}
.packages .card-body .btn-primary {
    padding: 0.4rem;
    color: #0d6b9e;
    background-color: transparent !important;
    border: 1px solid #0d6b9e;
    width: 80%;
    margin: auto;
}
.packages .card-body .btn-primary:hover, .packages .card-body .btn-primary:active, .packages .card-body .btn-primary:focus {
    background-color: #0d6b9e !important;
    color: #fafafa;
}
.packages .card-body li {
    margin-bottom: 0.8rem;
    color: #6F8BA4;
}
.btn-outline-info:hover {
    border-color: #0d6b9e !important;
}

.packages .whatsapp-area {
    min-height: 140px;
}
.packages h5 {
    text-transform: capitalize;
}
.clients .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.servicesAndPackages {
    margin-top: 100px;
}
@media (max-width: 768px) {
    .servicesAndPackages .wrapper {
        flex-wrap: wrap !important;
    }
}
.servicesAndPackages .card {
    border: 0;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
    background-color: aliceblue;
    padding-top: 30px;
}
.servicesAndPackages .card .card-body {
    background-color: aliceblue;
}
.servicesAndPackages .card:hover {
    background-color: aliceblue;
}
.servicesAndPackages .card .btn {
    padding: 0.5rem 0.9rem !important;
    font-size: 0.8rem !important;
    background-color: #009edf;
}
.servicesAndPackages .card .btn:hover, .servicesAndPackages .card .btn:active, .servicesAndPackages .card .btn:focus {
    background-color: #77A759;
    border-color: #0d6b9e !important;
    box-shadow: none !important;
}
.servicesAndPackages .card .reserve-btn {
    background-color: #77A759;
}
.servicesAndPackages .card .reserve-btn:hover, .servicesAndPackages .card .reserve-btn:active, .servicesAndPackages .card .reserve-btn:focus {
    background-color: #77A759;
    border-color: #0d6b9e !important;
    box-shadow: none !important;
}



.servicesAndPackages .card img {
    width: 85%;
    margin: auto;
    transition: width 0.5s;
}
.servicesAndPackages .card:hover img {
    width: 90%;
}
.text-direction {
    text-align: left !important;
}
.contact-block p {
    display: block;
    display: -webkit-box;
    min-height: 4rem;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.packages .card p {
    text-align: center !important;
}
/* Package Table */
.package-table .card {
    border: 0;
}
.package-table table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}


.package-table table th, td {
  padding: 1em;
  background: #ddd;
  border-bottom: 2px solid #fff;
  border-color: #fff;
}
.package-table table .css-mine {
  margin-top: 2em;
  clear: both;
}
.package-table .table-bordered td, .table-bordered th {
    border: 2px solid #fff !important;
}
.package-table th.table-primary {
    background-color: #116796;
    color: #fafafa;
}
.package-table .table-primary th {
    background-color: #116796;
}
.package-table .table-hover .table-primary:hover {
    background-color: #116796;
}
.package-table .icofont-check, .package-table .icofont-close {
    font-size: 2rem;
    display: flex;
    justify-content: center;
}
.package-table table tr th:not(:first-child) {
    text-align: center;
}
.package-table table thead tr:hover {
    background-color: #116796;
}

/* Setting */
.setting .card {
    border: 0;
    box-shadow: none !important;
}
.setting .card .nav-item .nav-link {
    text-align: left;
}
.setting .nav {
    border: 0px solid #fafafa;
    padding: 15px;
}
.setting .nav .nav-link {
    color: #000;
}
.setting .nav .nav-link.active {
    border: 1px solid #26a9e0;
    background-color: transparent !important;
    font-weight: 600;
    color: #000 !important;
}
.setting .tab-content {
    padding: 1.4rem;
    border: 1px solid #dde0e6;
    border-radius: 10px;
}
.setting .tab-content .card {
    background-color: transparent !important;
}
.setting .tab-content .title:hover, .setting .tab-content .title:active, .setting .tab-content .title:focus {
    border: 0 !important;
    box-shadow: none !important;
}
.setting .tab-content .title {
    background-color: transparent !important;
}
.setting .tab-content .title h6 {
    color: #000 !important;
    font-weight: 600;
    text-align: left;
    font-size: 1.5rem;
}
.setting .nav .nav-item i::before {
    color: #26a9e0;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.login-form .btn-primary {
    background-color: #0E6D9C !important;
}
.whatsapp-area .icofont-whatsapp:before {
    color: #77A759 !important;
}
.btn-primary {
    background-color: #0d6b9e !important;
    letter-spacing: 0;
}
.login-wrapper {
    box-shadow: 1px -2px 7px 2px #f3f3f3;
    border-radius: 0 28px 28px 0;
}
.login-img .img-wrapper {
    width: 100%;
    height: 31rem;
    margin-bottom: 0;
}
.login-img .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow-y: hidden;
    border-radius: 0 28px 28px 0;
}
.login-content .login-form .btn-primary {
    justify-content: center;
}
.setting-appoinments {
    box-shadow: 0px 1px 1px 0px #e5f3ff;
    transition: 0.3s;
}
.setting-appoinments:hover {
    box-shadow: 0px 3px 1px 0px #e5f3ff;
    transition: 0.3s;
}
.setting-address .card-body.address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.setting-address .card-body .btn-danger {
    padding: 0.5rem 1rem !important;
}
.setting .tab-content .tab-pane .btn-secondary {
    background-color: transparent !important;
    border: 1px solid #26a9e0;
    transition: 0.4s;
    color: #26a9e0 !important;
}
.setting .tab-content .tab-pane .btn-secondary:hover, .setting .tab-content .tab-pane .btn-secondary:active, .setting .tab-content .tab-pane .btn-secondary:focus {
    color: #fafafa !important;
    background-image: linear-gradient(to left, #26A9E0, #4ED4F2);
    border-color: #26A9E0;
}
.setting .tab-content .tab-pane .btn-secondary:hover h6, .setting .tab-content .tab-pane .btn-secondary:active h6, .setting .tab-content .tab-pane .btn-secondary:focus h6 {
    color: #fafafa !important;
}





.sa-licence-banner img {
    width: 50px;
    margin-left: 20px;
    margin-right: auto;
}

.sa-licence-banner {
    display: flex;
    text-align: right;
    margin-top: auto;
    margin-bottom: 20px;
    background-color: #e0fbf4;
    padding: 20px;
    border-radius: 8px;
    color: black;
    align-items: center;
    font-size: 11px
}
.setting-appoinments {
    padding: 1rem;
}
.setting-appoinments i::before {
    font-size: 3rem;
    color: #0d6b9e;
}
.profile-box {
    width: 9rem;
}


.new-card .header {
    text-align: left !important;
    color: #000;
    font-weight: 600;
    font-family: 'Lato-WR' !important;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.setting .tab-content .new-card {
    background-color: transparent !important;
    border: 1px solid #DDE0E6;
    border-radius: 12px;
}
.setting .card-text {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0rem;
}
.setting .card-text span {
    color: #000;
    font-size: 13px;
    font-family: 'Lato-WR' !important;
    text-transform: capitalize;
}
.setting .tab-content .edit {
    position: absolute;
    right: 10px;
    top: 10px;
}
.setting .tab-content .edit i::before {
    color: #009edf;
}
.setting .tab-content .delete {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.setting .tab-content .delete i::before {
    color: red;
}
.setting .tab-content .plus::before {
    color: #26a9e0;
}
.setting .tab-content .tab-pane .btn-secondary:hover .plus::before {
    color: #fff;
}
.setting-address .card-body.address h5 {
    font-weight: 300 !important;
}
.setting #payments section {
    border: 1px solid #dde0e6;
    border-radius: 12px;
    background-color: aliceblue;
    border-bottom: 4px solid #26a9e0;
}
.report-sec {
    margin: 1rem auto !important;
    width: 100% !important;
    padding: 1.5rem !important;
    display: flex !important;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}
.report-sec h4 {
    margin-bottom: 1rem;
}
.report-sec .search {
    background-color: #0d6b9e;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
}
.report-sec .search i::before {
    color: #fff;
}
.setting .back {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #0d6b9e;
}
.setting .back:hover {
    color: green;
}
.setting .back i::before {
    font-size: 2.5rem;
}
.report .back {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #0d6b9e;
    flex-direction: row-reverse;
}
.report .back:hover {
    color: green;
}
.report .back i::before {
    font-size: 2.5rem;
}
@media (min-width: 1400px) {
    .container {
        max-width: 80%;
    }
}
.appointment-page .appoinment-content {
    position: relative;
}
.appointment-page .appoinment-content .emergency {
    position: relative;
    margin-top: 3rem;
    text-align: center;
}
.custom-en {
    display: flex;
    width: max-content;
    align-items: center;

}
.custom-en i {
    display: flex;
}
.custom-en i:before {
    transform: rotate(180deg);
}
footer .footer-contact-block {
    margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 0 !important;
    }
}
.blog-item-content p {
    text-align: justify;
}
.sidebar-widget {
    margin-bottom: 0 !important;
}
.sidebar-widget ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0 !important;
}
.sidebar-widget ul li {
    margin-bottom: 0 !important;
}
#blogs .sidebar-wrap {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #9ecde0;
    box-shadow: 6px 6px lightblue;
}
.blog-item-content h3 {
    display: block;
    display: -webkit-box;
    min-height: 3rem;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #136d9c;
}
.blog-wrap .blog-thumb {
    width: 100%;
}
.blog-wrap .blog-thumb img {
    width: 100%;
}
