@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Oswald:wght@300;400;500&family=Poppins:wght@300;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* :root {
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Roboto", sans-serif;
  --third-font: "Inter", sans-serif;
  --primary-color: #153448;
  --primary-color-light: #f5fbff;
  --secondry-color: #dfd0b8;
  --secondry-light: #fbf2e4;
  --third-color: #948979;
  --fourth-color: #3c5b6f;
  --white: #fff;
  --black: #181717;
  --btn-bg-dark: linear-gradient(
    90deg,
    rgba(21, 52, 72, 1) 0%,
    rgba(85, 127, 154, 1) 50%
  );
  --btn-bg-light: radial-gradient(
    circle,
    rgba(223, 208, 184, 1) 0%,
    rgba(185, 163, 132, 1) 100%
  );
} */

:root {
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Roboto", sans-serif;
  --third-font: "Inter", sans-serif;
  /* --secondary-font: "Oswald", sans-serif; */
  --primary-color: #153448;
  --primary-color-light: #f5fbff;
  --secondry-color: #dfd0b8;
  --secondry-light: #fbf2e4;
  --third-color: #948979;
  --fourth-color: #3c5b6f;
  --white: #fff;
  --black: #181717;
  --btn-bg-dark: linear-gradient(
    90deg,
    rgba(21, 52, 72, 1) 0%,
    rgba(85, 127, 154, 1) 50%
  );
  --btn-bg-light: radial-gradient(
    circle,
    rgba(223, 208, 184, 1) 0%,
    rgba(185, 163, 132, 1) 100%
  );
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--primary-font);
  font-family: "Tinos", serif;
}

html {
  --top-spacing: 140px;
  scroll-padding-top: var(--top-spacing);
}

.w-100 {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  background-color: var(--white);
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
  line-height: 1.4;
}

li {
  list-style: none;
}

.text-center {
  text-align: center;
}

.d-none {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.common_btn a {
  background: var(--btn-bg);
  color: var(--white);
  padding: 10px 1rem;
  border-radius: 20px;
  transition: 0.3s ease;
}

/* .common_btn a:hover {
  letter-spacing: 2px;
} */

.common_btn {
  padding: 10px 0;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.main_heading {
  margin-bottom: 10px;
  color: var(--white);
  /* font-family: var(--secondary-font); */
  font-size: 45px;
  /* font-weight: 600; */
}

.sub_heading {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.3px;
}

/* Banner Section start  */

.banner_section {
  position: relative;
  display: none;
  /* height:400px; */
  /* overflow: hidden; */
}

.ban_img {
  height: 80%;
  max-height: 420px;
  /* margin-bottom:30px; */
}

.banner_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  left: 0;
  top: 0;
}

.banner_content {
  width: 80%;
  margin: auto;
  position: absolute;
}

/* .banner_content .main-heading {
  width: 80%;
  margin: auto;
  position: absolute;
} */

/* .swiper {
  width: 100%;
  height: 100%;
} */

/* .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 30px;
  color: var(--white);
} */

.banner_content .main_heading {
  margin-bottom: 10px;
  font-size: 48px;
  font-family: "Tinos", serif;
  font-weight: 600;
  letter-spacing: 1px;
}

/* owl banner  Start*/
.owl_banner_sec {
  position: relative;
}

.owl_banner_sec .banner_content {
  width: 80%;
  margin: auto;
  position: absolute;
  color: #fff;
  text-align: center;
  /* bottom: 100px; */
  top: 55%; /* Position the top edge of the element at the middle of the viewport */
  left: 50%; /* Position the left edge of the element at the middle of the viewport */
  transform: translate(-50%, -50%);
}

.ban_img::before {
  background: #00000082;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 108%;
  position: absolute;
  backdrop-filter: blur(2px);
}

.single-banner-slide .banner_btn a {
  font-family: var(--primary-font);
  color: var(--white);
  background: var(--btn-bg-dark);
  padding: 10px 45px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.3s ease;
}

.banner_btn {
  padding-top: 1rem;
  transition: 0.3s;
  margin-top: 4%;
}

.single-banner-slide .banner_btn a:hover {
  color: var(--black);
  background: var(--btn-bg-light);
}

.single-banner-slide {
  position: relative;
}

/* owl banner End */

/* Banner Section End  */

/* header  */
.ovelays {
  display: none;
}

.topbar {
  width: 90%;
  margin: auto;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  z-index: 9;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* display: none; */
}

.fixed-nav {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: none;
  z-index: 9;
  animation: fixedheader 1s forwards;
  border-radius: 0;
}

@keyframes fixedheader {
  0% {
    transform: translateY(-28px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* About Section Start */
.About_us_sec {
  padding: 40px 0;
}

.About_us_sec .d_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.About_content {
  color: var(--black);
}

.About_content .main_heading {
  color: var(--primary-color);
}

.About_content .sub_heading {
  color: var(--black);
  text-align: justify;
}

.About_us_sec .img_sec {
  width: 90%;
}

.About_us_sec .img_sec img {
  background: var(--btn-bg-light);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.specific {
  color: var(--third-color);
  font-size: 25px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}

.list_style {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}

.list_style::before {
  color: var(--third-color);
  content: "\f061";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  top: 4px;
}

/* About Section End */

/* Service section Start */
.Service_sec {
  padding: 40px 0;
  background-color: var(--secondry-light);
}

.Service_sec .main_heading {
  color: var(--primary-color);
  text-align: center;
  padding-bottom: 1rem;
  font-weight: 400;
}

.Service_sec .d_grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.service_img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service_img img {
  width: 100%;
  transition: 0.3s;
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
}

.service_content:hover img {
  transform: scale(1.09);
  overflow: hidden;
}

.service_details {
  margin: -50px 15px 10px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.service_details .main_heading {
  font-size: 22px;
  padding: 0;
}

.service_details .common_btn a {
  transition: 0.5s;
  background: var(--btn-bg-dark);
  border: 1px solid var(--secondry-color);
  color: var(--white);
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s ease;
}

.service_details .common_btn a:hover {
  background: var(--btn-bg-light);
  color: var(--black);
}

/* Service section End */

/* Gallery Section Start  */
.gallery_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
    url(./img/bg-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
  background-attachment: fixed;
}

.gallery_section .main_heading {
  text-align: center;
}

.gallery_section .sub_para {
  color: var(--white);
}

.gallery_section .d_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.gallery_card {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.gallery_card img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 30px;
}

.card_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  background: #00000059;
  backdrop-filter: blur(3px);
}

.gallery_card .main_heading {
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 80%;
  display: block;
  top: 20%;
  width: 95%;
}

.dummy_content {
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  top: 60%;
  height: 100px;
  left: 0;
  transform: translateY(-24%);
  transition: 0.3s ease-in-out;
  padding: 40px 50px;
  display: none;
  position: absolute;
}

.gallery_card .common_btn {
  color: #fff;
  top: 67%;
  left: 36%;
  transform: translate(-15%, -24%);
  transition: 0.3s ease-in-out;
  display: none;
  font-size: 16px;
  position: absolute;
  text-align: center;
  line-height: 19px;
}

.gallery_card:hover .dummy_content {
  background-color: #fff;
  color: #272727;
  font-size: 15px;
  line-height: 20px;
  height: 100%;
  width: 100%;
  padding: 20px;
  margin-left: 0;
  display: block;
}

.gallery_card:hover .card_overlay {
  height: 100%;
}

.gallery_card:hover .common_btn {
  display: block;
  color: var(--primary-color);
  font-size: 16px;
  position: absolute;
  top: 85%;
  left: 50%;
  border: 1px solid var(--secondry-color);
  background: var(--btn-bg-dark);
  padding: 10px;
  border-radius: 5px;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  line-height: 19px;
}

.para_content {
  max-height: 130px;
  overflow-y: auto;
}

.para_content::-webkit-scrollbar {
  width: 5px;
}

.para_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.para_content::-webkit-scrollbar-thumb {
  background: var(--btn-bg-dark);
  border-radius: 10px;
}

/* Gallery Section End  */

/* client section start  */
.client_section {
  padding: 40px 0;
  background-color: var(--primary-color-light);
}

.client_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: center;
}

.client_content .main_heading {
  color: var(--black);
}

.client_content p {
  text-align: justify;
}

.partners_logo {
  padding-top: 2rem;
}

/* client section End  */

/* Footer Layout Start */
.footer_section {
  padding: 40px 0 0px;
  background: #f3f3f3;
}

/* .footer_logo {
  max-width: 230px;
} */

.footer_about p {
  text-align: justify;
}

.footer_widget {
  display: grid;
  gap: 2rem;
  grid-template-columns: 40% 1fr 1fr 1fr;
}

.footer_link .main_heading {
  font-size: 25px;
  color: var(--primary-color);
  position: relative;
  padding-bottom: 5px;
}

.footer_link .main_heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--btn-bg-light);
}

.f_links li {
  position: relative;
  padding-left: 20px;
}

.f_links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}

.f_links li::before {
  font-family: "FontAwesome";
  content: "\f101";
  top: 4px;
  font-weight: 600;
  color: #333;
  position: absolute;
  left: 0;
  font-size: 13px;
}

.f_links li a {
  transition: 0.3s ease;
  color: var(--black);
}

.f_links li a:hover {
  color: var(--third-color);
}

.footer_desclaimer {
  padding: 0.5rem;
  background-color: var(--fourth-color);
  margin: 0;
  color: var(--white);
  text-align: center;
}

.footer_desclaimer a {
  font-weight: 500;
  color: var(--secondry-color);
}

.footer_social {
  text-align: center;
  padding: 1rem 0 0;
  border-bottom: 1px solid #ddd;
}

.social_icon {
  padding-bottom: 15px;
}

.social_icon ul li {
  display: inline-block;
}

.social_icon ul li a,
.footer_social_link ul li a {
  width: 40px;
  height: 40px;
  display: block;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: var(--fourth-color);
  transition: 0.3s ease-in-out;
}

.footer_social_link ul li a {
  border-radius: 0;
  margin-bottom: 0.5rem;
}

.social_icon ul li:hover a,
.footer_social_link ul li a:hover {
  color: var(--white);
  transform: rotate(360deg);
  border-radius: 50%;
  overflow: hidden;
}

.social_icon ul li.youtube a,
.footer_social_link ul li.youtube a {
  background: red;
}

.social_icon ul li.insta a,
.footer_social_link ul li.insta a {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.social_icon ul li.facebook:hover a,
.footer_social_link ul li.facebook:hover a {
  background: #3b5998;
}

.social_icon ul li.twitter:hover a,
.footer_social_link ul li.twitter:hover a {
  background: black;
}

.social_icon ul li.linkedin:hover a,
.footer_social_link ul li.linkedin:hover a,
.footer_social_link ul li.linkedin a,
.social_icon ul li.linkedin a {
  background: #2e64c0;
}

.social_icon ul li.twitter:hover a,
.footer_social_link ul li.twitter:hover a,
.footer_social_link ul li.twitter a,
.social_icon ul li.twitter a {
  background: black;
}


.footer_address_list {
  padding: 1rem 0;
  background-color: #efefef;
}

.address_lists {
  display: grid;
  gap: 2rem;
  grid-template-columns: 2fr 1fr 1fr;
}

.f_phones li::before,
.f_mails li::before,
.address_lists .f_address::before {
  font-family: "FontAwesome";
  content: "";
  top: 4px;
  font-weight: 600;
  color: #333;
  position: absolute;
  left: 0;
}

.f_links li.link_mail::before,
.f_mails li::before {
  content: "\f003";
}

.f_links li.link_phone::before,
.f_phones li::before {
  content: "\f095";
}

.f_links li.link_add::before,
.address_lists .f_address::before {
  content: "\f041";
}

.f_phones li,
.f_mails li,
.address_lists .f_address {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.f_phones li a,
.f_mails li a {
  color: var(--primary-color);
}

/* Footer Layout  End */

/* Contact us start */
.contact_us_banner {
  position: relative;
}

.contact_us_banner .contact_ban::before {
  content: "";
  background-color: #00000087;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(2px);
}

.contact_ban img {
  min-height: 300px;
  object-fit: cover;
}

.common_banners {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.bread_crum ul li {
  font-size: 11px;
}

.bread_crum ul li a {
  color: var(--white);
  font-family: var(--secondary-font);
  font-size: 11px;
}

.bread_crum ul li {
  padding-right: 1rem;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
}

.bread_crum ul li:last-child::after {
  content: "";
}

.bread_crum ul li::after {
  line-height: inherit;
}

.bread_crum ul li::after {
  content: "\f054";
  right: 0;
  font-family: "FontAwesome";
  position: absolute;
  color: var(--white);
  font-size: 11px;
}

.bread_crum ul li:last-child,
.bread_crum ul li:last-child a {
  padding-right: 0;
  color: var(--secondry-color);
}

.contact_ban {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_banner_heading {
  /* font-size: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 50px; */

  font-size: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  width: 80%;
  text-align: center;
  margin: auto;
  /* margin-bottom: -14px !important; */
}

.common_banner_content {
  text-align: center;
}

.common_appointment_form {
  padding: 50px;
  position: relative;
  background: var(--primary-color-light);
}

/* .common_appointment_form::before {
  content: "";
  position: absolute;
  background-image: var(--btn-bg-dark);
  background-size: cover;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  min-height: 50%;
  object-fit: cover;
} */

.form_heading {
  text-align: center;
}

.section_heading {
  font-size: 50px;
  text-transform: uppercase;
  color: var(--black);
}

.section_heading_sub {
  color: var(--black);
}

.form_design {
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  padding: 40px;
  margin-top: 40px;
}

.form_design .d_grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 40% 1fr;
}

.contact_contents {
  border-right: 1px solid #ddd;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.contact_details {
  position: relative;
  padding-left: 100px;
}

.contact_contents .location_icon {
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 16px;
  border-radius: 50%;
}

.captcha button,
.contact_contents .location_icon {
  background: var(--btn-bg-dark);
}

.contact_contents .add_head {
  font-size: 26px;
  font-family: var(--secondary-font);
  margin-bottom: 0;
}

.contact_details .address_details a {
  transition: 0.3s;
  color: var(--black);
}

.contact_details .address_details a:hover {
  color: var(--third-color);
}

.appointment_form .d_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field input {
  min-height: 45px;
  border: 1px solid var(--black);
  border-radius: unset;
}

.appointment_form textarea {
  border-color: var(--black);
  border-radius: unset;
  min-height: 100px;
}

.captcha {
  height: 45px;
}

.captcha,
.captcha_field {
  display: flex;
}

.captcha img {
  height: 100%;
  width: 100%;
}

.captcha button {
  border: none;
  padding: 10px;
  color: var(--white);
  background: var(--btn-bg-dark);
}

.submit_button {
  transition: 0.3s;
}

.submit_button button {
  color: var(--white);
  text-transform: uppercase;
  background: var(--btn-bg-dark);
  border: none;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  min-height: 45px;
  transition: 0.3s linear;
}

.submit_button button:hover {
  /* letter-spacing: 1px; */
  background: var(--btn-bg-light);
  color: var(--black);
}

.full_field {
  grid-column: 1/3;
}

.map iframe {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

/* Contact us End */

/* pagination start  */
.pagination {
  padding-top: 1.5rem;
}

.pagination_contetn {
  border: 1px solid #ddd;
  padding: 0.5rem;
  border-radius: 6px;
  display: inline-block;
  background: var(--white);
}

.pagination {
  text-align: center;
}

.pagination_value {
  padding: 4px 0.5rem;
  max-width: 40px;
  border: 1px solid #ddd;
}

.out_of {
  color: #585858;
}

.out_of b {
  color: #adadad;
  font-weight: 500;
}

.pagination button {
  border: none;
  padding: 6px 0.5rem;
  cursor: pointer;
}

.pagination_value:focus-visible {
  outline: none;
}

/* pagination End  */
/* Select Box start  */
.select_dropdown {
  position: relative;
}

.select_button {
  background: var(--btn-bg-light);
  color: var(--black);
  padding: 0.5rem 10px;
  border: none;
  font-family: var(--primary-font);
  cursor: pointer;
  border-radius: 4px;
  min-width: 160px;
  text-align: left;
  font-weight: 600;
  position: relative;
}

.select_button::before {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.select_button.active::before {
  content: "\f077";
}

.select_button:hover {
  opacity: 0.8;
}

.select_content {
  display: none;
  position: absolute;
  background-color: var(--white);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}

.select_item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.select_item:hover {
  background-color: var(--secondry-light);
}

/* Select Box End  */
/* Desclaimer start  */
.desclaimer_sec {
  padding: 1.5rem 0;
  border-bottom: 5px solid var(--fourth-color);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80%;
  left: 0;
  transition: 0.3s linear;
  display: none;
  background: var(--white);
  border-top: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  z-index: 1000;
  overflow: scroll;
}

.disc_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.desclaimer_sec .main_heading {
  font-size: 35px;
  color: var(--black);
}

.des_sub_heading {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: var(--secondary-font);
}

.list {
  margin-bottom: 1rem;
}

.list li {
  padding-left: 20px;
  position: relative;
}

.list li::before {
  content: "\f061";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 4px;
  color: transparent;
  background: var(--btn-bg-light);
  background-clip: text;
}

.cookie_btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 6px;
  transition: 0.3s linear;
}

.cookie_btn a:nth-child(1) {
  border: 2px solid #ff7f00;
  color: #ff7f00;
}

.cookie_btn a:nth-child(1):hover {
  color: var(--white);
  background: #ff7f00;
}

.cookie_btn a:nth-child(2):hover {
  color: var(--white);
  background: #009bff;
}

.cookie_btn a:nth-child(2) {
  border: 2px solid #009bff;
  color: #009bff;
}

.cookie_btn {
  text-align: end;
}

.desclaimer_sec .d_grid {
  position: relative;
}

.disc_close {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

/* Desclaimer End  */

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .navmenu {
    display: none;
  }

  .mob-menu-icon {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: right;
  }

  /* .mobile-menu .mn-logo img {
    max-width: 230px;
  } */

  .mobile-menu .mn-logo {
    text-align: left;
  }

  .mn-logo {
    gap: 0px;
    font-size: 15px;
  }

  .mn-logo img {
    width: auto;
  }
}

/* mobile Menu End  */
/* header  */

@media (max-width: 576px) {
  .main_heading {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
  }

  .contact_us_banner .main_heading {
    font-size: 40px;
  }
  .sub_heading {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .banner_img {
    height: 350px;
  }

  .ban_img img {
    min-height: 350px;
    object-fit: cover;
  }

  .owl_banner_sec .banner_content {
    bottom: 35px;
    width: 90%;
  }

  .owl_banner_sec .banner_content p {
    font-size: 14px;
  }

  .banner_content .main_heading {
    font-size: 25px;
  }

  /* .mn-logo {
    width: 180px;
  } */

  .client_content {
    grid-template-columns: auto;
    gap: 0;
  }

  .client_section,
  .About_us_sec {
    padding: 30px 0;
  }

  .About_us_sec .d_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .About_us_sec .img_sec {
    width: 100%;
  }

  .specific {
    font-size: 20px;
  }

  .service_details .main_heading {
    font-size: 25px;
    padding: 0;
  }

  .gallery_card .main_heading {
    font-size: 35px;
  }

  .Service_sec .d_grid,
  .gallery_section .d_grid {
    grid-template-columns: 1fr;
    width: 80%;
    margin: auto;
  }

  .para_content {
    max-height: 160px;
  }

  .address_lists {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer_widget,
  .address_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: left;
    padding-left: 13px;
    gap: 50px;
  }

  .address_lists {
    gap: 1rem;
    padding-top: 30px;
  }

  .footer_link .main_heading {
    font-size: 22px;
  }

  .form_design .d_grid {
    grid-template-columns: 1fr;
  }

  .common_appointment_form {
    padding: 30px 0;
  }

  .form_design {
    padding: 30px 1rem;
  }

  .contact_contents {
    padding: 0;
    border-right: none;
    padding: 0.5rem 0;
  }

  .contact_contents .location_icon {
    width: 60px;
    height: 60px;
    padding: 14px;
  }

  .contact_details {
    padding-left: 70px;
  }

  .appointment_form .field {
    grid-column: 1/3;
  }

  .contact_contents .add_head {
    font-size: 20px;
  }

  .contact_ban img {
    min-height: 260px;
  }

  .common_banners {
    bottom: 75px;
  }
  /* 
  .video_section .d_grid {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .video-box iframe {
    height: 260px;
  } */

  .cookie_btn {
    text-align: center;
  }

  /* .blog_section .d_grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  .blog_details_section .d_grid {
    grid-template-columns: 1fr;
  } */

  .right_contents {
    border-left: none;
    padding-left: 0;
  }

  .Blog_headings {
    font-size: 30px;
  }

  .left_content {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .main_heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
  }

  .sub_heading {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .banner_img {
    height: 350px;
  }

  .ban_img img {
    min-height: 350px;
    object-fit: cover;
  }

  .owl_banner_sec .banner_content {
    bottom: 35px;
    width: 90%;
  }

  .owl_banner_sec .banner_content p {
    font-size: 14px;
  }

  .banner_content .main_heading {
    font-size: 25px;
  }

  /* .mn-logo {
    width: 180px;
  } */

  .client_content {
    grid-template-columns: auto;
    gap: 0;
  }

  .client_section {
    padding: 30px 0;
  }

  .mobile-menu .mn-logo {
    text-align: left;
  }

  .About_us_sec .d_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .About_us_sec .img_sec {
    width: 100%;
  }

  .specific {
    font-size: 20px;
  }

  .service_details .main_heading {
    font-size: 25px;
    padding: 0;
  }

  .Service_sec .d_grid,
  .gallery_section .d_grid {
    grid-template-columns: 1fr;
  }

  .gallery_card .main_heading {
    font-size: 35px;
  }

  .para_content {
    max-height: 160px;
  }

  .address_lists {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer_widget,
  .address_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footer_link .main_heading {
    font-size: 22px;
  }

  .form_design .d_grid {
    grid-template-columns: 1fr;
  }

  .common_appointment_form {
    padding: 30px 0;
  }

  .form_design {
    padding: 30px 1rem;
  }

  .contact_contents {
    padding: 0;
    border-right: none;
    padding: 0.5rem 0;
  }

  .contact_contents .location_icon {
    width: 60px;
    height: 60px;
    padding: 14px;
  }

  .contact_details {
    padding-left: 70px;
  }

  .appointment_form .field {
    grid-column: 1/3;
  }

  .contact_contents .add_head {
    font-size: 20px;
  }

  .contact_ban img {
    min-height: 260px;
  }

  .common_banners {
    bottom: 75px;
  }

  .video_section .d_grid {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .v_category_select {
    max-width: 50%;
    margin-bottom: 0.5rem;
  }

  .play_box {
    width: 40px;
    height: 40px;
  }

  .blog_section .d_grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  .cookie_btn {
    text-align: center;
  }

  .blog_details_section .d_grid {
    grid-template-columns: 1fr;
  }

  .right_contents {
    border-left: none;
    padding-left: 0;
  }

  .Blog_headings {
    font-size: 30px;
  }

  .left_content {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main_heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
  }

  .sub_heading {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;

    font-size: 17px;
    text-transform: uppercase;
  }

  .ban_img img {
    min-height: 400px;
    object-fit: cover;
  }

  .owl_banner_sec .banner_content {
    bottom: 40px;
  }

  .banner_content .main_heading {
    font-size: 45px;
  }

  .About_us_sec .img_sec {
    width: 100%;
  }

  .service_details .common_btn a {
    padding: 5px 16px;
    font-size: 14px;
  }

  .Service_sec .d_grid,
  .gallery_section .d_grid {
    grid-template-columns: 1fr 1fr;
  }

  .form_design {
    padding: 20px;
  }

  .contact_contents .add_head {
    font-size: 20px;
  }

  .contact_contents .location_icon {
    width: 60px;
    height: 60px;
    padding: 14px;
    margin-right: 10px;
  }

  .contact_contents {
    padding-left: 0;
  }

  .contact_details {
    padding-left: 70px;
  }

  .common_appointment_form {
    padding: 50px 0;
  }

  .video_section .d_grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 1rem;
  }

  .v_category_select {
    max-width: 30%;
    margin-bottom: 0.5rem;
  }

  .blog_section .d_grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  .blog_details_section .d_grid {
    grid-template-columns: 1fr;
  }

  .right_contents {
    border-left: none;
    padding-left: 0;
  }

  .Blog_headings {
    font-size: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main_heading {
    /* margin-bottom: 10px;
    font-size: 40px; */
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 550;
    letter-spacing: 1.8px;
  }

  .sub_heading {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .owl_banner_sec .banner_content {
    bottom: 60px;
  }

  .video_section .d_grid {
    padding-top: 0.5rem;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
