@import url('https://fonts.googleapis.com/css2?family=Forum:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-style: "Poppins"; */
}

body {
    user-select: none;
}

ul li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.service-pricing-women{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #793385, #4b2157);
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f1a8cf;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: transLoader 1s linear infinite forwards;
}
@keyframes transLoader {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.loader-overlay img {
  width: 200px;
}

header {
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 100;
}

header .left {
    width: 30%;
}

header .right {
    width: 60%;
}

header .right ul {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #ffffffb8;
}

#services-pricing-women-head{
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 10px #fff;
}

header .right ul li:hover {
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 10px #fff;
    transition: 0.5s all;
}

li.sub-menu-pricing{
  position: relative;
}
li.sub-menu-pricing:hover ul{
  display: flex;
}
li.sub-menu-pricing ul{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.5s all;

  width: fit-content;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  /* margin-top: 5px; */
}
li.sub-menu-pricing li{
  color:#4b2157;
  white-space: nowrap;
  padding:15px 10px;
  /* margin-left:80px; */
  width: fit-content;
  font-family: "Poppins";
  font-weight: 400 !important;
  
  border-bottom: 2px solid transparent !important;
}
li.sub-menu-pricing li:hover{
  background-color: rgb(223, 219, 219);
  width: 100%;
}
li.sub-menu-pricing li:hover{
  color: #4b2157 !important;
    cursor: pointer;
    text-shadow: 1px 1px 10px #4b2157 !important;
    transition: 0.5s all;
}
.sub-menu-pricing-mobile li a{
  color: #c820ba;
  text-align: left;
    font-size: 12px;
    margin-left: 40px;
}
ul.sub-menu-pricing-mobile li{
    text-align: left;
}

.header-mob {
    display: none;
}
.s-p-w-banner{
    width:100%;
    height:400px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    white-space: wrap;
}
.s-p-w-banner h1{
    font-family: "Forum";
    color: #fff;
}
.pdf-viewer-wrapper{
  width:100%;
  background-color: #fff;
}
.s-p-w-s-c{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color:#562665;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.s-p-w-s-c h1{
  font-size: 44px;
  margin:20px 0;
  font-family: "Forum";
}
#pdf-viewer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    max-width: 1200px; /* Max width to prevent too large on wide screens */
    margin: 0 auto; /* Center the container */
}
.pdf-page {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 10px 0;
    width: 100%; /* Make sure canvas scales with the container */
    max-width: 100%; /* Prevent canvas from exceeding viewport width */
    cursor: pointer; /* Indicate clickable */
    /* margin-top: 0;
    height: calc(100vh - 150px); */
}













.p-m-first-container{
  width: 100%;
  display: flex;
  font-family: "Forum";
  font-size: 2vw;
  overflow: hidden;
}
.p-m-f-c-left,.p-m-f-c-right{
  width: 50%;
}
.p-m-f-c-right{
  display: flex;
  opacity: 0;
  transform: translate(30%);
  transition: 1s all;
}
.p-m-f-c-right img{
  width: 90%;
  height: auto;
}
.p-m-f-c-left{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transform: translate(-30%);
  transition: 1s all;
}
.p-m-f-c-left.slide-in-common,.p-m-f-c-right.slide-in-common{
  opacity: 1;
  transform: translateX(0);
}
.p-m-f-c-left h1{
  font-weight: 400;
  font-size: 4vw;
  margin-bottom: 2vw;
}
.p-m-f-c-left .p-m-f-c-left-wrapper{
  width: 80%;
}
.p-m-f-c-left-mob{
  display: none;
}
.p-m-f-c-left-wrapper .sec{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Poppins";
  margin-bottom: 1.5vw;
}
.p-m-f-c-left-wrapper .sec .sec-line{
  display: none;
}
.p-m-f-c-left h3{
  font-size: 1.5vw;
  font-weight: 300;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
}
.p-m-f-c-left h3.active{
  opacity: 1;
}
.p-m-f-c-left .sec h3::after{
  content:"";
  position: absolute;
  width:0%;
  height: 3px;
  bottom:-5px;
  left:0;
  background-color: #fff;
  transition: 1s all;
}
.p-m-f-c-left .sec h3.active::after{
  width:50%;
}
.p-m-f-c-left p{
  font-size: 1.1vw;
  font-family: "Poppins";
  font-weight: 300;
}
.p-m-f-c-left-wrapper .third p:nth-child(2){
  font-size: 0.9vw;
  margin-bottom: 2.5vw;
}
.p-m-f-c-left-wrapper .third div{
  display: none;
}
.p-m-f-c-left-wrapper .third div.active{
  display: block;
}
.p-m-f-c-left button{
  border:none;
  background-color: #fff;
  color: #82499B;
  font-weight: 400;
  font-size:1.5vw;
  /* margin-top: 2vw; */
  padding:0.3vw 1vw;
  white-space: nowrap;
  border-radius: 0.5vw;
  cursor: pointer;
  border:2px solid white;
  font-family: "Poppins";
}
.p-m-f-c-left button:hover{
  animation: pricingBanner 0.5s ease-in 1 forwards;
}
@keyframes pricingBanner{
  from { background-color: #fff;color: #82499B; }
  to { background-color: transparent;color: #fff; }
}
.p-m-second-container{
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.p-m-s-c-head{
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-m-s-c-head h1{
  margin-top: 2vw;
  margin-bottom: 2vw;
  color:#82499B;
  font-family: "Forum";
  font-weight: 400;
  font-size: 3.5vw;
}
.p-m-s-c-wrapper{
  width: 90%;
  margin: auto;
  display: flex;
}
.p-m-s-c-left,.p-m-s-c-right-wrap{
  width: 50%;
}
.p-m-s-c-left{
  opacity: 0;
  transform: translate(-30%);
  transition: 1s all;
}
.p-m-s-c-left img{
  width: 100%;
  height: auto;
  display: none;
}
.p-m-s-c-left img.active{
  display: block;
}
.p-m-s-c-right-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translate(30%);
  transition: 1s all;
}
.p-m-s-c-left.slide-in-common,.p-m-s-c-right-wrap.slide-in-common{
  opacity: 1;
  transform: translateX(0);
}
.p-m-s-c-right{
  padding-left: 1vw;
}
.p-m-s-c-right .sec{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-family: "Poppins";
  margin-bottom: 2vw;
}

.p-m-s-c-right h3{
  font-size: 1.3vw;
  white-space: nowrap;
  font-weight: 300;
  opacity: 0.5;
  cursor: pointer;
  margin-left: 2vw;
  position: relative;
}
.p-m-s-c-right .sec h3::after{
  content:"";
  position: absolute;
  width:0%;
  height: 3px;
  bottom:-5px;
  right:0;
  background-color: #82499B;
  transition: 1s all;
}
.p-m-s-c-right .sec h3.active::after{
  width:50%;
}
.p-m-s-c-right h3.active{
  opacity: 1;
}
.p-m-s-c-right p{
  font-size: 1.1vw;
  font-family: "Poppins";
  font-weight: 300;
  text-align: right;
}
.p-m-s-c-right .third p:nth-child(2){
  font-size: 0.9vw;
  margin-bottom: 2.5vw;
}
.p-m-s-c-right .third div{
  display: none;
}
.p-m-s-c-right .third div.active{
  display: block;
}
.p-m-s-c-right button{
  border:none;
  background-color: #82499B;
  color: #fff;
  font-weight: 400;
  font-size:1.5vw;
  /* margin-top: 2vw; */
  padding:0.3vw 1vw;
  white-space: nowrap;
  border-radius: 0.5vw;
  cursor: pointer;
  border:2px solid #82499B;
  font-family: "Poppins";
  float: right;
}
.p-m-s-c-right button:hover{
  animation: pricingBannerAlter 0.5s ease-in 1 forwards;
}
@keyframes pricingBannerAlter{
  from { background-color: #82499B;color: #fff;border:2px solid #82499B }
  to { background-color: #fff;color: #82499B;border:2px solid #82499B }
}
.p-m-s-c-lines{
  width:100%;
  display: flex;
}
.p-m-s-c-lines-l,.p-m-s-c-lines-r{
  width:50%;
  /* border:1px solid red; */
  display: flex;
  margin-bottom: 4vw;
  display: flex;
  justify-content: center;
}
.p-m-s-c-lines-l div{
  width: 0.8vw;
  height: 0.15vw;
  background-color: grey;
  margin-right: 1vw;
  transition: 1s all;
}
.p-m-s-c-lines-l div.active{
  background-color: #793385;
  width: 3vw;
}
.p-m-third-container{
  width: 100%;
  color:#fff;
  background-color:#662c73 ;
  overflow: hidden;
  /* background: linear-gradient(from top right, #662c73,); */
}
.p-m-third-container .p-m-s-c-lines-l div.active{
  background-color: #fff;
}
.p-m-third-container .p-m-s-c-head{
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-m-third-container .p-m-s-c-head h1{
  margin-top: 2vw;
  margin-bottom: 2vw;
  color:#fff;
  font-family: "Forum";
  font-weight: 400;
  font-size: 3.5vw;
}
.p-m-third-container .p-m-s-c-right button{
  border:none;
  background-color: #fff;
  color: #82499B;
  font-weight: 400;
  font-size:1.5vw;
  /* margin-top: 2vw; */
  padding:0.3vw 1vw;
  white-space: nowrap;
  border-radius: 0.5vw;
  cursor: pointer;
  border:2px solid #fff;
  font-family: "Poppins";
  float: right;
}
.p-m-third-container .p-m-s-c-right button:hover{
  animation: pricingBannerthree 0.5s ease-in 1 forwards;
}
@keyframes pricingBannerthree{
  from { background-color: #fff;color: #82499B;border:2px solid #fff }
  to { background-color: transparent;color: #fff;border:2px solid #fff }
}
.p-m-third-container .p-m-s-c-right .sec h3::after{
  content:"";
  position: absolute;
  width:0%;
  height: 3px;
  bottom:-5px;
  right:0;
  background-color: #fff;
  transition: 1s all;
}
.p-m-third-container .p-m-s-c-right .sec h3.active::after{
  width:50%;
}
.p-m-fourth-container{
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.p-m-fifth-container{
  width:100%;
  display: flex;
  position: relative;
}
.p-m-fifth-container img{
  width: 100%;
  height: auto;
}
.p-m-fifth-container button{
  position: absolute;
  right:10%;
  bottom:10%;
  border:none;
  background-color: #672C74;
  color: #fff;
  font-weight: 400;
  font-size:1.5vw;
  /* margin-top: 2vw; */
  padding:0.3vw 2vw;
  white-space: nowrap;
  border-radius: 0.5vw;
  cursor: pointer;
  border:2px solid #672C74;
  font-family: "Poppins";
  float: right;
}
.p-m-fifth-container button:hover{
  animation: pricingBannerAlter 0.5s ease-in 1 forwards;
}
.p-m-mob{
  display: none;
  color: #000;
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Poppins";
}
.p-m-mob.white{
  color: #fff;
}































  
/* [START] */
footer {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  /* background-color: transparent; */
  background-color: #fff;
}
.footer-wrapper {
  width: 90%;
  display: flex;
  margin-left: 30px;
}
.foot {
  width: 25%;
  /* color: #fff; */
  color: #7E4798;
  font-family: "Open Sans";
  font-size: 12px;
}
.foot div {
  margin-bottom: 20px;
  font-weight: bold !important;
}
.foot-4 {
  padding-left: 20px;
}
/* [END] */

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #793385;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #793385;
  border-left: 16px solid transparent;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 900px){
  .s-p-w-s-c h1{
    font-size: 30px;
    margin:20px 0;
  }
}


@media screen and (max-width: 600px){
  .loader-overlay img {
    width: 100px;
  }
  .p-m-mob{
    display: block;
  }
  .p-m-s-c-lines{
    display: none;
  }
  .p-m-f-c-left .sec h3::after{
    opacity: 0;
  }
  .p-m-first-container {
    flex-direction: column;
  }
  .p-m-f-c-left, .p-m-f-c-right {
    width: 100%;
  }
  .p-m-f-c-right {
    justify-content: center;
  }
  .p-m-f-c-right img {
    width: 60%;
    height: auto;
  }
  .p-m-f-c-left h1 {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 0vw;
  }
  .p-m-f-c-left-mob{
    display: block;
    text-align: center;
    font-size:11px;
  }
  .p-m-f-c-left-wrapper .third{
    display: none;
  }
  .p-m-f-c-left-wrapper .sec {
    justify-content: center;
    margin-bottom: 1.5vw;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 14px;
  }
  .p-m-f-c-left h3 {
    font-size: 13px;
    position: relative;
  }
  /* .p-m-f-c-left h3:nth-child(3)::after{
    content: "";
    position: relative;
    width: 50px;
    height: 3px;
    background: #fff;
    top: 0;
    left: 0;
  } */
  .p-m-f-c-left-wrapper .sec .sec-line{
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-m-s-c-head h1 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    color: #82499B;
    font-family: "Forum";
    font-weight: 400;
    font-size: 20px;
  }
  .p-m-third-container .p-m-s-c-head h1 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    color: #fff;
    font-family: "Forum";
    font-weight: 400;
    font-size: 20px;
  }
  .p-m-s-c-wrapper {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .p-m-s-c-left, .p-m-s-c-right-wrap {
    width: 100%;
  }
  .p-m-s-c-right-wrap .third{
    display: none;
  }
  .p-m-s-c-right {
    padding-left: 0vw;
}
.p-m-s-c-right h3 {
  font-size: 10px;
  white-space: nowrap;
  font-weight: 300;
  opacity: 0.5;
  cursor: pointer;
  margin-left: 3vw;
  margin-right: 3vw;
}
.p-m-fifth-container button {
  position: absolute;
  right: auto;
  bottom: 30px;
  border: none;
  background-color: #672C74;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  /* margin-top: 2vw; */
  padding: 1.3vw 2vw;
  white-space: nowrap;
  border-radius: 0.5vw;
  cursor: pointer;
  border: 2px solid #672C74;
  font-family: "Poppins";
  float: none;
  width: 80%;
  transform: translate(-50%, -50%);
  left: 50%;
}
































    header {
        display: none;
      }
      .header-mob {
        display: block;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        background-color: transparent;
        color: #fff;
      }
      .menu-container {
        position: relative;
        width: 100%;
        display: flex;
      }
      .menu-container div {
        display: flex;
        justify-content: center;
        width: 100%;
      }
      .menu-toggle {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
      }
      .side-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        color: #562665;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        z-index: 1000;
      }
    
      .side-menu ul {
        list-style: none;
        padding: 0;
        text-align: center;
      }
    
      .side-menu li {
        margin: 20px 0;
      }
    
      .side-menu a {
        color: #562665;
        text-decoration: none;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
      }
    
      .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        color: #562665;
        font-size: 36px;
        cursor: pointer;
      }
    
      .side-menu.menu-open {
        transform: translateX(100%);
      }
      .s-p-w-banner{
        width:100%;
        height:300px;
    }
    .s-p-w-banner h1{
        font-family: "Forum";
        color: #fff;
        font-size: 24px;
    }
    .s-p-w-s-c {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .s-p-w-s-c h1{
      font-size: 20px;
      margin:10px 0;
    }
    #pdf-viewer {
        /* margin-left: 10%; */
        margin-right: 10%;
    }
    .pdf-page {
        margin: 5px 0; /* Reduce margin on smaller screens */
    }
    .footer-wrapper {
      flex-wrap: wrap;
      margin: 0 30px;
    }
    .foot {
      width: 50%;
      margin-bottom: 30px;
    }
}