/*====================================== reset.css is here ============family============================*/
::-webkit-scrollbar {
  width: 4px;
}
.html-hidden {
  overflow-y: hidden;
}
.compensate-for-scrollbar {
  margin-right: 0px !important;
}
body.modal-open {
  padding-right: 4px;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* -------- font-family ------- */
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/pt_sans/PTSans-Regular.woff2") format("woff2"),
    url("../fonts/pt_sans/PTSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
section {
  margin: 150px 0 0px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-SemiBold";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
.no_bor {
  border: 0 none !important;
}
header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
  display: block;
}
/**************************************************************************************/
a {
  color: #454545;
  text-decoration: none;
  outline: 0 none !important;
}
a:hover,
a:focus {
  /* color: #000; */
  text-decoration: none;
  outline: 0 none !important;
}
h1 {
  font-size: 32px;
  font-weight: 600;
  color: #24ccd4;
  line-height: 130.5%;
}
h2 {
  font-size: 28px;
  font-weight: 600;
  color: #24ccd4;
  line-height: 130.5%;
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  font-weight: 700;
}
h5 {
  font-size: 16px;
  font-weight: 600;
}
h6 {
  font-size: 10px;
}
/*---------------------------------------------------*/
body {
  font-weight: 400;
  color: #454545;
  font-size: 16px;
  background: #e6fffc;
  font-family: "PT Sans", "Poppins-SemiBold", "Poppins";
  line-height: 1.6;
  overflow-x: hidden;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/*-----------LayOut Start here-----------------------*/
.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "PT Sans";
}
 .footer_section p {
    font-family: "Poppins" !important;
  }
.home-blogs-section .main-button {
  margin-right: 50px;
}
.main-button {
  background: #7a5c8d;
  color: #fff;
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.12);
  border-radius: 36.5px;
  font-family: "Poppins-SemiBold";
  padding: 6px 20px;
  border: 1px solid #7a5c8d;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
*/ .main-button:hover {
  color: #fff;
  background-color: #6c527c;
}
.main-button:focus {
  outline: 0;
  box-shadow: unset;
}
/* -------Don't Remove this---------------*/
input,
textarea,
button,
select {
  /*-webkit-appearance:noneSafari/Chrome*/
  -moz-appearance: none; /*Firefox*/
  -ms-appearance: none; /*IE*/
  -o-appearance: none; /*Opera*/
  appearance: none;
}

/* 88888888888888888 */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: transparent;
  transition: all 0.4s;
  z-index: 997;
  margin-top: 46px;
}
.header.header-scrolled {
  padding: 0px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  margin-top: 0;
}

.header .navbar-brand img {
  width: auto;
  height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

header .navbar {
  padding: 0.5rem 0rem;
}
header .navbar-light a {
  color: #000;
  font-weight: 600;
}
header .navbar-nav .nav-link {
  color: #000;
}

header .navbar-nav {
  padding-top: 0rem;
  gap: 40px;
}
header .navbar-nav .nav-link {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
header .navbar-nav > .active > .nav-link {
  color: #7a5c8d !important;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
header .navbar-nav > .active > .nav-link:hover {
  color: #7a5c8d !important;
  font-family: "Poppins-SemiBold";
  font-size: 16px;
}
header .navbar-nav .nav-link:hover {
  color: #7a5c8d;
  font-size: 16px;
}

header .navbar-toggler {
  height: 45px;
}
header .navbar-toggler span {
  display: block;
  height: 4.24px;
  height: 4.24px;
  height: 4.24px;
  background: #7a5c8d;
  border-radius: 11px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}
header .navbar-toggler .navbar_toggle1 {
  width: 15.88px;
}
header .navbar-toggler .navbar_toggle2 {
  width: 31.76px;
}
header .navbar-toggler .navbar_toggle3 {
  width: 15.88px;
  left: 17px;
}
header .navbar-toggler span:nth-child(1),
header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  top: 30px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}
header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  top: 30px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
  left: unset;
}
header .navbar-brand {
  padding-top: unset;
  padding-bottom: unset;
}

.header-wave {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.header-mobile-img {
  width: 195px;
}

/* Footer Starts */
.hover-underline-animation {
  /* background-image: linear-gradient(
    to right,
    #b9fafd,
    #b9fafd 50%,
    #ffffff 50%
  ); */
  /* background-size: 200% 100%; */
  /* background-position: -100%; */
  padding: 5px 0;
  position: relative;
  /* -webkit-text-fill-color: transparent; */
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #ffffff;
}
.hover-underline-animation:before {
  content: "";
  background: #b9fafd;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.hover-underline-animation:hover {
  background-position: 0;
}
.hover-underline-animation:hover:before {
  width: 100%;
}
footer {
  background-color: #7a5c8d;
}
.footer_section {
  color: #fff;
  font-family: "Poppins";
  padding: 75px 0px 50px 0;
}
.footer_section .footer_contact_details .location_div {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: relative;
  align-items: center;
  width: fit-content;
}
.footer_section .footer_contact_details .location_div .ph-dial {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer_section .footer_contact_details .location_div img {
  width: auto;
  max-height: 25px;
}
.footer_section .footer_menu .footer_lists {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.footer_section .footer_menu .footer_nav_links {
  display: flex;
}
.footer_section .footer_menu .footer_nav_links:after {
  content: "|";
  padding: 0px 0px 0px 20px;
}

.footer_section .footer_menu .footer_nav_links:last-child:after {
  content: none;
}
.footer_menu .footer_lists a {
  color: #fff;
}
.footer_menu .footer_lists a:hover {
  color: #edddf6;
}
.footer_contact_details {
  display: flex;
  justify-content: center;
  gap: 65px;
  align-items: center;
  margin: 20px 0px;
}
.footer_menu {
  margin: 25px 0px;
}
.footer_section .footer_logo img {
  width: auto;
  max-height: 70px;
}
.footer_icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 40px 0;
}
.footer_icons img {
  width: auto;
  max-height: 25px;
}
.location_div a {
  color: #fff !important;
}
.section-wrapper {
  margin: 200px 0 100px 0;
}
.heading {
  font-family: "Poppins";
  letter-spacing: 0.715em;
  font-size: 14px;
}
.sub_heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #008878;
  line-height: 130.5%;
}
.card_description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card_blogs_description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.Hero-image img {
  height: 268px;
  object-fit: contain;
  width : 100%
}
.hero .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.hero .image-stack__item-bottom {
  grid-column: 10 / -3;
  grid-row: 2;
}

.hero .image-stack__item-top {
  grid-row: 2;
  grid-column: 10;
  padding-top: 24px;
  z-index: 1;
}
.hero .image-stack__item-top img {
  width: 401px;
  height: 354px;
  object-fit: cover;
}

.hero .image-stack__item-bottom img {
  width: 401px;
  display: block;
  height: 401px;
  object-fit: cover;
}
.hero .hero-btn {
  margin-top: 26px;
}

/*--------------------------------------------------------------
# Blogs Section Starts
--------------------------------------------------------------*/

.blogs-card {
  background: #ffffff;
  border-radius: 35px;
  border: 0;
  margin: 24px 0px;
  height: 485px;
}
.blogs-card .card-content {
  padding: 30px 23px;
}
.blogs-card .blogs_img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}
.blogs-hero-img img {
  border-radius: 32px;
}
.blogs-card .card-content .card-title h3 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 19px;
  line-height: 115.61%;
  color: #24ccd4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-card .card-content .card-title span {
  font-size: 12px;
  color: #7a5c8d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blogs-card .card-content .read-more-btn {
  font-size: 14px;
  line-height: 201.6%;
  color: #7a5c8d;
  font-family: "Poppins-SemiBold";
}
.blogs-card .card-content .read-more-btn:hover {
  color: #6c527c;
}
.home-blogs-section {
  position: relative;
}
.home-blogs-section .blogs_bg {
  position: absolute;
  height: 400px;
  background: #f2f2f2;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  z-index: -1;
  top: 51%;
  width: 100%;
}
.blogs-section {
  position: relative;
}
.blogs-section .blogs_bg {
  position: absolute;
  height: 400px;
  background: #f2f2f2;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  z-index: -1;
  top: 57.5%;
  margin-left: -94px;
  min-width: 1240px;
}
.home-blogs-section .blogs-main-btn {
  display: flex;
  justify-content: end;
  padding-top: 30px;
  position: relative;
}

.load-more-btn {
  margin-top: 46px;
  margin-bottom: -56px;
}

/*--------------------------------------------------------------
# Application Section Starts
--------------------------------------------------------------*/
.application-card {
  background: #f8f8f8;
  border-radius: 20px;
  margin: 0px auto 0px auto;
  width: 80%;
}
.application-card .application-card-text {
  padding: 40px;
}
.application-card .aplication-img {
  margin-top: -50px;
}
.application-card .aplication-img img {
  height: 380px;
  object-fit: cover;
}

.application-card .apply-btn {
  margin-top: 20px;
}
.application-wave-img {
  position: absolute;
  width: 260px;
  z-index: 0;
}
.application-wave-img img {
  border-top-left-radius: 20px;
}

/*--------------------------------------------------------------
# Testimonials Section Starts
--------------------------------------------------------------*/
.testimonials-section .swiper-container {
  width: 100%;
  height: auto;
}
.testimonials-section .testimonial-bg {
  position: absolute;
  height: 400px;
  background: #f2f2f2;
  border-top-right-radius: 90px;
  border-top-left-radius: 90px;
  z-index: -1;
  width: 100%;
}
.testimonials-section .client-profile {
  background-color: #f8f8f8;
  padding: 60px 40px 60px 40px;
  border-radius: 20px;
  position: relative;
}
.testimonials-section .client-profile .client-bg-fix {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 20px;
}
.testimonials-section .client-profile .client_name {
  color: #24ccd4;
  line-height: 1;
}
.testimonials-section .client-profile .testimonial-content .font-weight-bold {
  line-height: 1;
}
.testimonials-section .client-profile .client_desc {
  font-size: 14px;
}
.testimonials-section .client-profile .client_img {
  width: 105px;
  height: 105px;
  z-index: 1;
  position: relative;
}
.testimonials-section .client-profile .client-wave-img {
  position: absolute;
  z-index: 1;
  left: 61px;
  top: 41px;
  width: 243px;
  height: 243px;
}

.swiper-arrows {
  position: relative;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 45px;
  height: 45px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-next {
  right: -40px;
}
.swiper-team-button-next {
  right: 0px;
  left: auto;
  top: auto;
  bottom: -422px;
  height: auto;
  margin-top: auto;
}
.swiper-button-prev {
  left: -40px;
}
.swiper-team-button-prev {
  right: auto;
  left: 0px;
  top: auto;
  bottom: -422px;
  height: auto;
  margin-top: auto;
}
.swiper-team-button-prev,
.swiper-team-button-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-team-button-prev img,
.swiper-team-button-next img {
  width: 45px;
  height: 45px;
}
.swiper-team-button-prev:after,
.swiper-team-button-next:after {
  display: none;
}
/*--------------------------------------------------------------
# Home- About Section Starts
--------------------------------------------------------------*/

.about-image-stack {
  position: relative;
  width: 100%;
}

.about-image-stack-bottom {
  position: absolute;
  left: -88px;
  top: -88px;
  z-index: -1;
}
.about-image-stack-top img {
  width: 100%;
  border-bottom-left-radius: 192.5px;
  height: 400px;
  object-fit: cover;
}

.about-image-stack-bottom img {
  width: 100%;
  display: block;
}

/* ================================ Frenquently Asked Questions ================================= */
.faq-section .mb-0 > a {
  display: flex;
  position: relative;
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px 20px 30px;
}

.faq-section .mb-0 > a:after {
  content: url(../image/icons/plus_icon.svg);
  font-weight: 600;
  margin-left: 15px;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: url(../image/icons/minus_icon.svg);
  font-weight: 600;
}
.collapse-card {
  padding: 0;
  background: #f8f8f8;
  border-radius: 32px;
  margin: 20px 0px;
}
.collapse-card-body {
  padding: 0 30px 25px 30px;
}
.border-line {
  margin-top: 3rem;
  border: 0;
  border-top: 1px solid #000;
}
.faq-main-btn {
  text-align: right;
}
.faq-questions {
  margin: 0px 140px;
}

.our-vision .vision-img img {
  height: 345px;
  border-bottom-right-radius: 192.5px;
  object-fit: cover;
}

.our-vision .vision-bg-img {
  position: absolute;
  right: -36px;
  z-index: -1;
  top: -81px;
}
.grid-col {
  padding-left: 48px;
  padding-right: 48px;
}
.blogs-grid-col {
  padding-left: 30px;
  padding-right: 30px;
}
.date-time {
  font-size: 14px;
  color: #7a5c8d;
}
.blogs-read-btn .read-more-btn {
  font-size: 16px;
  color: #7a5c8d;
  font-weight: 700;
}
.blogs-read-btn .read-more-btn:hover {
  color: #6c527c;
}
.blogs-container {
  max-width: 1050px;
  margin: 0 auto;
}

/* ===== Animation Form ===== */
.contact-form {
  position: relative;
}
.lz-label {
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 14px;
  font-weight: 200;
  color: #7b7b7b;
  transition: all 0.5s ease;
  pointer-events: none;
  font-family: "Poppins";
}

.form-input-material {
  position: relative;
}
.form-input-material::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-color: #7b7b7b;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.5s;
  font-size: 9px;
  color: #7b7b7b;
  font-family: "Poppins";
}
.form-input-material:focus-within::before {
  transform: scaleX(0.8);
}
.form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: 0.75rem 0.75rem;
  line-height: 1.5;
  color: #454545;
  background: #f2f2f2;
  border: 1px solid #cccccc !important;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 13px;
}
.form-control:focus ~ label,
.form-control:not(:placeholder-shown) ~ label {
  transform: translateY(-70%);
  color: #7a5c8d;
  top: 15px;
  font-size: 10px;
}
.lz-input {
  padding: 20px 12px 8px 12px;
}
.wpcf7-phonetext.lz-input,
.mobile_code.lz-input {
  padding: 14px 12px 12px 12px;
}
.label-class {
  position: absolute;
  top: 15px;
  left: 14px;
  font-size: 14px;
  margin-bottom: 0;
  transition: 0.3s;
  transform-origin: left;
  color: #7b7b7b;
  font-family: "Poppins";
}
.form-control:focus {
  border: 1px solid #7a5c8d;
  border-radius: 8px;
  background-color: #f4f4f4;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-control-lg {
  height: 100px;
}
.contact-hero-img {
  margin-top: -5rem;
  margin-left: 3rem;
}
.contact-hero-img img{
 object-fit : cover !important;
 height : 450px;
}
.contact-btn {
  text-align: right;
}

/* Register Application Modal */
.register-modal-body {
  margin: 0px 0px 0px 150px;
}
.modal-content {
  background-color: #e6fffc;
  border-radius: 20px;
  padding-bottom: 15px;
}
.modal-header {
  border-bottom: unset;
}

.close span {
  color: #7a5c8d;
  font-size: 26px;
  opacity: 1 !important;
  z-index: 999;
}

.register-modal-head {
  margin: 37px 192px 0 204px;
  width: 100%;
}

button.close {
  opacity: 1 !important;
  z-index: 999;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal-wave {
  position: absolute;
  right: 0px;
  top: 0;
  width: 260px;
  height: 275px;
  border-top-right-radius: 20px;
}
.personal-image-top1 {
  text-align: center;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #7a5c8d;
}
input[type="checkbox"]:checked {
  background-color: #6f5480;
}
input[type="checkbox"]:before {
  content: url("../image/check-correct.svg");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8px;
  left: 1px;
}
input[type="radio"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #7a5c8d;
  border-radius: 50%;
  outline: none;
}
input[type="radio"]:before {
  content: "";
  display: block;
  width: 65%;
  height: 65%;
  margin: 2px auto;
  border-radius: 50%;
}
input[type="radio"]:checked:before {
  background: #7a5c8d;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #7a5c8d;
  background-color: #7a5c8d;
}

.mobile-align {
  display: flex;
  padding: 0 15px;
  gap: 8px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.weight-grid {
  padding: 0;
}

/* Fitness Modal */
.fitness-modal-head {
  margin: 37px 147px 0px 150px;
  width: 100%;
}
.fitness-modal-wave {
  top: -189px !important;
}
.sucess-wave {
  top: -65px !important;
}
.modal-description {
  width: 70%;
}

.iti {
  position: relative;
  display: block !important;
}
.iti__flag-container {
  border-right: 1px solid #cccccc;
  z-index: 1;
  margin: 8px 0px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: unset;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: unset;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: unset;
}
.form-check-label {
  margin-bottom: 0;
  margin-left: 8px;
}
select[editable] > button {
  stroke: #7a5c8d !important;
  background-color: red;
  align-items: center;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
.phone_label {
  margin-left: 62px;
}
.intl-tel-input,
.iti {
  width: 100%;
}
.kg-select {
  width: 70px;
  padding: 16px 12px 8px 12px;
  margin-left: 5px;
}

.btn.disabled,
.btn:disabled {
  opacity: unset;
}
.has-error label,
.has-error input,
.has-error textarea {
  color: red;
  border-color: red;
}
.list-unstyled li,
#error-msg,
#error-msg2,
#error-msg3,
#error-msg4,
#error-msg5 {
  font-size: 12px;
  padding: 4px 0 0;
  color: red;
}
textarea {
  resize: none;
}
.form-margin {
  margin: 20px 0px;
}
.formselect-div {
  background-color: #f2f2f2;
  position: absolute;
  top: 40px;
  right: calc(25% + 15px);
  width: 200px;
}
.event-dropdown {
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.event-dropdown .event-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.select-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  transition: 0.3s;
}
.class-select {
  background-color: transparent;
}
.class-select::after {
  border: 0;
}
.event-dropdown.show + .select-icon {
  transform: translateY(-50%) rotate(180deg);
}
.event-dropdown .dropdown-menu {
  transform: none !important;
  top: 40px !important;
  background-color: #f2f2f2;
  box-shadow: 4px 7px 37px rgb(0 0 0 / 10%);
  width: 100%;
  padding: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.event-dropdown .dropdown-menu li {
  padding: 6px 12px;
  font-family: "Poppins";
  font-size: 13px;
}
.event-dropdown .dropdown-menu li:hover {
  background-color: #7a5c8d;
  color: #fff;
}
.event-dropdown .dropdown-menu li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* -------- select field customise -------  */
.date-selector ~ .lz-label {
  transform: translateY(-69%) scale(0.8);
  color: #7b7b7b;
}
.textarea-field:focus ~ .lz-label,
.textarea-field:not(:placeholder-shown) ~ .lz-label {
  transform: translateY(-69%);
  color: #7b7b7b;
  width: 95%;
  background-color: #f2f2f2;
}
.date-selector {
  position: relative;
}
.datePickerLbl {
  position: absolute;
  left: 14px;
  top: 62%;
  transform: translateY(-50%);
  width: fit-content;
  font-family: "Poppins";
  font-size: 13px;
  color: #454545;
  display: none;
}
.has-error label,
.has-error input,
.has-error textarea {
  color: #454545;
  border-color: #cccccc;
}

.personal-training-card {
  position: relative;
}
.class-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.margin-link {
  margin: 0 0 0px 0;
  padding: 150px 0 0 0;
}
.blogs-section {
  margin: 150px 0 150px 0;
}
.application-section {
  margin: 150px 0 150px 0;
  padding: 50px 0 0 0;
}

.wpcf7-spinner {
  background-color: #7a5c8d !important;
  display: flex !important;
  margin: -30px 120px 0 auto !important;
}
.hero-margin {
  margin: 120px 0 100px 0;
}
.pricing-card .pricing_img img {
  border-radius: 20px;
}
.modal-body {
  padding: 30px 15px;
}
.wpcf7-response-output {
  border: 0 !important;
  position: relative;
  margin: 0px !important;
  padding: 15px 0 0 0px !important;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  background: url("../image/success-img.svg");
  background-size: auto;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  background-size: contain;
  content: "";
  margin-right: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.payment-required .wpcf7-response-output:before {
  background: url("../image/warn-img.svg");
  background-size: auto;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  background-size: contain;
  content: "";
  margin-right: 12px;
}
#fitnessmodal .personal-training-img {
  height: auto;
}
.success-modal-body {
  margin: 0 auto !important;
  max-width: 800px;
}
.submit-pos {
  text-align: end;
}
/* ----- spinner starts-----  */
.submit-btn {
  margin-left: auto;
}
.disabled_btn {
  position: relative;
  min-height: 38px;
  min-width: 100px;
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: center;
}
.disabled_btn .spinner {
  width: 24px;
  height: 24px;
  text-align: left;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.disabled_btn .spinner::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  border: solid 2px #fff;
  border-bottom-color: #7a5c8d;
  animation: 0.6s linear infinite spinner;
  will-change: transform;
}
.wpcf7-form.submitting .disabled_btn {
  display: flex;
  margin-left: auto;
}
.wpcf7-form .disabled_btn {
  display: none;
}
.wpcf7-form.submitting .submit-btn {
  display: none;
}
.wpcf7-form .submit-btn {
  display: block;
}
/* ----- spinner ends-----  */
.classes-banner {
  margin: 200px 0 0px 0;
}
.height-input ~ label,
.weight-select ~ label {
  transform: translateY(-70%);
  color: #7a5c8d;
  top: 15px;
  font-size: 10px;
}
.height-input ~ .help-block,
.weight-select ~ .help-block {
  position: absolute;
  width: max-content;
}
.ft-symbol {
  position: absolute;
  right: 32px;
  top: 18px;
  font-size: 14px;
  background: #f2f2f2;
}
.height-input {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.height-inch {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select-drp {
  position: absolute;
  top: 26px;
  right: 10px;
  background-image: url(../image/res-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 6px;
}
footer .phone-link {
  font-family: "Poppins";
}
.testimonial-slide {
  height: initial;
  display: flex;
}
.rem-char {
  font-size: 12px;
  padding: 4px 0 0;
  color: #454545;
}
.header-scrolled.mt-5 {
  margin: 0 !important;
}
.mini-nav {
  background-color: #7a5c8d;
  box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.12);
  position: relative;
}
.mini-nav .mininav-p {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins";
  padding: 0;
  margin: 0;
  line-height: 1;
}
.mini-nav .mini-logo {
  padding: 10px 0;
  position: relative;
}
.mini-nav .mini-logo img {
  height: 24px;
}
.mini-nav .mini-logo:hover {
  background-color: #6f5480;
}
.mini-nav .mini-logo .minilogo-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header.bg-white {
  transition: 0s;
}
.terms-div {
  justify-content: center;
}
.terms-div li {
  display: flex;
  align-items: center;
}
.terms-div li::after {
  content: "|";
  margin: 0 8px;
}
.terms-div li:last-child:after {
  content: none;
}
.terms-div p,
.terms-div a {
  font-size: 12px;
  font-family: "Poppins";
  margin-bottom: 0;
  color: #fff;
}
.error-page .font_8:last-child,
.error-page p:last-child {
  margin-bottom: 100px;
}
.error-text p {
  margin-bottom: 0 !important;
}
