.bg-blue {
  background: #385399;
}

.bg-lightest {
  background: #fcfcfc;
}

.home-about {
  background-color: #edf2f5;
  padding-top: 1rem;
}

.home-services {
  background-color: #fff;
}

.bgimage_column {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: inherit;
  padding: 0;
}

.home-appointment {
  /* background-color: #edf2f5; */
  background: url("../images/appointment-bg.jpg");
  padding-top: 9rem;
  background-position: center;
  background-size: cover;
}

.appointment_img {
  overflow: hidden;
  max-height: 500px;
  margin-top: -75px;
}

form select {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  padding: 1.3rem 1.7rem;
  border: 1px solid transparent;
}

.header-contact-number > span,
.header-contact-number > a {
  font-size: 2.4rem !important;
}

.opening-hours-label {
  color: #fff;
}

.header-social-nav a {
  color: #fff;
  opacity: 1;
}

@media (max-width: 991px) {
  .header-contact-number .mobile-version {
    display: inline-block;
  }
}

.slider-form {
  position: absolute;
  top: 45%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.slider-form .form-cont {
  width: 300px;
  float: right;
  background: #fff;
  padding: 25px 20px;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.37);
}

.slider-form .form-cont .form-field {
  display: block;
}

.slider-form .form-cont .form-field:nth-child(6) {
  margin-bottom: 20px;
}

.slider-form .form-cont .form-field input[type="submit"] {
  position: relative;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  padding: 12px 22px;
}

.slider-form .form-cont .form-field input,
.slider-form .form-cont .form-field select {
  border: 0px;
  border-bottom: 1px solid #ecf1f2;
  margin-bottom: 0px;
  padding: 12px 5px;
}

.slider-form .form-cont .form-field select {
  -webkit-appearance: button;
  outline: none;
}

.slider-form .form-cont .form-field select:focus {
  -webkit-appearance: button;
  outline: none;
}

.slider-form .form-cont .form-field:last-child {
  text-align: center;
}

.col-small-post .entry-content-wrapper,
.col-large-post .entry-content-wrapper {
  background: #385399;
}

.col-small-post .entry-content-wrapper h4 a,
.col-large-post .entry-content-wrapper a {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 567px) {
  .opening-hours-label {
    display: inline-block !important;
  }
}

#wp_email_capture_widget_class-2 {
  border-left: 1px solid #fff;
  padding: 30px 40px;
}

@media (max-width: 767px) {
  .slider-form {
    position: relative;
    transform: inherit;
    top: inherit;
    margin-top: -25px;
  }

  .slider-form .form-cont {
    width: 100%;
    float: inherit;
  }

  .appointment_img {
    margin-top: 0px;
  }

  .home-about,
  .home-appointment {
    padding-bottom: 30px;
  }

  #wp_email_capture_widget_class-2 {
    border-top: 1px solid #fff;
    padding: 30px 40px;
    border-left: 0px;
  }

  .horizontal-contact-widget .each-widget {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .single-fact {
    margin: 15px 0;
  }

  .horizontal-contact-widget {
    border-top: 0px !important;
  }

  .col-large-post .entry-content-wrapper {
    padding: 2rem 2.5rem;
  }

  .col-large-post .entry-content-wrapper .entry-title {
    margin-bottom: 0px;
  }
}

.home-section-title {
  position: relative;
}

.home-section-title:before,
.home-section-title:after {
  content: "";
  display: block;
  position: absolute;
}

.home-section-title:before {
  width: 160px;
  height: 2px;
  background: #385399;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
}

.home-section-title:after {
  width: 40px;
  height: 10px;
  background: #385399;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
}

.col-small-post .entry-content-wrapper {
  min-height: 2.3rem;
}

.home-counter {
  background: url(../images/achievement.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  min-height: 330px;
}

.home-blog {
  background-color: #fff;
}

.bg_withe {
  background: #fff;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
}

.home-counter:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.home-counter h2.home-section-title {
  color: #fff;
}

.home-counter .home-section-description {
  color: #fff;
}

.counter_box .single-fact .counter {
  color: #0cb8b6;
  position: relative;
}

.counter_box .single-fact .counter:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #0cb8b6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}

.counter_box .single-fact p {
  color: #000;
  font-weight: bold;
}

.counter_box {
  margin-top: -120px;
  position: relative;
}

@media (max-width: 767px) {
  .counter_sec {
    min-height: auto;
  }

  .counter_box {
    margin: 0px;
  }

  .bg_withe {
    background: #fff;
    padding: 40px 0px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
  }
}

.single-fact {
  text-align: center;
  display: inline-block;
}

.single-fact span {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  padding: 4px 0 10px;
  line-height: 1.2;
  display: block;
}

.counter_box .single-fact .counter {
  color: #0cb8b6;
  position: relative;
}

.single-fact p {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}

.counter_box {
  margin-top: -120px;
  position: relative;
}

.locations-mp p {
  font-size: 13px;
  margin-top: 30px;
}

.locations-mp strong {
  color: #fff;
}

.horizontal-contact-widget {
  border-top: 1px dashed #d3d3d3;
  padding-top: 30px !important;
  margin-top: 30px !important;
}

.horizontal-contact-widget .each-widget h5 {
  color: #fff;
}

.horizontal-contact-widget .each-widget p {
  color: #808080;
}

.horizontal-contact-widget .each-widget::before {
  content: "";
  left: 50%;
  position: absolute;
  right: 0;
  top: -40px;
  background: #00a3c8;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  transform: translateX(-50%);
}

.social-ftr {
  margin-top: 10px !important;
  margin-bottom: 1px;
  text-align: center;
}

.social-ftr li {
  display: inline-block;
}

.social-ftr a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
  border-radius: 50%;
}

.social-ftr a:hover {
  background-color: #00a3c8;
  border-color: #00a3c8;
  color: #fff;
}

.btn-ftt {
  padding: 6px 15px;
  border: 1px solid #fff;
  background-color: transparent;
  display: block;
  margin-bottom: 15px;
  color: #fff !important;
}

.btn-ftt:hover {
  background: #2392ec;
  border-color: #2392ec;
}

/* Contact Us Page Start */
.contact-form input[type="submit"] {
  float: inherit;
}

.contact-form textarea {
  margin-bottom: 0px;
  height: 88%;
}

.icon-circle {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.icon-circle i {
  font-size: 3rem;
  color: #385399;
}

.contact-map {
  max-height: 360px;
  min-height: 360px;
  width: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.page-content-form {
  margin-top: -50px;
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
  background: #fff;
  padding-top: 40px;
}

.page-content-form .page-content-form-title {
  margin-bottom: 40px;
}

.contact-address {
  padding-bottom: 20px;
}

/* Contact Us Page Ends */

/* About Us Page Start */
.about-page {
  padding: 4rem 0 0 0;
}

.ab-bt {
  background-color: #fafafa;
  padding: 4rem 0;
}

/* About Us Page Ends */

/* Service Page Start */
.attachment-service-gallery-thumb {
  margin-bottom: 30px;
}

.service-sidebar .sd-widgets .service-widget {
  border: 1px solid #eeeeee;
  padding: 20px 25px;
  margin-bottom: 35px;
}

.service-sidebar .sd-widgets .service-widget h5 {
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.service-sidebar .sd-widgets .service-widget h5:before {
  position: absolute;
  content: "";
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.service-sidebar .sd-widgets .service-widget ul li a {
  display: block;
  font-size: 15px;
  color: #555555;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-sidebar .sd-widgets .service-widget ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.service-sidebar .sd-widgets .service-widget ul li a:hover {
  color: #00a3c8;
}

.service-sidebar .sd-widgets .appoint-widget {
  border: 1px solid #eeeeee;
  padding: 20px 25px 25px;
  margin-bottom: 35px;
}

.service-sidebar .sd-widgets .appoint-widget h5 {
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.service-sidebar .sd-widgets .appoint-widget h5:before {
  position: absolute;
  content: "";
  background: #00a3c8;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.service-sidebar .sd-widgets .appoint-widget form input,
.service-sidebar .sd-widgets .appoint-widget form select {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 12px;
  padding: 10px 0;
  color: #222222;
  outline: none;
}

.service-sidebar .sd-widgets .appoint-widget form input:focus {
  border-color: #7ace4c;
}

.service-sidebar .sd-widgets .appoint-widget form textarea {
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 25px;
  padding: 10px 0;
  color: #222222;
}

.service-sidebar .sd-widgets .appoint-widget form textarea:focus {
  border-color: #00a3c8;
}

.service-sidebar .sd-widgets .appoint-widget form button {
  color: #fff;
  background: #7ace4c;
  border: none;
  padding: 8px 25px;
  font-weight: 600;
}

.service-sidebar .sd-widgets .appoint-widget form button:hover {
  background: #5aab2e;
}

.service-sidebar .sd-widgets .tagcloud a {
  display: inline-block;
  margin: 0 0.4rem 0.8rem 0;
  padding: 0.4rem 1.1rem;
  font-size: 1.2rem !important;
  text-transform: capitalize;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Service Page Ends */

.wpcf7-form .wpcf7-form-control {
  margin-top: 0px !important;
}

.head-stick {
  position: fixed;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  z-index: 99999;
  top: 0;
}

@media screen and (min-width: 992px) {
  .col-large-post figure {
    max-height: 438px;
    height: 438px;
  }

  .col-large-post figure img {
  }

  .col-large-post .entry-content-wrapper {
    padding: 1.8rem 3.2rem;
    max-height: 60px;
    height: 60px;
  }
}

#get-in-touch {
  display: none;
}

@media screen and (max-width: 767px) {
  #get-in-touch {
    display: block;
  }

  #get-in-touch {
    background: #f4ac00;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  #get-in-touch ul {
    margin: 0px;
    padding: 0px;
  }

  #get-in-touch ul li {
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 4px 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 25%;
    list-style: none;
  }

  #get-in-touch ul li.bg-p {
    background-color: #2445a2;
  }

  #get-in-touch ul li.bg-p i {
    transform: rotatez(90deg);
  }

  #get-in-touch ul li.bg-w {
    background-color: #25d366;
  }

  #get-in-touch ul li.bg-m {
    background-color: #006665;
  }

  #get-in-touch ul li.bg-f {
    background-color: #006697;
  }

  #get-in-touch ul li a {
    color: #fff;
    display: block;
  }

  .horizontal-contact-widget .each-widget::before {
    display: none;
  }

  body {
    padding-bottom: 20px;
  }

  #scroll-top {
    display: none;
  }
}

.rtt90 i {
  transform: rotatez(90deg);
}

body p,
li {
  color: #000;
}

.bor li a {
  color: white;
}

@media (max-width: 768px) {
  .appointment_img img {
    margin-bottom: 30px;
  }

  .site-header-top-common,
  .opening-hours,
  .header-social-nav,
  .header-search-form-container input {
    padding-top: 5px !important;
    padding-bottom: 7px !important;
  }

  .appointment_img {
    text-align: center;
  }

  .blog-page-single {
    padding: 9px;
  }

  .vairix {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 32px;
    color: #2196f3;
  }

  .small-s {
    font-size: 14px !important;
    margin-bottom: 0px;
  }

  .header-contact-number {
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    padding: 0 0 0 0rem !important;
    text-align: left;
    line-height: 1;
  }
}

.small-s {
  font-size: 14px !important;
  margin-bottom: 0px;
}

.vairix {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 32px;
  color: #2196f3;
}

.header-contact-number p {
  text-align: center;
}
