@import url(https://sawit.blr1.digitaloceanspaces.com/assets/web/css/font.css);

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Barlow-Regular;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  font-family: Ultra-Regular;
}

.main-header .nav-menu ul li {
  padding: 0px 20px;
}

.main-header .nav-menu ul li a {
  font-size: 14px;
  color: #424242;
  text-transform: uppercase;
  font-family: Barlow-Bold;
}

.main-header .profile-header a {
  padding: 0;
}

.main-header .profile-header .dropdown-menu {
  left: -70px;
}

.main-header .profile-header .dropdown-menu li a {
  padding: 5px 16px;
}

.main-header .profile-header .dropdown-menu li button {
  padding: 10px 30px;
  font-size: 14px;
  border: none;
  outline: none;
  border-radius: 40px;
  background: #424242;
  color: #fff;
  cursor: pointer;
  font-family: MontaguSlab-SemiBold;
  margin: 0px 16px;
}

/* Terms and Condition  */
.terms_conditions {
  background-color: #D7CFBA;
}

.terms_conditions h1 {
  color: #D9295E;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 100px;

}

.terms_conditions .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Terms and Condition End */

/* privacy policy  */
.privacy_policy {
  background-color: #D7CFBA;
}

.privacy_policy h1 {
  color: #D9295E;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 100px;

}

.privacy_policy .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (max-width: 991.5px) {

  .main-header .nav-menu {
    position: absolute;
    top: 90px;
    right: 5%;
    background-color: #fff;
    border-radius: 20px;
    width: 90%;
    box-shadow: 0px 0px 84px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
  }

  .main-header .nav-menu ul {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    width: 120px;
  }
}

@media only screen and (max-width: 525px) {
  .main-header .nav-menu ul {
    padding: 10px 0px;
  }

  .registration-wrap-inner .registration-form-main .submit-btn button {
    padding: 20px;
    width: 100%;
  }

  .main-header .nav-menu {
    top: 60px;
  }
}

/* Modal-login-form-main */
.login-form-main .modal-dialog {
  max-width: 960px;
}

.login-form-main .modal-dialog .modal-content {
  border-radius: 40px;
  background: #d9295e;
  color: #fff;
  position: relative;
}

.login-form-main .modal-dialog .modal-content::after {
    content: "";
    position: absolute;
    /* background-image: url(../image/login-bg.svg); */
    background-image: url(../image/login-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    right: -330px;
    top: 0;
    z-index: 0;
}

.login-form-main .modal-dialog .modal-content .modal-content-top {
  width: 100%;
  text-align: end;
}

.login-form-main .modal-dialog .modal-content .close-btn {
  width: 56px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  border: none;
  margin-right: -20px;
  margin-top: -20px;
  z-index: 9;
  position: relative;
}

.login-form-main .modal-dialog .modal-body {
  position: relative;
  padding: 30px 30px 77px 30px;
}

.login-form-main .modal-dialog .modal-body .modal-body-head {
  transform: rotate(90deg);
  position: absolute;
  left: -134px;
  top: 220px;
}

.login-form-main .modal-dialog .modal-body .modal-body-head h2 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 106px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0px;
}

.login-form-main .modal-dialog .modal-body .modal-body-form {
  margin-left: 110px;
  width: 350px;
}

.login-form-main .modal-dialog .modal-body .modal-body-form .form-group {
  margin-bottom: 21px;
}

.login-form-main .modal-dialog .modal-body .modal-body-form .form-group input {
  border-radius: 30px;
  width: 100%;
  background: #fff;
  color: #424242;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.48px;
  /*text-transform: uppercase;*/
  padding: 20px 39px;
  border: none;
}

.modal-body-form .forgot-password {
  text-align: end;
  margin-top: -10px;
}

.modal-body-form .forgot-password a {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-decoration: none;
}

.modal-body .modal-body-form .modal-body-end {
  margin-top: 20px;
  text-align: center;
}

.modal-body .modal-body-form .modal-body-end .login-btn {
  width: 100%;
  border-radius: 30px;
  background: #424242;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  padding: 19px;
  margin-bottom: 16px;
}

.modal-body .modal-body-form .modal-body-end .back-btn {
  width: 50%;
  border-radius: 30px;
  background: #fff;
  border: none;
  color: #424242;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  padding: 19px;
  margin-top: 10px;
  margin-bottom: 16px;
    display: inline-block;

}

.goToSawitBUTTON {
    border-radius: 30px;
    background: #fff;
    border: none;
    color: #424242;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: Ultra-Regular;
    padding: 19px 35px;
    margin-top: 5px;
    text-decoration: none;
    display: inline-block;

}

.modal-body .modal-body-form .modal-body-end a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  text-decoration: none;
}

.modal-body .modal-body-form .modal-body-end p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Ultra-Regular;
}

.modal-body .modal-body-form .modal-body-end .google-btn {
  display: flex;
  justify-content: center;
}

.modal-body .modal-body-form .modal-body-end .google-btn button {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  color: #424242;
  font-size: 16px;
  line-height: 60px;
  border: none;
  font-family: Barlow-Bold;
  width: 80%;
  justify-content: center;
  gap: 15px;
}

/* banner-section */
.banner-section .banner-content h2 {
  color: #d9295e;
  font-size: 86px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* member-section */
.member-section {
  padding: 146px 0px;
  position: relative;
}

.member-section .member-content {
  position: relative;
  width: 85%;
  margin-left: 6%;
}

.member-section .member-content h2 {
color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d9295e;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-top: 3rem;
}

.member-section .member-content p {
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*color: #424242;*/
  /*font-family: Barlow-Medium;*/
  /*font-size: 21px;*/
  /*line-height: 28px;*/
  /*letter-spacing: -0.63px;*/
  /*width: 53%;*/
  /*margin-bottom: 0px;*/
  /*right: 0;*/
  /*z-index: 9;*/
  position: absolute;
    top: 120px;
    color: #424242;
    font-family: Barlow-Medium;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.63px;
    width: 65%;
    margin-bottom: 0px;
    /*right: 0;*/
     right: -10%;
    z-index: 9;
}

.member-section .member-image {
  text-align: center;
}

.member-section .member-wrapper {
  width: 335px;
  border-radius: 20px;
  background: #d9295e;
  padding: 40px;
  margin-left: 5%;
  position: absolute;
  top: -290px;
}

.member-section .member-wrapper .member-wrapper-top {
  /*margin-bottom: 480px;*/
  margin-bottom: 130px;
}

.member-section .member-wrapper .member-wrapper-top div {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.63px;
  font-family: Barlow-Medium;
}

.member-section .member-wrapper .member-wrapper-mobile {
  display: none;
}

.member-section .member-wrapper .member-wrapper-mobile h2 {
  color: #fff;
  font-size: 40px;
  line-height: 49.017px;
  text-transform: uppercase;
}

.member-section .member-wrapper .member-wrapper-mobile p {
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.63px;
  font-family: Barlow-Medium;
}

.member-section .member-wrapper .member-wrapper-end .member-wrapper-btn {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-wrapper .member-wrapper-end .member-wrapper-btn button {
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  border-radius: 110px;
  text-transform: uppercase;
  font-family: Barlow-Bold;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin: 0px;
}

.member-wrapper .member-wrapper-end .member-wrapper-btn .tab-btn-active {
  color: #d9295e;
  background-color: #fff;
}

.member-wrapper .member-wrapper-end p {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.member-wrapper-end .member-wrapper-empower {
  margin-top: 80px;
}

.member-wrapper-end .member-wrapper-empower ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.member-wrapper-end .member-wrapper-empower ul li {
  margin: 0px -5px;
}

.member-wrapper-end .member-wrapper-empower span {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Barlow-Bold;
  margin-top: 6px;
}

.member-wrapper-end .member-wrapper-empower a {
  display: inline-block;
  margin-top: 41px;
}

/*  */
.sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tab-btn {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid gray;
  color: #000;
  cursor: pointer;
  padding: 10px 0;
  margin: 10px 0;
  outline: none;
  /* width: 15%; */
}

.tab-btn-active {
  border-bottom: 2px solid hsl(0, 94%, 66%);
  color: hsl(0, 94%, 66%);
  font-weight: bold;
}

/* tabs content */
.content {
  width: 100%;
}

.tab-contentent {
  display: none;
}

.tab-content-active {
  display: block;
}

/* event-banner */
.event-banner {
  background-color: #f7eedf;
  padding-top: 118px;
  margin-top: -260px;
}

.event-banner .event-banner-inner {
  text-align: center;
}

/* upcoming-section */
.upcoming-section .upcoming-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -94px;
}

.upcoming-section .upcoming-title h2 {
  /*color: #4a4a4a;*/
  /*font-size: 126px;*/
  /*line-height: 100px;*/
  /*text-transform: uppercase;*/
      color: #4a4a4a;
    font-size: 126px;
    line-height: 100px;
    text-transform: uppercase;
    padding-top: 6rem;
}

.upcoming-section .upcoming-title p {
  color: #424242;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.63px;
  font-family: Barlow-Medium;
  width: 40%;
  margin-bottom: 0px;
}

.upcoming-section-body {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.upcoming-section-body .upcoming-wrap-list {
  border-radius: 280px;
  width: 280px;
  height: 280px;
}

.upcoming-section-body .red-bg {
  background: #d9295e;
  color: #fff;
}

.upcoming-section-body .cyan-bg {
  background-color: #29d9d9;
}

.upcoming-section-body .waw-bg {
  background-color: #d929b2;
  color: #fff;
}

.upcoming-section-body .upcoming-wrap-list .upcoming-top {
  /*padding-top: 55px;*/
  /*padding-left: 55px;*/
  /*padding-top: 55px;*/
  /*  padding-left: 35px;*/
  padding-top: 60px;
    padding-left: 0;
    text-align: center;
}

.upcoming-section-body .upcoming-wrap-list .upcoming-top h2 {
  font-size: 22px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.upcoming-section-body .upcoming-wrap-list .upcoming-top h3 {
  font-size: 16px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.upcoming-section-body .upcoming-wrap-list .upcoming-end {
    /*padding-top: 12px;*/
    /*padding-left: 35px;*/
    /*padding-bottom: 50px;*/
    text-align: center;
    padding: 10px;
}

.upcoming-section-body .upcoming-wrap-list .upcoming-end h3 {
  font-family: Barlow-Bold;
  font-size: 21px;
  letter-spacing: -1.05px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.upcoming-section-body .upcoming-wrap-list .upcoming-end p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}

/* benefit-section */
.benefit-section {
  padding-top: 233px;
}

.benefit-section .benefit-wrap-content h2 {
  color: #d9295e;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  text-transform: uppercase;
}

.benefit-section .benefit-wrap-content .benefit-btn {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
  z-index: 9;
  position: relative;
}

.benefit-section .benefit-wrap-content .benefit-btn button {
  padding: 8px 14px;
  color: #42424280;
  font-size: 18px;
  border-radius: 110px;
  text-transform: uppercase;
  font-family: Barlow-Bold;
  border: none;
  background-color: transparent;
}

.benefit-section .benefit-wrap-content .benefit-btn .tab-btn-active {
  color: #fff;
  background-color: #d9295e;
}

.benefit-section .benefit-wrap-content .benefit-inner-wrap {
  border-radius: 10px;
  color: #fff;
  padding: 15px 49px 40px 30px;
  margin-bottom: 30px;
  height: 100%;

}

.benefit-section .benefit-wrap-content .red-bg {
  background: #d9295e;
}

.benefit-section .benefit-wrap-content .cyan-bg {
  background: #29d9d9;
}

.benefit-section .benefit-wrap-content .yellow-bg {
  background: #d99d29;
}

.benefit-section .benefit-wrap-content .waw-bg {
  background: #d929b2;
}

.benefit-section .benefit-wrap-content .benefit-inner-wrap h3 {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 11px;
}

.benefit-section .benefit-wrap-content .benefit-inner-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
}

.benefit-section .benefit-wrap-image img {
  width: 100%;
}

/* main-detail-section */
.main-detail-section {
  background-color: #d7cfba;
  padding-top: 160px;
  padding-bottom: 600px;
  margin-top: -210px;
}

.main-detail-section .who-wrap-section h2 {
  color: #4a4a4a;
  font-size: 166px;
  line-height: 130px;
  text-transform: uppercase;
  margin-top: 248px;
  margin-bottom: 0px;
}

/* advisor-section */
.advisor-section {
  padding-top: 40px;
}

.advisor-section .advisor-wrap-sec {
  margin-top: 100px;
}

.team-wrap-main {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-start;*/
  justify-content: flex-center;

}

.team-wrap-main .team-content {
  /*width: 20%;*/
  /*    margin-bottom: 4rem;*/
      width: 22%;
    margin: 2rem auto;
}

.team-wrap-main .team-content h3 {
  color: #000;
  font-size: 24px;
  line-height: 113.5%;
  text-transform: uppercase;
  margin-top: 29px;
  margin-bottom: 8px;
  min-height: 84px;
  width: 80%;
}

.team-wrap-main .team-content p {
  color: #424242;
  font-size: 12px;
  line-height: 140.5%;
  text-transform: capitalize;
  font-family: Barlow-SemiBold;
  margin-bottom: 0px;
  width: 80%;
}

/* Tabs */
.advisor-section .tabs {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin-bottom: 76px;
}

.advisor-section .tabs .tab {
  cursor: pointer;
  color: #b2ab98;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: Ultra-Regular;
}

.advisor-section .tab.active {
  color: #d9295e;
}

.advisor-section .tab:hover {
  color: #d9295e;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

/* chart-section */
.chart-section {
  margin-top: -490px;
  /* padding-bottom: 750px; */
  padding-bottom: 500px;
}

.chart-section .chart-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.job-section {
  border-radius: 40px;
  background: #393939;
  padding: 88px 88px 137px 78px;
/*padding: 88px 88px 127px 78px;*/
  color: #fff;
  width: 50%;
  /* position: absolute; */
  left: 0;
  /*top: 467px;*/
  top: 280px;
  z-index: 1;
  position: relative;
  margin-right: -125px;
}

.job-section h2 {
  color: #fd5959;
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
}

.job-section .job-wrap-list .red-bg {
  border: 1px solid #d9295e;
  background: #d9295e;
}

.job-section .job-wrap-list .cyan-bg {
  background: #29d9d9;
  border: 1px solid #29d9d9;
}

.job-section .job-wrap-list .job-wrap-box {
  /*padding: 15px 34px;*/
    padding: 75px 34px;
  border-radius: 20px;
  color: #fff;
  margin-top: 130px;
  /*height: 320px;*/
      /*height: 370px;*/
  width: 100%;
  position: relative;
      margin-bottom: 5rem;
}

.job_dbd{
    /*    background-color: #fff;*/
    /*border-radius: 100%;*/
    /*padding: 15px;*/
    /*position: relative;*/
    /*top: -80px;*/
    /*width: 150px;*/
    /*height: 150px;*/
        background-color: #fff;
    border-radius: 100%;
    padding: 15px;
    position: absolute;
    top: -80px;
    width: 150px;
    height: 150px;
        align-content: center;
}
.job-section .job-wrap-list .job-wrap-box h3 {
  color: #fff;
  font-size: 36px;
  line-height: 32px;
  margin-bottom: 12px;
}

.job-section .job-wrap-list .job-wrap-box p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: Barlow-Bold;
  margin-bottom: 14px;
}

.job-section .job-wrap-list .job-wrap-box h4 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.job-section .job-wrap-list .job-wrap-box button {
  border-radius: 60px;
  background: #fff;
  font-family: Ultra-Regular;
  font-size: 28px;
  line-height: 24px;
  border: none;
  padding: 18px 57px;
  position: absolute;
  bottom: -24px;
  left: 33%;
}

.job-section .job-wrap-list .red-bg button {
  color: #d9295e;
}

.job-section .job-wrap-list .cyan-bg button {
  color: #29d9d9;
}

.job-section .view-all {
  position: absolute;
  bottom: -100px;
  left: 34%;
}

.job-section .view-all a {
  color: #fff;
  font-family: Ultra-Regular;
  text-decoration: none;
  line-height: 40px;
  font-size: 40px;
  background-color: #fd5959;
  width: 203px;
  height: 203px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tech-section */
.tech-section {
  border-radius: 40px;
  background: #fd5959;
  width: 60%;
  position: relative;
  z-index: 0;
  padding-bottom: 190px;
}

.tech-section .tech-wrap-head {
  position: relative;
  padding: 104px 18px 280px 78px;
}

.tech-section .tech-wrap-head h2 {
  color: #393939;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 80px;
}

.tech-section .tech-wrap-body {
  display: flex;
  justify-content: flex-end;
  margin-right: 48px;
}

.tech-section .tech-wrap-body ul {
  list-style: none;
  width: 80%;
  margin-bottom: 0px;
}

.tech-section .tech-wrap-body ul li {
  background-color: #fff;
  color: #000;
  padding: 15px;
  border-radius: 70px;
  display: flex;
  align-items: center;
  gap: 58px;
  position: relative;
  margin-bottom: 59px;
  z-index: 9;
}

.tech-section .tech-wrap-body ul li img {
  width: 60px;
  height: 60px;
}

.tech-section .tech-wrap-body ul li p {
  color: #424242;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.48px;
  font-family: Barlow-Medium;
  margin: 0px;
}
.tech-section .tech-wrap-body ul li p a{
    color: #212529;
    text-decoration: none;
}

.tech-section .tech-wrap-body ul .tech-wrap-left::before {
  content: "";
  position: absolute;
  background-image: url(../image/Polygon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 30px;
  bottom: -50px;
  width: 57.888px;
  height: 93.496px;
  z-index: -1;
}

.tech-section .tech-wrap-body ul .tech-wrap-right::after {
  content: "";
  position: absolute;
  background-image: url(../image/Polygon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  bottom: -50px;
  width: 57.888px;
  height: 93.496px;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.tech-section .tech-wrap-body ul .tech-wrap-right-left::after {
  content: "";
  position: absolute;
  background-image: url(../image/Polygon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  bottom: -50px;
  width: 57.888px;
  height: 93.496px;
  z-index: -1;
}

.tech-section .tech-wrap-end {
  position: absolute;
  bottom: -100px;
  left: 44%;
}

.tech-section .tech-wrap-end a {
  color: #fff;
  font-family: Ultra-Regular;
  text-decoration: none;
  line-height: 40px;
  font-size: 40px;
  background-color: #393939;
  width: 203px;
  height: 203px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer-section */
.footer-section {
  background-color: #fccd00;
  padding-top: 21px;
  padding-bottom: 42px;
  position: relative;
  overflow: hidden;
  border-top: 8px solid #000;
}

.footer-section::before {
  content: "";
  position: absolute;
  background-image: url(../image/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 160px;
  top: 0;
}

.footer-section .footer-inner-section {
  position: relative;
  z-index: 9;
}

.footer-section .footer-inner-section .footer-logo {
  margin-bottom: 19px;
}

.footer-section .footer-inner-section .footer-content h3 {
  color: #000;
  font-size: 28px;
  margin-bottom: 30px;
  width: 80%;
}

.footer-section .footer-inner-section .footer-content .form-group {
  position: relative;
  /* width: 100%; */
  width: 80%;
  margin-bottom: 15px;
}

.footer-section .footer-inner-section .footer-content .form-group input {
  width: 100%;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #d9295e;
  color: #4a4a4a;
  height: 66px;
  padding: 14px 33px;
  font-size: 20px;
  font-family: MontaguSlab-Bold;
  letter-spacing: 1px;
}

.footer-section .footer-inner-section .footer-content .form-group span {
  position: absolute;
  top: 12px;
  right: 12px;
}

.footer-section .footer-inner-section .footer-content .form-check {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  margin-left: 11px;
}

.footer-section .footer-inner-section .footer-content .form-check p {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  font-family: Roboto-Light;
  letter-spacing: 1.12px;
  margin-bottom: 0px;
}

.sb-checkbox {
  display: inline-block;
  font-size: 0;
}

.sb-checkbox__input {
  display: none;
}

.sb-checkbox__input:checked+.sb-checkbox__label:after {
  opacity: 1;
}

.sb-checkbox__label {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.sb-checkbox__label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid;
  border-radius: 50% !important;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.sb-checkbox__label:after {
  content: "done";
  font-family: "Material Icons";
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  transition: 0.2s opacity;
  border-radius: 50% !important;
}

.sb-checkbox__label--red:before {
  border-color: #dc3359;
}

.sb-checkbox__label--red:after {
  background-color: #dc3359;
  color: #fff;
}

.footer-section .footer-inner-section .first-content {
  width: 70%;
  margin-left: auto;
}

.footer-section .footer-inner-section .footer-content h2 {
  color: #da295f;
  font-size: 24px;
  margin-bottom: 33px;
  letter-spacing: 1.2px;
  font-family: MontaguSlab-SemiBold;
}

.footer-section .footer-inner-section .footer-content {
  margin-top: 12px;
}

.footer-section .footer-inner-section .footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.footer-section .footer-inner-section .footer-content ul li a {
  text-decoration: none;
  color: #000;
  font-size: 24px;
  line-height: 168%;
  letter-spacing: 1.68px;
  font-family: Roboto-Light;
}

.footer-section .footer-inner-section .last-content {
  position: absolute;
  text-align: end;
  right: 0;
  top: 0;
}

.footer-section .footer-inner-section .last-content ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
}

.footer-section .footer-inner-section .last-content ul li img {
  width: 28px;
  height: 28px;
}

@media only screen and (min-width: 1700px) {
  .footer-wrap {
    width: 90%;
  }
}

@media only screen and (max-width: 1480px) {
  .member-section .member-content p {
    width: 51%;
  }
}

@media only screen and (max-width: 1399.5px) {
  .banner-section .banner-content h2 {
    font-size: 70px;
    line-height: 64px;
  }

  .member-section .member-wrapper {
    width: 310px;
    padding: 30px;
    margin-left: 5%;
    top: -250px;
  }

  .member-section .member-content p {
    width: 350px;
    font-size: 18px;
    right: -30px;
  }
}

@media only screen and (max-width: 1199.5px) {
  .banner-section .banner-content h2 {
    font-size: 56px;
    line-height: 50px;
  }

  .member-section .member-content h2 {
    /* font-size: 102px; */
  }

  .member-section .member-content p {
    right: -10%;
  }

  .benefit-section .benefit-wrap-content .benefit-btn {
    margin-bottom: 30px;
  }

  .benefit-section .benefit-wrap-content .benefit-inner-wrap {
    padding: 15px 15px 20px 15px;
    margin-bottom: 30px;
  }

  .benefit-section .benefit-wrap-content .benefit-inner-wrap h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 4px;
  }

  .main-detail-section .who-wrap-section h2 {
    font-size: 126px;
    line-height: 110px;
  }

  .advisor-section .tabs .tab {
    font-size: 35px;
    line-height: 50px;
  }

  .team-wrap-main .team-content h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 29px;
    margin-bottom: 8px;
    min-height: 70px;
    width: 100%;
  }

  .benefit-section .benefit-wrap-content .benefit-inner-wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  .member-section .member-wrapper .member-wrapper-top {
    /* margin-bottom: 410px; */
  }

  .member-section .member-wrapper {
    width: 300px;
    padding: 20px;
    margin-left: 5%;
    top: -180px;
  }

  .member-section .member-content {
    position: relative;
    width: 90%;
    margin-left: 3%;
  }

  .job-section .job-wrap-list .job-wrap-box h3,
  .job-section .job-wrap-list .job-wrap-box h4 {
    font-size: 28px;
  }

  .job-section .job-wrap-list .job-wrap-box button {
    left: 25%;
  }

  .footer-section .footer-inner-section .footer-logo {
    width: 150px;
  }

  .footer-section .footer-inner-section .footer-content h3 {
    font-size: 22px;
  }

  .footer-section::before {
    left: 120px;
  }

  .footer-section .footer-inner-section .footer-content .form-group {
    width: 74%;
  }

  .footer-section .footer-inner-section .footer-content .form-group span {
    right: 20px;
    top: 10px;
  }

  .footer-section .footer-inner-section .footer-content .form-group input {
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .footer-section .footer-inner-section .footer-content ul li a {
    font-size: 16px;
    line-height: normal;
  }

  .footer-section .footer-inner-section .footer-content h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .member-section .member-content p {
    width: 250px;
    bottom: -20px;
  }

  .upcoming-section .upcoming-title h2 {
    font-size: 94px;
    line-height: 80px;
  }

  .upcoming-section .upcoming-title {
    margin-top: -74px;
  }

  .tech-section .tech-wrap-body ul li {
    gap: 18px;
  }

  .tech-section .tech-wrap-body ul li p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991.5px) {
  .banner-section .banner-content h2 {
    font-size: 38px;
    line-height: 40px;
  }

  .member-section .member-wrapper {
    position: unset;
    width: 100%;
    margin-left: 0px;
    padding: 40px;
  }

  .member-section .member-wrapper .member-wrapper-end {
    margin-top: 50px;
  }

  .member-section .member-wrapper .member-wrapper-mobile {
    display: block;
  }

  .member-section .member-image {
    display: none;
  }

  .member-section .member-content {
    display: none;
  }

  .member-section .member-wrapper .member-wrapper-top {
    margin-bottom: 40px;
  }

  .member-wrapper .member-wrapper-end p {
    font-size: 16px;
  }

  .member-wrapper-end .member-wrapper-empower a {
    display: block;
    margin-top: 31px;
  }

  .member-wrapper-end .member-wrapper-empower {
    margin-top: 40px;
  }

  .event-banner .event-banner-inner img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .upcoming-section .upcoming-title h2 {
    font-size: 70px;
    line-height: 60px;
  }

  .upcoming-section .upcoming-title p {
    font-size: 16px;
    line-height: 18px;
    width: 100%;
  }

  .upcoming-section .upcoming-title {
    margin-top: -54px;
  }

  .upcoming-section-body {
    gap: 15px;
  }

  .upcoming-section-body .upcoming-wrap-list .upcoming-top h2 {
    font-size: 18px;
  }

  .upcoming-section-body .upcoming-wrap-list .upcoming-top h3 {
    font-size: 14px;
  }

  .upcoming-section-body .upcoming-wrap-list .upcoming-end h3 {
    font-size: 14px;
  }

  .upcoming-section-body .upcoming-wrap-list .upcoming-end p {
    font-size: 10px;
  }

  .upcoming-section-body .upcoming-wrap-list .upcoming-top {
    /*padding-top: 32px;*/
    /*padding-left: 54px;*/
    /*padding-top: 50px;*/
    /*padding-left: 35px;*/
  }

  .upcoming-section-body .upcoming-wrap-list {
    border-radius: 280px;
    width: 230px;
    height: 230px;
  }

  .upcoming-section-body .upcoming-wrap-list .upcoming-end {
    /*padding-top: 12px;*/
    /*padding-left: 34px;*/
    padding-bottom: 0px;
  }

  .benefit-section {
    padding-top: 113px;
  }

  .benefit-section .benefit-wrap-content .benefit-inner-wrap {
    padding: 22px 20px;
    margin-bottom: 30px;
  }

  .benefit-section {
    position: relative;
  }

  .benefit-section .benefit-wrap-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
  }

  .team-wrap-main {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }

  .team-wrap-main .team-content {
    width: 30%;
  }

  .chart-section .chart-inner {
    display: block;
  }

  .job-section {
    position: relative;
    width: 100%;
    top: 0;
    padding: 50px 50px 160px 50px;
  }

  .main-detail-section {
    padding-bottom: 140px;
  }

  .job-section .job-wrap-list .job-wrap-box button {
    left: 35%;
  }

  .main-detail-section .who-wrap-section h2 {
    margin-top: 140px;
  }

  .chart-section {
    margin-top: -60px;
    padding-bottom: 180px;
  }

  .tech-section {
    width: 100%;
    margin-top: 140px;
    padding-bottom: 100px;
  }

  .job-section .view-all,
  .tech-section .tech-wrap-end {
    left: 38%;
  }

  .tech-section .tech-wrap-body {
    margin: 0;
    padding: 50px;
  }

  .tech-section .tech-wrap-body ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .tech-section .tech-wrap-head {
    position: relative;
    padding: 50px 18px 50px 50px;
  }

  .footer-section::before {
    content: "";
    background-image: url(../image/mobile-footer.svg);
    background-position: right;
    background-size: contain;
    left: unset;
    right: -100px;
  }

  .footer-section .footer-inner-section .footer-content h3 {
    width: 70%;
  }

  .footer-section .footer-inner-section .footer-content form {
    width: 70%;
  }

  .footer-section .footer-inner-section .footer-content .form-group {
    width: 100%;
  }

  .footer-section .footer-inner-section .first-content {
    width: 100%;
    margin-left: 0;
  }

  .footer-section .footer-inner-section .footer-content {
    margin-top: 30px;
  }

  .footer-section .footer-inner-section .footer-content ul {
    gap: 18px;
  }

  .footer-section .footer-inner-section .last-content {
    position: unset;
    text-align: start;
  }
}

@media only screen and (max-width: 767.5px) {

  .banner-section .banner-content h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .member-section {
    padding: 50px 0px 0px;
  }

  .event-banner {
    background-color: #f7eedf;
    padding-top: 118px;
    margin-top: -60px;
  }

  .upcoming-section .upcoming-title {
    margin-top: -62px;
    position: relative;
    display: block;
  }

  .upcoming-section-body {
    gap: 15px;
    flex-wrap: wrap;
  }

  .advisor-section .tabs .tab {
    font-size: 30px;
    line-height: 30px;
  }

  .advisor-section .tabs {
    margin-bottom: 20px;
  }

  .team-wrap-main .team-content {
    width: 100%;
    text-align: center;
  }

  .team-wrap-main .team-content h3 {
    min-height: auto;
  }

  .team-wrap-main .team-content p {
    width: 100%;
  }
}

@media only screen and (max-width: 525px) {
  .banner-section .banner-content h2 {
    line-height: 21px;
    margin-bottom: -10px;
  }

  .member-section {
    padding: 20px 0px 0px;
  }

  .member-section .member-wrapper {
    padding: 40px 20px;
  }

  .member-section .member-wrapper .member-wrapper-top div,
  .member-section .member-wrapper .member-wrapper-mobile p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .member-section .member-wrapper .member-wrapper-end {
    margin-top: 30px;
  }

  .member-wrapper-end .member-wrapper-empower a {
    margin-top: 24px;
    width: 30px;
  }

  .event-banner .event-banner-inner img {
    width: 60%;
  }

  .upcoming-section .upcoming-title h2 {
    font-size: 40px;
    line-height: 38px;
  }

  .upcoming-section .upcoming-title {
    margin-top: -30px;
  }

  .upcoming-section-body {
    justify-content: center;
    gap: 35px;
  }

  .benefit-section {
    padding-top: 0px;
    margin-top: 112px;
  }

  .benefit-section .benefit-wrap-image {
    top: -80px;
    right: 10px;
    width: 50%;
  }

  .benefit-section .benefit-wrap-content .benefit-inner-wrap h3 {
    font-size: 17px;
  }

  .benefit-section .benefit-wrap-content h2 {
    font-size: 42px;
    line-height: 40px;
  }

  .main-detail-section {
    padding-top: 100px;
    padding-bottom: 200px;
    margin-top: -100px;
  }

  .main-detail-section .who-wrap-section {
    position: relative;
  }

  .main-detail-section .who-wrap-section h2 {
    position: absolute;
    margin: 0px;
    font-size: 40px;
    width: 30%;
    line-height: 40px;
    top: 30px;
  }

  .main-detail-section .who-wrap-section .who-wrap-image {
    text-align: end;
  }

  .main-detail-section .who-wrap-section .who-wrap-image img {
    width: 70%;
  }

  .advisor-section .tabs .tab {
    font-size: 15px;
    line-height: 20px;
  }

  .team-wrap-main {
    gap: 50px;
    margin-top: 40px;
  }

  .team-wrap-main .team-content {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 0px;
  }

  .team-wrap-main .team-content img {
    width: 140px;
  }

  .team-wrap-main .team-content .team-inner-conent {
    text-align: start;
  }

  .team-wrap-main .team-content h3 {
    margin-top: 0px;
    font-size: 16px;
  }

  .chart-section {
    margin-top: -100px;
    padding-bottom: 100px;
  }

  .job-section {
    padding: 35px 20px 100px;
  }

  .job-section h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .job-section .job-wrap-list .job-wrap-box {
    /*padding: 25px 24px 47px;*/
        padding: 95px 24px 47px;
    /*margin-top: 50px;*/
        margin-top: 120px;
    height: auto;
  }

  .job-section .job-wrap-list .job-wrap-box h3,
  .job-section .job-wrap-list .job-wrap-box h4 {
    font-size: 20px;
    line-height: normal;
  }

  .job-section .job-wrap-list .job-wrap-box button {
    left: 28%;
    font-size: 18px;
    padding: 10px 40px;
    bottom: -18px;
  }

  .job-section .view-all a,
  .tech-section .tech-wrap-end a {
    width: 140px;
    height: 140px;
    font-size: 18px;
    line-height: normal;
  }

  .job-section .view-all,
  .tech-section .tech-wrap-end {
    left: 32%;
  }

  .tech-section .tech-wrap-head h2 {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 0px;
  }

  .tech-section .tech-wrap-head {
    padding: 35px 20px;
  }

  .tech-section .tech-wrap-body {
    padding: 20px;
  }

  .tech-section .tech-wrap-body ul li {
    margin-bottom: 40px;
  }

  .tech-section {
    padding-bottom: 40px;
  }

  .tech-section .tech-wrap-end {
    bottom: -70px;
  }

  .footer-section .footer-inner-section .footer-logo {
    width: 94px;
  }

  .footer-section .footer-inner-section .footer-content h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-section::before {
    right: -140px;
  }

  .footer-section .footer-inner-section .footer-content .form-check p {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: normal;
  }

  .footer-section .footer-inner-section .footer-content .form-group input {
    height: auto;
    padding: 14px 20px;
    font-size: 14px;
  }

  .footer-section .footer-inner-section .footer-content .form-group span {
    right: 20px;
    top: 5px;
  }

  .footer-section .footer-inner-section .footer-content .form-group span svg {
    width: 20px;
  }

  .footer-section .footer-inner-section .footer-content h2 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .footer-section .footer-inner-section .footer-content ul li a {
    font-size: 14px;
  }

  .footer-section .footer-inner-section .footer-content ul {
    gap: 14px;
  }

  .footer-section .footer-inner-section .footer-content {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .banner-section .banner-content h2 {
    line-height: 18px;
    font-size: 20px;
  }

  .benefit-section .benefit-wrap-content .benefit-inner-wrap {
    padding: 22px 15px;
  }

  .benefit-section .benefit-wrap-content .benefit-inner-wrap h3 {
    font-size: 14px;
    margin-bottom: 0px;
        overflow-wrap: break-word;
  }

  .job-section .job-wrap-list .job-wrap-box h3,
  .job-section .job-wrap-list .job-wrap-box h4 {
    font-size: 18px;
    line-height: normal;
  }

  .job-section .job-wrap-list .job-wrap-box button {
    left: 20%;
  }
}

/* membership-PAGE */
/* membership-banner */
.membership-banner .membership-banner-inner {
  position: relative;
}

.membership-banner .membership-banner-inner::after {
  content: "";
  position: absolute;
  /* background-image: url(../image/membership-banner.svg); */
  background-image: url(../image/membership-banner.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  width: 950px;
  height: 667px;
}

.membership-femalecorporate-inner::after {
  content: "";
  position: absolute;
  background-image: url(../image/femalecorporate.webp) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  width: 1000px;
  height: 667px;
}


.membership-banner .membership-inner {
  position: relative;
  z-index: 1;
}

.membership-banner .membership-inner h2 {
  /*color: #d9295e;*/
  /*font-size: 106px;*/
  /*line-height: 90px;*/
  /*text-transform: uppercase;*/
  /*margin-top: 76px;*/
  /*margin-bottom: 57px;*/
  color: #d9295e;
    font-size: 67px;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 76px;
    margin-bottom: 335px;
}

.membership-banner .membership-inner .become-member-wrap {
  /*border-radius: 20px;*/
  /*background: #d9295e;*/
  /*padding: 43px 112px 52px 40px;*/
  /*position: relative;*/
      border-radius: 20px;
    background: #d9295e;
    padding: 80px 150px 80px 40px;
    position: relative;
}

.membership-banner .membership-inner .become-member-wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  font-family: Barlow-Medium;
  margin: 0px;
}

.membership-banner .membership-inner .become-member-wrap h3 {
    position: absolute;
    background-color: #fd5959;
    color: #fff;
    padding: 70px 15px;
    border-radius: 50%;
    right: -110px;
    top: 16px;
}

.membership-banner .become-member-wrap a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.membership-wrap-section {
  background: #fffceb;
  padding-top: 0px;
  margin-top: 200px;
  padding-bottom: 240px;
}

.membership-wrap-section .benefit-wrap-content h2 {
  margin-bottom: 74px;
  margin-top: -100px;
}

/* membership-packages */
.membership-packages {
  /*padding-bottom: 186px;*/
  /*background: #ffa0b8;*/
  /*position: relative;*/
  padding-bottom: 186px;
    background: #ffa0b8;
    position: relative;
    background-image: url(../image/pink.jpg);
    /*background-position: top right;*/
    /*background-size: 80% 100%;*/
    /*background-repeat: no-repeat;*/
    background-position: bottom right;
    background-size: 70%;
    background-repeat: no-repeat;
}

.membership-packages .membership-packages-inner {
  /*margin-top: -105px;*/
}

.membership-packages .membership-packages-inner h2 {
  /*color: #d9295e;*/
  /*font-size: 126px;*/
  /*line-height: 100px;*/
  /*text-transform: uppercase;*/
      color: #d9295e;
    font-size: 86px;
    line-height: 80px;
    text-transform: uppercase;
    padding-top: 11rem;
}

.membership-packages .membership-packages-inner p {
  color: #424242;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.63px;
  font-family: Barlow-Medium;
  width: 65%;
  margin-left: 20%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.membership-packages .membership-packages-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.membership-packages .membership-packages-image img {
  width: 100%;
}

/* pricing-section */
.pricing-section {
  position: relative;
  margin-top: -50px;
  padding-bottom: 175px;
}

.pricing-section h3{
    font-family: Barlow-Bold;
}

.pricing-section .pricing-inner-section {
  border-radius: 60px;
  background: #fff;
  box-shadow: 0px 0px 156px 30px rgba(0, 0, 0, 0.25);
  padding: 50px 44px 50px 44px;
}

.pricing-section .pricing-inner-section .pricing-wrap-main {
  border-radius: 50px;
  padding: 40px 76px 130px 40px;
  display: flex;
  position: relative;
      height: 100%;
}

.pricing-section .pricing-inner-section .grey-bg {
  background: #e3e3e3;
}

.pricing-section .pricing-inner-section .sky-bg {
  background: #e3eeff;
}

.pricing-section .pricing-inner-section .pink-bg {
  background: #f7c4ff;
}

.pricing-section .pricing-inner-section .pricing-wrap-main .pricing-left {
  width: 7%;
  margin-right: 30px;
  min-width: 40px;
}

.pricing-section .pricing-inner-section .pricing-wrap-main .pricing-left h3 {
  /*transform: rotate(90deg);*/
  /*color: #d9295e;*/
  /*font-size: 50px;*/
  /*line-height: 40px;*/
  /*text-transform: uppercase;*/
  /*margin: 0;*/

    transform: rotate(180deg);
    color: #d9295e;
    font-size: 50px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.pricing-section .pricing-inner-section .pricing-wrap-main .pricing-right h2 {
  color: #000;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-section .pricing-inner-section .pricing-wrap-main .pricing-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pricing-inner-section .pricing-wrap-main .pricing-right ul li {
  color: #424242;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-family: Barlow-Bold;
}

.pricing-inner-section .pricing-wrap-main .get-start {
  position: absolute;
  bottom: -9%;
  /* bottom: -15%;
  left: 27%; */
  left: 50%;
  transform: translateX(-50%);
}

.pricing-inner-section .pricing-wrap-main .get-start a {
  background-color: #fd5959;
  width: 203px;
  height: 203px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  text-decoration: none;
}

@media only screen and (max-width: 1199.5px) {
  .membership-banner .membership-banner-inner::after {
    content: "";
    width: 70%;
    height: 100%;
  }

  .membership-banner .membership-inner h2 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .membership-banner .membership-inner .become-member-wrap {
    padding: 20px 70px 30px 20px;
  }

  .membership-banner .membership-inner .become-member-wrap h3 {
    padding: 60px 16px;
    right: -130px;
    top: 16px;
    font-size: 24px;
  }

  .benefit-section .benefit-wrap-content h2 {
    font-size: 96px;
    line-height: 80px;
    margin-top: -80px;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main .pricing-left {
    margin-right: 0px;
    min-width: 40px;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main .pricing-left h3 {
    font-size: 30px;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main {
    padding: 30px 34px 130px 30px;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main .pricing-right h2 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .pricing-inner-section .pricing-wrap-main .pricing-right ul li {
    font-size: 14px;
  }

  .pricing-inner-section .pricing-wrap-main .get-start a {
    width: 163px;
    height: 163px;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991.5px) {
  .membership-banner .membership-inner h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 26px;
    margin-bottom: 26px;
    width: 40%;
  }

  .membership-banner .membership-inner .become-member-wrap {
    margin-top: 70px;
    padding: 20px 140px 30px 20px;
  }

  .membership-banner .membership-banner-inner::after {
    top: -40px;
  }

  .membership-banner .membership-inner .become-member-wrap h3 {
    padding: 50px 18px;
    right: 0px;
    top: 20px;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .membership-wrap-section .benefit-wrap-content {
    position: relative;
    z-index: 9;
  }

  .membership-packages .membership-packages-inner h2 {
    font-size: 66px;
    line-height: 60px;
  }

  .membership-packages .membership-packages-inner p {
    font-size: 18px;
    line-height: 28px;
    width: 45%;
    margin-left: 0%;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main {
    padding: 30px 34px 100px 30px;
    /*margin-bottom: 100px;*/
  }

  .pricing-inner-section .pricing-wrap-main .get-start a {
    width: 143px;
    height: 143px;
    font-size: 18px;
    line-height: 22px;
  }

  .pricing-inner-section .pricing-wrap-main .get-start {
    /*bottom: -15%;*/
       /* bottom: -10%;
    left: 40%; */
    bottom: -9%;
    left: 50%;
    transform: translateX(-50%);
  }

  .pricing-section .pricing-inner-section {
    padding: 50px 44px 30px 44px;
  }

  .membership-wrap-section {
    margin-top: 160px;
    padding-bottom: 170px;
  }
}

@media only screen and (max-width: 767.5px) {
  .membership-banner .membership-banner-inner::after {
    width: 80%;
    /* top: -76px; */
  }

  .membership-banner .membership-inner h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .membership-banner .membership-inner .become-member-wrap p {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
  }

  .benefit-section .benefit-wrap-content h2 {
    font-size: 76px;
    line-height: 60px;
    margin-top: -60px;
  }

  .membership-wrap-section {
    margin-top: 120px;
    padding-bottom: 100px;
  }

  .membership-packages {
    padding-bottom: 66px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .membership-packages .membership-packages-inner p {
    font-size: 16px;
    line-height: 20px;
    width: 45%;
    margin-left: 0%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .Join-btn212 {
    font-size: 14px!important;
    margin-bottom: 15px!important;
    padding: 12px 25px!important;
}
.becomeamember {
    font-size: 19px;
    font-family: 'Ultra-Regular';
    line-height: normal;
}

    #userEmail_error{
        font-size: 13px;
    }
    .registration1234 {
    /* margin-top: 17rem!important; */
}
    .modal-body .modal-body-form .modal-body-end .google-btn button .gsem {
    font-size: 12px!important;
    }

    .Leverage {
    font-size: 20px!important;
}
.kalidoimg{
        width: 160px!important;
}
.membershipkalidop {
    font-size: 18px!important;}
    .zali{
        display:none!important;
    }
    .job-section .job-wrap-list .job-wrap-box p {
    font-size: 14px;
    }
     .upcoming-section-body {
    justify-content: left;
    gap: 35px;
  }
      .companiesss {
    font-size: 18px!important;
    padding: 12px 20px!important;
}
}

@media only screen and (max-width: 525px) {



  .membership-banner .membership-banner-inner::after {
    top: 0px;
    background-position: top;
  }

  .membership-banner .membership-inner h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
  }

  .membership-banner .membership-inner .become-member-wrap {
    padding: 20px 20px 100px 20px;
  }

  .membership-banner .membership-inner .become-member-wrap h3 {
    right: 30%;
    top: auto;
    bottom: -60px;
  }

  .benefit-section .benefit-wrap-content h2 {
    font-size: 35px;
    line-height: 50px;
    /*margin-top: -50px;*/
        margin-top: 20px;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main .pricing-right ul {
    gap: 20px;
  }

  .membership-wrap-section .benefit-wrap-image {
    top: 0px;
    width: 60%;
  }

  .membership-packages .membership-packages-image {
    display: none;
  }

  .membership-packages .membership-packages-inner h2 {
    font-size: 46px;
    line-height: 44px;
  }

  .membership-packages .membership-packages-inner {
    margin-top: -40px;
  }

  .membership-packages {
    padding-bottom: 100px;
  }

  .membership-packages .membership-packages-inner p {
    width: 85%;
  }

  .pricing-section .pricing-inner-section {
    padding: 20px;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main {
    display: block;
    padding: 20px 20px 70px 20px;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main .pricing-left h3 {
    transform: none;
    font-size: 16px;
        writing-mode: unset;
  }

  .pricing-section .pricing-inner-section .pricing-wrap-main .pricing-left {
    margin-right: 0px;
    min-width: auto;
    width: 100%;
    margin-bottom: 5px;
  }

  .pricing-inner-section .pricing-wrap-main .get-start {
    /* left: 30%;
    bottom:-8%; */
    bottom: -9%;
    left: 50%;
    transform: translateX(-50%);
  }

  .pricing-section {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 360px) {
  .membership-banner .membership-inner h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .membership-banner .membership-inner .become-member-wrap {
    margin-top: 50px;
  }

  .pricing-inner-section .pricing-wrap-main .get-start {
    /*left: 20%;*/
    /*bottom: -18%;*/
        /* left: 28%;
    bottom: -8%; */
    bottom: -9%;
    left: 50%;
    transform: translateX(-50%);
  }

  .pricing-section .pricing-inner-section {
    padding: 10px;
  }
}

/* registration-PAGE */
/* registration-main-wrap */
.registration-main-wrap {
  margin-top: 70px;
}

.registration-main-wrap .registration-wrap-inner {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 84px 20px rgba(0, 0, 0, 0.25);
  padding: 44px 0px 175px;
}

.registration-main-wrap .registration-wrap-inner .registration-image {
  margin-top: -120px;
}

.registration-wrap-inner .registration-form-main {
  position: relative;
}

.registration-wrap-inner .registration-form-main .membership-image {
  display: none;
}

.registration-wrap-inner .registration-form-main h2 {
  color: #000;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  width: 320px;
}

.registration-wrap-inner .registration-form-main .registration-form-inner {
  display: flex;
  margin-top: 50px;
}

.registration-wrap-inner .registration-form-main form {
  width: 70%;
}

.registration-wrap-inner .registration-form-main .form-group {
  margin-bottom: 10px;
}

.registration-wrap-inner .registration-form-main .form-group input {
  width: 100%;
  border-radius: 60px;
  border: 0.5px solid #424242;
  background: #fff;
  color: #424242;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.48px;
  /*text-transform: uppercase;*/
  padding: 20px 30px;
}

.registration-wrap-inner .registration-form-main .form-preference {
  width: 90%;
}

.registration-wrap-inner .registration-form-main .form-preference span {
  color: #000;
  font-size: 14px;
  line-height: 28px;
}

.registration-wrap-inner .registration-form-main .form-preference p {
  color: #000;
  font-size: 16px;
  font-family: Barlow-Medium;
  line-height: 24px;
  margin-top: 30px;
}

.registration-wrap-inner .registration-form-main .submit-btn {
  text-align: center;
  margin-top: 32px;
}

.registration-wrap-inner .registration-form-main .submit-btn button {
  color: #fff;
  border-radius: 40px;
  background: #424242;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  padding: 20px 100px;
  border: none;
}

.registration-form-main .registration-form-inner .mobile-view {
  display: none;
}

.registration-form-main .registration-form-inner .web-view {
  display: block;
}

.drag-area {
  border: 0.5px solid #424242;
  padding: 33px 0px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 60px;
      text-align: center;
}

.drag-area.active {
  border: 2px solid #2d2d2d;
}

.drag-area .icon {
  color: #000000;
}

.drag-area header {
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  margin-top: 5px;
}

.drag-area span {
  font-size: 14px;
  font-family: Barlow-Bold;
  color: #000000;
  margin: 20px 0 32px 0;
}

.drag-area button {
  padding: 10px 70px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 40px;
  background: #424242;
  color: #fff;
  cursor: pointer;
  font-family: Ultra-Regular;
}

.drag-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.registration-wrap-inner .picture-add {
  text-align: center;
  width: 100%;
}

.registration-wrap-inner .picture-add .picture-inner {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.registration-wrap-inner .picture-add .picture-inner span {
  color: #424242;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.input-file-container {
  position: relative;
}

.picture-add .input-file-trigger {
  display: block;
  transition: all 0.4s;
  cursor: pointer;
  background-color: #d9d9d9;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.picture-add .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.picture-add .input-file:hover+.input-file-trigger,
.picture-add .input-file:focus+.input-file-trigger,
.picture-add .input-file-trigger:hover,
.picture-add .input-file-trigger:focus {
  background: #d9d9d9;
}

.file-return {
  margin: 0;
}

.file-return:not(:empty) {
  margin: 1em 0;
}

.picture-add .file-return {
  color: #424242;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.picture-add .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}

@media only screen and (max-width: 1199.5px) {
  .registration-main-wrap .registration-wrap-inner .registration-image {
    margin-top: -90px;
  }

  /* Login form */
  .login-form-main .modal-dialog .modal-content .close-btn {
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: 20px;
  }

  .login-form-main .modal-dialog .modal-content::after {
    content: "";
    width: 440px;
    height: 100%;
    top: auto;
    right: 20px;
    bottom: -40px;
    z-index: 0;
  }
}

@media only screen and (max-width: 991.5px) {
  .login-form-main {
    width: 90%;
    left: 5%;
  }

  .main-header .navbar-brand {
    width: 83px;
  }

  .login-form-main .modal-dialog .modal-content::after {
    content: "";
    display: none;
  }

  .login-form-main .modal-dialog .modal-body .modal-body-head {
    transform: none;
    position: unset;
    margin-top: -70px;
  }

  .login-form-main .modal-dialog .modal-body .modal-body-head h2 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 30px;
  }

  .login-form-main .modal-dialog .modal-body .modal-body-form {
    margin: auto;
    width: 80%;
  }

  .main-header .navbar-logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .main-header .navbar-logo button {
    border: none;
  }

  .main-header .navbar-logo button:focus {
    box-shadow: none;
  }

  .main-header .profile-header a img {
    width: 40px;
  }

  .main-header .profile-header .dropdown-toggle::after {
    display: none;
  }

  .registration-main-wrap .registration-wrap-inner .registration-image {
    display: none;
  }

  .registration-main-wrap .registration-wrap-inner {
    box-shadow: none;
    padding-top: 0;

    border-radius: 0px;
  }

  .registration-wrap-inner .registration-form-main .membership-image {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 166px;
  }

  .registration-wrap-inner .picture-add .picture-inner {
    align-items: flex-start;
    margin-bottom: 30px;
    display: table-caption;
  }

  .registration-wrap-inner .registration-form-main {
    width: 90%;
    margin: auto;
    padding: 40px 0px;
  }

  .registration-wrap-inner .registration-form-main .form-group {
    margin-bottom: 16px;
  }

  .registration-wrap-inner .registration-form-main .registration-form-inner {
    display: flex;
    margin-top: 30px;
  }

  .registration-wrap-inner .registration-form-main form {
    width: 100%;
  }

  .registration-form-main .registration-form-inner .mobile-view {
    display: block;
  }

  .registration-form-main .registration-form-inner .web-view {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .registration-main-wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 525px) {
  .registration-wrap-inner .registration-form-main {
    width: 100%;
    padding: 0;
  }

  .registration-wrap-inner .registration-form-main .form-group input {
    padding: 10px 24px;
    font-size: 12px;
  }

  .login-form-main .modal-dialog .modal-body .modal-body-form {
    margin: auto;
    width: 100%;
  }

  .login-form-main .modal-dialog .modal-body {
    position: relative;
    padding: 30px 15px 40px 15px;
  }

  .login-form-main .modal-dialog .modal-body .modal-body-form .form-group input {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.48px;
    padding: 14px 29px;
  }

  .modal-body .modal-body-form .modal-body-end .login-btn {
    font-size: 20px;
    padding: 14px;
    width: 90%;
  }

  .modal-body .modal-body-form .modal-body-end .back-btn {
    font-size: 20px;
    padding: 14px;
    width: 90%;
  }

  .modal-body .modal-body-form .modal-body-end .google-btn button {
    font-size: 14px;
    width: 70%;
    gap: 8px;
  }

  .modal-body .modal-body-form .modal-body-end .google-btn button img {
    width: 20px;
  }

  .drag-area {
    font-size: 21px;
  }

  .registration-wrap-inner .registration-form-main .registration-form-inner {
    /*margin-top: 20px;*/
        /*margin-top: 260px;*/
            margin-top: auto;
  }

  .main-header .profile-header .dropdown-menu {
    left: -120px;
  }

  .registration-wrap-inner .registration-form-main .submit-btn button {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    width: auto;
    padding: 7px 55px;
  }

  .drag-area button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    padding: 5px 40px;
  }

  .drag-area {
    padding: 23px 0px 32px 0px;
  }

  .registration-wrap-inner .picture-add .picture-inner span {
    font-size: 12px;
  }

  .registration-wrap-inner .registration-form-main .membership-image {
    width: 106px;
  }

  .registration-wrap-inner .picture-add .picture-inner {
    flex-direction: row;
    justify-content: center;
  }

  .registration-wrap-inner .picture-add .picture-inner .input-file-trigger {
    width: 78px;
    height: 78px;
    padding: 14px;
  }

  .registration-wrap-inner .picture-add .picture-inner .input-file-trigger svg {
    width: 21px;
  }

  .registration-wrap-inner .picture-add {
    /*width: 100%;*/
    /*padding: 10px 10px;*/
    width: 100%;
    padding: 10px 10px;
    /* position: absolute; */
    top: 60px;
  }

  .registration-wrap-inner .registration-form-main .form-preference {
    width: 100%;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .registration-wrap-inner .registration-form-main h2 {
    font-size: 20px;
  }
}

/* Payment - PAGE */
.payment-access-section {
  padding-top: 50px;
  padding-bottom: 84px;
}

.payment-access-section .payment-access-inner {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.25);
  padding: 40px 30px;
}

.payment-access-section .payment-access-inner p {
  color: #727176;
  font-size: 18px;
  line-height: 113.5%;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  margin-bottom: 20px;
}

.payment-access-section .payment-access-inner p span {
  color: #d9295e;
}

.payment-access-section .payment-access-inner h2 {
  color: #212121;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* payment-body-main */
.payment-body-main {
  padding-bottom: 121px;
}

.payment-body-main .payment-body-inner {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 84px 20px rgba(0, 0, 0, 0.25);
}

.payment-body-main .payment-body-inner .features {
  padding: 0px 30px;
  text-align: center;
}

.payment-body-inner .payment-wrap-main .payment-wrap-left {
  border-radius: 20px;
  background: #D9295E;
  margin-top: -64px;
  width: 25%;
  margin-bottom: -60px;
}

.payment-wrap-left .payment-wrap-left-top h2 {
  color: #fff;
  font-size: 18px;
  line-height: 113.5%;
  padding: 22px 0px;
  margin-bottom: 0px;
    font-family: Ultra-Regular;
}

.payment-wrap-left .payment-wrap-left-top .payment-list {
  display: flex;
  align-items: center;
  gap: 56px;
  background: #fff;
  padding: 26px 17px;
  border-left: 3px solid #d9295e;
}

.payment-body-main .payment-body-inner .selector {
  display: flex;
}

.payment-body-main .payment-body-inner .tab-cont {
  margin-top: 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  flex: 1;
  height: 100%;
  outline: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

.payment-body-main .payment-body-inner .tab-cont button {
  display: flex;
  width: 100%;
  padding: 24px;
  margin-left: 40px;
  border-radius: 20px 0px 0px 20px;
  background: #fff;
  border: none;
  outline: 0;
  background-color: transparent;
  font-family: Ultra-Regular;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
}

.payment-body-main .payment-body-inner .tab-cont button:hover {
  background-color: #f8f9fa;
  color: #29d9d9;
  cursor: pointer;
}

.payment-body-main .payment-body-inner .payment-wrap-right {
  width: 75%;
  padding-top: 26px;
  padding-left: 46px;
  padding-bottom: 59px;
}

.payment-body-main .payment-body-inner .tab-content {
  flex: 9;
  animation: anime 1.5s;
  text-align: left;
  display: none;
}

.payment-body-main .payment-body-inner .tab-content.active {
  display: block;
}

.payment-body-main .payment-body-inner .tab-cont .but.active {
  background-color: #ffffff;
  color: #29d9d9;
  text-decoration: none;
  outline: 0;
  font-weight: 500;
}

.payment-right-content .card-information h3 {
  color: #000;
  font-family: Barlow-Bold;
  font-size: 22px;
  line-height: 148.5%;
  margin-bottom: 14px;
}

.payment-right-content .form-group {
  margin-top: 32px;
}

.payment-right-content .form-group label {
  color: #616161;
  font-size: 20px;
  line-height: 148.5%;
  font-family: Barlow-Medium;
  margin-bottom: 20px;
}

.payment-right-content .form-group input,
.payment-right-content .form-group select {
  width: 100%;
  padding: 16px 68px 16px 43px;
  gap: 10px;
  border-radius: 28px;
  border: 0.58px solid #ff9f00;
  color: #000;
  font-family: Barlow-Regular;
  font-size: 18px;
  line-height: 148.5%;
}

.payment-right-content .information-input {
  position: relative;
}

.payment-right-content .information-input img {
  position: absolute;
  bottom: 10px;
  right: 70px;
}

.payment-right-content .form-group .information-card-inner {
  margin-top: 16px;
}

.payment-right-content .form-group .information-card-inner input {
  text-align: center;
}

.payment-right-content .form-group .form-check {
  display: flex;
  gap: 15px;
  padding: 0;
}

.payment-right-content .form-group .form-check input {
  line-height: normal;
  height: 11px;
  width: 11px;
  border-radius: 2px !important;
}

.payment-right-content .form-group .form-check label {
  width: 11px;
  height: 11px;
  border-radius: 2px !important;
  margin-bottom: 0px;
  margin-top: 6px;
}

.payment-right-content .form-group .form-check label::after {
  width: 11px;
  height: 11px;
  border-radius: 2px !important;
  font-size: 8px;
  line-height: 12px;
}

.payment-right-content .form-group .form-check label::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 2px !important;
}

.payment-right-content .form-group .form-check p {
  margin-bottom: 0px;
}

.payment-right-content .submit-btn {
  margin-top: 50px;
}

.payment-right-content .submit-btn button {
  border-radius: 28px;
  background: #424242;
  color: #fff;
  font-size: 18px;
  line-height: 148.5%;
  font-family: Barlow-Medium;
  border: none;
  padding: 16px;
  width: 320px;
}

@keyframes anime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.payment-web-view {
  display: block;
}

/* mobile-profile-membership */
.payment-mobile-view {
  display: none;
}

.payment-mobile-main {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 9;
  overflow: hidden;
  min-height: 100vh;
  margin-bottom: 50px;
}

.payment-mobile-main::after {
  content: "";
  position: absolute;
  background-color: #29d9d9;
  border-radius: 20px 0px 0px 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 20px;
  z-index: -1;
}

.payment-mobile-main .payment-mobile-inner {
  padding: 40px 40px 40px 60px;
}

.payment-mobile-main .payment-mobile-inner h2 {
  color: #fff;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.payment-mobile-inner .mobile-payment-list {
  display: flex;
  align-items: center;
  gap: 56px;
  background: #fff;
  padding: 8px 17px;
  border-left: 3px solid #29d9d9;
}


.payment-mobile-view {
  display: none;
}

.payment-mobile-main {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 9;
  overflow: hidden;
  min-height: 100vh;
  margin-bottom: 50px;
}

.payment-mobile-main::after {
  content: "";
  position: absolute;
  background-color: #29d9d9;
  border-radius: 20px 0px 0px 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 20px;
  z-index: -1;
}

.payment-mobile-main .payment-mobile-inner {
  padding: 40px 40px 40px 60px;
}

.payment-mobile-main .payment-mobile-inner h2 {
  color: #fff;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.payment-mobile-inner .mobile-payment-list {
  display: flex;
  align-items: center;
  gap: 56px;
  background: #fff;
  padding: 8px 17px;
  border-left: 3px solid #29d9d9;
}


/*  */
.accordion {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.accordion .mobile-wrap {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

.accordion li a.toggle {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  transition: background 0.3s ease;
  font-family: Ultra-Regular;
  text-decoration: none;
}

@media only screen and (max-width: 1199.5px) {
  .payment-access-section .payment-access-inner h2 {
    font-size: 32px;
  }

  .payment-access-section .payment-access-inner {
    padding: 30px 20px;
  }

  .payment-body-inner .payment-wrap-main .payment-wrap-left {
    width: 30%;
  }

  .payment-body-main .payment-body-inner .payment-wrap-right {
    width: 70%;
  }
}

@media only screen and (max-width: 1024px) {
  .payment-right-content .information-input img {
    right: 20px;
  }
}

@media only screen and (max-width: 991.5px) {
  .payment-web-view {
    display: none;
  }

  .payment-mobile-view {
    display: block;
  }

  .payment-right-content .card-information h3 {
    font-size: 15px;
  }

  .payment-right-content .form-group label {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 6px;
  }

  .payment-access-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .accordion li {
    padding: 15px 15px 15px 15px;
  }

  .active-Mobile {
    background: #fff;
    color: #000;
    border-radius: 20px;
  }

  .active-Mobile a {
    color: #29d9d9 !important;
  }

  .accordion .mobile-wrap {
    color: #000;
    padding: 15px 15px 15px 15px;
  }

  .payment-right-content .form-group .form-check p {
    color: #000;
  }
}

@media only screen and (max-width: 525px) {
.packages12 {
font-size: 35px !important;
    color: #D9295E;
    padding-top: 5rem;
}
  /* profile membership */
  .profilemem {
    padding: 0 !important;
  }

  .profilemem1 {
    padding: 0 !important;
  }

  .profilemem2 {
    padding: 0 !important;
    gap: 10px !important;
  }

  .profilemem3 {
    padding: 0 !important;
  }


  .profilemem10 {
    margin-top: 1rem !important;
  }

  .profilemem12 {
    display: unset !important;
  }

  .profilemem13 {
    width: 150px !important;
    height: 150px !important;
    font-size: 25px !important;
  }

  .upgrade-wrap1 h2 {
    width: 140px !important;
    height: 140px !important;
    font-size: 23px !important;
  }

  .profilemem1222 {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    display: flex;
  }

  .dktnone {
    display: block !important;
  }

  /* profile membership */




  .payment-access-section .payment-access-inner {
    padding: 20px;
  }

  .payment-access-section .payment-access-inner p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 14px;
  }

  .payment-access-section .payment-access-inner h2 {
    font-size: 26px;
  }

  .payment-mobile-main::after {
    left: 12px;
  }

  .payment-mobile-main .payment-mobile-inner {
    padding: 40px 15px 40px 32px;
  }

  .payment-mobile-main .payment-mobile-inner h2 {
    font-size: 35px;
  }

  .rumo img {
    width: 100px;
    margin-bottom: 1rem;
  }

  .promemprocess {
    background-color: unset !important;
    color: #000000 !important;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    font-size: 13px;
    margin-top: 1rem;
  }

  .promemprocess1 {
    padding: 7px 20px 0px 0px !important;
  }

  .accordion {
    padding-left: 0px;
    gap: 20px;
    margin-top: 40px;
  }

  .accordion li a.toggle {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .payment-right-content .form-group input,
  .payment-right-content .form-group select {
    padding: 12px 20px 12px 20px;
    gap: 10px;
    font-size: 14px;
    line-height: normal;
  }

  .payment-right-content .form-group {
    margin-top: 12px;
  }

  .payment-right-content .information-input img {
    right: 20px;
    width: 32px;
  }

  .payment-right-content .submit-btn {
    margin-top: 30px;
    text-align: center;
  }

  .payment-right-content .submit-btn button {
    font-size: 18px;
    line-height: normal;
    padding: 12px;
    width: 220px;
  }
}

/* Profile-Membership-Page */
.membership-body-main {
  padding-bottom: 121px;
  margin-top: 120px;
  padding-top: 195px;
}

.membership-body-main .membership-body-inner {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 84px 20px rgba(0, 0, 0, 0.25);
}

.membership-body-main .membership-body-inner .features {
  padding: 0px 30px;
  text-align: center;
}

.membership-body-inner .membership-wrap-main .membership-wrap-left {
  border-radius: 20px;
  background: #d9295e;
  margin-top: -195px;
  width: 25%;
  margin-bottom: -60px;
  box-shadow: 7px -10px 17px 0px rgba(0, 0, 0, 0.25);
}

.membership-wrap-left .membership-wrap-left-top {
  margin-top: -90px;
}

.membership-wrap-left .membership-wrap-left-top .membership-profile {
  position: relative;
  display: inline-block;
}

.membership-wrap-left .membership-wrap-left-top .membership-profile a {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 10px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.membership-body-main .membership-body-inner .selector {
  display: flex;
}

.membership-body-main .membership-body-inner .tab-cont {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  flex: 1;
  height: 100%;
  outline: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 143px;
}

.membership-body-main .membership-body-inner .tab-cont button {
  display: flex;
  width: 100%;
  padding: 24px;
  margin-left: 40px;
  border-radius: 20px 0px 0px 20px;
  background: #fff;
  border: none;
  outline: 0;
  background-color: transparent;
  font-family: Ultra-Regular;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
}

.membership-body-main .membership-body-inner .tab-cont button:hover {
  background-color: #f8f9fa;
  color: #d9295e;
  cursor: pointer;
}

.membership-body-main .membership-body-inner .membership-wrap-right {
  width: 75%;
  padding-top: 50px;
  padding-left: 35px;
  padding-bottom: 59px;
  position: relative;
}

.membership-body-inner .membership-wrap-right .wrap-top-head {
  position: absolute;
  top: -200px;
  text-align: start;
}

.membership-body-inner .membership-wrap-right .wrap-top-head h3 {
  font-size: 28px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.membership-body-inner .membership-wrap-right .wrap-top-head p {
  color: #000;
  font-size: 18px;
  line-height: 113.5%;
  text-transform: uppercase;
  font-family: Ultra-Regular;
  margin-bottom: 12px;
}

.membership-body-inner .membership-wrap-right .wrap-top-head a {
  color: #000;
  font-family: Ultra-Regular;
  font-size: 18px;
  line-height: 113.5%;
  text-decoration: none;
}

.membership-body-main .membership-body-inner .tab-content {
  flex: 9;
  animation: content 1.5s;
  text-align: left;
  display: none;
}

.membership-body-main .membership-body-inner .tab-content.active {
  display: block;
}

.membership-body-main .membership-body-inner .tab-cont .but.active {
  background-color: #ffffff;
  color: #d9295e;
  text-decoration: none;
  outline: 0;
  font-weight: 500;
}

@keyframes content {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab-content .membership-content-one {
  display: flex;
  align-items: center;
  gap: 120px;
}

.tab-content .membership-content-one ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0;
}

.tab-content .membership-content-one ul li h3 {
  color: #424242;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.63px;
  text-transform: uppercase;
  font-family: Barlow-Bold;
  margin-bottom: 0px;
}

.tab-content .membership-content-one ul li p {
  color: #424242;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.63px;
  text-transform: uppercase;
}

.tab-content .membership-content-one .upgrade-wrap h2 {
  color: #fff;
  background-color: #fd5959;
  width: 203px;
  height: 203px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}

.upgrade-wrap18 h2 {
  color: #fff;
  background-color: #D9295E;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}

.upgrade-wrap24 h2 {
  color: #fff;
  background-color: #29D9D9;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}

.upgrade-wrap45 h2 {
  color: #fff;
  background-color: #D929B2;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}


.upgrade-wrap54 h2 {
  color: #fff;
  background-color: #FD5958;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}


.tab-content .membership-content-one .membership-bg-image {
  position: absolute;
  right: 0;
  top: -290px;
}

.membership-web-view {
  display: block;
}

/* mobile-membership */
.membership-mobile-view {
  display: none;
}

@media only screen and (max-width: 1199.5px) {
  .membership-access-section .membership-access-inner h2 {
    font-size: 32px;
  }

  .membership-access-section .membership-access-inner {
    padding: 30px 20px;
  }

  .membership-body-inner .membership-wrap-main .membership-wrap-left {
    width: 30%;
  }

  .membership-body-main .membership-body-inner .membership-wrap-right {
    width: 70%;
  }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991.5px) {
  .membership-web-view {
    display: none;
  }

  .membership-mobile-view {
    display: block;
  }
}


.process01.active {
  background-color: unset !important;
  color: #D9295E !important;
  border-right: 1px solid #D9295E !important;
  border-radius: 8px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 3rem;
}

.process01 {
  background-color: unset !important;
  color: #727176 !important;
  border-right: 1px solid #727176 !important;
  border-radius: 8px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 3rem;

}

.process011 {
  padding: 0.5rem 3rem 0 0 !important;
}

.membership-bg-image1 {
  position: absolute;
  right: 0;
  top: -290px;
}

.colorpink {
  color: #D9295E !important;
}

.appls {
  color: #D9295E;
  text-align: center;
  padding-top: 1rem;
}

.appls1 {
  color: #29D9D9;
  text-align: center;
  padding-top: 1rem;
}

.appls2 {
  color: #D929B2;
  text-align: center;
  padding-top: 1rem;
}

.appls3 {
  color: #FD5958;
  text-align: center;
  padding-top: 1rem;
}

.membership-bg {
  width: 260px;
}


.profilemem10 {
  margin-top: 8rem;
}

.dktnone {
  display: none;
}

/* event page */
.timelines {
  background-color: #fff;
  padding: 5px 15px;
  position: relative;
  top: 60px;
  z-index: 999;
  border-radius: 0px 20px 20px 0px;
  font-weight: bold;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0;
  border-radius: 10px;
      height: 100%;
}


/* event detail page */
.Time10 {
  font-weight: bold;
}

.discrpit {
  color: #D9295E;
  margin-top: 2rem;
}

.book_now_btn{
    color: #fff;
    background-color: #d9295e;
    padding: 8px 14px;
    font-size: 18px;
    border-radius: 110px;
    text-transform: uppercase;
    font-family: Barlow-Bold;
    border: none;
    text-decoration: none;
}
.book_now_btn:hover{
    color: #fff;
    background-color: #212529;
}

.tagss li {
  background-color: #29D9D9;
  color: #fff;
  padding: 5px 30px;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.inner455 {
  margin: 0rem 4rem;
}

@media only screen and (max-width: 991.5px) {
  .inner455 {
    margin: 0;
  }

  .payment-access-section .payment-access-inner {
    padding: 0!important;
  }
}


/* about us */
.mission h1 {
  /*color: #D9295E;*/
  /*font-size: 110px;*/
  /*text-transform: uppercase;*/
  /*padding-top: 5rem;*/
  /*line-height: 83px;*/
      color: #D9295E;
    font-size: 105px;
    text-transform: uppercase;
    padding-top: 5rem;
    line-height: 90px;
    padding-bottom: 1rem;
}

.mission p {
  font-size: 20px;
}

.ADVISOR {
  background-color: #D7CFBA;
}

@media only screen and (max-width: 991.5px) {

  .mission h1 {
    color: #D9295E;
    font-size: 35px;
    text-transform: uppercase;
    padding-top: 5rem;
    line-height: 38px;
    padding-bottom: 1rem;
  }

  .about1233 img {
    width: 100%;
  }

  .mission p {
    font-size: 18px;
  }

  .roshnia {
    max-width: 180px;
    min-width: 180px;
    width: 180px;
    margin-bottom: 1rem;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
  }
}

.roshnia {
  max-width: 180px;
  min-width: 180px;
  width: 180px;
  margin-bottom: 1rem;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}

.pagemomes {
  padding: 10px;
  text-decoration: none;
  color: #29D9D9;
  font-family: Ultra-Regular;
}

.page-link {
  position: relative;
  display: block;
  color: #29D9D9;
  text-decoration: none;
  background-color: transparent !important;
  border: unset !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: Ultra-Regular;
}

.rightpagearrow {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
}

.example12 {
  text-align: right;
  padding: 14px 90px;
}

.bgpink {
  background-color: #D9295E;
  border-radius: 20px 20px 0px 0px;
  padding: 3rem;
}

.bgpink1 {
  background-color: #D9295E;
  border-radius: 0px 0px 20px 20px;
  padding: 2rem;
}

.folsds {
  height: 100%;
  width:56px;
}

.blogpend {
  padding: 3rem;
}

.card-img-top{
        border-radius: 10px;
}
.registration-form-main123 {
  background-color: #FD5959;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 40px;
  padding: 5rem;
  color: #fff;
}

.rohans{
  border-radius: 20px!important;
  border: 0.5px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  padding: 20px 30px;
  width: 100%!important;
}
.rosan{
  position: absolute!important;
  right: 40px;
  top: 17px;
  border: 0.5px solid #ffffff;
  border-radius: 10px!important;
  color: #ffffff;
}
.rohans:focus {
  color: #212529;
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  box-shadow: unset;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.getintouch{
  font-size: 126px;
  line-height: 120px;
  text-transform: uppercase;
}

#subscribeMailSUBMIT{
    border: none;
    background: no-repeat;
}
.member-pics{
        border-radius: 100%;
    width: 180px;
}

.user_pic{
    width:60px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


.membershipkalido{
    background-image: url(../image/bgsep.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}


.membershipkalidop{
font-size: 28px;
    line-height: normal;
    padding-top: 2rem;
}

.Leverage{
    font-size:45px;
}
.membership-packages1{
    background: #ffa0b8;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    /* top: -30px; */
    z-index: -1;

}

.packages12{
        font-size: 70px;
    color: #D9295E;
}

.logosImgsems{
    border: 1px solid #D9295E;
    padding: 70px 70px 70px 70px;
    margin-bottom: 3rem;
    border-radius: 20px;
}

.logosImgs{
  align-items: center;
}

.companiesss {
    font-size: 30px;
    position: relative;
    background-color: #fff;
    padding: 12px 90px;
    left: 60px;
    top: 25px;
    border: 1px solid #000;
    border-radius: 100px;
    font-family: Ultra-Regular;
    color:#D9295E;
}

.reusd{
    padding: 10px 30px;font-size: 14px;
          border: none;outline: none;border-radius: 40px;background: #424242;color: #fff;
          cursor: pointer;font-family: MontaguSlab-SemiBold;margin: 0px 16px;
}

.reusd:hover{
        background: #d9295e;
        color:#fff;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
   .member-section {
    padding: 0;
}
.event-banner {
    margin-top: 0;
}
.benefit-section .benefit-wrap-content h2 {
    font-size: 60px;
}
.benefit-section .benefit-wrap-content h2 {
    font-size: 65px;
}
.main-detail-section .who-wrap-section h2 {
    font-size: 65px;
}
.advisor-section .tabs .tab {
    font-size: 30px!important;
}
    .membership-banner .membership-banner-inner {
    position: relative;
    margin-top: 4rem;
}
}
@media only screen and (min-width: 1366px)and (max-width: 1400px){
    .member-section .member-content h2 {
        margin-top: 5rem;
    }

}

.google-btn button {
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    color: #424242;
    font-size: 16px;
    line-height: 60px;
    border: none;
    font-family: Barlow-Bold;
    width: 80%;
    justify-content: center;
    gap: 15px;
}
.google-btn button .gsem {
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    color: #424242;
    font-size: 16px;
    line-height: 60px;
    border: none;
    font-family: Barlow-Bold;
    width: 100%;
    justify-content: center;
    gap: 15px;
}
.google-btn button {
    display: flex;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    color: #424242;
    font-size: 16px;
    line-height: 60px;
    border: none;
    font-family: Barlow-Bold;
    width: 80%;
    justify-content: center;
    gap: 15px;
}

#registerMemberForm .social-auth-register p {
    color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Ultra-Regular;
}

#registerMemberForm .social-auth-register .submit-btn button {
    color: #fff;
    border-radius: 40px;
    background: #424242;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: Ultra-Regular;
    padding: 20px 50px;
    border: none;
    width: auto;
    height: auto;
}


/*contact us modal*/
/* Modal-contact-us-form-main */
.contact-us-form-main .modal-dialog {
    max-width: 960px;
}

.contact-us-form-main .modal-dialog .modal-content {
    border-radius: 40px;
    background: #d9295e;
    color: #fff;
    position: relative;
}

.contact-us-form-main .modal-dialog .modal-content::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    right: -330px;
    top: 0;
    z-index: 0;
}

.contact-us-form-main .modal-dialog .modal-content .modal-content-top {
    width: 100%;
    text-align: end;
}

.contact-us-form-main .modal-dialog .modal-content .close-btn {
    width: 56px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    font-family: Ultra-Regular;
    border: none;
    margin-right: -20px;
    margin-top: -20px;
    z-index: 9;
    position: relative;
}

.contact-us-form-main .modal-dialog .modal-body {
    position: relative;
    padding: 30px 30px 77px 30px;
}

.contact-us-form-main .modal-dialog .modal-body .modal-body-head {
  transform: rotate(90deg);
  position: absolute;
  left: -200px;
  top: 274px;
}

.contact-us-form-main .modal-dialog .modal-body .modal-body-head h2 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 73px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0px;
}

.contact-us-form-main .modal-dialog .modal-body .modal-body-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.contact-us-form-main .modal-dialog .modal-body .modal-body-form .form-group {
    margin-bottom: 21px;
}

.contact-us-form-main .modal-dialog .modal-body .modal-body-form .form-group input {
    border-radius: 30px;
    width: 100%;
    background: #fff;
    color: #424242;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.48px;
    /*text-transform: uppercase;*/
    padding: 20px 39px;
    border: none;
}
.contact-us-form-main .modal-dialog .modal-body .modal-body-form .form-group textarea {
    border-radius: 30px;
    width: 100%;
    background: #fff;
    color: #424242;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.48px;
    /*text-transform: uppercase;*/
    padding: 20px 39px;
    border: none;
}

.contact-us-form-main .modal-dialog .modal-body .modal-body-form {
    position: relative;
    z-index: 99;
}

#contactUsMODAL input::placeholder, textarea::placeholder{
    color: #757575;
}

.contactUsFormError{
    color: white;
    font-weight: 700;
    display: inline-block;
    padding-left: 30px;
    margin-top: 5px;
}

@media only screen and (max-width: 991.5px) {
    .contact-us-form-main {
        width: 90%;
        left: 5%;
    }

    .contact-us-form-main .modal-dialog .modal-content::after {
        content: "";
        display: none;
    }

    .contact-us-form-main .modal-dialog .modal-body .modal-body-head {
        transform: none;
        position: unset;
        margin-top: -70px;
    }

    .contact-us-form-main .modal-dialog .modal-body .modal-body-head h2 {
      font-size: 34px;
      line-height: normal;
      margin-bottom: 26px;
      margin-top: 22px;
    }

    .contact-us-form-main .modal-dialog .modal-body .modal-body-form {
        margin: auto;
        width: 80%;
    }
}

@media only screen and (max-width: 525px) {

    .contact-us-form-main .modal-dialog .modal-body .modal-body-form {
        margin: auto;
        width: 100%;
    }

    .contact-us-form-main .modal-dialog .modal-body {
        position: relative;
        padding: 30px 15px 40px 15px;
    }

    .contact-us-form-main .modal-dialog .modal-body .modal-body-form .form-group input {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: -0.48px;
        padding: 14px 29px;
    }

}
/*contact us modal*/
