@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap);
@import url(http://fonts.googleapis.com/css?family=Lato:300, 400, 700);

@font-face {
  font-family: hello;
  src: url(./Hello.otf) format("otf"), url(./Hello.ttf) format("ttf"),
    url(./Hello.woff) format("woff");
}
@font-face {
  font-family: amelya;
  src: url(../assets/Amelya.ttf);
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.mobile-form-wrapper {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
}

.mobile_contact_form {
  display: none;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.desktop_contact_form {
  display: block;
}

.team-icon img {
  max-width: 80px;
}
b .team-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team-icon .mini-title {
  font-size: 17px;
  font-weight: 500;
}

.amenity {
  max-height: 40px;
  height: auto;
}

.play-app {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 3%;
}

.play-app a {
  flex: 0 0 48%;
  display: block;
}

.myVideo {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.last-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.video-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08167016806722693) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08167016806722693) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08167016806722693) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.mob-view-only {
  display: none;
}

.overlay {
  display: none;
}

.navbar-light .navbar-toggler {
  /* color:rgba(0,0,0,.5);*/
  border: none !important;
}

.primary-color {
  color: #00a88c !important;
}

.secondary-color {
  color: #004677 !important;
}

.tick-img {
  min-width: 13px;
  height: auto;
}

.small-text {
  font-size: 14px;
}

.card-header {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.rw-words {
  display: inline-block;
  text-indent: 3px;
}

.rw-words-1 span {
  position: absolute;
  opacity: 0;
  top: 0;
  line-height: 1.4;
  overflow: hidden;
  -webkit-animation: rotateWordsFirst 10s linear infinite 0s;
  -ms-animation: rotateWordsFirst 10s linear infinite 0s;
  animation: rotateWordsFirst 10s linear infinite 0s;
}

.rw-words span:nth-child(2) {
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}

.rw-words span:nth-child(3) {
  -webkit-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}

.rw-words span:nth-child(4) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.rw-words span:nth-child(5) {
  -webkit-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 8s;
}

@-webkit-keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* height:0px;*/
  }

  8% {
    opacity: 1;
    /* height:65px;*/
  }

  19% {
    opacity: 1;
    /* height:65px;*/
  }

  25% {
    opacity: 0;
    /* height:65px;*/
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* height:0px;*/
  }

  8% {
    opacity: 1;
    /* height:65px;*/
  }

  19% {
    opacity: 1;
    /* height:65px;*/
  }

  25% {
    opacity: 0;
    /* height:65px;*/
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* height:0px;*/
  }

  8% {
    opacity: 1;
    /* height:65px;*/
  }

  19% {
    opacity: 1;
    /* height:65px;*/
  }

  25% {
    opacity: 0;
    /* height:65px;*/
  }

  100% {
    opacity: 0;
  }
}

.absolute-carousel {
  position: absolute;
  right: 0;
}

.carousel-img {
  max-width: 380px;
  width: 100%;
  /* padding-left:30px;
 padding-right:30px;*/
}

.home-top .swiper-slide-next,
.home-top .swiper-slide-prev {
  filter: blur(3px);
  transform: scale(0.85);
}

#wb-team .testimonial {
  font-weight: 700;
}

.step1,
.step2 {
  display: none;
}

.show {
  display: block !important;
}

.dropbtn {
  background-color: #fff;
  color: white;
  /* padding:16px;*/
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 175px;
  margin-left: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #00a88c;
  color: #fff;
  border-radius: 5px;
}

.steps {
  position: absolute;
  top: -5%;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.cursive {
  font-family: hello;
  color: #00a88c;
  font-size: 55px;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00a88c;
}

.secondary-color {
  color: #004677 !important;
}

p {
  margin: 0;
  color: #0d2133;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

.navbar {
  background-color: #fff;
}

.page-link.active {
  border: none;
  background-color: #00a88c !important;
  color: #fff !important;
  border-radius: 50% !important;
  margin-left: 10px;
  outline: none !important;
  box-shadow: none !important;
}

.page-link {
  border: none;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 50% !important;
  margin-left: 10px;
  outline: none !important;
  box-shadow: none !important;
}

.team-icon:nth-child(1) {
  animation: bottom 0.2s forwards;
  position: relative;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes bottom {
  from {
    top: 100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes top {
  from {
    top: -100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes right {
  from {
    right: -100px;
    opacity: 0;
  }

  to {
    right: 0px;
    opacity: 1;
  }
}

.team-icon:nth-child(2) {
  animation: top 0.2s forwards;
  position: relative;
  animation-delay: 2s;
  opacity: 0;
}

.team-icon:nth-child(3) {
  animation: right 0.2s forwards;
  position: relative;
  animation-delay: 3s;
  opacity: 0;
}

.team-icon:nth-child(4) {
  animation: bottom 0.2s forwards;
  position: relative;
  animation-delay: 4s;
  opacity: 0;
}

.team-icon:nth-child(5) {
  animation: bottom 0.2s forwards;
  position: relative;
  animation-delay: 5s;
  opacity: 0;
}

.team-icon:nth-child(6) {
  animation: right 0.2s forwards;
  position: relative;
  animation-delay: 6s;
  opacity: 0;
}

.navbar .btn {
  font-size: 17px;
}

.navbar .nav-link {
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #004677 !important;
  font-size: 17px;
}

.nav-link.active {
  /* border-bottom:1px solid #004677];*/
  text-decoration: underline;
  text-underline-position: under;

  text-decoration-color: #004677;
}

header {
  background-color: #fff;
  display: block;
  height: 95px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

footer .container {
  position: absolute;
  z-index: 99;
}

footer hr {
  height: 0.5px;
  background: #fff;
  margin-top: 3%;
  margin-bottom: 3%;
}

.bg-video-wrap {
  position: relative;
  background: url("../assets/thumbnail.jpg") no-repeat center center/cover;
}

video {
  max-width: 100%;
}

.semi-bold {
  font-weight: 500;
}

footer .title {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}

footer .copyright {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  margin-left: auto;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  letter-spacing: 0.3px;
}

.btn-explore {
  color: #004677 !important;
  background-color: #fff !important;
  border: 1px solid #004677 !important;
}

.btn-secondary {
  color: #00a88c !important;
  background-color: #fff !important;
  border: 1px solid #00a88c !important;
}

.btn-secondary:hover {
  background-color: #00a88c !important;
  color: #fff !important;
}

.btn-explore:hover {
  background-color: #004677 !important;
  color: #fff !important;
}

.dropbtn:hover {
  color: #fff !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #00a88c !important;
  border: 1px solid #00a88c !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  color: #00a88c !important;
}

.new-bg-color {
  background-color: #004677 !important;
}

.custom-radio,
.form-control {
  outline: none !important;
  box-shadow: none !important;
  background-color: #f6f6f6;
}

footer .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff !important;
}

.form-control,
.custom-radio {
  min-height: 55px;
  border: 1px solid #00a88c !important;
}

textarea.form-control {
  min-height: 150px;
  border: 1px solid #00a88c !important;
}

.form-control::placeholder,
label {
  color: grey !important;
}

#first .btn-secondary {
  min-width: 241px;
}

.platforms {
  max-width: 70%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 2px solid rgba(0, 70, 119, 0.08);
}

.platforms:hover {
  box-shadow: 0px 4px 16px rgba(0, 70, 119, 0.12);
  transform: translateY(-2px);
  border-color: rgba(0, 70, 119, 0.2);
}

footer .btn-primary {
  left: -10px;
  left: -20px;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footer-link {
  text-decoration: none !important;
  color: #fff !important;
  display: block;
  margin-bottom: 10px;
}

.heading-big {
  font-size: 50px;
  color: #004677;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.arrow-right {
  fill: none;
  stroke: rgba(128, 128, 128, 0.52);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.step-video {
  max-width: 100% !important;
  height: 600px;
  min-width: 100%;
  min-height: 365px;
}

.nav-pills .nav-link.active .arrow-right {
  stroke: #fff;
}

#error .btn-primary {
  min-width: 161px;
}

.free-card {
  padding: 3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 600px;
  background: linear-gradient(
    135deg,
    rgba(0, 70, 119, 1) 30%,
    rgba(0, 168, 140, 1) 100%
  );
}

/* Chrome,Safari,Edge,Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.green-line {
  border-bottom: 2px solid #00ad8d;
}

#ck2 {
  display: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.part2 {
  display: none;
}

.tick-box .items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

#otpBox .form-control {
  max-width: 50px;
  margin-right: 10px;
  text-align: center;
}

.free-card p {
  color: #fcfcfc;
  font-size: 18px;
}

.free-card .small {
  font-size: 12px;
}

.free-card .bold {
  font-weight: 700;
}

.free-card .first {
  color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.free-card .amt {
  color: #fcfcfc;
  font-weight: 700;
  font-size: 60px;
}

.tab-pane {
  background-color: #ededed;
  padding: 1.5rem;
}

.tab-pane .question {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-family: roboto;
  margin-bottom: 10px;
}

.nav-pills .nav-link {
  display: block;
  padding: 1.5rem 2rem;
  margin-bottom: 10px;
  font-family: roboto;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(128, 128, 128, 0.52);
  border: 2px solid rgba(128, 128, 128, 0.52);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #004677;
  border: 2px solid #004677;
}

.heading {
  font-size: 35px;
  color: #004677;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.even-spacer {
  padding-top: 160px;
  padding-bottom: 100px;
}

.process-card.active {
  background-color: #cbf0ff;
  color: #004677;
  box-shadow: 0px 4px 16px rgba(0, 70, 119, 0.15);
  transform: translateX(6px);
  border: 2px solid #004677;
}

.process-card {
  background-color: #fff;
  color: rgba(112, 111, 111, 0.555);
  padding: 8% 6%;
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
  margin-bottom: 5%;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(0, 70, 119, 0.08);
}

.process-card:hover {
  transform: translateX(3px) scale(1.01);
  box-shadow: 0px 4px 16px rgba(0, 70, 119, 0.12);
  border-color: rgba(0, 70, 119, 0.2);
}

.process-card h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.15;
  transition: opacity 0.3s ease;
}

.process-card.active h2 {
  opacity: 0.3;
}

.process-content p {
  color: rgba(112, 111, 111, 0.7);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.active .process-content p {
  color: rgba(0, 70, 119, 0.85);
}

.why-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

#free-trail .why-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

#free-trail p {
  font-size: 14px;
}

.process-content {
  margin-left: 6%;
  flex: 1;
}

.process-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.new-word {
  max-width: 14%;
}

.white {
  color: #fff;
}

.footer-mid {
  padding-top: 20%;
}

.left-margin {
  margin-left: 8%;
}

#fadein-section {
  background-color: #fff;
  -webkit-transition: background-color 1.5s;
  transition: background-color 1.5s;
}

/* #fadein-section:hover{
 background-color:#004677 !important;
}*/

#fadein-section #why-choose .a,
#fadein-section #whychoose .c {
  fill: #004677;
}

#fadein-section.gradient #why-choose .a,
#fadein-section.gradient #whychoose .c {
  fill: #fcfcfc;
}

.why-card svg {
  max-width: 32px;
}

.st0 {
  fill: #004677;
}

/* #fadein-section.gradient .st0{
 fill:#FCFCFC;
}

#fadein-section #why-choose .a{
 stroke:#707070;
}

#why-choose .b{
 clip-path:url(#whychoose);
}


#fadein-section .white{
 color:#004677;
}

#fadein-section.gradient .white{
 color:#fff;
}

.gradient{
 background-color:#004677 !important;
 -webkit-transition:background-color 1.5s;
 transition:background-color 1.5s;
}*/

#fadein-section {
  background-color: #fff;
  -webkit-transition: background-color linear 1.5s;
  transition: background-color linear 1.5s;
}

/* #fadein-section:hover{
 background-color:#004677 !important;
}*/

#fadein-section #why-choose .a,
#fadein-section #whychoose .c {
  fill: #004677;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

#fadein-section.gradient #why-choose .a,
#fadein-section.gradient #whychoose .c {
  fill: #fcfcfc;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

.why-card svg {
  max-width: 32px;
}

.st0 {
  fill: #004677;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

#fadein-section.gradient .st0 {
  fill: #fcfcfc;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

#fadein-section #why-choose .a {
  stroke: #707070;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

#why-choose .b {
  clip-path: url(#whychoose);
}

#fadein-section .white {
  color: #004677;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

#fadein-section.gradient .white {
  color: #fff;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

.gradient {
  background-color: #004677 !important;
  -webkit-transition: background-color linear 1.5s;
  transition: background-color linear 1.5s;
}

.media-carousel-item {
  max-width: 120px;
}

.gradient2 {
  background: linear-gradient(
    133deg,
    rgba(0, 70, 119, 1) 54%,
    rgba(0, 168, 140, 1) 100%
  );
}

.col-lg-3.membership:hover {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  transition: all 0.5s ease-in-out;
}

.col-lg-3.membership:hover .membership-card {
  background: linear-gradient(
    159deg,
    rgba(0, 70, 119, 1) 54%,
    rgba(0, 168, 140, 1) 100%
  );
  color: #f0f0f0 !important;
  min-height: 530px;
}

.col-lg-3.membership:hover .membership-title,
.col-lg-3.membership:hover .membership-pricing,
.col-lg-3.membership:hover .checklist-item p {
  color: #f0f0f0;
}

.col-lg-3.membership:hover .tick {
  stroke: #f0f0f0;
}

.active .membership-card {
  background: linear-gradient(
    159deg,
    rgba(0, 70, 119, 1) 54%,
    rgba(0, 168, 140, 1) 100%
  );
  color: #f0f0f0 !important;
  min-height: 530px;
}

.active .membership-title,
.active .membership-pricing,
.active .checklist-item p {
  color: #f0f0f0;
}

.membership {
  transition: all 1s ease-in-out;
}

.membership-card {
  min-height: 470px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fafafa;
  border: 1px solid #00a88c;
  cursor: pointer;
  transition: all 0.5s;
}

.membership-title {
  color: #004677;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.membership-pricing {
  color: #00a88c;
}

.membership-pricing span {
  font-weight: 700;
  font-size: 35px;
}

.line {
  width: 70%;
  margin: 0px auto;
  text-align: center;
  height: 1px;
  background-color: #77838e;
  margin-top: 5%;
}

.active .line {
  background-color: #f0f0f0;
}

.tick {
  fill: none;
  stroke: #00a88c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.active .tick {
  stroke: #fff;
}

.checklist-item {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  align-items: start;
}

.checklist-item p {
  color: #0d2133;
  margin-left: 10px;
}

.membership-card .btn-secondary {
  text-align: center;
}

.stickey-map {
  height: 100vh;
  /* right:0;*/
  position: sticky;
  top: 90px;
  bottom: 0px;
  margin-left: 15px;
  z-index: 0;
}

.footer-logo {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.contactus-title {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.map {
  background-image: url("../assets/map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  min-height: 600px;
  filter: grayscale(1);
}

.abs-phone {
}

#contact .social-icon {
  max-height: 16px;
  width: auto;
}

.social-icon {
  max-width: 100%;
  height: auto;
}

.contact-form {
  background-color: #fff;
  padding: 7%;
  position: absolute;
  top: 0;
  width: 85%;
}

.contact-form h3 {
  color: #00a88c;
  font-weight: 700;
  margin-bottom: 5%;
}

.form-control,
.custom-radio {
  padding-top: 8px;
  padding-bottom: 7px;
}

.custom-radio {
  width: 100%;
  padding-left: 0.75rem;
  border-radius: 0.25rem;
}

.form-check-input {
  position: relative;
  margin-top: 12px;
  margin-left: 0;
}

.contact-form .btn-primary {
  min-width: 120px;
}

.relativeParent {
  position: relative;
}

.contact-form .form-group {
  margin-bottom: 0;
  margin-top: 7%;
}

.mobile-phone {
  /* Minimal,elegant shadow */
  filter: drop-shadow(0px 12px 24px rgba(0, 70, 119, 0.12));
  border-radius: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Remove any harsh borders */
  border: none;
  transform: scale(1);
  max-width: 380px;
  margin: 0 auto;
  display: block;
}

.mobile-phone:hover {
  transform: scale(1.02);
  filter: drop-shadow(0px 16px 32px rgba(0, 70, 119, 0.15));
}

.whatsapp-div {
  display: flex;
  width: 45px;
  justify-content: space-around;
  position: fixed;
  top: 45%;
  right: 0%;
  padding: 10px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 8px 32px #00000047;
  transition-property: width;
  transition-duration: 0.5s;
  cursor: pointer;
}

.green-bg {
  background-image: url("../assets/bg.svg");
  background-position: center;
  background-size: cover;
}

.whatsapp-div svg {
  min-width: 24px;
}

.whatsapp-div:hover {
  width: 180px;
  background-color: #00a88c;
}

.whatsapp-div:hover .hidden {
  opacity: 1;
  display: block;
}

.whatsapp-div:hover .w-icon {
  fill: #fff;
}

.hidden {
  display: none;
  opacity: 0;
  color: #fff;
  font-weight: 500;
  transition-property: all;
  transition-delay: 1s;
  transition-duration: 2s;
  white-space: nowrap;
}

.whatsapp-div:hover .triangle-down {
  border-top: 14px solid #00a88c;
}

.w-icon {
  fill: #00a88c;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  bottom: -14px;
  right: 10px;
}

.why-card {
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 0px auto;
}

.about-company h4 {
  color: #00a88c;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5%;
}

.about-company {
  background-color: #fff;
  padding: 7%;
  width: 88%;
  border: 2px solid #00a88c;
}

#media .swiper-slide {
  text-align: center;
}

#memberPerk img {
  max-width: 120px;
  margin: 0px auto;
  margin-bottom: 5px;
}

.testimonial-right {
  background-color: #004677;
  min-height: 100px;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 4%;
  padding-right: 26%;
  font-weight: 500;
  border-radius: 1%;
}

.testimonial {
  font-size: 20px;
  margin-bottom: 10px;
}

.testimonial-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
}

.testimonial-by {
  color: #00a88c;
  margin-top: 5px;
}

.carousel-text {
  position: absolute;
  top: 85%;
  left: 65%;
  font-family: 400;
  font-size: 14px;
  display: flex;
  align-self: center;
}

.marker {
  max-width: 100%;
  margin-left: 10px;
  width: 16px;
  height: max-content;
}

.floating-div {
  height: 100%;
  position: absolute;
  z-index: 999;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-div img {
  max-width: 225px;
}

.floating-div button {
  color: #004677 !important;
}

.quote {
  max-width: 55px;
}

.arrows {
  position: absolute;
  top: 85%;
  left: -58px;
}

.mini-title {
  color: #0d2133;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}

.content-holder {
  padding: 4%;
  border: 1px solid #00a88c;
}

.content-holder h3 {
  color: #004677;
  font-size: 20px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-card img {
  width: 100%;
}

.content-holder .date {
  font-size: 15px;
  color: #00a88c;
  margin-bottom: 5px;
}

#map {
  height: 100%;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

.content-holder .brief {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

label {
  font-weight: 400;
  font-size: 17px;
}
input,
select {
  border: 2px solid #f4f4f4 !important;
  background-color: #f4f4f4 !important;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

li span {
  border-radius: 50% !important;
}
.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
  color: #fff;
  background-color: #00a88c;
  border-color: #00a88c;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #00a88c;
}

.blog-title {
  color: #8e8e8e;
}

.arrow {
  position: absolute;
  right: -34px;
  top: 13px;
}

.blog-card {
  box-shadow: 5px 0px 25px -15px #00000054;
}

.blog-readmore {
  color: #8e8e8e;
  font-weight: 700;
  font-size: 15px;
}

.latest .blog-readmore {
  font-size: 16px;
}

.team-form {
  padding: 5%;
  border: 2px solid #00a88c;
  z-index: 999;
}

.team-form-drop-us {
  padding: 5%;
  border: 2px solid #00a88c;
  z-index: 999;
  margin-top: -60px !important;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  max-width: 100%;
}

.dropdown-toggle::after {
  display: none !important;
}

/* The container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0%;
  border: none;
  background: none;
}

form .custom-select {
  min-height: 55px;
}

.iti {
  width: 100%;
}

.custom-select select {
  display: none;

  /*hide original SELECT element:*/
}

.select-selected::after {
  content: " ";
  background-image: url(../assets/down-arrow.svg);
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease 0.2s;
}

/*style the items (options),including the selected item:*/
.select-items div,
.select-selected {
  color: #77838e;
  padding: 8px;
  border: 1px solid #77838e;
  cursor: pointer;
  min-height: auto;
}

.select-items {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: left;
}

.select-items div,
.select-selected.select-arrow-active {
  border-bottom: none;
}

#team-forms .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items div:last-child {
  border-bottom: 1px solid #77838e !important;
}

.select-selected {
  border-radius: none;
  display: flex;
  justify-content: space-between;
}

.select-selected.select-arrow-active::after {
  background-image: url(../assets/down-arrow.svg);
  transform: rotate(180deg);
}

#team-form .select-selected {
  background-color: #f0f0f0;
}

#team-form .select-items div,
#team-form .select-selected {
  color: #77838e;
  padding-top: 10px;
  padding-left: 12px;
  min-height: 55px;
  border: 1px solid #00a88c;
  cursor: pointer;
  user-select: none;
}

#team-form .select-selected {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#team-form .select-items div,
#team-form .select-selected.select-arrow-active {
  border-bottom: none !important;
}

#team-form .select-items div:last-child {
  border-bottom: 1px solid #00a88c !important;
}

/*style items (options):*/

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

#amenities .select-selected {
  border-left: 0;
}

.spaces a {
  text-decoration: none !important;
}

.space-card.big p {
  font-size: 16px;
}

.content {
  display: none;
}

.show-content {
  display: block !important;
}

.timing {
  color: #000;
}

#search {
  border-bottom-left-radius: 0%;
  border-top-left-radius: 0%;
}

.card-header {
  background-color: #fff;
}

.accord-bg {
  background-color: #ededed;
}

.accord-arrow {
  max-width: 22px;
  transform: rotateX(180deg);
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier();
}

#commonquestions h3 {
  display: inline-block;
  width: 95%;
  cursor: pointer;
}

.card-header[aria-expanded="true"] .accord-arrow {
  transform: rotateX(360deg);
}

.popular {
  position: absolute;
  top: -5%;
  right: -8%;
  width: 70px;
  height: 70px;
  color: #004677;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 8px #00000054;
}

.membership-card .form-check-input {
  position: absolute;
  margin-left: -25px;
  margin-top: 4px;
}

.inactive {
  position: fixed;
  /* Sit on top of the page content */
  display: block;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
}

.space-card {
  box-shadow: 0px 3px 6px #1f3a4d29;
  margin-bottom: 30px;
}

.space-card h5 {
  margin-top: 5px;
  color: #004677;
  font-weight: 500;
  font-size: 16px;
}

.space-card p {
  color: #8e8e93;
  font-size: 12px;
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }

  .heading-big {
    font-size: 45px;
  }

  .cursive {
    font-size: 50px;
  }

  .mini-title {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .space-card {
    min-height: 230px;
  }

  .heading-big {
    font-size: 42px;
  }

  .heading {
    font-size: 30px;
  }

  .mini-title {
    font-size: 18px;
  }

  .navbar .btn,
  .navbar .nav-link {
    font-size: 16px;
  }

  .testimonial {
    font-size: 17px;
  }

  .why-content h3 {
    font-size: 22px;
  }

  .arrows {
    top: 83%;
  }

  .about-company h4 {
    font-size: 19px;
  }

  .content-holder h3 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .carousel-text {
    left: 57%;
  }

  .process-content h3 {
    font-size: 20px;
  }

  .navbar .btn,
  .navbar .nav-link {
    font-size: 14px;
  }

  .footer-logo {
    max-width: 200px;
  }

  .nav-btn {
    max-width: 50px;
  }

  footer .title {
    font-size: 16px;
  }

  .floating-div img {
    max-width: 170px;
  }

  .navbar-brand {
    max-width: 155px;
  }

  .heading-big {
    font-size: 42px;
  }

  .heading {
    font-size: 28px;
  }

  body {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  /* Comprehensive mobile overflow fixes */
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .container,
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .mobile_contact_form {
    display: block !important;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }

  .mobile_contact_form.team-form-drop-us {
    border: 2px solid #00a88c;
    border-radius: 12px;
    padding: 6%;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px !important;
    background-color: #fff;
    max-width: calc(100% - 30px);
    box-sizing: border-box;
  }

  .desktop_contact_form {
    display: none !important;
  }

  .arrows {
    text-align: center;
    top: 95%;
    width: 100%;
    left: 0px !important;
  }

  #espace-left {
    margin-top: 50px !important;
  }

  .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url("../assets/thumbnail.jpg") no-repeat center center/cover;
  }

  video {
    min-width: 100%;
    min-height: 900px;
    z-index: 1;
    max-width: fit-content;
  }

  .abs-phone-parent {
  }

  .abs-phone {
    left: 50%;
    top: 20px;
  }

  .stickey-map {
    height: auto;
    top: auto;
    bottom: auto;
  }

  .bg-video-wrap {
    height: 650px;
  }

  .footer-mid {
    padding-top: 5%;
  }

  .marker {
    width: 12px;
  }

  .arrows {
    top: 86%;
  }

  .absolute-carousel {
    position: relative;
  }

  #memberPerk img {
    max-width: 90px;
  }

  .carousel-text {
    top: 80%;
    left: 55%;
    font-size: 13px;
  }

  .heading-big {
    font-size: 40px;
  }

  .even-spacer {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .membership {
    margin-bottom: 50px;
    max-width: 90%;
  }

  .membership.active {
    max-width: 100%;
  }

  .membership-card {
    min-height: 400px !important;
  }

  .col-lg-3.membership:hover {
    flex: inherit;
    max-width: 90%;
    transition: all 0.5s ease-in-out;
  }

  .col-lg-3.membership:hover .membership-card {
    background: linear-gradient(
      159deg,
      rgba(0, 70, 119, 1) 54%,
      rgba(0, 168, 140, 1) 100%
    );
    color: #f0f0f0 !important;
  }

  .common-padding {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
  }

  .wrapper {
    padding-top: 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .common-margin {
    margin-top: 6%;
  }

  .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    display: block;
    top: -100%;
    right: -100%;
    opacity: 0;
    position: fixed;
    /* Stay in place */
    z-index: 0;
    border-radius: 20%;
    /* Sit on top */
    background-color: #00a88c;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width,depending on reveal) */
  }

  .view-nav {
    opacity: 1;
    z-index: 9999;
    top: 0;
    right: 0;
    border-radius: 0%;
  }

  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    /* 25% from the top */
  }

  /* The navigation links inside the overlay */
  .overlay a {
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 8%;
    color: #fff;
    font-weight: 700;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
  }

  .overlay .btn {
    font-size: 18px;
    display: block;
    margin-bottom: 3%;
  }

  .btn {
    font-size: 15px;
  }

  .floating-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
  }

  header {
    height: 88px;
  }

  .card-header {
    padding: 0.75rem 1rem;
  }

  .play-app {
    justify-content: center;
  }

  .process-card {
    padding: 7% 5%;
    margin-bottom: 4%;
  }

  .process-card h2 {
    font-size: 42px;
  }

  .process-content h3 {
    font-size: 22px;
  }

  .mobile-phone {
    max-width: 340px;
  }

  .play-app a {
    flex: 0 0 48%;
  }
}

@media (max-width: 768px) {
  /* Comprehensive mobile overflow fixes */
  * {
    max-width: 100%;
  }

  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .play-app {
    display: flex;
    flex-direction: column;
  }
  .platforms {
    max-width: 100%;
  }

  .container,
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  section {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .col,
  [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  img,
  video,
  iframe,
  svg {
    /* max-width:100% !important; */
    height: auto !important;
  }

  .btn,
  button,
  a {
    max-width: 100% !important;
  }

  .process-card {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mobile_contact_form {
    display: block !important;
    margin-bottom: 70px;
    padding-bottom: 35px;
  }

  .mobile_contact_form.team-form-drop-us {
    border: 2px solid #00a88c;
    border-radius: 12px;
    padding: 6%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -30px !important;
    background-color: #fff;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
  }

  .desktop_contact_form {
    display: none !important;
  }

  #espace-left {
    margin-top: 50px !important;
  }
  #commonquestions h3 {
    width: 92%;
  }
  .arrows {
    text-align: center;
    top: 95%;
    width: 100%;
    left: 0px !important;
  }
  .overlay a {
    margin-bottom: 12%;
  }

  .accord-arrow {
    max-width: 20px;
  }

  .heading-big {
    font-size: 35px;
  }

  .floating-div img {
    max-width: 120px;
  }

  .cursive {
    font-size: 45px;
  }

  .heading {
    font-size: 25px;
  }

  .btn {
    font-size: 15px;
  }

  .select-items div,
  .select-selected {
    font-size: 15px;
  }

  .bg-video-wrap {
    height: 900px;
  }

  .video-gradient {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
      271deg,
      rgba(0, 0, 0, 0.08167016806722693) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      271deg,
      rgba(0, 0, 0, 0.08167016806722693) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      271deg,
      rgba(0, 0, 0, 0.08167016806722693) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

  .footer-link {
    width: auto;
  }

  .footer-mid {
    padding-top: 0%;
  }

  footer .copyright {
    font-size: 12px;
  }

  .media-carousel-item {
    max-width: 85px;
  }

  .process-card {
    padding: 6% 5%;
    margin-bottom: 4%;
    border-radius: 12px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  }

  .process-card h2 {
    font-size: 36px;
  }

  .process-card.active {
    transform: translateX(3px);
    box-shadow: 0px 3px 12px rgba(0, 70, 119, 0.15);
  }

  .process-card:hover {
    transform: translateX(2px);
    box-shadow: 0px 3px 12px rgba(0, 70, 119, 0.1);
  }

  .process-content h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .process-content p {
    font-size: 14px;
  }

  .mobile-phone {
    max-width: 320px;
    filter: drop-shadow(0px 8px 16px rgba(0, 70, 119, 0.1));
  }

  .mobile-phone:hover {
    transform: scale(1);
    filter: drop-shadow(0px 8px 16px rgba(0, 70, 119, 0.1));
  }

  .play-app {
    flex-direction: column;
    gap: 4%;
  }

  .play-app a {
    flex: 0 0 auto;
    width: 100%;
  }

  .platforms {
    border-radius: 10px;
  }

  .platforms:hover {
    transform: none;
  }
}

/* When the height of the screen is less than 450 pixels,change the font-size of the links and position the close button again,so they don't overlap */
@media (max-width: 480px) {
  /* Comprehensive mobile overflow fixes */
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .container,
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .mobile_contact_form {
    display: block !important;
    margin-bottom: 80px;
    padding-bottom: 40px;
  }

  .mobile_contact_form.team-form-drop-us {
    border: 2px solid #00a88c;
    border-radius: 12px;
    padding: 7%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -30px !important;
    background-color: #fff;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
  }

  .desktop_contact_form {
    display: none !important;
  }

  #espace-left {
    margin-top: 50px !important;
  }

  #blog .arrow {
    right: -2%;
    max-width: 30px;
  }

  .floating-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 43%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }

  .map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  #client .arrow {
    right: 14%;
    max-width: 40px;
  }

  .heading {
    font-size: 22px;
  }

  footer hr {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .btn {
    font-size: 14px;
  }

  .copyright {
    margin: 0px auto;
    padding-top: 15px;
  }

  .last-wrap {
    padding-top: 10px;
  }

  .form-control,
  .select-selected,
  .select-items div {
    font-size: 14px;
  }

  .carousel-text {
    left: 55%;
  }

  .overlay .btn,
  .overlay a {
    font-size: 16px;
  }

  .media-carousel-item {
    max-width: 85px;
  }

  .overlay .btn {
    margin-bottom: 6%;
  }

  .our-spaces {
    margin-top: 5%;
  }

  .common-margin {
    margin-top: 13%;
  }

  .even-spacer {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .heading-big {
    font-size: 30px;
  }

  .mini-title {
    font-size: 16px;
  }

  #memberPerk img {
    max-width: 85px;
  }

  .why-content h3 {
    font-size: 18px;
  }

  .arrows {
    text-align: center;
    top: 95%;
    width: 100%;
    left: 0px !important;
  }

  .body {
    font-size: 13px;
  }

  .testimonial {
    font-size: 16px;
  }

  .about-company {
    width: 100%;
  }

  .arrow {
    right: 5%;
  }

  .cursive {
    font-size: 35px;
  }

  .form-control::placeholder {
    font-size: 14px;
  }

  .iti__country-name,
  .iti__dial-code {
    font-size: 13px;
  }

  .nav-pills .nav-link {
    padding: 1rem 1rem;
    font-size: 16px;
  }

  .tab-pane .question {
    font-size: 16px;
  }

  .tab-pane {
    padding: 0.5rem;
  }

  #first .btn-secondary {
    min-width: 216px;
  }

  .amenity {
    max-height: 30px;
    height: auto;
  }

  .testimonial-left {
    display: flex;
    justify-content: revert;
    flex-direction: unset;
    align-items: baseline;
    margin-top: 70px;
  }

  .quote {
    max-width: 25px;
    position: absolute;
    top: 107%;
    left: 15px;
    z-index: 99;
  }

  .testimonial-right {
    background-color: #004677;
    min-height: 350px;
    padding-top: 12%;
    padding-bottom: 12%;
    padding-left: 4%;
    padding-right: 4%;
    font-weight: 500;
    border-radius: 1%;
  }

  .mob-view-only {
    display: block;
    width: 100%;
  }
}
