@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");

.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  color: #1F1F1F;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 13px;
  font-family: "Poppins", sans-serif;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

.overlay_skyblue {
  position: relative;
  z-index: 0;
}

.overlay_skyblue::before {
  position: absolute;
  content: "";
  background-color: #5DB2FF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #fff;
  left: 140px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 140px;
}

.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #009DFF;
  border: 1px solid transparent;
}

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

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

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

.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #009DFF;
  letter-spacing: 3px;
  text-align: center;
  color: #009DFF !important;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #009DFF;
  color: #fff !important;
  border: 1px solid #009DFF;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

.boxed-btn3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,5db2ff+100 */
  background: #0181f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0181f5 0%, #5db2ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0181f5', endColorstr='#5db2ff', GradientType=1);
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn3:hover {
  background: #fff;
  color: #009DFF !important;
  border: 1px solid #009DFF;
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn3.large-width {
  width: 220px;
}

.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn3-white:hover {
  background: #fff;
  color: #009DFF !important;
  border: 1px solid transparent;
}

.boxed-btn3-white:focus {
  outline: none;
}

.boxed-btn3-white.large-width {
  width: 220px;
}

.boxed-btn3-white-2 {
  color: #5DB2FF !important;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border: 1px solid #5DB2FF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.boxed-btn3-white-2:hover {
  background: #5DB2FF;
  color: #fff !important;
  border: 1px solid transparent;
}

.boxed-btn3-white-2:focus {
  outline: none;
}

.boxed-btn3-white-2.large-width {
  width: 220px;
}

.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.boxed-btn2:hover {
  background: #fff;
  color: #131313 !important;
}

.boxed-btn2:focus {
  outline: none;
}

.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.line-button:hover {
  color: #009DFF;
}

.line-button:hover::before {
  background: #009DFF;
}

.book_now {
  display: inline-block;
  font-size: 14px;
  color: #009DFF;
  border: 1px solid #009DFF;
  text-transform: capitalize;
  padding: 10px 25px;
}

.book_now:hover {
  background: #009DFF;
  color: #fff;
}

.section_title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #1F1F1F;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
}

.section_title h3::before {
  position: absolute;
  left: 0;
  background: #5DB2FF;
  height: 2px;
  width: 50px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {

  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {

  .section_title h3 br {
    display: none;
  }
}

.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .section_title p br {
    display: none;
  }
}

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

@media (max-width: 767px) {

  .mb-100 {
    margin-bottom: 40px;
  }
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {

  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .header-area {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  padding: 18px 0;
  background: rgb(210, 236, 245);
}

@media (min-width: 1200px) {
  .header-area .main-header-area .container {
    margin-left: 80px;
    max-width: 90%;
  }
}


.header-area .main-header-area .logo-img {
  text-align: left;
}


.header-area .main-header-area .logo-img img {
  max-width: 45%;
}

@media (max-width: 921px) {

  .header-area .main-header-area {
    padding: 10px 0;
  }

  .header-area .main-header-area .logo-img img {
    width: 40%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .header-area .main-header-area .logo-img img {
    max-width: 50%;
    max-height: 80%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area .logo-img img {
    max-width: 60%;
    max-height: 90%;
  }
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

.header-area .main-header-area .Appointment .book_btn a {
  background: #009DFF;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #fff;
  color: #009DFF;
  border: 1px solid #009DFF;
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #727272;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 0;
  transition: color 0.3s, transform 0.3s;
}

@media (min-width: 992px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 18px;
  }
}

@media (min-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 20px;
  }
}

.header-area .main-header-area .main-menu ul li a::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.3s, transform 0.3s;
}

.header-area .main-header-area .main-menu ul li a.active::before,
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #1F1F1F;
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  /*  background: rgba(255, 255, 255, 0.96); */
}

@media (max-width: 767px) {

  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {

  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }

  .header-area .main-header-area .container {
    margin-left: 65px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .header-top_area {
  padding: 12px 0;
  background: #F5FBFF;
}


.header-area .header-top_area .social_media_links {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {


  .header-area .header-top_area .social_media_links {
    text-align: center;
    justify-content: center;
  }
}


.header-area .header-top_area .social_media_links a {
  font-size: 20px;
  color: #C7C7C7;
  margin-right: 0;
}


.header-area .header-top_area .social_media_links a:hover {
  color: #5DB2FF;
}


.header-area .header-top_area .short_contact_list {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {


  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}


.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
  font-size: 20px;
}

.header-area .header-top_area .short_contact_list ul {
  margin: 0;
}


.header-area .header-top_area .short_contact_list ul li i {
  color: #919191;
  margin-left: 20px;
}

@media (max-width: 767px) {


  .header-area .header-top_area .short_contact_list ul li i {
    margin-left: 0;
    margin: 0 5px;
  }
}

.introduction_area .custom_container {
  display: flex;
  flex-wrap: wrap;
  background-color: #89CFF0;
  padding-left: 5%;
  padding-right: 5%;
}

.introduction_area .custom_container .image_section img {
  margin-top: 2%;
  max-height: 95%;
  margin-bottom: 2%;
}

@media (max-width: 767px) {
  .introduction_area .custom_container .text_section h1 {
    font-size: 26px;
    line-height: 1.4em;
  }

  .introduction_area .custom_container .text_section p {
    font-size: 20px;
  }
}

.introduction_area h1 span {
  border-bottom: 3px solid #000000;
}

#approach_area .custom_container {
  display: flex;
  flex-wrap: wrap;
  background-color: #89CFF0;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
}

@media (max-width: 921px) {
  #approach_area .custom_container {
    padding-left: 5%;
  }

}

#approach_area .custom_container .image_section {
  flex: 1;
  display: flex;
  padding-right: 2%;
}


#approach_area .custom_container .text_section {
  flex: 2;
  margin-top: 2%;
}

#approach_area .custom_container .text_section p {
  margin-top: 1%;
  padding-top: 3%;
}


#included_zones_area .custom_container {
  display: flex;
  flex-wrap: wrap;
  background-color: #83C4FF;
  padding-top: 3%;
  padding-bottom: 1%;
  padding-left: 5%;
  padding-right: 5%;
}

#included_zones_area .custom_container .image_section {
  flex: 1;
  display: flex;
  justify-content: right;
  padding-right: 0;
  padding-left: 8%;
}

#included_zones_area .custom_container .image_section figcaption {
  margin-top: 5%;
}

#included_zones_area .custom_container .text_section {
  flex: 2;
  margin-top: 0;
}

#about_us_area .custom_container {
  display: flex;
  flex-wrap: wrap;
  background-color: #89CFF0;
  padding-top: 3%;
  padding-right: 5%;
  padding-bottom: 3%;
}

@media (max-width: 921px) {
  #about_us_area .custom_container {
    padding-left: 5%;
  }

}

#about_us_area .custom_container .image_section {
  flex: 1;
  display: flex;
  justify-content: left;
  padding-left: 0;
  padding-right: 2%;
}


#about_us_area .custom_container .text_section {
  flex: 2;
  margin-top: 2%;
}

#contact_section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #83C4FF;
}

#contact_section .container {
  flex: 1.7;
  display: flex;
  justify-content: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
}

#contact_section .image_section {
  flex: 1.5;
  display: flex;
  justify-content: center;

}

@media (max-width: 767px) {

  #contact_section .image_section {
    flex: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #contact_section {
    padding: 40px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  #contact_section {
    padding: 70px 0 50px;
  }
}

#contact_section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

#contact_section .btn_2:hover {
  background-color: #ff5e13;
}

@media (max-width: 991px) {
  .contact-title {
    padding-bottom: 6%;
  }
}

@media (min-width: 992px) {
  .contact-title {
    padding-bottom: 3%;
  }
}

.testmonial_area {
  background-image: url(../img/doctor-patient-trust.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.testmonial_area .single-testmonial {
  padding: 180px 0;
  background-position: top;
}

.testmonial_area .testmonial_info .quote i {
  background-color: black;
  color: white;
  font-size: 40px;
}

.testmonial_area .testmonial_info p {
  background-color: rgb(210, 236, 245);
  color: black;
  display: inline-block;
  font-size: 20px;
  text-align: justify;
  line-height: 32px;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 47px;
  padding-left: 1%;
  padding-right: 1%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testmonial_area .testmonial_info p br {
    display: none;
  }
}

.testmonial_area .testmonial_info h4 {
  color: black;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-top: 21px;
}

.testmonial_area .testmonial_info h4 span {
  background-color: rgb(210, 236, 245);
  padding-left: 0.5%;
  padding-right: 0.5%;
}


.text_section {
  flex: 2;
  margin-top: 5%;
  /* Takes up 2 parts of the space */
}

.text_section h1 {
  font-size: 3rem;
}

/* Text section (2/3 width) */
.text_section p {
  margin-top: 2%;
  padding-top: 3%;
  font-size: x-large;
  font-family: Arial, sans-serif;
  color: #000;
}


@media (max-width: 1200px) {
  .text_section p {
    font-size: 20px;
  }

  .text_section p br {
    display: none;
  }
}

.image_section img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .image_section img {
    max-height: 320px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .image_section img {
    max-height: 420px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .image_section img {
    max-height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .introduction_area .custom_container .image_section img {
    width: auto;
    margin: 20px auto 0;
  }
}


/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
  .custom_container {
    flex-direction: column;
    /* Stack items vertically on smaller screens */
  }
}


.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer {
    margin-bottom: 530px;
  }
}

.footer .footer_top {
  padding-top: 145px;
  padding-bottom: 129px;
  background: #1F1F1F;
}

@media (max-width: 767px) {

  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {

  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {

  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget p {
  color: #C7C7C7;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li a {
  font-size: 16px;
  color: #BABABA;
  line-height: 42px;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #5DB2FF;
}

.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5DB2FF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 16px;
  color: #BABABA;
}

.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}

.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
  font-size: 16px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {

  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

.footer .copy-right_text .copy_right a {
  color: #5DB2FF;
}

.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {

  .footer .socail_links {
    margin-top: 30px;
  }
}

.footer .socail_links ul li {
  display: inline-block;
}

.footer .socail_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  line-height: 42px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background: #707070;
  border-radius: 4px;
  line-height: 50px !important;
  margin-right: 7px;
  color: #FFFFFF;
}

.footer .socail_links ul li a:hover {
  color: #fff !important;
}

#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

#test-form button.mfp-close {
  display: none !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: .7;
}

.service_area {
  background-color: #83C4FF;
}

.service_area .custom_container {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-wrap: wrap;
}


.service_area .single_service {
  flex: 1;
  padding: 40px 30px;
  position: relative;
  /* Needed for :last-child selector */
  border-right: 2px solid #bee5f5;
  /* Vertical line between services */
}

.service_area .single_service:last-child {
  border-right: none;
  border-bottom: none;
}

@media (max-width: 767px) {
  .service_area .single_service {
    padding: 3%;
    border-right: none;
    border-bottom: 2px dashed #bee5f5;
  }

  .service_area .single_service:first-child {
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .service_area .single_service {
    padding: 40px 20px;
    border-right: hidden;
  }
}

.service_area .single_service .icon {
  margin-bottom: 10px;
}

.service_area .single_service .icon i {
  font-size: 50px;
  color: #fff;
}

.service_area .single_service h3 {
  font-size: 26px;
  font-weight: 500;
  color: black;
}

@media (min-width: 768px) and (max-width: 991px) {

  .service_area .single_service h3 {
    font-size: 20px;
  }
}

.service_area .single_service p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: black;
  margin-top: 10px;
  margin-bottom: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .service_area .single_service .boxed-btn3-white {
    padding: 5px 10px;
  }
}


.service_area .col-xl-4:nth-child(2) .single_service {
  background: #5DB2FF;
}

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  /*background: transparent;*/
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
.form_notice {
    margin-top: 10px;
    font-size: 14px;
    color: #c0392b;
    display: none;
}

.form_notice.is-visible {
  display: block;
}

.language_toggle {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}

.lang-select {
  background: #fff;
  color: #2c3e50;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 999px;
  line-height: 1.2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.lang-select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .language_toggle {
    margin-top: 8px;
  }
}

.lang-select--top {
  margin-right: 6px;
}

.header-area .header-top_area .social_media_links .book_btn--top {
  background: #009DFF;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
}

.header-area .header-top_area .social_media_links .book_btn--top:hover {
  background: #fff;
  color: #009DFF;
  border: 1px solid #009DFF;
}

@media (min-width: 992px) {
  .lang-select--top,
  .book_btn--top {
    display: none;
  }
}

.header-area .main-header-area .Appointment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}

.header-area .main-header-area .Appointment .book_btn a {
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment {
    gap: 8px;
  }

  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 18px;
    font-size: 13px;
  }

  .language_toggle button {
    padding: 5px 8px;
    font-size: 11px;
  }
}
