
/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */
.getInTouchMain {
  background-color: #F7F2E7;
  padding-bottom: 4.875rem;
  padding-left: 20px;
  padding-right: 20px;
}

.getInTouchMain-blue .getInTouchMain {
  background-color: #E9F2FB;
  padding-top: 116px;
  padding-bottom: 87px;
}


@media screen and (max-width: 768px) {
  .getInTouchMain {
    padding-bottom: 3.75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .getInTouchMain-blue .getInTouchMain {
  background-color: #E9F2FB;
  padding-top: 80px;
  padding-bottom: 40px;
}
}
.getInTouchMain .getInTouchTextContainer {
  text-align: center;
}
.getInTouchMain .getInTouchTextContainer .getInTouchTitle {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.6875rem;
  color: #323232;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchTextContainer .getInTouchTitle {
    font-size: 1.25rem;
    line-height: 2.0625rem;
    padding-bottom: 0.625rem;
  }
}
.getInTouchMain .getInTouchTextContainer .getInTouchSubTitle {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  color: #323232;
  padding-bottom: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchTextContainer .getInTouchSubTitle {
    font-size: 1.5rem;
    line-height: 1.625rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.25rem;
    align-items: start;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #323232;
  padding-bottom: 0.625rem;
  position: relative;
  display: inline-block;
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle::after {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #FEAA06;
  position: absolute;
  top: -3%;
  left: 0;
}

@media screen and (max-width:768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle::after{
    width: 18px;
  }  
}

@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-bottom: 0.375rem;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftTitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.1875rem;
  color: #323232;
  padding-bottom: 1.25rem;
  width: 284px;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftTitle {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding-bottom: 1rem;
    width: 328px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAddress {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #323232;
  padding-bottom: 1.25rem;
  width: 341px;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAddress {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding-bottom: 1.5rem;
    width: 317px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer {
  gap: 0.5rem;
  padding-bottom: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer {
    padding-bottom: 0.75rem;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer .getInTouchLeftDirectionImgContent {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer .getInTouchLeftDirectionLink a{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125rem;
  color: #7345B2;
  border-bottom: 2px solid #7345B2;
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAppoitment a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  text-align: center;
  color: #FDFEFF;
  border-radius: 999px;
  padding: 1rem 1.375rem 1rem 1.9375rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAppoitment a {
    padding: 0.5rem 0.875rem 0.5rem 1.4375rem;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightSingleImgContainer {
  /* width: 803px; */
  width: 100%;
  height: 301px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightSingleImgContainer {
    width: 100%;
    height: 200px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightMultiImgContent {
  width: 803px;
  height: 301px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightMultiImgContent {
    /* width: 100%; */
    width: 343px;
    height: 200px;
  }
}
/* .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightMultiImgContent img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation-name: imagefade;
          animation-name: imagefade;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
} */
.getInTouchRightMultiImgGallery {
  position: absolute; /* Ensures images overlap */
  top: 0;
  left: 0;
  width: 100%; /* Adjust based on your image/container size */
  height: 100%; /* Adjust based on your image/container size */
  opacity: 0; /* Start with all images hidden */
  transition: opacity 0ms ease-in-out; /* Instant transition by default */
}

.getInTouchRightMultiImgGallery:first-child {
  opacity: 1; /* Make the first image visible */
}

.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightVideoContainer {
  width: 803px;
  height: 301px;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightVideoContainer {
    width: 100%;
    height: 200px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightVideoContainer video {
  width: 100%;
  height: 100%;
}
.getInTouchMain .getInTouchReverseContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          gap: 20px;
}

.getInTouchMain-blue .getInTouchMain .getInTouchReverseContainer{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchReverseContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.25rem;
  }

  .getInTouchMain-blue .getInTouchMain .getInTouchReverseContainer{
    -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@keyframes imagefade {
	0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}
@-webkit-keyframes imagefade {
  0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}

/* @keyframes imagefade {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
/* .getInTouchRightMultiImgContent img:nth-of-type(1) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.getInTouchRightMultiImgContent img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.getInTouchRightMultiImgContent img:nth-of-type(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.getInTouchRightMultiImgContent img:nth-of-type(4) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
} */
