@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  font-family: "Montserrat", serif;
  overflow-x: hidden !important;
}

p {
  font-family: "Nunito", serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.cplr_80 {
  padding-left: 100px;
  padding-right: 100px;
}
.cpl_80 {
  padding-left: 100px;
}
.cpr_80 {
  padding-right: 100px;
}

.header_nav_links {
  display: flex;
  justify-content: end;
  align-items: center;
}

.cmnBtn {
  padding: 12px 25px;
  border-radius: 100px;
}

.BookBtn {
  border-radius: 100px;
  background: #5d4eb4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.header_nav_links .nav_links {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header_nav_links .nav_links li {
  margin-right: 30px;
}

.header_nav_links .nav_links li a {
  padding: 40px 0;
  display: flex;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.header_nav_links .nav_links li a:hover {
  color: #9c27b0;
}
.header_nav_links .nav_links li a:hover svg,
.header_nav_links .nav_links li a:hover path {
  fill: #9c27b0;
  stroke: #9c27b0;
}
header {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
}

.bannerSection .bannerImg {
  height: calc(100vh - 87px);
  width: 100%;
  object-fit: cover;
}

.bannerSection .bannerContant {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.text_gradiant {
  background: linear-gradient(90deg, #5d4eb4 0%, #da00ff  72.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_gradiant_dark {
  background: linear-gradient(90deg, #000 0%, #da00ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannerSection .bannerContant h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  text-transform: capitalize;
}

.bannerSection .bannerContant p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
}

.BannerBtn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.bnrBtn {
  border-radius: 100px;
  background: #9c27b0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 25px;
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
}

.bnrBtn span {
  position: absolute;
  background: #9c27b0;
  border-radius: 50%;
  height: 100%;
  top: 0;
  right: -60px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
}

.bnrBtn:hover span {
  right: -40px;
}

.mainTitle_section {
}
.AboutRightArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mainTitle_section span {
  color: #606060;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.mainTitle_section h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.homeAboutcontent {
  border-radius: 50px 0px 0px 0px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 40px 40px 64px 40px;
  position: relative;
}
.homeAboutcontent p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.mindIcon {
  position: absolute;
  top: -35px;
  left: -15px;
}
.viewMore {
  width: fit-content;
  border-radius: 50px;
  background: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 28px;
}
.viewMore span {
  width: 50px;
  height: 50px;
  background-color: #9c27b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition-duration: 1s;
}
.serviceCont p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.serviceCard {
  height: 100%;
  position: relative;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 20px;
}
.serviceCard .serviceHead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.serviceHead img {
  width: 40px;
  margin-left: 15px;
}
.serviceCard .serviceHead h6 {
  background: linear-gradient(90deg, #202122 0%, #9c27b0 72.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  text-transform: capitalize;
}
.serviceCard .serviceHead svg {
 
  flex-shrink: 0;
}
.serviceCard p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ServiceviewMore {
  width: fit-content;
  border-radius: 50px;
  background: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  right: -22px;
  bottom: -40px;
  border: none;
}
.ServiceviewMore span {
  width: 50px;
  height: 50px;
  background-color: #9c27b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition-duration: 1s;
}
.serviceCard:hover {
  background: linear-gradient(90deg, #9c27b0 0%, #5d4eb4 100%);
}
.serviceCard:hover .serviceHead h6 {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 72.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.serviceCard:hover .serviceHead img{
  filter: contrast(0);
}
.serviceCard:hover p {
  color: white;
}
.serviceCard:hover svg path {
  stroke: white;
}
.mainDescription {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.TextiCard {
  padding: 30px;
  border-radius: 4px;
  background: rgba(93, 78, 180, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.TextiCard p {
  color: #202122;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}
.TextiCard .texstiCardFooter {
  display: flex
  ;
      align-items: flex-start;
      flex-direction: column;
}
.TextiCard .texstiCardFooter img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.TextiCard .texstiCardFooter span {
  color: #202122;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 0px;
}
.TextiCard .texstiCardFooter div{
  color: #202122;
  font-size: 14px; 
  font-weight: 500; 
}
.TextiCard:hover {
  background: linear-gradient(180deg, #5d4eb4 41.6%, #9c27b0 100%);
}
.TextiCard:hover p,
.TextiCard:hover span ,
.TextiCard:hover .texstiCardFooter div{
  color: white;
}
.BlogCard {
}
.BlogCard .mainImage {
  width: 100%;
  border-radius: 5px;
}
.blogContentArea {
  padding: 10px 20px;
  margin-top: -90px;
  z-index: 99;
  position: relative;
}
.blogBody {
  padding: 20px;
  border-radius: 4px;
  background: linear-gradient(180deg, #5d4eb4 0%, #8c349b 100%);
}
.blogBody h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogBody p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
footer {
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
}
.footerLinks {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footerLinks a {
  color: #000;
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  gap: 10px;
}
.footerSocial {
  padding-left: 0;
  display: flex;
  list-style: none;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.footerSocial li {
  margin-right: 20px;
}
.aboutImG {
  height: 100%;
  border-top-right-radius: 80px;
  object-fit: cover;
  width: 100%;
}
.hamMenu {
  display: none;
}
.closeMenu {
  display: none;
}
.dropMenu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 300px;
  background: white;
  list-style: none;
  padding: 20px 0 0;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
}
.dropMenu li {
  margin-right: 0 !important;
}

.dropMenu li a {
  padding: 0 20px 25px 20px !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.dropMenu li:hover a{
  color: #9c27b0 !important;
}

.menuItem .drop {
  display: flex;
  align-items: center;
}
.menuItem .drop span {
  width: 13px;
  height: 13px;
  /* background: #3782c5; */
  display: flex;
  border: 2px solid black;
  transform: rotate(45deg);
  margin-left: 13px;
  border-radius: 4px 0;
  border-left: none;
  border-top: none;
}
.menuItem:hover span {
  border-color: #9c27b0;
}
.stikyBtn {
  position: fixed;
  top: 40%;
  right: 0;
  padding: 10px 12px;
  border-radius: 15px 0px 0px 15px;
  background: #5d4eb4;
  z-index: 999;
}
.stikyBtn ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.stikyBtn ul li {
  margin-bottom: 15px;
}
.stikyBtn ul li:last-child {
  margin-bottom: 0;
}
.featrure_card {
  border-radius: 40.789px;
  border: 0.816px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 13.053px;
  font-weight: 600;
  display: flex;
  margin-right: 5px;
  padding: 5px 15px;
  align-items: center;
}
.featrure_card img {
  margin-right: 5px;
}
.inner_page .serviceCard {
  padding: 30px 30px 50px 30px;
}

.dertailImg img {
  height: 100%;
  width: 100%;
  border-radius: 4px 100px 4px 4px;
  object-fit: cover;
}
.ServiceDtlcontent {
  border-radius: 100px 4px 4px 4px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 40px 100px 40px 70px;
}
.dertailImg {
  height: 100%;
}
.PlanCard {
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 35px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.PlanCard p{
  color: #000; 
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.PlanCard h5 {
  color: #9c27b0;
  font-size: 24.862px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: normal;
}
.PlanCard h4 {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 37.294px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.847px; /* 104.167% */
  padding-left: 15px;
  margin-bottom: 15px;
}
.PlanCard h4 span {
  color: #5d4eb4;
  font-size: 20px;
  font-weight: 500;
}
.PlanCard ul {
  list-style: none;
  padding-left: 15px;
}
.PlanCard ul li {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.847px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.PlanCard ul li svg {
  color: #5d4eb4;
  margin-right: 7px;
  margin-top: 6px;
}
.purchaseBtn {
  border-radius: 77.695px;
  background: #5d4eb4;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  padding: 15px 40px;
  border: none;
}
.PlanCard:hover {
  background: linear-gradient(180deg, #5d4eb4 0%, #9c27b0 100%);
}
.PlanCard:hover h5,
.PlanCard:hover h4,
.PlanCard:hover li,
.PlanCard:hover svg,
.PlanCard:hover .planDescr,
.PlanCard:hover span,
.PlanCard:hover p  {
  color: white;
}
.PlanCard:hover .purchaseBtn {
  background: #fff;
  color: #9c27b0;
}
.contactLeft img {
  width: 100%;
  margin-bottom: 20px;
}
.contactContent {
}
.contactContent h3 {
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 500;
}
.contactContent p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.contactContent ul {
  list-style: none;
  padding-left: 0;
}
.contactContent ul li {
  color: #9c27b0;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contactContent ul li a {
  color: #000;
}
.ContactRight {
  border-radius: 100px 4px 4px 4px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 50px;
}
.ContactRight form {
  border-radius: 71px 10px 10px 10px;
  background: #fff;
  padding: 40px;
}
.ContactRight .mainTitle_section p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.MindInput input {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 100%;
  height: 48px;
  padding: 0 12px;
}
.MindInput textarea {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 100%;
  padding: 15px;
}
.submitBtn {
  border-radius: 30px;
  background: #5d4eb4;
  padding: 8px 20px;
  border: none;
  color: #fff;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.MindInput.email {
  position: relative;
}
.MindInput.email img {
  position: absolute;
  top: 12px;
  left: 15px;
}
.MindInput.email input {
  padding-left: 50px;
}
.inner_page .serviceCard .serviceHead svg {
  width: 30px;
}
.contactLeft {
  padding-right: 45px;
}
.Aboutcontent {
  border-radius: 100px 4px 4px 4px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 40px 100px 40px 40px;
}
.AboutcontentTwo {
  border-radius: 0px 50px 0px 0px;
  background: linear-gradient(
    270deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 40px 40px 64px 100px;
  position: relative;
}
.AboutcontentTwo p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.AboutTitle {
  padding-left: 100px;
}
.aboutImG2 {
  height: 100%;
  border-top-left-radius: 80px;
  object-fit: cover;
  width: 100%;
}
.AboutPoints {
}
.AboutPoints ul {
  padding-left: 0px;
  list-style: none;
}
.AboutPoints ul li {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}
.AboutPoints ul li img {
  margin-right: 10px;
}
.Sectionbanner {
  position: relative;
}
.Sectionbanner img {
  width: 100%;
  border-radius: 2px 110px 2px 2px;
}
.Sectionbanner .sectionBannerContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  padding: 0 0 40px 40px;
}
.sectionBannerContent p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.sectionBannerContent a {
  border-radius: 77.695px;
  background: #5d4eb4;
  color: #fff;
  font-size: 16.647px;
  font-weight: 600;
  padding: 14px 25px;
  display: flex;
  width: fit-content;
}
.planDescr {
  color: #000;
  margin-bottom: 0;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bannerDesignSection {
  padding: 100px 60px;
  background-image: url(../images/banner/banner2.png);
  background-size: cover;
  position: relative;
  background-position: right;
}
.bannerDesignSection h4 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bannerDesignSection p {
  color: #fcfaff;
  font-family: "Nunito", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 60%;
  margin-bottom: 15px;
}
.bannerDesignSection ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bannerDesignSection ul li {
  color: #fcfaff;
  font-family: "Nunito", serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.bannerDesignSection ul li svg {
  margin-right: 5px;
}
.JoinNowbtn {
  width: fit-content;
  border-radius: 50px;
  background: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -36px;
  border: none;
}
  
.JoinNowbtn span {
  width: 50px;
  height: 50px;
  background-color: #9c27b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition-duration: 1s;
}
.mindmePopup {
}
.mindmePopup .modal-content {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
.mindmePopup .modal-header {
  border-bottom: 0;
}
.mindmePopup .col-form-label {
  color: #000;
  font-family: "Nunito", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 160% */
  letter-spacing: 0.2px;
  width: 100%;
}
.mindmePopup .form-control {
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  min-height: 48px;
  padding-left: 15px;
}
.mindmePopup .form-control:focus{
  box-shadow: none;
  border: 1px solid #9c27b0;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 15px;
}
.select_area{
  display: flex;
  flex-direction: column;
}
.select_area #appmnt_service-error{
  order: 2;
} 
.form-control.phoneNmber{
   padding-left: 95px !important;
}
.mindmePopup .modal-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.select2-container .select2-selection--single {
  height: 48px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 48px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
}
.bookNowBtn {
  border-radius: 5px;
  background: #5d4eb4;
  color: white;
  text-align: center;
  font-family: "Nunito", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.2px;
  padding: 12px 15px;
  border: none;
  width: 100%;
}
.headerProfile h4 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.profileCard {
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
.profileHead {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.editBtn {
  border-radius: 100px;
  background: #5d4eb4;
  color: white;
  padding: 8px 15px;
}
.ProfileBody h6 {
  color: #000;
  font-family: Nunito;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.ProfileBody a {
  color: #000;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  margin-bottom: 7px;
}
.purchaseCard {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 30px;
}
.purchasedHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.purchasedHead h3 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.viewBtn {
  border-radius: 100px;
  background: #5d4eb4;
  color: white;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
}
.purchaseBody {
  display: flex;
  margin-bottom: 35px;
}
.purchaseBody:last-child{
  margin-bottom: 0;
}
.purchaseBody .IconArea {
  padding-right: 10px;
  flex-shrink: 0;
}
.purchaseBody .IconArea img {
}
.purchaseBodyContent {
  width: 100%;
  padding-left: 20px;
}
.purchaseBodyContent .contentTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchaseBodyContent .contentTitle h6 {
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.purchaseBodyContent .contentTitle span {
  color: #538c04;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.purchaseBodyContent p {
  color: #5d4eb4;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.purchaseBodyContent .date {
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.purchaseBodyContent .date img {
  margin-right: 8px;
}
.logoutCard {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 20px 30px;
  color: #000;
  font-family: Nunito;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SessionCard {
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;
}
.SessionCard .session_head {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.fmaliyGrid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.fmaliyGrid span {
  color: #000;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.session_list {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.session_list h6 {
  color: #000;
  font-family: Nunito;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.fmaliyGrid span:last-child {
  /* color: #9c27b0; */
}
.session_list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.logoutModal p {
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.logoutBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logoutBtns button,
.logoutBtns a {
  border-radius: 12px;
  padding: 12px 15px;
  width: 48%;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.lgoutBtn {
  border: 1px solid #fff;
  background: #5d4eb4;
  color: white;
}
.cancelBtn {
  border: 1px solid #000;
  background: #fff;
  color: black;
}
.edit_profile_card {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 30px;
}

.img_box_up {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
}
.image_up_box {
  width: 100%;
  height: 100%;
  background-color: #5d4eb4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_up_box input {
  width: 100%;
  height: 100%;
  z-index: 22;
  position: absolute;
  opacity: 0;
}
#imagePreview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#imagePreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#delete_imgButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
  border: none;
  background-color: #5d4eb4;
  color: white;
  border-radius: 5px;
}
.mindInpt {
}
.mindInpt input {
  width: 100%;
  height: 52px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 0 20px;
}
.saveBtn {
  border-radius: 30px;
  background: #5d4eb4;
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  border: none;
  padding: 8px 30px;
  border: none;
}
.mindInpt.email {
  position: relative;
}
.mindInpt.email input {
  padding-left: 55px;
}
.mindInpt.email img {
  position: absolute;
  top: 15px;
  left: 15px;
}
.blog_detail {
  position: relative;
}
.blog_detail img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
.blog_detail_head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 60px;
}
.blog_detail_head h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
.blog_detail_card {
  border-radius: 4px 188px 4px 4px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 80px 60px;
}
.blog_detail_card h6 {
  color: #000;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.blog_detail_card p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.blog_detail_card ul {
  padding-left: 0;
  list-style: none;
}
.blog_detail_card ul li {
  margin-bottom: 10px;
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.terms_prvacy_content {
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(93, 78, 180, 0.1) 0%,
    rgba(156, 39, 176, 0.1) 27%,
    rgba(218, 186, 32, 0.1) 50.5%,
    rgba(190, 53, 75, 0.1) 78%,
    rgba(141, 198, 63, 0.1) 100%
  );
  padding: 30px 60px;
}
.terms_prvacy_content p {
  color: #000;
  font-family: Nunito;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.terms_prvacy_content h6 {
  color: #000;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.terms_prvacy_content ul {
}
.terms_prvacy_content ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.buttonArea {
  color: #fff;
  text-align: center;
  font-size: 21.556px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: fit-content;
  padding: 10px 28px;
  border-radius: 33.032px;
  width: 100%;
  max-width: 280px;
}
.buttonArea.first {
  border: 1.309px solid #5d4eb4;
  background: #5d4eb4;

}
.buttonArea.second {
  border: 1.321px solid #9c27b0;
  background: #9c27b0;

}
.listArea {
  list-style: none;

  padding-left: 0;
}
.listArea li {
  display: flex;
  color: #000;
  font-family: Nunito;
  font-size: 18.282px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 29.251px */
  margin-bottom: 30px;
}
.listArea li svg {
  margin-right: 10px;
  color: #5d4eb4;
  margin-top: 5px;
}
.bottom_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.provideList {
  list-style: none;
  padding-left: 0;
}
.provideList li {
  display: flex;
  color: #000;
  font-family: Nunito;
  font-size: 18.282px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 29.251px */
  margin-bottom: 50px;
  align-items: center;
}
.provideList li img {
  margin-right: 15px;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.9000000953674316px);
  z-index: 999;
}
.viewMore:hover span,
.JoinNowbtn:hover span,
.ServiceviewMore:hover span {
  transform: scale(1.1);
}
.BookBtn:hover {
  background: #9c27b0;
}
.bookNowBtn:hover,
.submitBtn:hover,
.editBtn:hover,
.viewBtn:hover,
.saveBtn:hover {
  background: #9c27b0;
}
.iti {
  width: 100%; 
}
.iti--separate-dial-code .iti__selected-flag {
  border-radius: 50px 0 0px 50px;
}

.header_nav_links .nav_links li.active a {
  color: green;
}
.iti__flag-container{
  height: 48px;
}
label.error {
  background: linear-gradient(90deg, #5d4eb4 0%, #9c27b0 72.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.serviceDtl_description{
  color: #000; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

