@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Manrope:wght@200..800&display=swap");
/****** Transition ******/
/****** Shadow ******/
/****** Transform ******/
/****** Radius ******/
/****** Flex ******/
/****** Lineheight ******/
/****** Order ******/
/****** Placeholder ******/
/****** Font Size ******/
/****** Linear Gradient ******/
/****** box shadow ******/
.loginHeadGroupWrap {
  position: relative;
  background: transparent;
}
.loginHeadGroupWrap .siteHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.loginHeadGroupWrap .siteHeader .middleHeader .container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.loginHeadGroupWrap .siteHeader .middleHeader {
  padding-top: 11px;
  padding-bottom: 9px;
  border-bottom: 1px solid #DDC6CE;
}
.loginHeadGroupWrap .siteHeader .middleHeader .container {
  padding: 0px;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E2CDD5;
  border-radius: 10px;
  background: #FFF8FC;
  height: 48px;
  padding: 0 12px;
  gap: 6px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field svg {
  width: 20px;
  height: 20px;
  color: #6D6A6C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field .hdr-sep {
  width: 1px;
  height: 16px;
  background: #6D6A6C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input {
  border: none;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  color: #444;
  width: 150px;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::-webkit-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input:-ms-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::-ms-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #6D6A6C;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-field input::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-login-btn {
  background: -webkit-gradient(linear, left top, right top, from(#A73D99), to(#E5488F));
  background: linear-gradient(to right, #A73D99 0%, #E5488F 100%);
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 0 20px;
  height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-login-btn:hover {
  background: #c51578;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-login-btn {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-login-btn {
    height: 32px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-forgot {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #888;
  text-decoration: underline;
  white-space: nowrap;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.loginHeadGroupWrap .siteHeader .middleHeader .hdr-forgot:hover {
  color: #e91e8c;
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .hdr-forgot {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.loginHeadGroupWrap .siteHeader .middleHeader .logo__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .logo__sec {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .logo__sec img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .logo__sec img {
    max-width: 80%;
  }
}
.loginHeadGroupWrap .siteHeader .middleHeader .logo__sec .logo__box {
  position: absolute;
  top: 0px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .logo__sec .logo__box {
    position: static;
  }
}
.loginHeadGroupWrap .siteHeader .middleHeader .logo__sec .nav_bar {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 9999;
}
.loginHeadGroupWrap .siteHeader .middleHeader .header-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.loginHeadGroupWrap .siteHeader .middleHeader .header-error {
  background: #fff3f3;
  border: 1px solid #f5c6cb;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  color: #dc3545;
  max-width: 100%;
  text-align: center;
  margin: 0 32px;
}
.loginHeadGroupWrap .banner_Section .container {
  max-width: 100%;
  width: 100%;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section > .banner_slider {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section > .container {
    -ms-grid-row: 1;
    grid-row: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .container {
  max-width: 1340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt {
  max-width: 418px;
  width: 100%;
  z-index: 99;
  margin-top: 150px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt {
    margin-top: 120px;
    margin-bottom: 45px;
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt {
    max-width: 100%;
    margin-top: 90px;
    margin-bottom: 30px;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card {
  background: #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  -webkit-box-shadow: 0 6px 40px rgba(0, 0, 0, 0.13);
          box-shadow: 0 6px 40px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  width: 100%;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head {
  background: -webkit-gradient(linear, left top, right top, from(#7433A1), to(#F84C8C));
  background: linear-gradient(to right, #7433A1 0%, #F84C8C 100%);
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head {
    padding: 10px 18px;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head-text h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head-text h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head-text h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head-text p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #ffffff;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head-text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-head-text p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .free-badge img {
    max-width: 80%;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body {
  padding: 10px 30px 30px;
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body {
    padding: 10px 18px 24px;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-webkit-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input:-ms-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-ms-input-placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #6D6A6C;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::placeholder {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #6D6A6C;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body input::placeholder {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 8px;
  line-height: 0.5rem;
  color: #191F39;
  margin-bottom: 6px;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-wrap {
  position: relative;
  margin-bottom: 10px;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-wrap .rf-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #B3B3B3;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-wrap .rf-icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-wrap .rf-icon svg {
    width: 20px;
    height: 20px;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-wrap .rf-input {
  width: 100%;
  height: 40px;
  border: 1px solid #BCCDC7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 9px 12px 9px 42px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #7B7B7B;
  background: #ffffff;
  outline: none;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-wrap .rf-input {
    height: 34px;
    padding: 7px 12px 7px 38px;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-wrap .rf-input {
    height: 34px;
    padding: 7px 12px 7px 38px;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-or {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 8px 0;
  color: #191F39;
  font-size: 12px;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-or::before, .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .rf-or::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #BCCDC7;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .btn-google {
  width: 100%;
  height: 38px;
  background: #ffffff;
  border: 1px solid #BCCDC7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #2D2D2D;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .btn-google:hover {
  background: #f5f5f5;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .btn-google svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .btn-google {
    height: 32px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .btn-google svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .btn-google {
    height: 32px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .btn-google svg {
    width: 15px;
    height: 15px;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .dob-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .dob-row input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #BCCDC7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 9px 4px;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #7B7B7B;
  background: #ffffff;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .dob-row input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .dob-row input {
    padding: 6px 4px;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .dob-row input {
    padding: 6px 4px;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .dob-year {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  border: 1px solid #BCCDC7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 8px 4px;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #888;
  background: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt:hover {
  border-color: #e91e8c;
  color: #e91e8c;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt .colorMale {
  display: none;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt {
    height: 32px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt {
    height: 32px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt.selected .solidMale {
  display: none;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt.selected .colorMale {
  display: block;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt.selected {
  border-color: #e91e8c;
  color: #e91e8c;
  background: #fff6fb;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .gender-opt input[type=radio] {
  display: none;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-submit-btn {
  width: 100%;
  height: 50px;
  background: #3A2760;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 6px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-submit-btn:hover {
  opacity: 0.88;
}
@media (min-width: 768px) and (max-width: 999px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-submit-btn {
    height: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-submit-btn img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-submit-btn {
    height: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
  .loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-submit-btn img {
    max-width: 90%;
  }
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-errors {
  background: #fff3f3;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  color: #dc3545;
  margin-bottom: 10px;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .banner_conternt .reg-card .reg-card-body .reg-errors ul {
  padding-left: 14px;
  margin: 0;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section > .container, .loginHeadGroupWrap .banner_Section .bannerInner_Section > .banner_slider {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  min-width: 0;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section > .banner_slider {
  z-index: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section > .banner_slider,
.loginHeadGroupWrap .banner_Section .bannerInner_Section .siteBanner__slider,
.loginHeadGroupWrap .banner_Section .bannerInner_Section .siteBanner__slider_item,
.loginHeadGroupWrap .banner_Section .bannerInner_Section .siteBanner__slider_item picture {
  display: block;
  height: 100%;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .siteBanner__slider_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.loginHeadGroupWrap .banner_Section .bannerInner_Section .container {
  max-width: 1340px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* ==========================================
   RESPONSIVE LOGIN POPUP (<= 999px)
   ========================================== */
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal.is-open {
  display: block;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__dialog {
  position: relative;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: 420px;
  margin: 70px auto 0;
  background: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 6px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__head {
  background: -webkit-gradient(linear, left top, right top, from(#7433A1), to(#F84C8C));
  background: linear-gradient(to right, #7433A1 0%, #F84C8C 100%);
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__head h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__close {
  background: none;
  border: none;
  padding: 0 4px;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__body {
  padding: 20px;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__body .header-login-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 12px;
  margin-right: 0 !important;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__body .hdr-field {
  width: 100%;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__body .hdr-field input {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__body .hdr-login-btn {
  width: 100%;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__body .header-error {
  margin: 0 0 4px;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__foot {
  padding: 0 20px 20px;
  text-align: center;
}
.loginHeadGroupWrap .siteHeader .middleHeader .login-modal__foot a {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #888;
  text-decoration: underline;
}

body.login-modal-open {
  overflow: hidden;
}

/* Hide the inline login fields in the header only. Inside the popup the
   fields are not under .nav_sec, so they keep their normal styling. */
@media (max-width: 999px) {
  .loginHeadGroupWrap .siteHeader .middleHeader .nav_sec .hdr-field {
    display: none;
  }
}
.mb_15 {
  margin-bottom: 15px !important;
}

.memberList__sec .container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.memberList__sec .memberListInner__sec {
  padding-top: 30px;
  padding-bottom: 30px;
}
.memberList__sec .memberListInner__sec h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #191F39;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.memberList__sec .memberListInner__sec .card {
  border: 0;
  padding: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
}
.memberList__sec .memberListInner__sec .card img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.memberList__sec .memberListInner__sec .card .userName {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #191F39;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
.memberList__sec .memberListInner__sec .card .ageVal {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #616471;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 0px;
}
.memberList__sec .memberListInner__sec .cardBox:first-child {
  padding-left: 0px;
}
.memberList__sec .memberListInner__sec .cardBox:nth-child(6) {
  padding-right: 0px;
}

.filterBar__sec {
  background: -webkit-gradient(linear, right top, left top, from(#DFD9EB), color-stop(50%, #DBC3E2), to(#DFD9EB));
  background: linear-gradient(to left, #DFD9EB 0%, #DBC3E2 50%, #DFD9EB 100%);
}
.filterBar__sec .container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0px;
}
.filterBar__sec ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0;
  margin: 0;
}
.filterBar__sec ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filterBar__sec .filLabel {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #191F39;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
}
.filterBar__sec .filLabelHipen {
  color: #191F39;
}
.filterBar__sec .filterSel {
  background: #ffffff;
  border: 1px solid #B8A3BF;
  height: 46px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #191F39;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 15px;
}
.filterBar__sec .genderSel {
  max-width: 224px;
  width: 100%;
}
.filterBar__sec .ageSel, .filterBar__sec .maxAgeSel {
  max-width: 85px;
  width: 100%;
}
.filterBar__sec .formAllRegions {
  max-width: 182px;
  width: 100%;
}
.filterBar__sec .filterCheck input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.filterBar__sec .discoverNow {
  background: -webkit-gradient(linear, left top, right top, from(#A73D99), to(#E5488F));
  background: linear-gradient(to right, #A73D99 0%, #E5488F 100%);
  color: #ffffff;
  border: 0px;
  border-radius: 10px;
  padding: 0 20px;
  height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.filterBar__sec .discoverNow:hover {
  background: #c51578;
}

.myProfile__sec {
  margin-bottom: 65px;
}
.myProfile__sec .container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.myProfile__sec h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #191F39;
  margin-top: 30px;
  margin-bottom: 20px;
}
.myProfile__sec .myProfile__imgPart .profileImg {
  margin-bottom: 20px;
}
.myProfile__sec .myProfile__imgPart .profileImg img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.myProfile__sec .myProfile__imgPart .withOutprofileImg {
  max-width: 100%;
  max-height: 250px;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myProfile__sec .myProfile__imgPart .addPhoto__btn {
  height: 66px;
  width: 100%;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 66px;
  line-height: 4.125rem;
  color: #191F39;
  border: 1px solid #BEC7C3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.myProfile__sec .myProfile__imgPart .addPhoto__btn svg {
  color: #95C8BC;
  margin-bottom: 3px;
  margin-right: 4px;
}
.myProfile__sec .myProfile__imgPart .profileImgsList__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
.myProfile__sec .myProfile__imgPart .profileImgsList__sec .profileImgsListInner__sec {
  position: relative;
  width: 68px;
  height: 68px;
}
.myProfile__sec .myProfile__formPart .myProfile__form__sec {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 25px 30px;
}
.myProfile__sec .myProfile__formPart .myProfile__form__sec h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #191F39;
  margin-bottom: 12px;
}
.myProfile__sec .myProfile__formPart .myProfile__form__sec .saveBtn {
  border: 0;
  height: 46px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 46px;
  line-height: 2.875rem;
  color: #ffffff;
  background-color: #908B99;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin-top: 12px;
  padding: 0px 20px;
}
.myProfile__sec .myProfile__formPart .myProfile__form__sec textarea {
  height: 140px;
  width: 100%;
  border: 0;
  background-color: #F2F4F6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #616471;
}
.myProfile__sec .myProfile__formPart .myProfile__form__sec .infoLabel {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #A13C9A;
  padding-right: 20px;
  white-space: nowrap;
}
.myProfile__sec .myProfile__formPart .myProfile__form__sec select, .myProfile__sec .myProfile__formPart .myProfile__form__sec input {
  height: 46px;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #7B7B7B;
  border: 1px solid #BEC7C3;
  background: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-left: 20px;
  overflow: hidden;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.profileDetails__sec .detailLayout__sec {
  margin-top: 30px;
}
.profileDetails__sec .detailLayout__sec h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #191F39;
  margin-top: 30px;
  margin-bottom: 20px;
}
.profileDetails__sec .detailLayout__sec h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #191F39;
  margin-bottom: 12px;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detail_main_photo {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detailPhotoPlaceholder {
  max-width: 100%;
  max-height: 250px;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detailPhotoPlaceholder .placeholderSVG {
  width: 100px;
  height: 100px;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detailInfoCard {
  margin-top: 20px;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detailInfoCard .detailGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detailInfoCard .detailGallery img {
  max-width: 56px;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detailActionBtns {
  margin-top: 20px;
}
.profileDetails__sec .detailLayout__sec .detailSidebar__sec .detailActionBtns button {
  border: 0;
  height: 46px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 46px;
  line-height: 2.875rem;
  color: #ffffff;
  background-color: #908B99;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin-top: 12px;
  padding: 0px 20px;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px !important;
  padding-top: 25px;
  padding-bottom: 25px !important;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card {
  border: 0;
  padding: 0;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card ul li {
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #191F39;
  margin-bottom: 10px;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card ul .borderRighr {
  border-right: 1px dotted #B3C0BB;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card ul {
  border-bottom: 1px dotted #B3C0BB;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card .messageShowSend__sec {
  padding-bottom: 30px;
  border-bottom: 1px dotted #B3C0BB;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card .messageShowSend__sec textarea {
  height: 140px;
  width: 100%;
  border: 0;
  background-color: #F2F4F6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #616471;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card .messageShowSend__sec p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #616471;
}
.profileDetails__sec .detailLayout__sec .detailContent__sec .card .messageShowSend__sec .closeInBtn {
  border: 0;
  height: 46px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 46px;
  line-height: 2.875rem;
  color: #ffffff;
  background-color: #908B99;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin-top: 12px;
  padding: 0px 20px;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec {
  margin-top: 15px;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec {
  max-width: 600px;
  width: 100%;
  border: 1px solid #B3C0BB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec .infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec .infoItem .infoLabel {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #A13C9A;
  max-width: 90px;
  width: 100%;
  margin-bottom: 0px;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec .infoItem .infoVal {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #191F39;
  margin-bottom: 0px;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec .leftPart, .profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec .rightPart {
  width: 50%;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec .borderRight {
  border-right: 1px solid #B3C0BB;
}
.profileDetails__sec .detailLayout__sec .personalInfo__sec .personalInfoInner__sec .borderBottom {
  border-bottom: 1px solid #B3C0BB;
}
.profileDetails__sec .detailLayout__sec .similarMemberList {
  margin-top: 30px;
  margin-bottom: 50px;
}

.innerStaticPage__sec {
  padding: 40px;
}
.innerStaticPage__sec .container {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 48px 56px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.innerStaticPage__sec .headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.innerStaticPage__sec .headerTop .headerTopInner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a73d99, #e5488f);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.innerStaticPage__sec .headerTop h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #191F39;
  margin: 0;
}
.innerStaticPage__sec .borderDiv {
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#a73d99), to(#e5488f));
  background: linear-gradient(90deg, #a73d99, #e5488f);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-bottom: 36px;
}
.innerStaticPage__sec p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #616471;
  margin-bottom: 24px;
}
.innerStaticPage__sec h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 28px 0 10px;
}
.innerStaticPage__sec .divContent {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  background: #f9f5fb;
  border-left: 4px solid #a73d99;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-bottom: 20px;
  color: #6D757C;
}
.innerStaticPage__sec .lastUpdateDate {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #999;
  margin-bottom: 24px;
}
.innerStaticPage__sec .bodyContent h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 28px 0 10px;
}
.innerStaticPage__sec .bodyContent p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #6D757C;
  margin-bottom: 14px;
}
.innerStaticPage__sec .bodyContent p a {
  color: #A13C9A;
}
.innerStaticPage__sec .bodyContent ul {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #6D757C;
  padding-left: 22px;
  margin-bottom: 14px;
}
.innerStaticPage__sec .bodyContent ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #6D757C;
  margin-bottom: 8px;
}
.innerStaticPage__sec .goBack__sec {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}
.innerStaticPage__sec .goBack__sec a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #A13C9A;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.innerStaticPage__sec .goBack__sec a:hover {
  color: #7433a1;
}

.faq__sec .accordion__item {
  border: 1px solid #ede8f3;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq__sec .accordion__item .accordionBtn {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: none;
  border: none;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__sec .accordion__item .accordionContent {
  display: none;
  padding: 0 20px 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #6D757C;
}

.contactUs__sec .contactBody .leftPart {
  padding-left: 0px;
  padding-right: 48px;
}
.contactUs__sec .contactBody h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #191F39;
  margin: 0 0 20px;
}
.contactUs__sec .contactBody .contactListBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contactUs__sec .contactBody .contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  background: #f9f5fb;
  border-radius: 10px;
  padding: 16px;
}
.contactUs__sec .contactBody .contactList .conIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a73d99, #e5488f);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contactUs__sec .contactBody .contactList p {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  color: #a73d99;
  margin: 0 0 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contactUs__sec .contactBody .contactList a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #191F39;
  text-decoration: none;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.contactUs__sec .contactBody .contactList a:hover {
  color: #7433a1;
}
.contactUs__sec .contactBody .business__sec .businessContent .busHours {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  color: #a73d99;
  margin: 0 0 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contactUs__sec .contactBody .business__sec .businessContent .busTime {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #191F39;
  margin: 0;
}
.contactUs__sec .contactBody .business__sec .businessContent .resHours {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #888;
  margin: 2px 0 0;
}
.contactUs__sec .contactBody .contactForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contactUs__sec .contactBody .contactForm .fieldlabel {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #616471;
  display: block;
  margin-bottom: 5px;
}
.contactUs__sec .contactBody .contactForm .fieldlabel span {
  color: #e5488f;
}
.contactUs__sec .contactBody .contactForm input, .contactUs__sec .contactBody .contactForm textarea {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  width: 100%;
  border-radius: 8px;
  padding: 11px 14px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #191F39;
}
.contactUs__sec .contactBody .contactForm button {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#a73d99), to(#e5488f));
  background: linear-gradient(90deg, #a73d99, #e5488f);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 13px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pricing__sec .pricingBoxes {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.pricing__sec .pricingBoxes .card {
  border: 2px solid #B3C0BB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 24px;
  text-align: center;
  background: #ffffff;
  position: relative;
}
.pricing__sec .pricingBoxes .card .firstPara {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #191F39;
  margin-bottom: 8px;
}
.pricing__sec .pricingBoxes .card .secondPara {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #A13C9A;
  margin-bottom: 4px;
}
.pricing__sec .pricingBoxes .card .secondPara span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #888;
}
.pricing__sec .pricingBoxes .card ul {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  list-style: none;
  padding: 0;
  margin: 16px 0;
  text-align: left;
  color: #6D757C;
}
.pricing__sec .pricingBoxes .card ul li {
  margin-bottom: 7px;
}
.pricing__sec .pricingBoxes .card .getStartedBtn {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#a73d99), to(#e5488f));
  background: linear-gradient(90deg, #a73d99, #e5488f);
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pricing__sec .pricingBoxes .popularBox {
  background: linear-gradient(135deg, #a73d99, #e5488f);
}
.pricing__sec .pricingBoxes .popularBox .popularText {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#a73d99), to(#e5488f));
  background: linear-gradient(90deg, #a73d99, #e5488f);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.pricing__sec .pricingBoxes .popularBox .firstPara {
  color: #ffffff;
}
.pricing__sec .pricingBoxes .popularBox .secondPara {
  color: #ffffff;
}
.pricing__sec .pricingBoxes .popularBox .secondPara span {
  color: rgba(255, 255, 255, 0.8);
}
.pricing__sec .pricingBoxes .popularBox ul {
  color: #ffffff;
}
.pricing__sec .pricingBoxes .popularBox .getStartedBtn {
  background: rgba(255, 255, 255, 0.2);
}

body {
  font-family: "Manrope", sans-serif;
  color: #313232;
  background-color: #fbf9f6;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 15px 0;
}

sub {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
}

blockquote {
  border-left: solid 4px #313232;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: #313232;
  border-radius: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px 0;
}
pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

ol {
  list-style: decimal;
  margin: 0 0 15px 0;
  padding-left: 0;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 15px 0;
  padding-left: 0;
}
ul li {
  padding-left: 0.5em;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px;
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 15px 0;
}

h1 {
  font-family: "DM Serif Text", serif;
  font-size: 82px;
  font-size: 5.125rem;
  color: #000000;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 999px) {
  h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (min-width: 800px) and (max-width: 1100px) {
  h1 {
    font-size: 62px;
    font-size: 3.875rem;
  }
}

h2 {
  font-family: "DM Serif Text", serif;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: normal;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 1000px) and (max-width: 1299px) {
  h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 800px) and (max-width: 1100px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

h3 {
  font-family: "DM Serif Text", serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: normal;
  color: #313232;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 800px) and (max-width: 1100px) {
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h4 {
  font-family: "DM Serif Text", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #313232;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  h4 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h5 {
  font-family: "DM Serif Text", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: normal;
}
@media (max-width: 767px) {
  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

p {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.875rem;
  color: #313232;
}
p strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media (min-width: 800px) and (max-width: 1100px) {
  p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

*:focus {
  outline: none;
}

@media (min-width: 850px) {
  .navbar-toggler {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .navbar-toggler {
    display: none !important;
  }
}
.row {
  margin: 0px;
}

.headGroupWrap {
  position: relative;
  background: transparent;
}
.headGroupWrap .siteHeader .topHeader {
  padding-top: 11px;
  padding-bottom: 8px;
  background-color: #DDC6CE;
}
.headGroupWrap .siteHeader .topHeader .container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.headGroupWrap .siteHeader .topHeader .user_msg_part .usr_msg_vist {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #191F39;
  margin-bottom: 0px;
}
.headGroupWrap .siteHeader .topHeader .user_msg_part .userImg img {
  max-width: 54px;
  max-height: 54px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.headGroupWrap .siteHeader .topHeader .user_msg_part .userName_credits {
  padding-left: 10px;
}
.headGroupWrap .siteHeader .topHeader .user_msg_part .userName_credits .credits {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #191F39;
  margin-bottom: 0px;
}
.headGroupWrap .siteHeader .middleHeader {
  background-color: #ffffff;
}
.headGroupWrap .siteHeader .middleHeader .container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.headGroupWrap .siteHeader .middleHeader {
  padding-top: 10px;
  padding-bottom: 10px;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec {
  position: relative;
  z-index: 9999;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu {
  list-style: none;
  margin: 0;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 4px;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a {
  color: #51425C;
  background-color: #ffffff;
  border: 1px solid #BEC7C3;
  display: block;
  line-height: 46px;
  line-height: 2.875rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-transform: capitalize;
  padding-right: 54px;
  padding-left: 54px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a svg {
  color: #51425C;
}
@media (min-width: 1000px) and (max-width: 1299px) {
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 55px;
    line-height: 3.4375rem;
    color: #373D3D;
  }
}
@media (max-width: 767px) {
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a {
    text-align: start;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 46px;
    line-height: 2.875rem;
    color: #373D3D;
  }
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a:hover {
  text-decoration: underline;
  color: #E5A801;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a:active {
  text-decoration: underline;
  color: #E5A801;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .logoutCls .logoutBtn {
  color: #51425C;
  background-color: #ffffff;
  border: 1px solid #BEC7C3;
  display: block;
  line-height: 46px;
  line-height: 2.875rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-transform: capitalize;
  padding-right: 54px;
  padding-left: 54px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD {
    padding-right: 13px;
  }
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD:hover {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD:hover a::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD:hover .sub-menu {
  display: block;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD > a {
  position: static;
}
.headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD > a::before {
  content: "\f078";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD > a::before {
    right: 20px;
  }
}
@media (max-width: 850px) {
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec {
    position: absolute;
    width: 94%;
    left: 3%;
    top: 60px;
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu {
    list-style: none;
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li {
    display: block;
    border-top: 1px solid #a3c0bf;
    background: #f6fcff;
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li:nth-child(1) {
    border-top: 0;
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li > a:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li > a.active::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .navbar-collapse {
    position: static;
    right: 10px;
    top: 100%;
    z-index: 9999;
    width: 100%;
    background: #FFF;
    box-shadow: 1px 6px 6px #bdbdbd;
    -webkit-box-shadow: 1px 6px 6px #bdbdbd;
    -moz-box-shadow: 1px 6px 6px #bdbdbd;
    -ms-box-shadow: 1px 6px 6px #bdbdbd;
    -o-box-shadow: 1px 6px 6px #bdbdbd;
    border-radius: 0 0 5px 5px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec {
    top: 82px;
    width: 70%;
    left: 30%;
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li {
    padding: 0 30px;
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu > li a:hover:after {
    display: none;
  }
  .headGroupWrap .siteHeader .middleHeader .main_nav_sec .menu .hasDD > a:before {
    right: 14px;
  }
}
@media (max-width: 850px) {
  .headGroupWrap .siteHeader .middleHeader .nav_sec {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
}
@media (max-width: 850px) {
  .headGroupWrap .siteHeader .navbar-toggler span {
    display: block;
    background-color: #000000;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  .headGroupWrap .siteHeader .navbar-toggler {
    margin-right: 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 850px) and (max-width: 767px) {
  .headGroupWrap .siteHeader .navbar-toggler {
    margin-right: 10px;
  }
}
@media (max-width: 850px) {
  .headGroupWrap .siteHeader .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
  }
  .headGroupWrap .siteHeader .navbar-toggler:not(.collapsed) span:nth-child(1) {
    -webkit-transform: translate(15%, -33%) rotate(45deg);
            transform: translate(15%, -33%) rotate(45deg);
  }
  .headGroupWrap .siteHeader .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
  }
  .headGroupWrap .siteHeader .navbar-toggler:not(.collapsed) span:nth-child(3) {
    -webkit-transform: translate(15%, 33%) rotate(-45deg);
            transform: translate(15%, 33%) rotate(-45deg);
  }
  .headGroupWrap .siteHeader .navbar-toggler span:nth-child(1) {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  .headGroupWrap .siteHeader .navbar-toggler span:nth-child(2) {
    opacity: 1;
  }
  .headGroupWrap .siteHeader .navbar-toggler span:nth-child(3) {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

.footer_sec {
  background-color: #E9EDF0;
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .footer_sec {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer_sec {
    padding-top: 10px;
  }
}
.footer_sec .footerMenu {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .footer_sec .footerMenu {
    padding-top: 20px;
  }
}
.footer_sec .footerMenu ul {
  list-style: none;
}
@media (max-width: 767px) {
  .footer_sec .footerMenu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
}
.footer_sec .footerMenu ul li {
  padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .footer_sec .footerMenu ul li {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer_sec .footerMenu ul li {
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.footer_sec .footerMenu ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #191F39;
  text-transform: capitalize;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 999px) {
  .footer_sec .footerMenu ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .footer_sec .footerMenu ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}
.footer_sec .footerMenu ul li a:hover {
  color: #E5A801;
}
.footer_sec .footerText__sec {
  padding: 35px 0px;
}
@media (max-width: 767px) {
  .footer_sec .footerText__sec {
    padding: 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .footer_sec .footerText__sec {
    padding: 20px 0px;
  }
}
.footer_sec .footerText__sec p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Manrope", sans-serif;
  color: #6D757C;
  font-weight: 400;
  margin-bottom: 0px;
}
.footer_sec .footer__copytxt {
  padding: 25px 0px;
  border-top: 1px solid #D4D9DE;
}
@media (min-width: 768px) and (max-width: 999px) {
  .footer_sec .footer__copytxt {
    padding: 20px;
  }
}
.footer_sec .footer__copytxt p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Manrope", sans-serif;
  color: #6D757C;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .footer_sec .footer__copytxt p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}