/* CSS Document */
@import url(_bootstrap.min.css);
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
}

.mb {
  margin-bottom: 30px;
}

img {
  max-width: 100%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1170px;
}

header {
  padding-bottom: 30px;

}
header.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}
header.sticky .navbar-brand {
  width: 100%;
  max-width: 190px;
  padding-top: 10px;
}
.blog-list-title {
  text-align: center;
  margin: 50px auto 50px;
}

.navbar-light .navbar-nav .nav-link:focus-visible {
  outline: none;
}

footer .ftr_menu ul li a:focus-visible{
outline: none;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
}
header nav .navbar-nav .nav-item ol {
  position: absolute;
  list-style: none;
  padding: 0;
  width: 350px;
  display: none;
  padding-top: 15px;
  background: #fff;
  box-shadow: 0px 0px 5px 2px #ddd;
  padding-bottom: 15px;
  z-index: 99;
}
.navbar-light .navbar-nav .nav-item:hover  ol {
  display: block;
}
header nav .navbar-nav .nav-item ol li a.nav-link::before {
  display: none;
}
header nav .navbar-nav .nav-item ol li a.nav-link {
  font-size: 16px;
  padding: 6px 20px !important;
}

header nav .navbar {
  padding: 0px !important;
}
.navbar.navbar-expand-lg {
  padding: 0px;
}
.navbar-light .navbar-brand {
  padding-top: 10px;
}

header nav .navbar .navbar-brand {
  max-width: 359px;
  transition: all 0.5s ease-in;
}
header nav .navbar-nav .nav-item a {
  font-size: 18px;
  letter-spacing: 0.25px;
  font-weight: bold;
  color: #000 !important;
  line-height: normal;
  padding: 10px 20px !important;
  display: block;
  position: relative;
  z-index: 9;
}
header nav .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  top: -40px;
  background-color: #dec3b9;
  height: 0px;
  width: 100%;
  z-index: -9;
  left: 0px;
  right: 0px;
  transition: height 0.5s, all, ease-in-out;
  transition: 0.5s all ease-in-out;
}
header nav .navbar-nav .nav-item a:hover::before {
  height: 94px;
}
section {
  margin: 150px 0px 0px;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
}

.banner .banner_text {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  text-align: center;
  padding-top: 0;
  top: 30%;
}
.banner .banner_text h1 {
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner .banner_text p {
  font-size: 20.6px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 20px;
  text-transform: uppercase;
}
.banner .banner_text .btn a {
  background: #fff;
  color: #000;
  padding: 17.5px 61px;
  text-transform: uppercase;
  font-size: 11.8pt;
  letter-spacing: 0.25px;
  font-weight: 500;
  margin-top: 28px;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 9;
}
.banner .banner_text .btn a::before {
  position: absolute;
  content: "";
  left: 0px;
  background: #dec3b9;
  height: 100%;
  z-index: -9;
  top: 0px;
  transform: scale(0);
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.banner .banner_text .btn a:hover::before {
transform: scale(1);
}


.banner .info {
  margin: -40px auto 0px;
  position: relative;
  z-index: 9;
}

.banner .info ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  background: #dec3b9;
  padding: 20px 0px;
  margin: 0;
  border-radius: 50px;
}
.banner .info ul li {
  flex: auto;
  text-align: center;
  border-right: 2px solid #bf998b;
}
.banner .info ul li:nth-last-child(1) {
  border-right: 0px;
}

.banner .info ul li a {
  color: #0b0b0b;
  display: block;
  padding: 8px 0px;
  font-size: 12pt;
  text-decoration: none;
}
.banner .info ul li a .icon {
  margin-right: 8px;
}
.banner .info ul li a i {
  font-size: 21px;
}
.sup_title h1{
  font-size: 20px;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

#service {
  background: url("../images/service_img.png") no-repeat scroll center left / calc(100% - 55%) 100%;
  padding: 25px 0px;
  display: flex;
  flex-wrap: wrap;
}
.service_section .content_box {
  background: #fff;
  padding: 80px 55px;
  box-shadow: 2px 0px 13px 2px #cdcdcd;
  max-width: calc(100% - 41.2%);
  margin: 0px;
}
#service {
  background: url("../images/service_img.png") no-repeat scroll center left / calc(100% - 55%) 100%;
  padding: 25px 0px;
}

section#contact {
  background: #dec3b9;
  padding: 100px;
}


.service_section .content_box .redmore_btn {
  margin-top: 50px;
}


.service_section .content_box .redmore_btn a {
  font-size: 11.52pt;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  border: 1px solid #000;
  padding: 15px 58px;
  font-weight: bold;
  display: block;
  max-width: max-content;
  text-decoration: none;
  position: relative;
  z-index: 9;
   transition: 0.5s all ease-in-out;
}

.service_section .content_box .redmore_btn a:hover{
border-color: #dec3b9;
}

.service_section .content_box .redmore_btn a::before {
  position: absolute;
  content: "";
  left: 0px;
  background: #dec3b9;
  height: 100%;
  z-index: -9;
  top: 0px;
  transform: scale(0);
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.service_section .content_box .redmore_btn a:hover::before {
transform: scale(1);
}

.hide_me{
  display: none;
}

.innerpage section{
  margin: 0 auto 80px;
}
.innerpage #contact {
  padding: 40px 30px;
}
.service_page .title h1 {
font-size: 36px;
font-weight: bold;
letter-spacing: 0.25px;
color: #0b0b0b;
position: relative;
padding-bottom: 30px;
margin-bottom: 45px;
}

.service_page .title h1::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0px;
  width: 70px;
  height: 8px;
  background: #dec3b9;
}

.innerpage .container-fluid {
  max-width: 100%;
  padding-left: 8%;
}
iframe {
  width: 100%;
}
.home_visit .row.flex_div {
  align-items: center;
}

section .title h1 {
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}


.innerpage .title .sup_title h1 {
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
section .title h1 {
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}


section .title h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}
section .title h2::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0px;
  width: 70px;
  height: 8px;
  background: #dec3b9;
}
section.video_section {
  margin: 100px 0 0px;
}

.video_section iframe {
  width: 100%;
  height: 500px;
}
section#contact {
  background: #dec3b9;
  padding: 100px;
  /*margin-top: 90px;*/
}


.service_section .title h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #0b0b0b;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
.service_section .title h1::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0px;
  width: 70px;
  height: 8px;
  background: #dec3b9;
}
.contact_us .title h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #0b0b0b;
  position: relative;
  padding-bottom: 30px;
}
.contact_us .title h1::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0px;
  width: 70px;
  height: 8px;
  background: #000;
}

section.about_us .title h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #0b0b0b;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 45px;
}

section#contact .title h2::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0px;
  width: 70px;
  height: 8px;
  background: #0b0b0b;
}
section#contact h1 {
  margin-bottom: 45px;
}


.form-box .btn.btn-primary {
  background: #0b0b0b;
  border: 0;
  border-radius: 0px;
  font-size: 11.52pt;
  text-transform: uppercase;
  padding: 9px 44px;
  color: #dec3b9;
  margin-top: 10px;
  position: relative;
  z-index: 9;
  transition: 0.5s all ease-in-out;
  margin-top: 30px;
}
.form-box .btn.btn-primary button {
  background: transparent;
  color: #fff;
  border: 0;
}

.form-box .btn.btn-primary button:hover {
  color: #000 !important;
}

.form-box .btn.btn-primary input {
  background: transparent;
  color: #dec3b9;
  padding: 0;
  transition: 0.5s all ease-in-out;
  text-transform: uppercase;
}
.form-box .btn.btn-primary:hover input {
  color: #000;
}

.form-box .btn.btn-primary::before {
  position: absolute;
  content: "";
  left: 0px;
  background: #fff;
  height: 100%;
  z-index: -9;
  top: 0px;
  transform: scale(0);
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.form-box .btn.btn-primary:hover::before {
transform: scale(1);
}





.form-box input, .form-box input::placeholder, .form-box textarea , .form-box textarea::placeholder{
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  font-size: 11.52pt;
  color: #000;
  opacity: 1;
}
.form-box input {
  padding: 27.5px 15px;
}
.form-box input:focus, .form-box textarea:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.form-box .form-group {
  margin-bottom: 30px;
}

section#contact .map_section iframe {
  width: 100%;
}

section#contact .map_section {
  padding-top: 118px;
}

section.home_visit {
  background: #dec3b9;
  padding: 100px 0px;
  margin-bottom: 0px;
}

footer {
  padding-top: 50px;
}

footer .ftr_logo a {
  display: block;
  max-width: max-content;
  margin: 0 auto;
}

footer .ftr_menu ul {
  padding: 45px 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  list-style: none;
}
footer .ftr_menu ul li a {
  font-size: 18px;
  letter-spacing: 0.25px;
  font-weight: bold;
  color: #000 !important;
  line-height: normal;
  padding: 10px 0px !important;
  display: block;
  position: relative;
  z-index: 9;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
}


footer .ftr_menu ul li a::after{
position: absolute;
content: "";
left: 0px;
right: 0px;
width: 0%;
height: 2px;
bottom: -5px;
background: #dec3b9;
transition: 0.5s all ease-in-out;
}
footer .ftr_menu ul li a:hover::after{
width: 100%;
}

.copyright {
  background: #e9e9e9;
}
.copyright p, .copyright p a {
  margin: 0px;
  font-size: 9.36pt;
  color: #0b0b0b;
  line-height: normal;
  letter-spacing: 0.25px;
}
.copyright {
  background: #e9e9e9;
  padding: 22px 0px;
}


.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

section.content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 50px;
}
section.content h1, section.content h2, section.content h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

section.content h1 {
  font-size: 35px;
}

section.content h2 {
  font-size: 30px;
}
section.content h3 {
  font-size: 25px;
}

.book_appointment {
  background: #000;
  color: #fff;
  padding: 17.5px 61px;
  text-transform: uppercase;
  font-size: 11.8pt;
  letter-spacing: 0.25px;
  font-weight: 500;
  margin-top: 28px;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 9;
  max-width: max-content;
}

.book_appointment:hover{
color: #000;
  text-decoration: none;
}

.book_appointment::before {
  position: absolute;
  content: "";
  left: 0px;
  background: #dec3b9;
  height: 100%;
  z-index: -9;
  top: 0px;
  transform: scale(0);
  transition: 0.5s all ease-in-out;
  width: 100%;
}

.book_appointment:hover::before {
  transform: scale(1);
}

.innerpage.checltham .sup_title h1 {
font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #0b0b0b;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 45px;
  text-transform: capitalize;
}
.innerpage.checltham .sup_title h1::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0px;
  width: 70px;
  height: 8px;
  background: #dec3b9;
}