@import url("font.css");


body {
  font-family: "Opun Mai Light Condensed";
  color: #063332;
  overflow-y: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #11aaa4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #11aaa4;
}
.header-section {
  float: left;
  position: relative;
  width: 100%;
}

.mobile-menu-txt {
  display: none;
}

.top-news-div {
  width: 100%;
  background-color: #dbe5d4;
  position: relative;
  display: block;
  text-align: center;
  float: left;
}

.calendar-icon1 {
  width: 19px;
  margin-right: 10px;
  position: relative;
  left: 0;
  top: -2px;
}

.top-news-div p {
  font-size: 16px;
  padding: 7px 0;
  margin-bottom: 0;
}

.main-menu-div {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}


.header-2 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  float: left;
  padding: 16px;
}

.header-logo {
  width: 335px;
  float: left;
}

.slider-div {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  top: -1px;
}

.slider-content-div {
  width: 100%;
  float: left;
  height: 648px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  z-index: 1;
}

.slider-right-design {
  clip-path: polygon(100% 0, 0 0, 100% 79%);
  width: 1350px;
  height: 143px;
  float: right;
  background-color: #054c14;
  position: absolute;
  right: 0;
  bottom: -58px;
  z-index: 0;
}

.slider-content-div .swiper {
  width: 100%;
  height: 648px;
}

.slider-content-div .swiper-horizontal > .swiper-pagination-bullets,
.slider-content-div .swiper-pagination-bullets.swiper-pagination-horizontal,
.slider-content-div .swiper-pagination-custom,
.slider-content-div .swiper-pagination-fraction {
  bottom: 90px;
  left: 0;
  width: 100%;
}

.slider-content-div .swiper-pagination-bullet {
  width: 48px;
  height: 7px;
  display: inline-block;
  border-radius: 45px;
  background-color: rgb(213, 255, 253);
}

.slider-content-div .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #d5fffd;
}

.google-rating-div img {
  width: 145px;
  height: 145px;
}


.google-rating-div {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 17px;
  right: 280px;
}

.content-section {
  float: left;
  position: relative;
  width: 100%;
  display: block;
}

.mouse-scroll-div {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.center-it {
  position: relative;
  top: 0;
  left: 0;

  margin: 0 auto;
  text-align: center;
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #bebcbc;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #bebcbc;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

.slider-txt {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 100%;
}

.slider-txt h3 {
  font-size: 64px;
  color: #fff;
}

.call-div {
  background-color: #00938d;
  margin-bottom: 0;
  height: 100%;
  text-align: center;
  color: #fff;
}

.call-div a{color: #fff;
  text-decoration: none;}

.call-div p {
  transform: translate(0%, -50%);
  top: 50%;
  position: relative;
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.book-now-btn {
  width: 100%;
  height: 100%;
  background-color: #054c14;
  border-color: #054c14;
  border-radius: 0 12px 0 0;
  color: #fff;
  outline: 0 !important;
  font-size:17px;
  text-transform: uppercase;
  position: relative;
  line-height: 2;
  padding: 10px 0;
}

.book-now-btn:hover {
  color: #fff;
}

.book-now-btn:focus {
  box-shadow: none;
}

.time-main-div {
  width: 100%;
  float: left;
  display: flex;
  position: relative;
  transform: translate(0%, -36%);
  top: 70%;
}

.location-main-div {
  width: 100%;
  float: left;
  display: flex;
  display: flex;
  position: relative;
  transform: translate(0%, -36%);
  top: 70%;
}

.time-txt h5 {
  color: #11aaa4;
  margin-bottom: 0;
  text-align: left;
  font-size: 22px;
}

.time-txt p {
  color: #231f20;
  text-align: left;
  font-size: 14px;
}

.time-txt a{ color: #231f20;
          text-decoration:none;}

.time-img {
  margin-right: 18px;
}

.location-img {
  margin-right: 18px;
}

.location-txt h5 {
  color: #11aaa4;
  margin-bottom: 0;
  text-align: left;
  font-size: 22px;
}

.location-txt p {
  color: #231f20;
  font-size: 14px;
  text-align: left;
}

.spacing-1 {
  padding-right: 0;
}
.spacing-2 {
  padding: 0;
}
.spacing-3 {
  padding-left: 0;
}

.home-about-div h5 {
  color: #99c0be;
  font-size: 20px;
  text-align: center;
}

.home-about-div p {
  color: #063332;
  font-size: 17px;
  text-align: left;
  line-height: 39px;
}

.home-about-div {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 80px;
}

#shiva {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 5px;
}
.count {
  line-height: 100px;
  color: #063332;
  font-size: 90px;
}

.count-k {
  font-size: 90px;
  color: #054c14;
  position: relative;
  top: 0;
  width: 20px;
}

.swiper-fade .swiper-slide img {
  width: 100%;
}

@media (max-width:500px) {
  .swiper-fade .swiper-slide img {
  width: 100%;
  }
}

.count-head {
  color: #063332;
  font-size: 33px;
  letter-spacing: -0.11pt;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}
.count-div-1 {
  float: left;
  position: relative;
  height: 120px;
  width: 100%;
  text-align: center;
}

.join-family-div {
  width: 100%;
  float: left;
  position: relative;
}

.join-bg {
  background: #a4c7c5;
  border-radius: 12px;
  padding: 54px;
  display: flex;
  margin-top: 61px;
  margin-bottom: 98px;
  flex-direction: row;
  flex-wrap: wrap;
}

.join-bg h4 {
  font-size: 47px;
  color: #fff;
  margin-bottom: 0;
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
}

.book-now-btn2 {
  color: #7ca09e;
  background: #fff;
  border-radius: 11px;
  width: 100%;
  transform: translate(0%, -50%);
  top: 50%;
  height: 67px;
  position: relative;
  font-size: 21px;
}

.book-now-btn2:focus {
  box-shadow: none;
}

.home-service-div {
  width: 100%;
  float: left;
  position: relative;
  display: block;
}

.heading1 {
  color: #063332;
  font-size: 64px;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 29px;
}

.heading1 span {
  color: #054c14;
}

.home-service-head-txt2 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  color: #063332;
  font-size: 17px;
}

.owl-style .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -69px;
  top: 23%;
  transform: translate(0%, -50%);
  background: transparent;
}

.owl-style .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -69px;
  top: 23%;
  background: transparent;
  transform: translate(0%, -50%);
}

.owl-style .owl-carousel .owl-nav .owl-next img,
.owl-style .owl-carousel .owl-nav .owl-prev img {
  width: 24px;
}

.owl-style .owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
}
.owl-style .owl-carousel .owl-nav .owl-prev:hover {
  background: transparent;
}

.owl-style .owl-theme .owl-nav .disabled {
  opacity: 0.2;
  cursor: default;
}

.service-carousel-head {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
}

.service-carousel-txt {
  font-size: 17px;
  line-height: 28px;
  color: #063332;
}

.owl-style {
  margin-top: 63px;
}

.view-all-p {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 88px;
}

.home-service-div .arrow {
  color: #063332;
  background-color: transparent;
  text-decoration: none;
  margin: 0 auto;
}
.home-service-div .arrow::after {
  display: inline-block;
  padding-left: 0;
  content: "➞";
  transition: transform 0.3s ease-out;
  background-color: #054c14;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 12px;
  top: -2px;
  position: relative;
  line-height: 21px;
}
.home-service-div .arrow:hover {
  color: #063332;
  background-color: transparent;
}
.home-service-div .arrow:hover::after {
  transform: translateX(4px);
}

.section-details {
  width: 100%;
  float: left;
  position: relative;
  background-image: url("../images/bg-2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position-x: 20%;
}

.li-right-content {
  float: left;
  position: relative;
  width: 79%;
  margin-left: 41px;
}

.home-detail-list {
  list-style: none;
  margin-left: 0;
  transform: translate(0%, -50%);
  top: 50%;
  position: absolute;
  margin-bottom: 0;
}

.home-detail-list li {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 37px;
  color: #fff;
}

.home-detail-list li:last-child {
  margin-bottom: 0;
}

.home-detail-list li img {
  float: left;
  position: relative;
}

.li-line {
  width: 2px;
  height: 87px;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 15px;
  top: 52px;
}

.home-customer-list {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 121px;
}

.home-client-img {
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bottom {
  vertical-align: bottom;
  height: 110px;
  position: relative;
  text-align: center;
}

.client-logo-div1 {
  width: 25%;
  float: left;
  position: relative;
}

.client-logo-div2 {
  width: 20%;
  float: left;
  position: relative;
  margin-top: 60px;
}

.client-logo-main-div {
  margin-top: 79px;
  float: left;
  position: relative;
  width: 100%;
  display: block;
}

.home-customer-list .arrow {
  color: #063332;
  background-color: transparent;
  text-decoration: none;
  margin: 0 auto;
}
.home-customer-list .arrow::after {
  display: inline-block;
  padding-left: 0;
  content: "➞";
  transition: transform 0.3s ease-out;
  background-color: #054c14;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 12px;
  top: -2px;
  position: relative;
  line-height: 21px;
}
.home-customer-list .arrow:hover {
  color: #063332;
  background-color: transparent;
}
.home-customer-list .arrow:hover::after {
  transform: translateX(4px);
}


.home-customer-list .client-logo-main-div:last-child{margin-top: 0px;}

.home-testimonial-div {
  width: 100%;
  float: left;
  position: relative;
  display: block;
}

.home-testimonial-div .heading1 {
  margin-top: 0;
}

.testimonial-heading-1 {
  color: #99c0be;
  font-size: 24px;
  text-align: center;
}

.testimonial-img {
  float: left;
  margin-right: 20px;
}

.testimonial-img img {

  width: 62px !important;
  height: 62px;
  border-radius: 10px;

}

.testimonial-section1 {
  display: flex;
  float: left;
  position: relative;
  width: 100%;
}

.testimonial-user-details p {
  margin-bottom: 0;
}

.testimonial-user-details p:first-child {
  color: #1e4746;
  font-size: 22px;
}

.testimonial-user-details p:last-child {
  color: #1e4746;
  font-size: 16px;
}

.testimonial-txt p {
  margin-top: 16px;
}

.testimonial-txt {
  float: left;
  position: relative;
}

.footer-div {
  background-color: #11aaa4;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 123px;
  padding: 48px;
}

.footer-ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 38px;
}

.footer-ul li a,
.footer-ul li,
.footer-follow-head {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.social-media-link {
  list-style: none;
  padding-left: 0;
}

.social-media-link li {
  float: left;
  padding-right: 16px;
}

.footer-btn {
  background-color: #fff;
  color: #7ca09e;
  width: 100%;
  border-radius: 11px;
  margin-bottom: 22px;
  height: 51px;
}

.footer-btn:focus {
  box-shadow: none;
}

.footer-heading2 {
  margin-bottom: 18px;
  color: #fff;
}

.copy-right-div {
  width: 100%;
  float: left;
  position: relative;
  background-color: #2d9692;
  padding: 21px;
}

.copy-right-div p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.05px;
  margin-bottom: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
  background: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  width: inherit;
  height: 38px;
  background-size: 70%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  background: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  width: inherit;
  height: 38px;
  background-size: 70%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
}

.service-details-banner {
  width: 100%;
  float: left;
  position: relative;
  background-image: url(../images/service-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position-x: 20%;
}
.service-details-banner-contact {
  width: 100%;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position-x: 20%;
}
.service-details-banner-aboutus{
  background-image: url(../images/aboutus.jpg);
}

.service-slider-txt-div {
  width: 77%;
  float: left;
  position: relative;
  color: #fff;
  transform: translate(5%, -21%);
  top: 50%;
  right: 0%;
  line-height: 32px;
}


.home-count-div{width: 100%;
float: left;
position: relative;}

.service-slider-txt-div h5 {
  font-size: 17px;
}
.service-slider-txt-div h3 {
  font-size: 55px;
}
.service-slider-txt-div p {
  font-size: 17px;
}

.service-book-now-btn {
  background-color: #fff;
  border-radius: 11px;
  height: 51px;
  padding: 0 20px;
  color: #7ca09e;
}

.service-book-now-btn:focus {
  box-shadow: none;
}

.service-details-div {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  margin-top: 65px;
}

.service-details-h1 {
  font-size: 55px;
}

.service-details-p {
  font-size: 17px;
  line-height: 39px;
  margin-bottom: 0;
}

.service-details-h2 {
  font-size: 36px;
  margin-top: 63px;
  margin-bottom: 15px;
}

.service-book-now-btn2 {
  background-color: #11aaa4;
  border-radius: 11px;
  height: 51px;
  padding: 0 20px;
  color: #fff;
  margin-top: 34px;
}

.service-book-now-btn2:hover{color: #fff;}

.service-book-now-btn2:focus {
  box-shadow: none;
}

.service-details-heading-div .heading1 {
  text-align: left;
}

.service-details-heading-div .home-service-head-txt2 {
  text-align: left;
  width: 50%;
  float: left;
}

.service-details-heading-div {
  float: left;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 63px;
}

.total-payment-show {
  background-color: #11aaa4;
  width: 250px;
  height: 74px;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  border-radius: 0 22px 0 0;
  display: flex;
  z-index: 10;
}

.steps.clearfix {
  width: 100%;
  margin: 0 auto;
  float: left;
  left: 85px;
  position: relative;
  -webkit-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
}

.booking-close-btn {
  position: absolute;
  left: 0px;
  background-color:rgb(255 255 255) !important;
  width: 80px;
  height: 66px;
  -webkit-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  border-right: 1px solid rgba(151, 151, 151, 0.4);
  z-index: 10;
  border-radius: 22px 0px 0px;
  opacity: 1;
}

.booking-close-btn:hover{opacity: 1 !important;}

.booking-close-btn:focus {
  -webkit-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  opacity: 1 !important;
}

.booking-modal-div .modal-body {
  padding: 0;
}

.booking-modal-div .modal-content {
  border-radius: 22px;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.booking-modal-div .wizard .content .content-wrapper {
  max-width: 100%;
}

.total-amount-div p {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

.price-tag p {
  color: #fff;
  margin-bottom: 0;
}

.price-tag p:first-child {
  font-size: 17px;
}
.price-tag p:last-child {
  font-size: 12px;
}

.price-tag {
  width: 29%;
  padding-left: 20px;
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
  float: left;
}

.price-tag-div {
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
}

.total-price-div {
  transform: translate(0%, -50%);
  position: relative;
  top: 50%;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #75c9c9;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #75c9c9;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.booking-map {
  width: 100%;
  height: 345px;
  margin-top: 20px;
  border-radius: 12px;
}

.location-search-input {
  padding: 0;
  width: 40%;
  position: relative;
}

.location-search-input input {
  width: 100%;
  border: 2px solid #bfd9d9;
  border-radius: 12px;
  background: #f5ffff;
}

.location-search-input input:focus {
  box-shadow: none;
  border: 2px solid #bfd9d9;
}

.input-search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 30;
  cursor: pointer;
  transform: translate(-54%, -50%);
  width: 4%;
}

.booking-dropdown label {
  width: 100%;
  float: left;
  position: relative;
  color: #063332;
  font-size: 17px;
  margin-bottom: 7px;
}

.booking-dropdown .nice-select {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0px;
  /* margin-bottom: 26px; */
  line-height: 30px;
  border: 2px solid #bfd9d9;
  border-radius: 12px;
  background: #f5ffff;
}

.booking-dropdown .nice-select:focus {
  box-shadow: none;
  border: 2px solid #bfd9d9;
}

.booking-dropdown input {
  border: 2px solid #bfd9d9;
  border-radius: 12px !important;
  background: #f5ffff !important;
  margin-bottom: 0!important;
}

.booking-dropdown input:focus {
  box-shadow: none;
  border: 2px solid #bfd9d9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #10aaa4 !important;
  background-image: none !important;
}



.datepicker table tr td span.active:hover, 
.datepicker table tr td span.active:hover:hover, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active.disabled:hover:hover, 
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover:active, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active.active, 
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled:hover.active, 
.datepicker table tr td span.active.disabled, 
.datepicker table tr td span.active:hover.disabled, 
.datepicker table tr td span.active.disabled.disabled, 
.datepicker table tr td span.active.disabled:hover.disabled, 
.datepicker table tr td span.active[disabled], 
.datepicker table tr td span.active:hover[disabled], 
.datepicker table tr td span.active.disabled[disabled], 
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #10aaa4 !important;
  background-image: none !important;
}

.booking-dropdown input {
  /* margin-bottom: 26px;
  height: 42px; */
    margin-bottom: 0px;
  height: auto;
}

.booking-dropdown textarea {
  border: 2px solid #bfd9d9;
  border-radius: 12px !important;
  background: #f5ffff !important;
  height: 132px;
}

.booking-dropdown textarea:focus {
  box-shadow: none;
  border: 2px solid #bfd9d9;
}

.booking-offer-div{width: 100%;
  float: left;
  position: relative;
  border-radius: 12px;
  background: #f4f0de;
  height:144px;
  top: 15%;}

        .copy-btn{border-radius: 12px;
          color:#989898;
          height: 26px;
          border: none;
          font-size: 14px;
          padding: 0 13px;
          top: -7px;
          background-color: #fff;
          position: relative;
          margin-left: 10px;}

          .booking-offer-div h5{color: #99873f;
          font-size: 20px;
        margin-bottom: 0;}

          .booking-offer-div p{color: #99873f;
          font-size: 12px;
        margin-bottom: 0;}


        .booking-offer-div h4{color: #063332;
        font-size: 27px;
        margin-top: 21px;}

        .offer-txt-center {
          transform: translate(0%,-50%);
          top: 50%;
          position: relative;
          padding: 0 31px;
      }

      .offer-div{margin-top: 36px;}

      .verify-btn{background-color: #054c14;
      height: 51px;}

      .verify-btn {
        background-color: #054c14;
        height: 51px;
        color: #fff;
        padding: 0 40px;
        border-radius: 11px;
    }

    .verify-btn:focus{box-shadow: none;}

    .button-2{
      background-color: #054c14 !important;
      display: inline-block;
      border-radius: 6px;
      border: 0;
      padding: 12px 50px;
      color: #fff;
      height: 51px;
      text-decoration: none;
      pointer-events: auto! important;
      cursor: pointer! important;
      font-size: 20px;
      }

      .otp-input-div {
        display: flex;
        margin-top: 77px;
    }

      .otp-input-div .booking-dropdown{    width: 19%;
        position: relative;
        margin-right: 27px;}


        .otp-input-div .booking-dropdown:last-child{margin-right: 0;}

        .otp-input-div .booking-dropdown input{text-align: center;}


        .price-details {
          background: #f4f0de;
          border-radius: 12px;
          padding: 42px;
          width: 90%;
          margin: 0 auto;
      }

      .price-details h4{color: #063332;
      font-size: 40px;
      margin-bottom: 30px;}

      .total-amount{color:#11aaa4 ;
      font-size: 23px;}

      .resend-btn{background-color: #d4d4d4;
        height: 51px;
        color: #fff;
        padding: 0 40px;
        border-radius: 11px;
      display: none;}

      .resend-btn:focus{box-shadow: none;}

      .otp-main-div{display: none;}
      .price-details{display: none;}
      .user-details-div{display: none;}

      .active-div{display: block;}

      .disable-btn{display: none;}

      .finish-btn{background: #054c14 !important;
      cursor: pointer !important;}


      .back-btn2 {
        display: inline-block;
        border-radius: 6px;
        background-color: #fff !important;
        padding: 9px 50px !important;
        color: #054c14 !important;
        height: 51px;
        text-decoration: none;
        font-size: 20px;
        border: 2px solid #054c14;
    }

    .display-none-div{display: flex;}

    .modal-sucess-content-div {
      text-align: center;
      transform: translate(0%,-50%);
      top: 50%;
      position: relative;
      
  }

  .modal-sucess-div{display: none;}

  .sucess-display{display: block;}

  .modal-sucess-div{height:689px;}


  .sucess-close-btn {
    background-color: #054c14;
    height: 51px;
    color: #fff;
    padding: 0 40px;
    border-radius: 11px;
    margin-top: 65px;
}

.sucess-close-btn:focus{box-shadow: none;}

.modal-sucess-content-div h4{font-size: 40px;
  margin-bottom: 20px;}

  .modal-sucess-content-div p{font-size: 10px;}

  .modal-sucess-content-div img{margin-bottom: 30px;}

  .calendar-icon{    position: absolute;
    right: 19px;
    transform: translate(64%,-100%);
    top: 77%;
    color: #bfcccc;
    left: auto;
    z-index: 10;}

    .calendar-icon img{width: 69%;}


    .owl-dots{display: none;}

    .bd-wizard-step-icon{
      display: none;  
      text-decoration: underline;
      text-decoration-color: #10aaa4;
    
  }

    .step-title{display: none;}

    .booking-modal-div{-webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(33, 33, 33, 0.85);}
.copy-right-div a{
  color: #fff;
}
.btn-close {  
  background:url(../images/close.svg) center no-repeat;
}
.terms-and-condition {
  position: relative;
  bottom: 0;
  font-size: 13px;
  left: 20px;
  float: left;
  width: 9.3%;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}

.terms-and-condition  a{
  color: #063332;
   text-decoration: none;
}
 @media (min-width: 1200px){
  .booking-modal-div .modal-dialog-centered {
    width: 1152px;
    max-width: 1152px;
  }
}
 @media (min-width: 992px) and (max-width: 1199px){

  .booking-modal-div .modal-dialog-centered {
    width: 980px;
    max-width: 980px;
}
 }
 .separate-line{width: 100%;
    border-bottom: 1px solid #11aaa4;
  margin-top: 100px;}

  .certification-icon{
  list-style: none;
  padding-left: 13px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  }

  .certification-icon li img{width: 54%;}

  .certification-icon li{
    float: left;
    width: 11%;
    text-align: left;
    margin: 15px 15px 0 0;
    cursor: pointer;
    text-align: center;
  }
  .certification-icon p{
  font-size: 19px;
    margin-top: 10px;}

    .certificate-close-btn, .certificate-close-btn:hover {
      position: absolute;
      right: -9px;
      background-color: rgb(255 255 255) !important;
      width: 22px;
      height: 22px;
      box-shadow: none;
      border-right: none;
      z-index: 10;
      border-radius: 22px 0px 0px;
      opacity: 1;
      background-size: 45% !important;
      top: -9px;
      border-radius: 50%;
  }

  .certification-modal-div{ backdrop-filter: blur(10px);
    background-color: rgba(33, 33, 33, 0.85);}

   /* .pdf-certificate{width: 100%;
    height: 710px;} */

/*innerpage slider*/
/*button view more*/

.home-customer-list .arrow {
  color: #063332;
  background-color: transparent;
  text-decoration: none;
  margin: 0 auto;
}
.theme-viewmorebtn{
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}
.theme-viewmorebtn a{

}
.theme-viewmore .arrow::after {
  display: inline-block;
  padding-left: 0;
  content: "➞";
  /* content: "➞"; */
  transition: transform 0.3s ease-out;
  background-color: #054c14;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 12px;
  top: -2px;
  position: relative;
}
.theme-viewmore .arrow{
  color: #063332;
  background-color: transparent;
  text-decoration: none;
}
.theme-viewmore .arrow:hover {
  color: #063332;
  background-color: transparent;
  text-decoration: none;
}
.theme-viewmore .arrow:hover::after {
  transform: translateX(4px);
}
#innerpage-banner.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: 35%;
    position: absolute;
    width: 100%;
   }
#innerpage-banner.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d600;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
#innerpage-banner.owl-theme .owl-nav .owl-prev{
  left: 0;
  position: absolute;
}
#innerpage-banner.owl-theme .owl-nav .owl-next{
  right: 0;
  position: absolute;
}
#innerpage-banner.owl-theme .owl-nav [class*='owl-']:hover {
    background: #d6d6d600;
    color: #FFF;
    text-decoration: none; 
  }
/*.service-slider-type inner page slider banner*/
.inner-page-banner{
  height: 500px ;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.service-slider-type {
  display: flex;
  font-size: none;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  color: #fff;
  width: 100%;
  line-height: 32px;
}
.service-slider-type h5 {
  font-size: 17px;
}
.service-slider-type h3 {
  font-size: 55px;
}
.service-slider-type p {
  font-size: 17px;
}
.service-slider-type .slider-box{
  padding: 0 5rem;
  padding: 0rem!important;
  margin: 71px 50px!important;
}
.service-slider-type .owl-theme .owl-dots{
  margin-top: 3rem;
}
.service-slider-type .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.service-slider-type .owl-theme .owl-dots .owl-dot span{
  width: 48px!important;
  background-color: #ffffff;
}
.service-slider-type .owl-theme .owl-dots .owl-dot.active span{
  background-color: #054c14;
}
.service-slider-type .owl-theme .owl-dots .owl-dot span.hover{
  background-color: #054c14;
}
.service-slider-type  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #054c14!important;
}
.service-slider-type .owl-theme .owl-dots {
  display: block;
}
.service-boxinner .card .rounded{
  border-radius:15px!important;
  display: block;
  max-width: 100%;
  height: 223px; 
}
.service-boxinner .card{
  display: flex;
  align-items: top;
  justify-content: top;

   display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: top;
    -webkit-justify-content: top;
    -ms-justify-content: top;
    justify-content: top;
}

/*contact page*/
.contact-div {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.widget-box {
  float: left;
  position: relative;
  width: 100%;
  display: block;
  padding: 0 1rem;
}

.widget-box .heading2 {
  color: #063332;
  margin-top: 29px;
  margin-bottom: 29px;
}
.widget-box .heading2 span {
  color: #054c14;
}
.widget-box p {
  text-align: left;
}
.widget-box ul {
  padding-inline-start: 0;
}
.widget-box li {
  list-style: none;
}
.widget-box a {
  text-decoration: none;
  color: #063332;
}
.widget-box a:hover {
  text-decoration: none;
  color: #054c14;
}
/*form contact*/
 #contact .form-select{
  background-image: none;
}
#contact input{
  border:1px solid #a1c6c6;
  border-radius: 12px;
  background-color: #f5ffff;
  height: 42px;
  font-family: "Opun Mai Light Condensed";
  font-size: 15px;
}
#contact input:focus{
  border:1px solid #a1c6c6;
  border-radius: 12px;
  background-color: #f5ffff;
  outline: none;
  box-shadow: none;
}
#contact.invalid-feedback{
  display: none;
}
#contact .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip{
  color: #930000;
}
#contact textarea{
  border:1px solid #a1c6c6;
  border-radius: 12px;
  background-color: #f5ffff;
  height: 150px;
}
#contact .nice-select{
  color: #787878;
  border: 1px solid #a1c6c6;
  border-radius: 12px;
  font-weight: inherit;
  line-height: 30px;
  background-color: #f5ffff;
  font-family: "Opun Mai Light Condensed";
  font-size: inherit;
}
.form-select:focus{  border:1px solid #a1c6c6;
  border-radius: 12px;
  background-color: #f5ffff;
  outline: none;
  box-shadow: none;
}
 .form-control:focus{
    border:1px solid #a1c6c6;
  border-radius: 12px;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
 }
.alert-theme{
  color: #ffffff;
  background-color: #054c14;
  border-radius: 15px;
}
#contact .theme-btn{
  background-color: #054c14;
  border:1px solid  #a1c6c6;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.5rem 3rem;
}
#contact .theme-btn:focus{
  background-color: #11aaa4;
  border:1px solid  #a1c6c6;
  box-shadow: none;
  outline: none;
}
#contact .theme-btn:hover{
  background-color: #11aaa4;
  border:1px solid  #a1c6c6;
}
.manage-nav .dropdown-menu{
  background-color: #11aaa4;
  position: absolute;
  left: 100%!important;
  top: 0!important;
  margin-top: 0!important;
}
.manage-nav .dropdown-item:hover{
  background-color: #f1f1f100;
}
.manage-nav .dropdown-item{
  padding: 0;
  display: block;
}
.manage-nav .dropdown-toggle{
  padding:0 ;
  margin: 0;
}
.manage-nav .dropdown-menu li:hover{ 
  background-color: #f1f1f100;
}
.manage-nav .dropdown-item.active, .dropdown-item:active{
   background-color: #f1f1f100;
}
/*faq , theme-accordion*/
.theme-accordion .accordion-item{
  border: 0;
  background-color: #11aaa4;
  margin: 9px 0;
}
.theme-accordion .accordion-item:focus{
  outline: none;
}
.theme-accordion .accordion-button{
  background-color: transparent;
  color: white;
  font-size: 20px;
}
.theme-accordion .accordion-button:focus{
  outline: none;
  box-shadow: none;
}
.theme-accordion .accordion-button:focus{
  background-color: transparent;
  outline: none;
}
.theme-accordion .accordion-collapse{
  background-color: white;
}
.theme-accordion .collapse:not(.show) {
  display:none;
}
.form-control::-webkit-file-upload-button{
  padding: 0.500em 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #054c14;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#contact .calendar-icon {
  top: 77%;
}
.a-link a{
  color: green;
  text-decoration: none;
}
/*max width media*/
@media (max-width: 900px){
  .manage-nav.navbar .nav-links{
    max-width: 100%;
    /* overflow: scroll;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    height: 100vh;
    left: 0;
    display: none; */
  }
  .manage-nav .menu-manage li{
    padding:0 0.3em!important;
  }
  .manage-nav .dropdown{
    padding: 0 0.3em;
  }
  .manage-nav .navbar .links li .sub-menu li{
    padding: 0 0.3em;
  }
}
/* ============ desktop view ============ */

@media all and (min-width: 990px) {
  .manage-nav  nav .navbar .nav-links{
    max-width: 70%;
  }
	.manage-nav .dropdown-menu li{ position: relative; 	}
	.manage-nav .nav-item .submenu{ 
		display: block;
		position:relative;
		left:100%; top:-7px;
	}
	.manage-nav .nav-item .submenu-left{ 
		right:100%; left:auto;
	}
  .manage-nav .dropdown-menu{
    background-color: #11aaa4;
    position:absolute;
    left: 100%!important;
    top: 0!important;
    margin-top: 0!important;
    -webkit-box-shadow: 0px 13px 15px -1px rgb(0 0 0 / 47%);
    -moz-box-shadow: 0px 13px 15px -1px rgba(0,0,0,0.47);
    box-shadow: 0px 13px 15px -1px rgb(0 0 0 / 47%);
  }
	.manage-nav .dropdown-menu > li:hover{ background-color: #f1f1f105 }
	.manage-nav .dropdown-menu > li:hover > .submenu{ display: block; }
}	
.manage-nav .dropdown-toggle::after {
  display: none;
  font-family: 'Font Awesome 5 Free';
}
.manage-nav .dropdown-toggle{
  position: relative;
  display:block;
}
.manage-nav .dropdown{
  position: relative;
  display:block;
}
.manage-nav .dropdown:hover{
  background-color:#2d9692;
}
.manage-nav .dropdown-menu li:hover{
  background-color:#2d9692;
}
.manage-nav .dropdown-menu{
  padding: 0;
}
.manage-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid rgb(255, 255, 255);
}
/*certification-list*/
.certification-list{
  display: inline;
}
.certification-list ul{
  padding: 0;
}
.certification-list li{
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}
.certification-list img{
  width: 110px;
  height: 150px;

}
.certification-modal-div img {
  width: 100%!important;
  height: 100%!important;
}
/*certification-list*/

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .manage-nav .dropdown-menu{
    background-color: #11aaa4;
    position: relative;
    left: 0!important;
    top: 0!important;
    margin-top: 0!important;
  }
}	
/* ============ small devices .end// ============ */
/* ============ menu ============ */

@media (min-width: 300px){
  .service-slider-type .slider-box{
    padding: 0 0rem;
  }
  .inner-page-banner{
    height: 100%;
  }
  .service-slider-type{

  }
}

@media (min-width: 1200px){
  .service-slider-type .slider-box{
    padding: 0 0rem;
  }
  .inner-page-banner{
    height: 500px;
  }
  .service-slider-type{

  }
}

/*link-towp*/
.fixed-btn{
  display: none!important;
}
.fixed-top{
  border-radius: 0;
  top: -3px;
  height: 59px;
}
.fixed-top .fixed-btn .color-bg{
  background-color: #00938d;
  margin: 0;
}
.fixed-top .fixed-btn p {
  color: white;
  margin: 0;
  line-height: 3.4;
  padding: 0 15px;
}
.fixed-top .fixed-btn a{
  margin: 0!important;
  padding: 0!important;
  height: auto!important;
  line-height: 0;
}
.fixed-top .fixed-btn button{
  margin: 0;
  padding: 14px 37px!important;
  background-color: #054c14;
  border-color: #054c14;
  color: white;
  border-radius: 0;
}
.fixed-top .fixed-btn{
  display: flex!important;
  border-radius: 0!important;
  margin: 0;
  top: 0;
  padding: 0!important;
}
.fixed-top .fixed-btn .booknow-fixed{
  margin: 0;
  padding: 18px 6px!important;
  background-color: #054c14;
  border-color: #054c14;
  color: white;
  border-radius: 0;
}
/* Style the buttons */
.links .active {
  background-color: rgb(0 147 141);
  color:white;
  position: relative;
}
.links li:after{
  content:'';
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  transition-duration: .2s;
  left: 0;
  bottom: 0;
  background-color: yellowgreen;
}
.links .active:after{
  content:'';
  position: absolute;
  transition-duration: .2s;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: yellowgreen;
}

 /*media query*/
 @media (min-width: 300px) and (max-width: 500px) { 
  .section-details {
    background-attachment: inherit;
    padding: 30px 0;
    background-size: cover;
    background-image: none;
    background-color: #10aaa4;
  }
  .home-detail-list li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    flex-direction: row;
    align-content: center;
  }
  .li-right-content{
    width: 75%;
  }
  .whatsapp-modal .modal-dialog{
    margin-bottom: 52px;
    width: 100%;
    position: fixed !important;
    bottom: 97px !important;
    left: 0;
  }
 }

/*new codes for booknow*/
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 0 0 15px 0;
  width: 75%;
  left:50%important;
  margin: 0px auto;
  height:95%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 25px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 0px solid rgba(0, 0, 0, 0.1);
  /* background-clip: padding-box; */
  /* display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-content: space-between; */
}
.steps.clearfix{
  width: 100%;
  left: 0;
}


@media (min-width: 32em) {

  .modal-box {
      width: 75%;
      border-radius: 14px;
      overflow: auto;
      overflow-x: hidden;
      overflow-y: scroll;
  }
}

.modal-box header,
.modal-box .modal-header {
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-box-shadow: 0px 7px 15px -7px rgb(0 0 0 / 28%);
  -moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.28);
  box-shadow: 0px 7px 15px -7px rgb(0 0 0 / 28%);
}

  .modal-box header h3,
  .modal-box header h4,
  .modal-box .modal-header h3,
  .modal-box .modal-header h4 {
      margin: 0;
  }

.modal-box .modal-body {
  padding: 2em 1.5em;

}

.modal-box footer,
.modal-box .modal-footer {
  padding: 0 1em;
  border-top: 1px solid #ddd0;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  /* z-index: 900; */
   z-index: 3;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(33, 33, 33, 0.85);
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.wizard .steps > ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
  background-color: transparent;
  padding: 18px 16px 15px;
  outline: 0 !important;
}
.bd-wizard-step-title:focus{
  outline:none;
}
.bd-wizard-step-title{
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
  /* height: 21px; */
  height: 35px;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: #fff!important;
  color: #000!important;
  border-radius: 10px;
  overflow: inherit !important;
  border:none;
  text-decoration: underline;
  text-decoration-color: #f5f5f5;
} 
.tab-title-style .form-control::placeholder{
  color: black;
  opacity:1;
  font-weight: 900;
}
.tab-title-style .form-control{
  color: black;
  opacity:1;
  font-weight: 900;
}
.bd-wizard-step-subtitle{
  line-height: 1;
  font-size: 14px;
  height: 8px;
  overflow: hidden;
  background-color: #fff!important;
  color: #000!important;
  border-radius: 10px;
  overflow: inherit !important;
  text-decoration: underline;
  text-decoration-color: white;
}
.tab-title-style{
  padding: 19px 16px 19px;
  text-align: left;
  border-right: 1px solid rgb(151 151 151 / 40%);
  outline: 0 !important;
  box-shadow: none !important;
}
.section-heading {
  font-weight: bold;
  color: #063332;
  font-size: 40px;
  margin-bottom: 30px !important;
}
.content {
  padding:0px 35px 20px 35px;
  /* background-color: #fff; */
  /* min-height: 420px; */
  border-radius: 22px;
  float: left;
  width: 100%;
  height: 100%;
}
.align-buttonright{
  width: 100%;
  display: block;
}
.align-buttonright .col-2{
  position: relative;
  right: 0;
  float: right;
}
.step-title{
  color:white;
  text-decoration: underline;
  text-decoration-color: #10aaa4;
}
#geomap {
  height: 300px!important;
}
nav .navbar .links li{
  padding: 0px 6px;
}
.location-search-input .get_map {
  position:absolute;
  display: block;
  background-image:url('https://webotix2021-001-site11.itempurl.com/assets/images/search.svg');
  background-repeat:none;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.location-search-input .get_map {
  position: absolute;
  top: 50%;
  right: -21px;
  color: transparent;
  text-align: revert;
  z-index: 30;
  cursor: pointer;
  transform: translate(-54%, -50%);
  width: 4%;
}
.location-search-input .get_map:focus{
  outline:none;
  box-shadow:none;
}
.tab-title-style .bd-wizard-step-title .search_addr{
  border: 0;
  text-align: left;
  padding: 0;
  text-decoration: none;
  text-underline-position: b;
  text-decoration: underline;
  text-decoration-color: #f5f5f5;
}
.tab-title-style .bd-wizard-step-title .search_addr:focus{
  outline: none;
  box-shadow: none;
}
.custome-whatsap{
  position: fixed;
  bottom: 0;
  display: block;
  margin: 0 2rem 2rem 0;
  background-color: #4dc247;
  border-radius: 29px;
  border: 0;
  right: 0;
  z-index: 3;
  padding: 7px 15px;
}
.modal-backdrop{
  opacity: 0!important;
}
.custome-whatsap .modal-content{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.custome-whatsap{
  font-size: 27px;
}
.custome-whatsap i{
  color:white;
}
.whatsapp-modal .modal-header .btn-close{
  background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.whatsapp-modal .modal-header .btn-close:focus{
  box-shadow: none;
  outline: none;
}
.whatsap-dp {
  border-radius: 50%;
}
.whatsapp-modal-title{
  width: 100%;
  display: flex;
  padding: 0 7px;
  align-items: center;
  align-content: center;
}
.whatsapp-modal-header{
  background-color: #0a5f54;
  color: white;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
}
.whatsap-dp .wp-profile img{
  width: 100%;
}
.whatsap-dp .wp-profile{
  margin-left: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 25px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  background-color: white;
}
.whatsapp-head{
  display: flex;
  flex-direction: column;
}
.whatsapp-head h5{
  font-weight: 300;
  margin: 0;
}
.whatsapp-head p{
  margin: 0;
}
.custome-whatsap:focus{
  box-shadow: none;
  background-color: #4dc247;
  outline: none;
}
.custome-whatsap:hover{
  box-shadow: none;
  background-color: #4dc247;
  outline: none;
}
.whatsapp-modal .modal-dialog{
  background-color: white;
  z-index: 16000160 !important;
  margin-bottom: 52px;
  width: 360px;
  position: fixed !important;
  bottom: 50px !important;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  right: 0;
  margin-right: 35px;
 }
 .whatsapp-chat-msg{
   width: 50%;
   background-color: white;
   padding: 6px;
   display: inline-block;
   border-radius: 16px;
}
.whatsapp-chat-msg p{
  margin: 0;
}
.whatsapp-button{
  background-color:#4dc247;
  border-radius: 15px;
}
.whatsapp-button:hover{
  background-color:#4dc247;
  border-radius: 15px;
}
.whatsapp-button:focus {
  border: 0;
  box-shadow: none!important;
}
 .whatsapp-wallpaper{
  background-image: url(../images/whatsappbackground.jpg);
 }
 .links .active {
  background-color: rgb(0 147 141);
  color:white;
  position: relative;
}
.links li:after{
  content:'';
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  transition-duration: .2s;
  left: 0;
  bottom: 0;
  background-color: yellowgreen;
}
.links .active:after{
  content:'';
  position: absolute;
  transition-duration: .2s;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: yellowgreen;
}
 /*media query*/
 @media (min-width: 300px) and (max-width: 500px) { 
  .section-details {
    background-attachment: inherit;
    padding: 30px 0;
    background-size: cover;
    background-image: none;
    background-color: #10aaa4;
  }
  .home-detail-list li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    flex-direction: row;
    align-content: center;
  }
  .li-right-content{
    width: 75%;
  }
  .whatsapp-modal .modal-dialog{
    margin-bottom: 52px;
    width: 100%;
    position: fixed !important;
    bottom: 97px !important;
    left: 0;
  }
 }
/**/
@media only screen and (min-device-width: 3000px) and (max-device-width: 2560px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
  .modal-box .modal-body{
    height: 80%;
  }

}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1440px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
  .modal-box{
    width: 98%;
    border-radius: 14px;
    height: 95%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
  .bd-wizard-step-title{
    
  }
  .modal-box{
    width: 98%;
    border-radius: 14px;
    height: 95%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .modal-box .modal-body{
    height: 70%;
  }
  .terms-and-condition{
    position: relative!important;
    margin: 0!important;
    bottom: 0!important;
  }
  .steps.clearfix{
    width: 100%;
    margin: 0 auto;
    float: left;
    left: 0;
  }
  a.close{
    position: absolute;
    line-height: 1;
    font-size: 3px;
    padding: 0px;
    height: 95%;
    width: 9%;
    box-shadow: none;
  }
}
.terms-and-condition{
  text-align: left!important;
  width:auto!important;
}
.modal-box .modal-body{
  height: 80%;
}

@media (max-width: 1200px){
  .steps.clearfix .col-3{
    width: 20%;
    border-right: 1px solid rgb(159 159 159 / 75%);
  }
  .display-none-div {
    display: block!important;
  }
  
  .modal-box{
    width: 98%;
    border-radius: 14px;
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y:scroll;
  }
  .steps .bd-wizard-step-title{
    display: none;
  }
  .steps .bd-wizard-step-subtitle{
    display: none;
  }
  
  .terms-and-condition{
    width: auto!important;
    position: relative!important;
  }
  .bd-wizard-step-icon{
    color:white;
    display: block;
  }
  .modal-box .modal-body{
    padding:0;
    height: 65%;
  }
  .steps .tab-title-style{
    background-color: #10aaa4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .step-title{
    display: block;
  }
  a.close{
    position: revert;
    line-height: 1;
    font-size: 3px;
    padding: 16px;
    height: 50%;
    width: 25%;
    left: 0;
    display: block;
    margin: 0 auto;
    border: none;
    box-shadow: none;
  }
  .section-heading{
    font-size: 20px;
  }
  .content{
    background-color: transparent;
  } 
 
}
@media (max-width: 800px){
  .steps.clearfix .col-3{
    width: 20%;
    border-right: 1px solid rgb(159 159 159 / 75%);
  }
  .display-none-div {
    display: block!important;
  }
  
  .modal-box{
    width: 98%;
    border-radius: 14px;
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y:scroll;
  }
  .steps .bd-wizard-step-title{
    display: none;
  }
  .steps .bd-wizard-step-subtitle{
    display: none;
  }
  
  .terms-and-condition{
    width: auto!important;
    position: relative!important;
    display:none;
  }
  .bd-wizard-step-icon{
    color:white;
    display: block;
  }
  .modal-box .modal-body{
    padding:0;
    height: 65%;
  }
  .steps .tab-title-style{
    background-color: #10aaa4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .step-title{
    display: block;
  }
  a.close{
    position: revert;
    line-height: 1;
    font-size: 3px;
    padding: 16px;
    height: 50%;
    width: 25%;
    left: 0;
    display: block;
    margin: 0 auto;
    border: none;
    box-shadow: none;
  }
  .section-heading{
    font-size: 20px;
  }
  .content{
    background-color: transparent;
  } 
 
}

/**/
.form-select{
 border: 1px solid #a1c6c6;
 border-radius: 12px;
 background-color: #f5ffff;
 height: 42px;
}
.form-control{
 border: 1px solid #a1c6c6;
 border-radius: 12px;
 background-color: #f5ffff;
 /* height: 42px; */
 height: auto;
}
.e-date-wrapper:not(.e-filled) .e-date-icon.e-icons {
  box-sizing: border-box;
  position: absolute;
  right: 7px;
  top: 21%;
}
.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input{
  height: 30px!important;
  outline: none!important;
}
.e-btn.e-today.e-flat.e-primary.e-css {
  color: #11aaa4!important;
}

.e-calendar{
    display:block!important;
    opacity:1!important;
    position:relative!important;
}
.e-calendar .e-content td.e-today span.e-day, 
.e-calendar .e-content td.e-focused-date.e-today span.e-day, 
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, 
.e-bigger.e-small .e-calendar 
.e-content td.e-focused-date.e-today span.e-day{
    color: #11aaa4!important;
    background-color:white!important;
}
.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day{
    background: none;
  border: 1px solid #11aaa4!important;
  border-radius: 50%;
  color: black!important;
}
.e-calendar.e-day{
    border: 1px solid #11aaa4!important;
}
.e-calendar.e-day .active{
    border: 1px solid #11aaa4!important;
}
.e-switch-active .active{
      color: blue!important;
    background-color:white!important;
}
 .e-calendar span{
    color: black!important;
 }
  .e-calendar .e-focused-date:selected{
        color: white!important;
  }

.e-input-group:not(.e-float-icon-left), .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-warning:not(.e-float-icon-left), .e-input-group.e-error:not(.e-float-icon-left), .e-input-group.e-control-wrapper:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left){
  border:0!important;
}
.e-input-group .e-clear-icon, .e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 18px;
  min-width: 18px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  position: absolute;
  right: 29px;
  top: 30%;
}
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after{
  background-color:#ffff!important;
}
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active{
  color:#11aaa4!important;
}
select#ChooseServices {
  border: 1px solid #a1c6c6;
  border-radius: 12px;
  background-color: #f5ffff;
}
.navbar .links li .sub-menu li:hover .dropdown-menu{
  display:block;
}
.e-content td.e-selected.e-focused-date span.e-day{
  background-color:#054c14!important;color:#fff!important;}

.e-input-group.e-control-wrapper input.e-input{
    padding-left: 14px!important;
    color: gray!important;
  }
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus{
      padding-left: 14px!important;
    color: gray!important;
  }
  .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder{
    color: #707070!important;
  }
  input.e-input, .e-input-group input.e-input, 
.e-input-group.e-control-wrapper input.e-input, 
textarea.e-input, .e-input-group textarea.e-input, 
.e-input-group.e-control-wrapper textarea.e-input{
  position: relative!important;
  margin-bottom: 0px!important;
  /* margin-bottom: 26px; */
  line-height: 30px;
  border: 2px solid #bfd9d9!important;
  border-radius: 12px!important;
  background: #f5ffff!important;
  font-size: 16px;
  color: black!important;
  font-family: "Opun Mai Light Condensed"!important;
  opacity: 1;
  }
  .nice-select.open .list {
    height: 150px;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    overflow-y: scroll;
  }
  .m-control-box{

  }
  .m-control-col{
  
  }
  .m-control-btn {
    float: left;
    margin: auto;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .m-control-btn{
    margin: 0;
  }

/*404*/ 
.errorboxpage{
  margin: 0 auto;
  text-align: center;
}
.errorboxpage img{
  width:37%;
}
.errorboxpage p{
  font-size: 28px;
  
}
/*404*/
@media (max-width: 900px){
  nav .navbar .links li{
    display: flex;
    justify-content: space-between;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu, .navbar .nav-links.show3 .links .js-sub-menu, .navbar .nav-links.show2 .links .more .more-sub-menu{
    width: 100%;
  }
  .navbar .links li .sub-menu li:hover .dropdown-menu{
    position: relative;
    float: left;
    width: 100%;
  }
}
/*blog*/
.blog-page .card{
  display: flex;
  align-items: top;
  justify-content: top;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: top;
  -webkit-justify-content: top;
  -ms-justify-content: top;
  justify-content: top;
}
.blog-page .card img{height: 278px;}

.blog-page a{
  color: #11aaa4;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.blog-pagination .page-link{
  border-radius: 50%;
  padding: 7px 16px;
  margin: 0 15px 0 0;
  border:0;
  background-color: #e1e1e1;
}
.blog-pagination .page-link:hover{
  background-color: #054c14;
  color: white;
  border:0;
}
.blog-pagination .button-nav{
  border-radius: 0;
  color: white;
  border:0;
  background-color: #11aaa4;
}
.blog-pagination .page-link:focus{
  outline: none;
  box-shadow: none;
  border:0;
}
.blog-pagination nav{
  background-color: #ffffff00;
  height: auto;
  /* margin: 0 auto; */
  width: 85%;
}
.blog-pagination-auto nav{
  margin: 0 auto; 
}
.blog-pagination .pagination {
  flex-direction: inherit;
  justify-content: flex-start;
  display: flex;
}
/* .blog-pagination .pagination{
  flex-direction: row-reverse;
  justify-content: flex-end;

} */
.blog-pagination .Page .navigation .example{

}
.blog-img{
  width:100%;
}
.blog-img{
  padding-bottom: 30px;
}
/*end blog*/

  .m-control-row{text-align: right;}
  /*media*/
    .about-certificate{
      display: flex;
      justify-content: center;
      padding: 0;
      margin: 0;
      flex-direction: row;
      align-content: center;
      align-items: center;
    }
    .about-certificate li{
      text-align: center;
      width: 20%;
    }
    
    @media (max-width:980px) {
      .about-certificate{
      display: flex;
      justify-content: center;
      padding: 0;
      margin: 0;
      flex-direction: row;
      align-content: center;
      align-items: center;
      flex-wrap: wrap;
      }
      .about-certificate li{
      text-align: center!important;
      width: 34%;
      float: left;
      }

      .certification-icon{
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        flex-direction: row;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        }
        .certification-icon li{
        text-align: center!important;
        width: 34%;
        float: left;
        }
    }
    