* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn-check:focus + .btn {
  outline: unset !important;
  box-shadow: unset !important;
}

.btn:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.vcard4-btn-div {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
}

.vcard4-sticky-btn {
  background-color: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  height: 40px;
  color: floralwhite;
}

.vcard4-btn-group {
  width: 50px;
  height: 50px;
  color: white;
  border: 1px solid green;
  background-image: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
  border-radius: 50px !important;
}

a {
  text-decoration: none;
}

body {
  background-color: #E5E5E5 !important;
}

.vcard-four-heading {
  font-weight: 500;
  font-size: 28px;
  color: #134E5E;
}

.link-back {
  background-color: #aed2b6;
  margin-bottom: 55px !important;
}

.font-primary {
  color: #3D7B6E !important;
}

.vcard {
  max-width: 576px;
  min-height: 100vh;
  background-color: #fff;
}
.vcard__heading {
  font-size: 22px;
  font-weight: 600;
  color: #134E5E;
}
.vcard__banner {
  height: 200px;
}
.vcard__banner img {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.vcard__banner .image-icon img {
  height: 20px;
  width: 25px;
}
.vcard__profile {
  margin-top: -50px;
  z-index: 10;
}
.vcard__avatar {
  z-index: 10;
}
.vcard__avatar img {
  min-width: 200px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
}
.vcard__position .vcard_details {
  margin-top: 90px;
}
@media (max-width: 575px) {
  .vcard__position .vcard_details {
    margin-top: 0;
  }
}
.vcard__position .vcard_details .avatar-name {
  font-size: 22px;
  font-weight: 600;
  color: #134E5E;
}
.vcard__position .vcard_details .avatar-designation {
  font-size: 18px;
  color: #3D7B6E;
  font-weight: 500;
}
.vcard__position .vcard_details .avatar-company {
  font-size: 14px;
  font-weight: 500;
  margin: 5px;
  color: #3D7B6E;
}
.vcard__social {
  max-width: 280px;
  width: 100%;
}
.vcard__social .icons {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #134E5E;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 4px;
}
.vcard__social .icons:hover {
  background-color: #DEEFE3;
}
.vcard__social .icons .icon {
  color: #134E5E;
  font-size: 1.3em;
  margin-top: 1px !important;
}
.vcard__social .icons .twitter_icon {
  height: 20px !important;
  fill: #134E5E !important;
  transition: all 0.3s ease;
}
.vcard__event-card {
  background-color: #DEEFE3;
  border-radius: 50px;
}
.vcard__event-card .event-icon {
  height: 30px;
}
.vcard__event-card .event-name {
  font-size: 14px;
  color: #141414;
  font-weight: 500;
  padding: 5px !important;
  text-align: -webkit-center !important;
  word-break: break-word !important;
}
.vcard .line-shape {
  width: 162px;
  height: 245px;
  border: 1px solid #134E5E;
  border-radius: 325px;
  top: 0;
  left: -80px;
  z-index: 0;
}
@media (max-width: 576px) {
  .vcard .line-shape {
    left: -110px;
  }
}
.vcard .line-shape .inner-circle {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #DEEFE3;
  right: -15px;
  top: 20px;
}
.vcard__appointment .appointment {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
}
.vcard__appointment .appointment .appoint-date {
  font-size: 16px;
}
.vcard__appointment .appointment .appoint-input {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 10px;
  background: #DEEFE3;
}
.vcard__appointment .appointment .appoint-input:focus-visible {
  outline: none;
}
.vcard__appointment .appointment .appoint-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard__appointment .appointment .appoint-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard .service-container {
  z-index: 10;
}
.vcard__service .service-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-height: 522px;
  overflow: auto;
}
.vcard__service .service-card .service-new-image {
  width: 100%;
  height: 25vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
}
.vcard__service .service-card .card-body {
  padding-left: 0 !important;
}
.vcard__service .service-card .card-body .title-text {
  color: #1c4854;
}
.vcard__service .service-card .card-body .description-text {
  color: #79959d;
}
.vcard__service .service-card .service-image {
  min-width: 90px;
  width: 90px;
  height: 90px;
  background-color: #DEEFE3;
}
.vcard__service .service-card .service-image img {
  max-width: 80px;
  max-height: 80px;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard__service .service-card .service-details h4 {
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
.vcard__service .service-card .service-details p {
  font-size: 14px;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.vcard__service .services-slider-view .slick-list {
  padding-top: 5px !important;
}
@media (max-width: 500px) {
  .vcard__service .services-slider-view .slick-list {
    height: 250px !important;
  }
}
.vcard__service .services-slider-view .service-card {
  border-radius: 10px;
  min-height: 160px;
  max-height: 180px;
  overflow-y: auto;
  background-color: transparent;
}
.vcard__service .services-slider-view .service-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
}
.vcard__service .services-slider-view .service-card .description-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 500px) {
  .vcard__service .services-slider-view .service-card .description-text {
    -webkit-line-clamp: 3;
  }
}
.vcard__service .services-slider-view .service-card .img {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  float: left;
}
.vcard__service .services-slider-view .service-card .img img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .vcard__service .services-slider-view .service-card .img img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 500px) {
  .vcard__service .services-slider-view .service-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.vcard__service .services-slider-view .slick-list .slick-slide {
  margin: 0 15px;
}
.vcard__service .services-slider-view .slick-dots {
  bottom: -20px !important;
}
.vcard__service .services-slider-view .slick-dots li {
  margin: 0;
}
.vcard__service .services-slider-view .slick-dots button::before {
  font-size: 20px;
  color: #3D7B6E;
}
.vcard .slick-dots > li {
  display: inline-block;
}
.vcard .slick-dots > li:only-child {
  display: none;
}
.vcard__gallery .gallery-slider .slick-track {
  display: flex !important;
}
.vcard__gallery .gallery-slider .slick-slide {
  margin: 0 17px;
  display: flex;
  height: auto;
}
.vcard__gallery .gallery-slider .slick-list {
  padding: 10px 0;
}
.vcard__gallery .gallery-slider .slick-dots li {
  width: 10px !important;
}
.vcard__gallery .gallery-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__gallery .gallery-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 5px;
}
.vcard__gallery .gallery-card .gallery-profile img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 238px;
}
.vcard__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
  outline: none;
}
.vcard__gallery .gallery-card .gallery-profile .gallery-item {
  display: inline-block;
  width: 100%;
  height: 238px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.vcard .video-container {
  height: 238px;
}
.vcard .audio-container img {
  height: 173px !important;
}
.vcard__product .product-slider .slick-track {
  display: flex !important;
}
.vcard__product .product-slider .slick-slide {
  margin: 0 17px;
  height: 100%;
}
.vcard__product .product-slider .slick-list {
  padding: 10px 0;
}
.vcard__product .product-slider .slick-dots li {
  width: 10px !important;
}
.vcard__product .product-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__product .product-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 15px 0 15px;
  min-height: 375px;
}
.vcard__product .product-card .product-profile img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard__product .product-card .product-details {
  margin-top: 20px !important;
}
.vcard__product .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
}
.vcard__product .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
}
.vcard__product .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vcard__product_details_page .product-slider .slick-track {
  display: flex !important;
}
.vcard__product_details_page .product-slider .slick-slide {
  margin: 0 17px;
  display: flex;
  height: auto;
}
.vcard__product_details_page .product-slider .slick-list {
  padding: 10px 0;
}
.vcard__product_details_page .product-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 15px 0 15px;
}
.vcard__product_details_page .product-card .product-profile img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard__product_details_page .product-card .product-details {
  margin-top: 20px !important;
}
.vcard__product_details_page .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
}
.vcard__product_details_page .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
}
.vcard__product_details_page .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #141414;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 580px) {
  .vcard__product_details_page .product-card {
    width: 99% !important;
  }
  .vcard__product_details_page .product-card img {
    width: 100% !important;
  }
}
.vcard .activeSlot {
  background-color: #134E5E !important;
  color: white !important;
}
.vcard__testimonial .testimonial-slider .slick-track {
  display: flex !important;
}
.vcard__testimonial .testimonial-slider .slick-slide {
  margin: 0 17px;
  display: flex;
  height: auto;
}
.vcard__testimonial .testimonial-slider .slick-list {
  padding: 10px 0;
}
.vcard__testimonial .testimonial-slider .slick-dots li {
  width: 10px !important;
}
.vcard__testimonial .testimonial-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__testimonial .testimonial-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  height: 436px !important;
  max-height: 436px;
}
.vcard__testimonial .testimonial-card .testimonial-image {
  min-width: 70px;
  width: 70px;
  height: 70px;
  min-height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.vcard__testimonial .testimonial-card .testimonial-details p {
  font-size: 14px;
  color: #141414;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: auto;
}
.vcard__testimonial .testimonial-card .reviews .review-star {
  color: #FFCA2C;
}
.vcard__testimonial .testimonial-card .testimonial-user .user-name {
  font-size: 16px;
  color: #3D7B6E;
  font-weight: 500;
}
.vcard__testimonial .testimonial-card .testimonial-user .user-name::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  left: 50%;
  transform: translateX(-50%);
}
.vcard__testimonial .testimonial-card .testimonial-user .user-designation {
  font-size: 12px;
  color: #141414;
}
.vcard .slick-dots > li {
  display: inline-block;
}
.vcard .slick-dots > li:only-child {
  display: none;
}
.vcard__blog .blog-slider {
  margin-top: -35px !important;
}
.vcard__blog .blog-slider .slick-track {
  display: flex !important;
}
.vcard__blog .blog-slider .slick-slide {
  margin: 0 28px;
  display: flex;
  height: auto;
}
.vcard__blog .blog-slider .slick-list {
  padding: 30px 0;
  overflow: visible;
}
.vcard__blog .blog-slider .slick-dots li {
  width: 10px !important;
}
.vcard__blog .blog-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__blog .blog-slider .blog-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .vcard__blog .blog-slider .blog-card {
    padding: 20px;
  }
}
.vcard__blog .blog-slider .blog-card .blog-image img {
  min-width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 575px) {
  .vcard__blog .blog-slider .blog-card .blog-image img {
    border-radius: 15px;
    margin: auto;
  }
}
.vcard__blog .blog-slider .blog-card .blog-details a h4 {
  color: #3D7B6E;
}
.vcard__blog .blog-slider .blog-card .blog-details p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  max-width: 100%;
  font-size: 14px;
}
.vcard__qr-code {
  background-color: #DEEFE3;
}
.vcard__qr-code .qr-code {
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.vcard__qr-code .qr-code .qr-code-image img {
  min-width: 170px;
  width: 170px;
  height: 170px;
}
.vcard__qr-code .qr-code .qr-code-profile {
  min-width: 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
}
.vcard__qr-code .qr-code-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard__qr-code .qr-code-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard .share-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard .share-btn a {
  color: #fff;
}
.vcard .share-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
@media (max-width: 575px) {
  .vcard .share-btn {
    margin: 0 auto;
  }
}
.vcard__timing .business-card {
  padding: 20px !important;
  background: transparent;
  border-radius: 15px;
  border: 1px solid #B8B8B8;
}
@media (max-width: 575px) {
  .vcard__timing .business-card {
    padding: 15px !important;
  }
}
.vcard__timing .business-card .calendar-icon {
  background-color: #3D7B6E;
  border-radius: 12px;
}
.vcard__timing .business-card .business-hour-day-text {
  color: #949494 !important;
}
.vcard__timing .business-card .business-hour-time-text {
  color: #141414 !important;
}
.vcard__timing .business-card-today {
  border: 1px solid #134E5E;
}
.vcard__contact-us .contact-form input, .vcard__contact-us .contact-form textarea {
  padding: 0.688rem 0.75rem;
}
.vcard__contact-us .contact-form input:focus, .vcard__contact-us .contact-form textarea:focus {
  box-shadow: unset;
  border-color: #3D7B6E;
}
.vcard__contact-us .contact-form input::-moz-placeholder, .vcard__contact-us .contact-form textarea::-moz-placeholder {
  color: #B4B4B4;
}
.vcard__contact-us .contact-form input::placeholder, .vcard__contact-us .contact-form textarea::placeholder {
  color: #B4B4B4;
}
.vcard__contact-us .contact-form .form-check-input {
  border: 1px solid #dbdbdb;
}
.vcard__contact-us .contact-form .form-check-input:checked {
  background-color: #6571ff;
  border-color: #6571ff;
}
.vcard__contact-us .contact-form label {
  color: #B8B8B8;
}
.vcard__contact-us .contact-form .contact-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.vcard__contact-us .contact-form .contact-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard__contact-us .vcard-four-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.vcard__contact-us .vcard-four-btn i {
  color: #fff;
}
.vcard__contact-us .vcard-four-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard .language ul {
  list-style: none;
}
.vcard .language ul .lang-list {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71B280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard .language ul .lang-list .lang-head {
  color: white;
}
.vcard .language ul .lang-list .lang-head i {
  color: white;
}
.vcard .language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 150px;
}
.vcard .language ul .lang-list .lang-hover-list li {
  padding: 5px 15px;
}
.vcard .language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.vcard .language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.vcard .language ul .lang-list .lang-hover-list li.active {
  background-color: #f1faff !important;
}
.vcard .language ul .lang-list .lang-hover-list li.active a {
  color: #009ef7 !important;
}
.vcard .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.vcard .language ul .lang-list .lang-hover-list li img {
  height: 20px !important;
  width: 25px !important;
}

.slick-slide div {
  width: 100% !important;
}

.vcard .language ul .lang-list .lang-hover-list {
  margin: 0 0 0;
}
.vcard .language ul .lang-list .lang-hover-list.top-dropdown {
  margin: -80px 0 0;
}

.vcard__event-card {
  background-color: #DEEFE3 !important;
  border-radius: 50px !important;
}

.profile-description {
  font-size: 17px;
  text-align: center;
  color: #6c757d !important;
}
.profile-description h1, .profile-description h2 {
  color: #6c757d !important;
}

#wrap {
  background-color: #ddd;
  padding: 50px 0;
}

#slider {
  width: 500px;
  margin: 0 auto;
}
#slider img {
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 99%;
  width: 15px !important;
}

.prev-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .prev-arrow {
    left: 43px;
  }
}

.next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .next-arrow {
    right: 43px;
  }
}

.slide-arrow-our-services {
  position: absolute;
  bottom: -20px;
  width: 13px !important;
}

.slick-dots {
  bottom: -35px !important;
}

.vcard__blog .blog-slider .slick-list {
  margin-bottom: 18px !important;
}

.vcard__blog .blog-slider .slick-dots {
  bottom: 20px !important;
}

.slide-arrow-blog {
  position: absolute;
  top: 85%;
  width: 15px !important;
}

.lb-data .lb-number {
  display: none !important;
}

.social-icons img, .social-icons svg {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
}

.underline {
  background-color: #134E5E;
}

.add-contact-btn {
  width: 200px !important;
  text-wrap: nowrap !important;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  transition: all 0.3s ease;
}
.add-contact-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}

.product-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}

.view-more {
  color: #3D7B6E !important;
}

.modal-backdrop {
  background-color: transparent;
}

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
.modal .news-modal {
  margin-top: 250px !important;
}
.modal .news-modal #newsLatter-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
  background-color: #212020;
}
.modal .news-modal #newsLatter-content .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #71B280;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #71B280;
  font-size: 28px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 19px;
  font-weight: 100;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #71B280;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #f5f8fa;
  border: unset;
  color: #5e6278;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 0.475rem;
}
.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
  box-shadow: unset;
  background-color: #eef3f7;
}
.modal .news-modal #newsLatter-content .modal-body .input-group {
  background: black;
  border: none;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
}
.modal .news-modal #newsLatter-content .modal-footer .btn {
  padding: 10px 20px !important;
  border-radius: 0.475rem !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
  background-color: #6571ff !important;
  border: unset;
  outline: unset;
  color: #fff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background-color: #71B280;
  color: white !important;
  font-size: 25px;
  border: none;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.insta-feed {
  max-height: 1000px !important;
  overflow: scroll !important;
}

.insta-feed-iframe iframe {
  border-radius: 15px !important;
}

.instagram-btn {
  flex: 1;
  position: relative;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #3D7B6E;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect, .instagram-btn .svg-post-icon line {
  stroke: #3D7B6E;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #3D7B6E;
  stroke: #fff;
}
.instagram-btn .svg-reels-icon .not-active-svg {
  display: block;
}
.instagram-btn .svg-reels-icon .active-svg {
  display: none;
}
.instagram-btn .svg-reels-icon path, .instagram-btn .svg-reels-icon rect {
  fill: #3D7B6E;
}
.instagram-btn.active .svg-reels-icon .not-active-svg {
  display: none;
}
.instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}

.insta-toggle {
  border-radius: 35px !important;
  margin: 10px !important;
  padding: 8px !important;
  transition: all 0.3s ease !important;
}

.insta-heading {
  font-size: 22px;
  font-weight: 600;
  color: #134E5E;
  padding-top: 2.25rem !important;
}

#instafeed-container a img {
  width: 44%;
  height: 200px !important;
  margin: 11px;
  border-radius: 15px;
}

.instagram-media {
  min-width: 50% !important;
  max-width: 100% !important;
}

.iframe-card .card-body {
  padding: 10px !important;
}

.ifram-body {
  height: 280px !important;
  width: 400px !important;
}

.support-banner {
  width: 100%;
  max-width: 520px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 10px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 575px) {
  .support-banner {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.support-banner .support_heading {
  font-size: 32px;
  margin-top: 33px;
}
.support-banner .support_text {
  margin-bottom: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: scroll !important;
  margin-top: 25px;
}

.act-now {
  padding: 15px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: white;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 15px;
}

.banner-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px !important;
}

.inquries {
  margin-top: -22px !important;
}

.iframe-slider {
  margin-top: -35px !important;
}
.iframe-slider .slick-track {
  display: flex !important;
}
.iframe-slider .slick-slide {
  margin: 0 28px;
  display: flex;
  height: auto;
}
.iframe-slider .slick-list {
  padding: 30px 0;
  overflow: visible;
}
.iframe-slider .slick-dots {
  bottom: 0px !important;
}
.iframe-slider .slick-dots li {
  width: 10px !important;
}
.iframe-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.iframe-slider .iframe-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .iframe-slider .iframe-card {
    padding: 20px;
  }
}

.iframe-prev-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-prev-arrow {
    left: 43px;
  }
}

.iframe-next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-next-arrow {
    right: 43px;
  }
}

.slide-arrow-iframe {
  position: absolute;
  top: 92% !important;
  width: 15px !important;
}

.hours-section {
  margin-top: -15px;
}

.cover-video {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.verification-icon {
  color: #71B280;
}

.pl-50 {
  padding-left: 50px;
}

.modal-content[dir=rtl] .pl-50 {
  padding-right: 50px;
}
.modal-content[dir=rtl] .text-center {
  text-align: start !important;
}
.modal-content[dir=rtl] .arrow {
  transform: rotate(180deg) !important;
}

.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .form-check {
  padding-right: 2.063em !important;
  padding-left: 0 !important;
}
.main-content.rtl .form-check .form-check-input {
  float: right !important;
  margin-right: -2.063em !important;
}
.main-content.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0.313rem !important;
  border-bottom-right-radius: 0.313rem !important;
}
.main-content.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0.313rem !important;
  border-bottom-left-radius: 0.313rem !important;
}

.toast-title {
  margin-right: 12px;
}

.toast-message {
  margin-right: 12px;
}

.input-box h4 {
  margin: 0;
  color: #b6b6b6 !important;
}

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #ced4da !important;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.selected-files .item {
  border: 1px solid #ced4da !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #ffffff !important;
}

.file-list li span {
  color: #6c757d !important;
}

.selected-files .item .name {
  color: #b4b4b4 !important;
}

.input-box h4 {
  margin: 0;
  color: #b4b4b4 !important;
  font-size: medium !important;
}

.file-list {
  overflow-y: auto;
  list-style-type: none !important;
  padding: 0 0 10px 0 !important;
  margin: 0;
  max-height: 220px;
  font-size: medium !important;
}
