@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
  font-family: Montserrat;
  src: url("../fonts_family/Montserrat-VariableFont_wght.ttf") format("ttf");
}

@font-face {
  font-family: Inter;
  src: url("../fonts_family/Inter-VariableFont_slnt\,wght.ttf") format("ttf");
}

/* @font-face {
  font-family: ;
  src: url();
} */

.nav-links:hover {
  color: black;
  text-decoration: none;
}
.carousel-control-next,
.carousel-control-prev {
  width: 0%;
}
.dropdown-toggle {
  border: 1px solid #d82567;
  border-radius: 25px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px !important;
  width: 170px;
}

.dropdown-menu {
  border: 1px solid #d82567;
  border-radius: 5px;
}

.dropdown-item {
  padding: 8px 10px;
  color: #070606;
}

.dropdown-item:hover {
  background-color: #d82567;
}

.right-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-media-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
}

.social-media-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #d82567;
  background-color: #f9f9f9;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.social-media-icons a:hover {
  background-color: #fabcd3; /* Change background color on hover */
}

.social-media-icons a img {
  width: 16px;
  height: 16px;
}
.footer_style h5 {
  margin-top: -5%;
}
h1,
h2 {
  font-family: "Great Vibes", cursive;
  color: #d82567;
}

.bgGradient {
  background: radial-gradient(
    81.3% 81.3% at 50% 50%,
    #ffe1e6 0%,
    #fef4f6 0.01%,
    #ffe3e8 100%
  );
}

.footer-address {
  font-family: Montserrat;
  font-weight: 600;
}

/* nav bar simple */

.simple-nav {
  background-color: #d82567;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 100%;
}

.simple-nav::-webkit-scrollbar {
  display: none;
}

.simple-nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 100px !important;
}

.simple-nav li {
  padding: 15px 20px;
  color: white !important;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  min-width: max-content;
}

.simple-nav li a {
  color: white !important;
}

.simple-nav li.active {
  font-weight: bold;
  border-bottom: 3px solid #fff;
}

@media (max-width: 768px) {
  .simple-nav {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
  }
  .simple-nav ul {
    margin-left: 0 !important;
  }
  .simple-nav li {
    padding: 15px 10px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .simple-nav {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
  }
  .simple-nav ul {
    margin-left: 0 !important;
  }
  .simple-nav li {
    padding: 15px 10px;
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .simple-nav {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
  }
  .simple-nav ul {
    margin-left: 300px !important;
  }
  .simple-nav li {
    padding: 15px 10px;
    font-size: 16px;
  }
}


@media (min-width: 768px) and (max-width: 1120px) {
  .simple-nav {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
  }
  .simple-nav ul {
    margin-left: 500px !important;
  }
  .simple-nav li {
    padding: 15px 10px;
    font-size: 18px;
  }
}

@media (min-width: 770px) and (max-width: 1025px) {
  .simple-nav {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
  }
  .simple-nav ul {
    margin-left: 700px !important;
  }
  .simple-nav li {
    padding: 15px 10px;
    font-size: 18px;
  }
}

.homePageHeroSection {
  padding: 40px 0;
  position: relative;
  padding-bottom: 60px;
}

.homePageHeroSection .container {
  position: relative;
  /* padding-bottom: 160px; */
}

.homePageHeroSection .bannerImg {
  position: absolute;
  right: -32px;
  top: 20px;
  background: url(../img/Group_109.png) no-repeat;
  width: 545px;
  height: 600px;
  transform: scale(0.9);
}

.qrCode {
  position: relative;
  top: -115px;
  left: -55px;
}

.qrCode h3 {
  color: var(--Brand-03, #2b171b);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.ourProcess .vector3 {
  position: absolute;
  right: 0;
  top: -108px;
  background: url("../img/vector3.png") no-repeat;
  width: 117px;
  height: 345px;
}

.homePageHeroSection .vector2 {
  position: absolute;
  right: 0;
  top: 0px;
  background: url("../img/vector2.png") no-repeat;
  width: 173px;
  height: 243px;
}

.homePageHeroSection .vector1,
.ourProcess .vector1 {
  position: absolute;
  background: url("../img/vector1.png") no-repeat;
  width: 118px;
  height: 508px;
  top: 0px;
}

.serviceSliderChild {
  display: flex;
  justify-content: space-evenly;
}

.serviceSlider {
  /* background: linear-gradient(90deg, #F24464 -6.87%, rgba(242, 68, 100, 0.05) 109.34%); */
  /* padding: 40px; */
}

.serviceSlider .red {
  background: linear-gradient(
    90deg,
    #f24464 -6.87%,
    rgba(242, 68, 100, 0.05) 109.34%
  );
  padding: 40px;
}

.serviceSlider .white {
  background: linear-gradient(
    90deg,
    rgba(255, 250, 251, 0.6) -6.87%,
    rgba(242, 68, 100, 0.05) 109.34%
  );
  padding: 40px;
}

.serviceSliderimg {
  height: 382px;
  width: 429px;
}

.serviceSliderimg img {
  width: 100% !important;
  height: auto;
  position: relative;
  top: -42px;
}

.serviceSliderText {
  display: flex;
  flex-direction: column;
  width: 52%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.serviceSliderText h3 {
  color: var(--Brand-03, #2b171b);
  text-align: center;
  font-family: PT Sans;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.serviceSliderText h4 {
  color: var(--Brand-03, #2b171b);
  text-align: center;
  font-family: PT Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 84%;
}

.serviceSliderText span {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 64px;
}

.serviceSliderText .spanStyle {
  color: var(--Brand-01, #f24464);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.serviceSliderText a button {
  border-radius: 100px;
  border: 3px solid var(--Brand-02, #fffafb);
  background: var(--Brand-01, #f24464);
  width: 356px;
  padding: 22px 42px;

  color: #fffafb;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.homePageHeroSection h1,
.whyUs h2 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
}

.whyUs h2 {
  text-align: center;
  padding-bottom: 40px;
}

.subHeading {
  font-size: 19px;
  line-height: 29px;
  font-weight: 500;
  padding-bottom: 25px;
}

.subHeading span {
  display: block;
  font-size: 18px;
  line-height: 22px;
}

.keyPonits li {
  display: flex;
  margin-bottom: 24px;
}

.keyPonits .spriteIcon {
  flex-basis: 31px;
  margin-right: 20px;
  width: 31px;
  height: 31px;
}

.keyPonits p {
  flex-basis: calc(69% - 48px);
  font-size: 14px;
  line-height: 17px;
}

.keyPonits p strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.keyIcon1 {
  background: url("../img/carbon_security.png") no-repeat;
  background-position: -2px 1px;
}

.keyIcon2 {
  background: url("../img/mdi_user-heart-outline.png") no-repeat;
  background-position: -2px 1px;
}

.keyIcon3 {
  background: url("../img/mdi_ring.png") no-repeat;
  background-position: -2px 1px;
}

.createBioBtn {
  color: #f24464;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  padding: 22px 41px;
  border: 3px solid #f24464;
  border-radius: 100px;
  margin: 52px 0;
  background: transparent;
}

.subscribeOPtion {
  /* max-width: 630px; */
  border-radius: 100px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.header_logo {
  display: flex;
}
.header_logo #logo {
  margin-top: 16%;
  margin-left: 27%;
  width: auto;
  height: 55px;
}
.header_logo #logotext {
  width: auto;
  height: 120px;
  margin-left: 0%;
  margin-top: 0%;
}
.subscribeOPtion input,
.subscribeOPtion .submitBtn {
  padding: 24px 44px;
  font-size: 18px;
  line-height: 22px;
}

.subscribeOPtion .submitBtn {
  color: white;
  font-weight: 600;
  background: #f24464;
  border-radius: 100px;
  outline: none;
  border: none;
  position: absolute;

  right: 0px;
}

@media screen and (min-width: 1024px) {
  .DeskTopResponse {
    padding-top: 60px;
    margin-bottom: -53px;
    text-align: center;
  }
}

.hidden {
  display: none;
}

.Popup_msg {
  position: relative;
  top: -59px !important;
}

.subscribeOPtion input {
  width: 100%;
  padding-right: 165px;
  border-radius: 100px;
  border: none;
  box-shadow: 0px 8px 16px rgba(42, 23, 27, 0.1);
}

.subscribeOPtion p {
  padding-bottom: 0px;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 1rem;
}

.whyUs {
  padding: 70px 0;
  background: #fffafb;
}

.whyUs p {
  font-family: Montserrat;
  font-style: normal;
  max-width: 1200px;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin: 0 auto;
  text-align: justify;
}

.whyUs .successStory p {
  text-align: center;
}

.textDiv {
  text-align: center;
}

.textDiv h3 {
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1.66rem;
}

.textDiv p {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 16px;
  text-align: justify;
}

.successStory {
  margin: 0 auto;
}

.successStory > div {
  border: 1px solid #f24464;
  border-radius: 32px;
  padding: 36px 10px;
  text-align: center;
  flex-basis: 31%;
  margin-right: 24px;
}

.successStory > div:nth-of-type(3n) {
  margin-right: 0px;
}

.successStory > div span {
  font-size: 48px;
  line-height: 59px;
  padding-bottom: 16px;
  display: inline-block;
  font-weight: 700;
}

.ourProcess {
  padding: 85px 0;
  position: relative;
}

.ourProcess h2,
.successStories h2 {
  font-size: 64px;
  line-height: 80px;
  padding-bottom: 40px;
  padding-top: 44px;
}

.ourProcessSteps {
  flex-basis: 28.4%;
  margin-right: 67px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #cccccc;
  padding-left: 0px;
  padding-right: 0px;
}

.ourProcessSteps:nth-of-type(3n) {
  margin-right: 0;
}

.eliteServiceBtn {
  padding: 20px 25px;
  max-width: 428px;
  margin: 0 auto;
  margin-top: 80px;
  display: block;
  border-radius: 100px;
  font-size: 24px;
  line-height: 29px;
  background: #f24464;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 700;
}

.successStories {
  padding-right: 0;
  /* padding-bottom: 147px; */
  /* width: 60%; */
  margin: 0 auto;
  /* height: 80% */
}

.successStories .vector5 {
  position: absolute;
  right: 1px;
}

.successStories .vector5 img {
  position: relative;
  top: -161px;
}

.Image_style img {
  /* width: 100%;
  height: 380px; */
  object-fit: cover;

  /* display: flex; */
  top: 172px;
  position: relative;
  width: 300px;
  height: 300px;
  /* object-fit: contain; */
  border-radius: 50%;
  z-index: 2;
}

/* .carousel-control-next,
.carousel-control-prev {
  top: 145px !important;
} */

.successStories .col-md-6 img {
  max-height: 256px;
}

.successStories .col-md-6 {
  margin: 10px 0;
}

.successStories .col-md-6:nth-of-type(2n) {
  padding-right: 0px;
}

.Image_style {
  margin-top: -165px;
  display: flex;
  justify-content: center;
}
.newslater_Parent {
  padding-bottom: 80px;
  background: radial-gradient(
    81.3% 81.3% at 50% 50%,
    #ffe1e6 0%,
    #fef4f6 0.01%,
    #ffe3e8 100%
  );
}

.vector7 {
  position: absolute;
  right: 0px;
  height: 0px;
}

.vector7 img {
  position: relative;
  top: 27px;
}

.vector6 {
  position: absolute;
  height: 0px;
}

.vector6 img {
  position: relative;
  top: -658px;
  width: 180px;
}

.newsLetter.subscribeOPtion {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}

.newsLetter img,
.subscribeOPtion img {
  margin-bottom: 40px;
  padding-top: 71px;
}

.subscribeOPtion {
  max-width: 630px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.subscribeOPtion input,
.subscribeOPtion .submitBtn {
  padding: 24px 44px;
  font-size: 18px;
  line-height: 22px;
}

.subscribeOPtion .submitBtn {
  color: white;
  font-weight: 600;
  background: #f24464;
  border-radius: 100px;
  outline: none;
  border: none;
  position: absolute;

  right: 0px;
}

.subscribeOPtion input,
.subscribeOPtion .submitBtn {
  border-radius: 100px;
  border: 0.4px solid #f24464;
}

/* navigation css start here */
.navbar {
  height: 80px;
  display: flex;
  justify-content: center;
  background: #fffafb;

  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 20;
  font-family: "Montserrat";
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.Custom_navmenu {
  justify-content: center;
}

/* nav menu css */
.headerlogo .logo img {
  width: auto;
  height: 85px;
  display: inline-block;
  cursor: pointer;
  margin-left: 4%;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
}

.footer_logo {
  display: flex;
}

.footer_logo .logo img {
  width: auto;
  height: 100px;
}
.footer_logo .text-logo img {
  width: auto;
  height: 200px;
  margin-left: -15%;
  margin-top: -20%;
}
.footer_logo .text-logo img {
  width: auto;
  height: 200px;
  margin-top: -20%;
}

.navbar-nav {
  display: flex;
  list-style: none;
  text-align: center;
  margin-right: 1rem;
  position: relative;
  left: 30%;
  top: 4px;
  color: var(--brand-01, #f24464);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  column-gap: 24px;
}

.navbar-nav .nav-item .nav-link.clicked {
  color: #f24464;
  /* Change this to your desired clicked link color */
}

.navbar-nav .nav-item .nav-link {
  color: black;
}

.nav-menu {
  display: flex;
  list-style: none;
  text-align: center;
  margin-right: 1rem;
  position: relative;
  left: 262px;
  top: 14px;
  color: var(--brand-03, red);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nav-item {
  line-height: 40px;
}

.nav-icon {
  display: none;
}

.main-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-nav .nav-link.active {
  color: #f24464;
}

.nav-links {
  color: black;
  text-decoration: none;
  padding: 0.5rem 1rem;
  height: 100%;
  border-bottom: 3px solid transparent;
}

.fa-code {
  margin-left: 1rem;
}

.nav-item:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 0.7s ease, background-color 0.5s ease;
}

.nav-item.active {
  color: #ffdd40;
  border: 1px solid #ffdd40;
}

@media screen and (max-width: 542px) {
  .nav-menu.active {
    left: -61px;
  }
}

@media screen and (max-width: 1023px) {
  .container-fluid {
    --bs-gutter-x: 0 !important;
  }

  .header_logo {
    display: flex;
    /* margin-top: -25% !important; */
  }
  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(
      81.3% 81.3% at 50% 50%,
      #ffe1e6 0%,
      #fef4f6 0.01%,
      #ffe3e8 100%
    );
  }

  .nav-item {
    margin-right: 0px;
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #fff;
    position: absolute;
    top: 80px;
    left: -110%;
    opacity: 1;
    transition: all 0.5s ease;
  }

  .nav-menu.active {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    text-align: center;
    background: radial-gradient(
      81.3% 81.3% at 50% 50%,
      #ffe1e6 0%,
      #fef4f6 0.01%,
      #ffe3e8 100%
    );
    left: 0px;

    opacity: 1;
    transition: all 0.5s ease;
    z-index: 1;
  }

  .nav-item .active {
    color: black;
    border: none;
  }

  .nav-links {
    padding: 1.5rem;
    width: 100%;
    display: table;
    position: relative;
    right: 102px;
    margin-left: 90px;
  }

  .nav-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-100%, 60%);
    font-size: 1.8rem;
    cursor: pointer;
    color: black;
  }
}

@media screen and (max-width: 600px) {
  .nav-menu.active {
    left: 0px !important;
    overflow: hidden;
  }
}

/* navigation css end here */

/* slider css start here */

.desc_title {
  color: var(--brand-03, #2b171b);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 22px;
}

.desc1 {
  color: var(--brand-03, #2b171b);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 12px;
  padding-left: 69px;
  padding-right: 69px;
}

.desc2 {
  color: var(--brand-03, #2b171b);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 12px;
  padding-left: 69px;
  padding-right: 69px;
  padding-bottom: 40px;
}

/* .carousel-control-prev {
  height: 50%;
  position: absolute;
  left: -15% !important;
}

.carousel-control-next {
  height: 50%;
  position: absolute;
  right: -15% !important;
}

.carousel-indicators {
  display: none;
  visibility: hidden;
}

.visually-hidden {
  display: none;
  visibility: hidden;
} */

.Slider_desc {
  /* box-shadow: 0px 8px 16px 0px rgba(42, 23, 27, 0.10);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
  background: #fffafb;
  padding-top: 186px;
  border-radius: 16px;
  border: 1px solid var(--brand-01, #f24464);
  margin-left: 16px;
}

.slider_desc_custom {
}

.d-block {
  border-radius: 16px;
}
/* 
.carousel-control-prev-icon {
  background: no-repeat url("../img/Arrow2.png") !important;
  margin-top: 60px;
  width: 40px !important;
  height: 40px !important;
}

.carousel-control-next-icon {
  background: no-repeat url("../img/Arrow3.png") !important;
  margin-top: 60px;
  margin-left: 50px;
  width: 40px !important;
  height: 40px !important;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
} */

/* slider css ends here */

/* bioDataForm css starts here  */
.bioDataForm {
  padding: 40px 0;
  background: radial-gradient(
    81.3% 81.3% at 50% 50%,
    #ffe1e6 0%,
    #fef4f6 0.01%,
    #ffe3e8 100%
  );
}

.chevron {
  position: relative;
  float: right;
  font-size: 30px;
  left: -3%;
}

.bioDataForm h1,
.bioDataForm h2 {
  color: #f24464;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 60px;
  font-family: "Montserrat";
}

.bioDataForm label {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: "Montserrat";
}

.select-box select {
  appearance: none;
  font-family: "Montserrat";
}

.select-box {
  margin-bottom: -15px;
}

.arrowPosition {
  position: relative;
  float: right;
  top: -40px;
  right: 24px;
  font-size: 20px;
  pointer-events: none;
}

.bioDataForm input,
.bioDataForm textarea,
.bioDataForm select {
  background: white;
  box-shadow: 0px 8px 16px rgba(42, 23, 27, 0.1);
  border-radius: 100rem;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  height: 58px;
  border: none;
}

.bioDataForm .createBioBtn {
  display: block;
  margin: 0 auto;
  background: #f24464;
  color: white;
  margin-top: 62px;
}

.uploadPhoto input {
  text-align-last: end;
  border-radius: 0%;
  box-shadow: none;
}

.uploadPhoto input::-webkit-file-upload-button {
  display: none;
  visibility: hidden;
}

.uploadPhoto input::before {
  content: "Upload file";
  display: inline-block;
  background: linear-gradient(to left, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  border: none;
  background: #fffafb;
  box-shadow: 0px 8px 16px rgba(42, 23, 27, 0.1);
  /* width: 115px; */
}

.uploadPhoto input:hover::before {
  border-color: black;
}

.uploadPhoto input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.detailHeader {
  background: #f24464;
  color: white;
  padding-left: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-left: 96px;
  margin-right: 96px;
  cursor: pointer;
  font-size: 36px;
  font-family: Pt sans;
  font-weight: 700;
  font-style: normal;
}

.detailHeader2 {
  margin-top: 101px;
  margin-bottom: 56px;
  color: #2b171b;
  font-size: 24px;
  font-family: "PT Sans";
  font-weight: 700;
  margin-left: 96px;
}

.fade-out {
  display: none;
  animation: fade-in 0.5s ease-in;
}

.form-check-input:checked {
  background-color: #f24464;
}

.form-check-input {
  background-color: #fff;
  margin-right: 8px;
  width: 1.5em !important;
  height: 1.5em !important;
  margin-top: 0.25em !important;
  vertical-align: top !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  padding: 0 !important;
}

.Parent_radio_design {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  row-gap: 46px;
}

/* .radioDesign {
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 62px;
  margin-bottom: 2rem;
  background-color: #F24464;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 5vw;
  row-gap: 0.1rem;
} */

/* .radioDesign input {
  box-shadow: none;
  position: relative;
  top: 40px;
  left: 10px;
  width: 25px;
  height: 25px;
  border: none;
} */

/* .radioDesignInternal {
  margin-top: 10px;
  margin-left: 50px;
  height: 25vw;
  background: #D9D9D9;
} */

.bioDataForm .detailContainer {
  margin-left: 202px;
  margin-right: 202px;
  margin-top: 45px;
  padding-left: 0;
  transition: background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.gridclassDateOfBirth {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 1rem;
}

.gridclass2 {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 1rem;
}

.gridclass3 {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1rem;
}

.Slider_desc figure img {
  object-fit: none;
  min-width: 862px;
  min-height: 425px;
  border-radius: 0px;
  position: absolute;
  left: 4px;
  top: 143px;
  z-index: 1;
}

/* For extremely small screen devices (0 - 768px) */
@media only screen and (max-width: 768px) {
  .header_logo {
    display: flex;
    margin-top: -25% !important;
    margin-left: -30% !important;
  }
  .header_logo #logo {
    margin-top: 15%;
    margin-left: 27%;
    width: auto;
    height: 85px;
  }
  .header_logo #logotext {
    width: auto;
    height: 115px;
    margin-top: 0%;
    margin-left: 2%;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    margin-top: -20% !important;
    margin-right: 5%;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  .footer_logo {
    display: flex;
    margin-left: 7%;
  }

  .serviceSliderChild {
    flex-direction: column;
  }

  .serviceSliderimg {
    display: none;
  }

  .serviceSliderText {
    width: 100%;
  }

  .serviceSlider .red {
    padding: 12px;
  }

  .serviceSliderText h3 {
    font-size: 40px;
  }

  .serviceSliderText a button {
    width: 294px;
    padding: 16px 42px;
    font-size: 19px;
  }
  .serviceSlider .white {
    padding: 12px;
  }
  .serviceSliderText h4 {
    font-size: 27px;
    width: 100%;
  }
  .serviceSliderText span {
    font-size: 21px;
    margin-top: 32px;
    margin-bottom: 43px;
  }
  .subscribeOPtion {
    margin-top: 155px;
  }

  .qrCode {
    top: -2px;
    left: 13px;
  }

  .homePageHeroSection .container {
    padding-bottom: 80px;
  }

  .navbar-nav {
    left: 0px;
    width: 100%;
  }

  .Slider_desc {
    margin-left: 12px;
  }

  .carousel-inner {
    width: 100%;
  }

  .carousel-control-prev {
    display: none;
  }

  .carousel-control-next {
    display: none;
  }

  .successStories {
    width: 100%;
    padding: 20px 1px !important;
  }

  .Image_style img {
    height: 243px;
    width: 243px;
  }

  .detailHeader {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 24px;
    padding-left: 17px;
  }

  .bioDataForm label {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    padding-left: 16px;
  }

  .bioDataForm .detailContainer {
    margin-left: 5px;
    margin-right: 5px;
  }

  .detailHeader2 {
    text-align: center;
    margin-left: 0;
  }

  .Parent_radio_design {
    grid-template-columns: repeat(1, 1fr);
  }

  .gridclass2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .chevron {
    position: relative;
    top: -10px;
    margin-right: 0.5rem !important;
  }

  .arrowPosition {
    right: 10px;
  }

  .gridclassDateOfBirth {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 0px;
  }

  .Popup_msg {
    top: 7px !important;
  }
}

@media only screen and (min-width: 1023px) {
  .subsbtn {
    position: relative !important;
    top: -71.5px;
    left: 224px;
  }

  .newbtn {
    left: 472px;
  }
}

@media only screen and (min-width: 1923px) {
  .detailHeader {
    margin-left: 200px;
    margin-right: 200px;
  }

  .bioDataForm .detailContainer {
    margin-left: 400px;
    margin-right: 400px;
  }
}

.abc123 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 1023px) and (max-width: 1400px) {
  .container {
    max-width: 1140px;
    overflow: hidden;
  }

  .nav-menu {
    left: 86px;
  }

  .homePageHeroSection .bannerImg {
  }
}

/* bioDataForm css ends here  */
@media (max-width: 992px) {
  .logo {
    left: -232px;
  }
  .social-media-icons {
    display: none;
  }
  .header_logo {
    display: flex;
    margin-top: -15% !important;
    margin-left: -30% !important;
  }
  .header_logo #logo {
    margin-top: 10%;
    margin-left: 27%;
    width: auto;
    height: 65px;
  }
  .header_logo #logotext {
    width: auto;
    height: 115px;
    margin-top: 0%;
    margin-left: 2%;
  }
}

@media (min-width: 992px) {
  .Custom_navmenu {
    justify-content: center;
    margin-left: -95% !important;
  }

  .footer_logo .text-logo img {
    width: auto;
    height: 200px;
    margin-left: -15%;
    margin-top: -20%;
  }

  .footer_logo .logo img {
    width: auto;
    height: 100px;
    margin-left: -20%;
  }
}

@media (max-width: 1023px) {
  .headerlogo {
    display: flex;
    margin-top: -9%;
    margin-left: -5%;
  }

  .homePageHeroSection .vector2 {
    right: -14px;
    top: -139px;
    transform: scale(0.8);
    visibility: hidden;
    display: none;
  }

  .homePageHeroSection {
    padding: 20px 0;
  }

  .headerlogo {
    margin-bottom: 20px;
    left: -232px;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    margin-top: -8% !important;
    margin-right: 5%;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  .footer_logo .logo img {
    width: auto;
    height: 100px;
    margin-left: -25%;
  }

  .footer_logo .text-logo img {
    width: auto;
    height: 160px;
    margin-left: -25%;
    margin-top: -15%;
  }

  .homePageHeroSection h1,
  .whyUs h2,
  .ourProcess h2,
  .successStories h2 {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 20px;
  }

  .subHeading {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .subHeading span {
    font-size: 14px;
  }

  .createBioBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    background: #f24464;
    z-index: 2;
    width: 100%;
    margin: 0;
    border: none;
    color: #fff;
    padding: 14px;
    font-size: 16px;
  }

  .homePageHeroSection .col-md-5 {
    padding: 0;
  }

  .subscribeOPtion p {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .subscribeOPtion input,
  .subscribeOPtion .submitBtn {
    border-radius: 6px;
    font-size: 15px;
    line-height: 18px;
  }

  .subscribeOPtion {
    z-index: 1;
  }

  .subscribeOPtion .submitBtn {
    display: block;
    position: static;
    padding: 12px;
    margin-top: 15px;
    width: 100%;
  }

  .subscribeOPtion input {
    padding: 15px;
    background: white;
  }

  .keyPonits .spriteIcon {
    margin-right: 10px;
  }

  .keyPonits li {
    margin-bottom: 15px;
  }

  .whyUs {
    padding: 20px 0;
  }

  .whyUs p {
    font-size: 16px;
  }

  .justify-center {
    justify-content: center;
  }

  .successStory {
    justify-content: center;
    margin-top: 0px;
  }

  .successStory > div {
    flex-basis: 47%;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .successStory > div:nth-of-type(2n) {
    margin-right: 0px;
  }

  .successStory > div span {
    font-size: 34px;
    line-height: 45px;
    padding-bottom: 10px;
  }

  .ourProcess {
    padding: 20px 0;
  }

  /* .ourProcess .row {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0;
    margin-right: 0;
  } */

  .ourProcessSteps {
    position: relative;
    margin-right: 20px;
    min-width: 100%;
  }

  .ourProcess .vector3 {
    transform: scale(0.6);
    right: -23px;
    top: -171px;
  }

  .eliteServiceBtn {
    position: relative;
    margin-top: 20px;
    padding: 10px;
    max-width: 100%;
    border-radius: 6px;
    font-size: 18px;
    display: block;
    width: 100%;
  }

  .successStories {
    padding: 20px 15px;
  }

  .successStories .col-md-6:nth-of-type(2n) {
    padding-right: 10px;
  }

  .successStories .col-md-6 {
    padding: 0 10px;
  }

  .newsLetter img {
    margin-bottom: 20px;
  }

  .homePageHeroSection .bannerImg {
    display: none;
  }
}

.Readmore {
  row-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 83px;
  padding-bottom: 148px;
}

.Readmore h1 {
  color: var(--on-surface-high-emphasis, rgba(0, 0, 0, 0.87));
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 100% */
  letter-spacing: 0.25px;
}

.Readmore p {
  color: #666563;
  text-align: justify;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 400px) {
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    margin-top: -25%;
    margin-right: 5%;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  .headerlogo {
    display: flex;
    margin-top: -20% !important;
    margin-left: -24% !important;
  }
}

.beautician-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 8px;
}

.beautician-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.photograph-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 8px;
}

.photograph-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.service_venue-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 8px;
}

.service_venue-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
