html {
  scroll-behavior: smooth;
}

.service_icon i {
  font-size: 3rem;
  color: white;
}

.service_icon i::before {
  line-height: 2;
}

.slicknav_btn {
  top: -50px;
}

.owl-dots {
  height: 3rem;
  text-align: center;
  position: relative;
  bottom: 3rem;
}

.owl-dot {
  height: .75rem;
  width: .75rem;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
}

.owl-dot.active {
  background: #D98780;
}

.owl-carousel .owl-nav div {
  left: 50px;
}

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

.boxed-btn3 {
  background-image: linear-gradient(#9E372E, #F85849);
  background-size: auto 200%;
  background-position: 0 100%;
  transition: all .375s;
}

.boxed-btn3:hover {
  background-image: linear-gradient(#9E372E, #F85849);
  background-size: auto 200%;
  background-position: 0 0;
}

.header-area .main-header-area .Appointment .book_btn a:hover {
  background-image: linear-gradient(#9E372E, #F85849);
  background-size: auto 200%;
  background-position: 0 0;
}

.slider_area .single_slider .slider_text h3 {
  margin-bottom: 0;
}

.slider_area h4 {
  color: white;
  font-size: 1rem;
  font-weight: 300;
}

.slider_btn {
  margin-top: 5rem;
}

.services_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services_area ul {
  padding-top: 2rem;
}

.services_text h3 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}


.services_area p {
  text-align: center;
}

.services_area ul li {
  font-size: 0.9375rem;
  margin-bottom: .75rem;
  color: #727272;
}

.services_area ul li i, .countries_area ul li i {
  color: #727272;
}

.countries_area h3 {
  color: white;
}

.countries_area ul li {
  color: white;
  margin-bottom: .25rem;
}

.counter_icon img {
  width: 4rem;
}

.client_thumb {text-align: center;}

#clients .single_client .client_thumb img {
  width: 96px;
}

.header-area .logo img {
  height: 64px;
}

.Information_area{
  background-image: url(../img/banner/info_banner.jpg);
}

.contact_form_quote {
  padding-top: 100px;
}

#mc_embed_signup_scroll {
  display: inline-flex;
  align-items: center;
}

#mc_embed_signup_scroll input.email {
  font-family: inherit;
}

#mc_embed_signup .button {
  background-color: transparent;
  border-radius: 30px;
}

.newsletter_form #mc_embed_signup_scroll .boxed-btn3 {
  padding: 0;
  position: absolute;
  right: 5px;
  border: 0;
  background: #f85849;
}

.newsletter_form #mc_embed_signup_scroll .boxed-btn3 input {
  height: 40px;
  background-color: inherit;
  color: white;
  font-size: 13px;
  font-weight: 500;
  border: 0;
}

.newsletter_form #mc_embed_signup_scroll input {
  height: 50px;
  background: #fff;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
}

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

.author {
  text-align: center;
  font-size: 9px;
  color: #919191;
  font-weight: 500;
}

.contact_form_quote .form_wrap form textarea {
  padding-bottom: 120px;
  margin-top: 0;
  overflow-y: hidden;
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:first-of-type {
  transform: rotate(45deg);
  top: 6px;
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-last-of-type(2) {
  opacity: 0;
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:last-of-type {
  transform: rotate(-45deg);
  bottom: 10px;
}

.slicknav_collapsed .slicknav_icon .slicknav_icon-bar:first-of-type {
  transform: rotate(0);
  top: 0;
}

.slicknav_collapsed .slicknav_icon .slicknav_icon-bar:nth-last-of-type(2) {
  opacity: 1;
}

.slicknav_collapsed .slicknav_icon .slicknav_icon-bar:last-of-type {
  transform: rotate(0);
  bottom: 0px;
}

body {
  position: relative;
}

.products_area .single_case {
  height: 480px;
}

@media (max-width: 768px) {
  #mc_embed_signup .clear {
    width: 50%;
  }

  #mc_embed_signup_scroll input.email {
    margin-bottom: 0;
  }

  #mc_embed_signup form {
    text-align: left;
  }

  .newsletter_form #mc_embed_signup_scroll .boxed-btn3 {
    width: 30%;
  }

  #mc_embed_signup_scroll {
    width: 100%;
  }


}

@media (max-width: 321px) {
  .newsletter_form #mc_embed_signup_scroll .boxed-btn3 input {
    font-size: 10px;
  }
}

@media screen and (min-width: 767px) {
  .about-us_area .single_service {
    height: 90%;
  } 
}


@media screen and (min-width: 1024px) {

  .services_text h3 {
    font-size: 46px;
  }

  .countries_area {
    background-size: contain;
    background-color: #0a6334;
  }

}