.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para, .para p {
  font-family: "Gantari", sans-serif;
  font-weight: 400;
}

::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d5a53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d5a53;
}

a {
  text-decoration: none;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type=date].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^=hvr-] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.page-template-page-templatecontact-php .content-sec {
  padding: 47px 0 75px;
}

.map-sec {
  position: relative;
}
.map-sec .wrap {
  padding: 0 20px;
}
.map-sec .wrap .d-flex {
  flex-direction: column;
}
.map-sec .wrap .branch-map {
  flex: 1;
}
.map-sec .wrap .branch-map .map {
  height: 396px;
}
.map-sec .wrap .branch-map .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.map-sec .wrap .main-contact-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.map-sec .wrap .main-contact-box h2 {
  color: #5d5a53;
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 20px;
}
.map-sec .wrap .main-contact-box h2 br {
  display: none;
}
.map-sec .wrap .main-contact-box .main-details-box .main-details {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main {
  color: #5d5a53;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
.map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main svg {
  width: 8px;
}
.map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main span {
  font-weight: 700;
}
.map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main a {
  color: #5d5a53;
  display: flex;
  align-items: center;
}
.map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main a svg {
  margin-left: 8px;
}
.map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list {
  list-style: none;
  display: flex;
  gap: 40px;
  padding-left: 0;
  justify-content: center;
}
.map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list .footer-social-media-link {
  display: inline-block;
}
.map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list .footer-social-media-link svg {
  transition: transform 0.3s;
}
.map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list .footer-social-media-link svg:hover {
  transform: scale(1.1);
}

.near-location {
  position: relative;
  padding-bottom: 60px;
}
.near-location .min-wrap {
  margin: 0 20px;
}
.near-location .min-wrap .wrap-top {
  margin-bottom: 50px;
}
.near-location .min-wrap .wrap-top .main-title {
  color: #5d5a53;
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 82%;
  padding-bottom: 30px;
}
.near-location .min-wrap .wrap-top .para {
  text-align: center;
}
.near-location .min-wrap .wrap-bottom .sub-section-heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}
.near-location .min-wrap .wrap-bottom .contact-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
.near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box .icon {
  width: 20px;
  height: 20px;
  margin-bottom: 15px;
}
.near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box .icon-nem {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  color: #444;
  margin-bottom: 8px;
}
.near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box .icon-des {
  font-size: 15px;
  color: #000;
  line-height: normal;
  font-family: "Playfair Display", serif;
}

.inquery-sec {
  background: #e7e2dc;
}
.inquery-sec .main-wrap {
  padding: 60px 0 0;
}
.inquery-sec .main-wrap .main-title {
  color: #5d5a53;
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 82%;
  padding-bottom: 30px;
}
.inquery-sec .main-wrap .inquiry-form .d-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.inquery-sec .main-wrap .inquiry-form .d-flex.mob-direction {
  padding: 0 20px;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100 {
  width: 100% !important;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50:hover label,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100:hover label {
  font-weight: 700;
  transition: all 1s;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50.m-r-10,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100.m-r-10 {
  margin-right: 0;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50.m-l-10,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100.m-l-10 {
  margin-left: 0;
  margin-top: 40px;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50.m-l-10.d-non,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100.m-l-10.d-non {
  display: none;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50 label,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100 label {
  display: block;
  transition: all 1s;
  margin-bottom: -15px;
  color: #5d5a53;
  font-size: 16px;
  font-weight: 400;
  line-height: 188%;
  z-index: 111;
  position: relative;
  background: #e7e2dc;
  width: fit-content;
  margin-left: 10px;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50 .field-wrap,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100 .field-wrap {
  width: 100%;
  padding: 10px;
  height: 45px;
  border: 1px solid rgba(93, 90, 83, 0.25);
  background-color: #e7e2dc;
  border-radius: 0;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-50 .field-wrap:focus,
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100 .field-wrap:focus {
  border-top: 1px solid #5d5a53;
  border-right: 1px solid #5d5a53;
  border-bottom: 2px solid #5d5a53;
  border-left: 1px solid #5d5a53;
  outline: none;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100 {
  width: 100%;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100 label {
  display: block;
  margin-bottom: -15px;
  color: #5d5a53;
  font-size: 16px;
  font-weight: 400;
  line-height: 188%;
  z-index: 111;
  position: relative;
  background: #e7e2dc;
  width: fit-content;
  margin-left: 10px;
}
.inquery-sec .main-wrap .inquiry-form .d-flex .w-100 textarea {
  width: 100%;
  height: 85px !important;
  border: 1px solid rgba(93, 90, 83, 0.25);
  background-color: #e7e2dc;
}
.inquery-sec .main-wrap .inquiry-form .btn-form {
  margin: 0;
  width: 100%;
  height: 65px;
  justify-content: center;
  background-color: #5d5a53;
}
.inquery-sec .main-wrap .inquiry-form .btn-form svg {
  width: 28px;
  height: 10px;
  margin-left: 20px;
}
.inquery-sec .main-wrap .inquiry-form .btn-form p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquery-sec .main-wrap .inquiry-form .btn-form [type=submit] {
  color: #fff;
  border: none;
  cursor: pointer;
  height: 65px;
  background-color: #5d5a53;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.inquery-sec .main-wrap .inquiry-form .btn-form span.wpcf7-spinner {
  position: absolute;
}

.faq-sec {
  position: relative;
}
.faq-sec .main-wrap {
  padding: 80px 20px 44px;
}
.faq-sec .main-wrap .main-title {
  color: #5d5a53;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
  padding: 0 30px 58px;
}
.faq-sec .main-wrap .accordion .accordion-item {
  border: 0;
  margin-bottom: 0;
}
.faq-sec .main-wrap .accordion .accordion-item .accordion-header button {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px;
  color: #5d5a53;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: all 2s;
  align-items: center !important;
  border-bottom: 1px solid rgba(93, 90, 83, 0.25);
}
.faq-sec .main-wrap .accordion .accordion-item .accordion-header button svg {
  width: 20px;
  transition: all 2s;
  margin-right: 10px;
}
.faq-sec .main-wrap .accordion .accordion-item .accordion-header button.collapsed {
  color: #5d5a53;
  font-size: 15px;
  font-weight: 400;
  transition: all 2s;
}
.faq-sec .main-wrap .accordion .accordion-item .accordion-header button.collapsed svg {
  width: 0;
  transition: all 2s;
}
.faq-sec .main-wrap .accordion .accordion-item .accordion-body {
  color: #5d5a53;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 188%;
  padding: 50px 20px;
  background: #e7e2dc;
}
.faq-sec .main-wrap .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect y='11' width='24' height='2' fill='%235D5A53'/%3E%3Crect x='13' width='24' height='2' transform='rotate(90 13 0)' fill='%235D5A53'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  transition: transform 0.2s ease-in-out;
  background-position: center;
}
.faq-sec .main-wrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='2' viewBox='0 0 24 2' fill='none'%3E%3Crect width='24' height='2' fill='%235D5A53'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 1023px) {
  .page-template-page-templatecontact-php .content-sec {
    padding: 4.7395833333vw 0 4.6875vw;
  }
  .page-template-page-templatecontact-php .content-sec .main-wrap {
    padding: 0 18.8541666667vw;
  }
  .map-sec {
    position: relative;
    margin-bottom: 7.8125vw;
  }
  .map-sec .wrap {
    padding: 0 15vw 0 18.6979166667vw;
  }
  .map-sec .wrap .d-flex {
    flex-direction: row;
  }
  .map-sec .wrap .branch-map {
    width: 30.6770833333vw;
  }
  .map-sec .wrap .branch-map .map {
    width: 30.6770833333vw;
    height: 32.65625vw;
  }
  .map-sec .wrap .main-contact-box {
    width: calc(100% - 30.6770833333vw);
    padding-top: 0;
    padding-bottom: 1.5104166667vw;
    padding-left: 4.1666666667vw;
    justify-content: flex-end;
  }
  .map-sec .wrap .main-contact-box h2 {
    font-size: 5vw;
    text-align: left;
    line-height: 100%;
    padding-bottom: 1.5625vw;
  }
  .map-sec .wrap .main-contact-box h2 br {
    display: block;
  }
  .map-sec .wrap .main-contact-box .main-details-box .main-details {
    margin-bottom: 1.4583333333vw;
    display: flex;
    justify-content: left;
  }
  .map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main {
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 1.3020833333vw;
  }
  .map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main svg {
    width: 0.9575520833vw;
  }
  .map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main span {
    font-weight: 700;
  }
  .map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main svg {
    margin-left: 4.1666666667vw;
    margin-top: 1.40625vw;
  }
  .map-sec .wrap .main-contact-box .main-details-box .main-details .phone-main a {
    color: #5d5a53;
    display: flex;
    align-items: center;
  }
  .map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list {
    gap: 2.7083333333vw;
    justify-content: flex-start;
  }
  .map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list .footer-social-media-link {
    display: inline-block;
  }
  .map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list .footer-social-media-link svg {
    transition: transform 0.3s;
  }
  .map-sec .wrap .main-contact-box .main-details-box .footer-social-media-list .footer-social-media-link svg:hover {
    transform: scale(1.1);
  }
  .inquery-sec {
    background: #e7e2dc;
    margin: 0 12.65625vw;
  }
  .inquery-sec .main-wrap {
    padding: 3.6458333333vw 0 0;
  }
  .inquery-sec .main-wrap .main-title {
    font-size: 5vw;
    line-height: 82%;
    padding-bottom: 3.6458333333vw;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.9375vw;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex.mob-direction {
    padding: 0 6.25vw;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-50 {
    width: 28.6458333333vw !important;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100.m-r-10,
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-50.m-r-10 {
    margin-right: 2.34375vw;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100.m-l-10,
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-50.m-l-10 {
    margin-left: 2.34375vw;
    margin-top: 0;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100.m-l-10.d-non,
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-50.m-l-10.d-non {
    display: none;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100 label,
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-50 label {
    display: block;
    margin-bottom: -15px;
    color: #5d5a53;
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 188%;
    z-index: 111;
    position: relative;
    background: #e7e2dc;
    width: fit-content;
    margin-left: 10px;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100 .field-wrap,
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-50 .field-wrap {
    width: 100%;
    padding: 0.5208333333vw;
    height: 3.3333333333vw;
    border: 0.0520833333vw solid rgba(93, 90, 83, 0.25);
    background: #e7e2dc;
    font-family: "Gantari", sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 141%;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100 {
    width: 100%;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100 label {
    display: block;
    margin-bottom: -15px;
    color: #5d5a53;
    font-size: 1.0416666667vw;
    font-weight: 400;
    line-height: 188%;
    z-index: 111;
    position: relative;
    background: #e7e2dc;
    width: fit-content;
    margin-left: 10px;
  }
  .inquery-sec .main-wrap .inquiry-form .d-flex .w-100 textarea {
    width: 100%;
    height: 85px;
    border: 1px solid rgba(93, 90, 83, 0.25);
    background-color: #e7e2dc;
    color: #5d5a53;
    font-family: "Gantari", sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 141%;
  }
  .inquery-sec .main-wrap .inquiry-form .btn-form {
    margin: 3.8541666667vw 0 0;
    width: 100%;
    height: 5.2083333333vw;
  }
  .inquery-sec .main-wrap .inquiry-form .btn-form [type=submit] {
    color: #fff;
    padding: 0.5208333333vw 1.5625vw;
    border: none;
    cursor: pointer;
    height: 5.2083333333vw;
    font-size: 1.0416666667vw;
  }
  .inquery-sec .main-wrap .inquiry-form .btn-form svg {
    width: 2.6041666667vw;
  }
  .inquery-sec textarea.wpcf7-form-control.wpcf7-textarea.field-wrap {
    height: 8.6979166667vw !important;
  }
  .faq-sec {
    position: relative;
  }
  .faq-sec .main-wrap {
    padding: 5.2083333333vw 12.65625vw 0;
  }
  .faq-sec .main-wrap .main-title {
    color: #5d5a53;
    text-align: center;
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 82%; /* 52.48px */
    text-transform: capitalize;
    padding-bottom: 1.6666666667vw;
  }
  .faq-sec .main-wrap .accordion .accordion-item {
    border: 0;
    margin-bottom: 0;
  }
  .faq-sec .main-wrap .accordion .accordion-item:last-child .accordion-header button {
    border-bottom: 0 !important;
  }
  .faq-sec .main-wrap .accordion .accordion-item .accordion-header button {
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 188%;
    padding: 1.5625vw 2.6041666667vw;
    border-bottom: 0.0520833333vw solid rgba(93, 90, 83, 0.25);
  }
  .faq-sec .main-wrap .accordion .accordion-item .accordion-header button svg {
    width: 2.6041666667vw;
    transition: all 1s;
    margin-right: 1.0416666667vw;
  }
  .faq-sec .main-wrap .accordion .accordion-item .accordion-header button.collapsed {
    color: #5d5a53;
    font-size: 1.6666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 188%;
  }
  .faq-sec .main-wrap .accordion .accordion-item .accordion-body {
    font-size: 0.9375vw;
    line-height: 188%;
    padding: 3.2291666667vw 11.6666666667vw 3.2291666667vw 6.25vw;
  }
  .faq-sec .main-wrap .accordion-button::after {
    background-size: 1.25vw;
  }
  .near-location {
    position: relative;
    padding-bottom: 7.2916666667vw;
  }
  .near-location .min-wrap {
    margin: 0 12.8125vw;
  }
  .near-location .min-wrap .wrap-top {
    margin-bottom: 3.125vw;
  }
  .near-location .min-wrap .wrap-top .main-title {
    font-size: 5vw;
    line-height: 82%;
    padding-bottom: 2.6041666667vw;
  }
  .near-location .min-wrap .wrap-bottom .sub-section-heading {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
    margin-bottom: 2.6041666667vw;
    font-weight: 500;
  }
  .near-location .min-wrap .wrap-bottom .contact-box-wrap {
    gap: 1.0416666667vw;
    justify-content: space-between;
    padding: 0 13.0208333333vw;
  }
  .near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
  }
  .near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box .icon {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin-bottom: 0.78125vw;
  }
  .near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box .icon-nem {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
    margin-bottom: 0.5208333333vw;
  }
  .near-location .min-wrap .wrap-bottom .contact-box-wrap .contact-box .icon-des {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
}

/*# sourceMappingURL=contact.css.map */
