@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --primary: #bf9f62;
  --light-blue: #fff6f8;
  --heading: #002441;
  --text-color: #465166;
  --form-bg: #f0f1f5;
  --white: #ffffff;
  --black: #000000;
  --dark: #221f20;
  --grey: #565866;
}

body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
ul,
p {
  font-family: "Montserrat", serif;
  padding: 0;
  margin: 0;
  line-height: normal;
}

body {
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 28px;
  min-height: 100vh;
}

i {
  font-style: normal;
}

.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

svg:not([fill]) {
  fill: aliceblue;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  display: block;
}

.object-cover {
  object-fit: cover;
}

/*header*/

i {
  font-style: normal;
}

.header {
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 9;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.header .navbar {
  padding: 15px 0px;
}

.header .navbar .navbar-brand {
  width: 175px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header .navbar .navbar-brand img {
  width: 100%;
}

.header .navbar .navbar-collapse {
  justify-content: end;
}

.header .navbar .navbar-collapse .navbar-nav {}

.header .navbar .navbar-collapse .navbar-nav .nav-item {}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: var(--primary);
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #002441;
  font-size: 16px;
  font-weight: 600 !important;
  transition: all .3s ease-in-out;
  padding: 10px 15px;
}

.call_now_btn_box {
  margin-left: 20px;
}

.call_now_btn_box .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
}

.call_now_btn_box .btn:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary) !important;
}

.title_headeing {
  color: var(--primary);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}

.sub_title_headeing {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}

.Bannerhome {
  position: relative;
  height: 700px;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  overflow: hidden;
}

.Bannerhome .media_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: 16s linear 0s infinite normal none running zoom-out;
  transition: all 0s ease-in-out 0s;
}

.Bannerhome .banner_wrapp {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.Bannerhome .banner_wrapp {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
}

.Bannerhome:after {
  content: '';
  background: linear-gradient(273deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 40%) 40%, #0000);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.Bannerhome .banner_wrapp .plan_detials {
  background: rgb(191 159 98 / 80%);
  outline-offset: 3px;
  border-radius: 20px;
  padding: 20px;
  width: 440px;
  color: #fff;
}

.Bannerhome .banner_wrapp .plan_detials .heading_title {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.Bannerhome .banner_wrapp .plan_detials .heading_title h1 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

.Bannerhome .banner_wrapp .plan_detials .heading_title p {
  font-size: 14px;
  margin: 5px 0 10px;
  color: #fff;
  line-height: 16px;
}

.Bannerhome .banner_wrapp .plan_detials ul {
  padding-left: 0;
}

.Bannerhome .banner_wrapp .plan_detials ul li {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.Bannerhome .banner_wrapp .plan_detials ul li span {
  font-weight: 600;
}

.Bannerhome .banner_wrapp .plan_detials ul li span+span {
  font-weight: 400;
  margin-left: 5px;
}

.Bannerhome .banner_wrapp .plan_detials .plan_pr_list {
  margin: 10px 0;
}

.appointment-thumb {
  overflow: hidden;
  border-radius: 32px;
}

.Bannerhome .banner_wrapp .plan_detials .plan_pr_list .bx {
  background: rgb(191 159 98 / 60%);
  border-radius: 10px;
  padding: 6px 15px;
  border: 0.5px solid #fff;
  font-size: 16px;
  font-weight: 600;
}

.Bannerhome .banner_wrapp .plan_detials .plan_pr_list .bx+.bx {
  margin-top: 10px;
}

.Bannerhome .banner_wrapp .plan_detials h2 {
  font-size: 18px;
  margin-top: 10px;
  color: #FFF;
}

.Bannerhome .banner_wrapp .plan_detials h3 {
  font-size: 26px;
  margin: 10px 0 0;
  color: #fff;
  font-weight: 900;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}





/* Gallery */
.hm-gallery-section::before {
  background: url(../images/bg5.jpg) no-repeat;
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  right: 0;
  z-index: -1;
  background-size: 100%;
  background-position: bottom;
}

.reflection {
  -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.charSlide {
  width: 50%;
}

.charSlide .imgBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.charSlide img {
  object-fit: cover;
}

.charSlide .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;

  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
  z-index: 1;
  text-align: center;
  -webkit-box-reflect: below -1rem linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.4));
  display: none;
}



.service-card .service-card-icon {
  width: 96px;
  height: 96px;
  line-height: 93px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 56px;
  height: auto;
}

.service-card .box-title {
  margin-top: 17px;
}

.service-card .box-title a {
  color: #0D0D0C;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.service-card .box-title a:hover {
  color: #364440;
}

.service-card .box-text {
  color: #6E7070;
  opacity: 0.8;
}

.service-card .service-img {
  margin-top: 50px;
  border-radius: 24px;
  overflow: hidden;
}

.service-card .service-img img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card:hover .img-shine:after {
  -webkit-animation: imgShine 1s;
  animation: imgShine 1s;
}

.service-card:hover .service-card-icon {
  background: var(--primary);
}

.service-card:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: brightness(9);
  filter: brightness(9);
}

.service-card:hover .service-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-flex;
  border: none;
  text-align: center;
  background-color: #bf9f62;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  min-width: 125px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
}


.th-btn:hover {
  background: #0D0D0C;
  color: #fff;
}

.bg-gray {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.97) 0%, rgba(239, 239, 239, 0.97) 100%);
}

.Contactus_sec {
  background: rgb(254, 249, 235);
}

.Contactus_sec {
  display: flex;
  overflow: hidden;
}

.Contactus_sec .Connect-form {
  flex: 0 0 50%;
  padding: 5% 5% 5% 10%;
}

.Contactus_sec .media_contactus {}

.Contactus_sec .media_contactus img {}

.Contactus_sec .Connect-form form {}

.Contactus_sec .media_contactus {
  width: 50%;
  position: relative;
}

.Contactus_sec .media_contactus img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}

.Contactus_sec .input_box i {
  color: var(--primary);
  font-size: 18px;
  left: 12px;
  position: absolute;
  top: 15px;
}

.input_box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px #00000029;
  height: 43px;
  margin-top: 0;
  position: relative;
}

.custom_form_check {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.custom_form_check a {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}

.input_box input {
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: gray;
  outline: none;
  padding: 9px 9px 9px 41px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.input_box i {
  color: var(--primary);
}

.Contactus_sec h2.sub_title_headeing::after {
  display: none;
}

.form-check-label {
  font-size: 14px;
  margin-left: 10px;
}

.input_box input:focus {
  box-shadow: 0 1px 4px var(--primary);
}

.Contactus_sec .th-btn {
  padding: 15px 30px;
}

.pricelist_sect {
  background: url(../images/ban.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.pricelist_sect::after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(135deg, rgba(11, 33, 43, 0.88) 0%, rgba(29, 57, 75, 0.7) 100%);
}

.pricelist_sect .container {
  position: relative;
  z-index: 2;
}

.pricelist_sect table,
.pricelist_sect td,
.pricelist_sect th {
  padding: .7em 1em;
  background: transparent;
  border-top: 1px solid #dddddd;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.pricelist_sect td,
.pricelist_sect th {
  text-align: center;
  border-width: 0 1px 1px 0;
}

.info-list-item {
  display: flex;
  margin-bottom: 15px;
}

.info-list-content {
  margin-left: 10px;
}

.info-list-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.info-list-content p {
  font-size: 16px;
  line-height: 25px;
}

.info-list-icon {
  flex: 0 0 26px;
}

.Location_sect {
  background: var(--primary);
}

.Location_sect .title_headeing {
  text-align: center;
  color: #fff;
}

.LocationImage {
  border-radius: 8px;
}

.Contactus_sec .Connect-form .sub_title_headeing {
  text-align: left;
}

.Highlights_sect img {
  border-radius: 12px;
}

.Highlights_sect ul {
}

.Highlights_sect p {
  font-size: 18px;
  margin-bottom: 20px;
}

.Highlights_sect ul li {
  margin-bottom: 20px;
  font-size: 18px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  border-radius: 4px;
  display: flex;
  align-items: start;
  position: relative;
}
.Highlights_sect ul li::before {
    background: var(--primary);
    color: #fff;
    content: "\f00c";
    font-family: 'Fontawesome';
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    margin-right: 8px;
    font-style: 20px;
}

.Overview_home {
  background: #f0f1f5;
}

.Overview_home .abt-de-img {
  z-index: 1;
  position: relative;
  border-radius: 27px;
  width: 100%;
  padding: 34px;
}

.Overview_home .abt-de-img::after {
  height: 70%;
  width: 91%;
  content: "";
  position: absolute;
  left: -1px;
  top: 20px;
  z-index: 1;
  background: var(--primary-color) 0 0 no-repeat padding-box;
  border-radius: 27px;
  transform: matrix(.97, -.22, .22, .97, 0, 0);
  z-index: 0;
}

.Overview_home .abt-de-img img {
  width: 100%;
  z-index: 1;
  position: relative;
  border-radius: 27px;
}

.Overview_home .abt-de-img {
  z-index: 1;
  position: relative;
  border-radius: 27px;
  width: 100%;
  padding: 34px;
}

.Overview_home .abt-de-img::after {
  height: 70%;
  width: 91%;
  content: "";
  position: absolute;
  left: -1px;
  top: 20px;
  z-index: 1;
  background: var(--primary) 0 0 no-repeat padding-box;
  border-radius: 27px;
  transform: matrix(.97, -.22, .22, .97, 0, 0);
  z-index: 0;
}

.Overview_home .abt-de-img img {
  width: 100%;
  z-index: 1;
  position: relative;
  border-radius: 27px;
}

.Overview_home .abt-de-detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.Overview_home .ath-btn {
  padding: 15px 30px;
}

.last_footer {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding-top: 30px;
  padding-bottom: 30px;
}

.last_footer p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

#ContactusModal {}

#ContactusModal .modal-content {
  background-color: #fff6f8;
  border-radius: 12px;
}

#ContactusModal .modal-content .modal-header {
  padding: 6px 20px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}

#ContactusModal .modal-content .modal-header h1 {
  font-size: 24px;
  color: var(--primary);
  font-weight: 600;
}

#ContactusModal .modal-content .modal-header .btn-close {
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: -4px;
  top: -33px;
  display: flex;
  align-items: center;
}

#ContactusModal .modal-content .modal-body {
  padding: 0 15px;
}

#ContactusModal .modal-content .modal-body .formEq {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 400px;

  }
}

#ContactusModal .input_box i {
  color: var(--primary);
  font-size: 18px;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#ContactusModal .input_box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px #00000029;
  height: 43px;
  margin-top: 0;
  position: relative;
}


#ContactusModal .th-btn.style2 {
  margin-top: 15px;
  width: 100%;
}

a.whatsapp {
  background-color: #2fb842;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 99;
}

.fix-mobile-strip {
  display: none;
}
.price_table {
    background: rgb(191 159 98 / 61%);
    border-radius: 8px;
}

.price_table h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0;
}

.pricelist_sect tr:last-child td {
    border-bottom: 0;
}

.pricelist_sect td:last-child,.pricelist_sect th:last-child {
    border-right: 0;
}
@media (max-width: 990px) {
  .table_srolller{overflow-x: auto;width: 100%;}
  .pricelist_sect table{margin: 0;}
   .table_srolller th, .table_srolller td{white-space: nowrap;}
  .Bannerhome .banner_wrapp{z-index: 0;}
  .header .navbar .navbar-brand {
    width: 110px;
  }

  .call_now_btn_box {
    margin-left: 0;
  }

  .navbar-toggler,
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
    border: 0;
  }

  .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    right: -100%;
    top: 72px;
    background: #fff;
    height: 100vh;
    transition: .3s ease-in-out;
    padding: 10px;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .menu-drop {
    position: initial;
    display: none;
    width: 100%;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item:hover .menu-drop {
    display: block;
  }

  .navbar .navbar-collapse.show {
    right: 0;
  }

  .Bannerhome .media_img {
    position: initial;
  }

  .Bannerhome:after {
    display: none;
  }

  .abt-de-img {
    display: none;
  }

  .Bannerhome {
    height: auto;
    flex-direction: column;
  }

  .Bannerhome .banner_wrapp {
    margin: 0 -15px;
    margin-top: 0;
  }

  .Bannerhome .banner_wrapp .plan_detials {
    width: 100%;
    border-radius: 0;
  }

  .title_headeing {
    font-size: 18px;
  }

  .sub_title_headeing {
    font-size: 24px;
  }

  .Overview_home .abt-de-detail p,
  .info-list-content p,
  .last_footer p {
    font-size: 14px;
  }

  .padding {
    padding: 40px 0;
  }

  .ps-5 {
    padding-left: 15px !important;
  }

  .Highlights_sect img {
    margin-bottom: 30px;
  }

  .Highlights_sect ul li,
  .Highlights_sect p,
  .service-card .box-title {
    font-size: 16px;
  }

  .title-area .sub_title_headeing {
    margin-bottom: 20px;
  }

  .col-auto {
    display: none;
  }

  .service-card .service-img {
    margin-top: 20px;
  }

  .service-card .box-title a {
    font-size: 18px;
  }

  .pricelist_sect table,
  .pricelist_sect td,
  .pricelist_sect th {
    font-size: 16px;
  }

  .info-list-content h3 {
    font-size: 18px;
  }

  .Contactus_sec {
    flex-direction: column;
  }

  .Contactus_sec .Connect-form {
    padding: 20px;
  }

  .Contactus_sec .media_contactus img {
    position: initial;
  }

  .Contactus_sec .media_contactus {
    width: 100%;
  }

  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .hero container-lg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .charSlide img {
    height: 242px;
  }

  .charSlide {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  a.whatsapp {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
.Highlights_sect ul li::before {        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        font-size: 12px;
        line-height: 24px;}
  .fix-mobile-strip {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    box-shadow: 0 0 5px #696969;
  }

  .fix-mobile-strip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .fix-mobile-strip ul li {
    width: 50%;
    text-align: center;
  }

  .fix-mobile-strip ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary);
    padding: 10px;
    font-size: 16px;
  }

}

@media only screen and (max-width: 575px) {
  a.whatsapp {
    font-size: 18px;
    width: 41px;
    height: 41px;
  }
}