body {
  font-family: "Poppins", sans-serif;
  padding: 0px;
}

.bg {
  background-color: #4e2734;
  display: flex;
  min-height: 100vh;
  padding: 50px;
}

.wrapper {
  width: 80%;
  margin: auto;
  align-self: center;
  max-width: 1400px;
  background-color: #fff;
  border-radius: 16px;
  border: 0px;
}

::placeholder {
  color: #667085 !important;
  font-weight: 400;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #667085 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #667085 !important;
}

/*home page*/

.navbar-expand-lg .navbar-nav {
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
}

.navbar-expand-lg .navbar-collapse {
  align-items: flex-start;
  width: 100%;
}

.home-navbar .navbar-expand-lg {
  width: auto;
  width: fit-content;
  width: 260px;
  background-color: white !important;
  padding: 0;
}

.home-navbar {
  width: auto;
  width: fit-content;
  background-color: white;
  box-shadow: 0px 10px 60px 0px #0000001a;
}

.navbar > .container-fluid {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
}

.dropmenuhome .dropdown-item {
  padding: 5px 0;
  font-size: 14px;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  margin: 2px 0;
  color: #000 !important;
}
.p-btn {
  display: none;
}
.dropmenuhome .dropdown-item.active {
  background: #ff8f1c;
}

.dropmenuhome .dropdown-item:hover {
  background: #ff8f1c;
}

.dropmenuhome {
  background-color: #fcf5f9;
  border: 0px solid #111;
  width: 100%;
  position: relative;
}

.arrowicon {
  position: absolute;
  right: 5px;
}

.arrowicon img {
  width: 4px;
}

.nav-item {
  margin: 10px 5px;
}
.nav-link {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  color: #808080 !important;
}
.nav-link.active {
  background: #ff8f1c;
  color: white !important;
  border-radius: 8px;
}

.nav-link.active:hover {
  background: #ff8f1c;
  color: white !important;
  border-radius: 8px;
}
.nav-link:hover {
  background: #ff8f1c !important;
  color: white !important;
  border-radius: 8px;
}
.navbar-brand .matrimonialicon {
  max-width: 140px;
  margin: 20px 20px 20px 10px;
}

.home-navbar {
  width: auto;
  width: fit-content;
  position: fixed;
  width: 260px;
  height: 100vh;
  overflow: auto;
}

.rightsection {
  margin-left: 260px;
}

.bottomnav {
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 0 10px;
}

/*matched page*/

.rightsection {
  padding: 40px 40px 40px;
  width: 100%;
  background-color: #f5f4f7;
}
.profile-btn {
  border-radius: 50px;
  background-color: white;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: #242424;
  display: block;
}
.myprofile-profile {
  border-radius: 12px;
  background-color: #37332f;
}
.myprofile-profile-img {
  width: 100%;
  height: auto;
}
.myprofile-name {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.16500000655651093px;
}
.my-profile-editprofile {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
}
.myprofile-card {
  background-repeat: no-repeat;
  background-image: url(img/profile-card.png);
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.myprofile-heading {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}
.orange-btn {
  background-color: #ff8f1c;
  box-shadow: 0px 4px 6px 0px #0000001c;
  border-radius: 8px;
  color: white;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}
.myprofile-text {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}
.myprofile-caendar {
  width: 100%;
  height: auto;
}
.myprofile-date {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}
.text-black {
  color: black;
}
.border-btn {
  border: 1px solid #ff8f1c;
  color: #ff8f1c;
  border-radius: 4px;
}
.how1 {
  background-image: url("img/how1.png");
  width: 30%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  position: relative;
  margin: 0px 20px;
}
.how2 {
  background-image: url("img/how2.png");
  width: 30%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  position: relative;
  margin: 0px 20px;
}
.how3 {
  background-image: url("img/how3.png");
  width: 30%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  position: relative;
  margin: 0px 20px;
}
.how-text {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
}
.textpos {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #808080;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}
.card-title {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #403b3b;
}
.card {
  box-shadow: 0px 10px 60px 0px #0000001a;
  border-radius: 12px;
  border: none;
  padding: 25px;
}
.blog-info {
  font-family: "Poppins";
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: #808080;
}
.orange {
  color: #ff8f1c !important;
}
.card img {
  position: relative;
}
.card-icon {
  position: absolute;
  right: 10%;
  top: 12%;
  color: white;
  background: #04040433;
  padding: 4px 6px;
  border-radius: 4px;
}
.subscription-heading {
  font-family: "Poppins";
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0em;
  color: #242424;
}
.subscription-text {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #808080;
}
.subscription-card {
  box-shadow: 0px 10px 60px 0px #0000001a;
}
.subs-card-heading {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  color: #242424;
}
.subs-price {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  color: #fd661f;
}
.subs-currency {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  color: #fd661f;
}
.subs-text {
  font-family: "Poppins";
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #808080;
}
.contact-form-heading {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}
.report-img {
  border: 5px solid #ffe8d1;
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.black-btn {
  background-color: #263238;
  box-shadow: 0px 4px 6px 0px #0000001c;
  border-radius: 8px;
  color: white;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}
.career-lib-heading {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16500000655651093px;
  color: #242424;
}
.career-library-shadow {
  box-shadow: 0px 10px 60px 0px #0000001a;
  border-radius: 12px;
}
.career-library-img {
  width: 100%;
  height: auto;
}
.modal-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
}
.modal-header {
  border-bottom: none;
}
.modal {
  --bs-modal-width: 1024px;
}
.modal-img {
  width: 100%;
  height: auto;
}
.modal-label {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #292d32;
}
.modal-select {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  padding: 0.75rem;
  color: #677186;
}


/* this is the login form css style  */

/* this is the enter email section  */
.signup_logo_img img {
  width: 20%;
}
.my_logo img{
  width:160px;
}
/* .all_same_sec {
  width: 250px;
  margin: auto;
} */

.mail_right_sec {
  background-color: #FF8F1C33;
  /* min-height: 100vh; */
}
.mail_left_sec {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brdr_sec {
  border-bottom-width: 100%;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 30px;
  width: 100%;
  margin-bottom: 12px;
}

.my_sec {
  margin: auto;
}

.top_login_flow a {
  text-decoration: none;
}
.verify_mail {
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  align-items: center;
  width: 250px;
}
.verify_mail p {
  border-radius: 12px;
  margin: 0px;
}
.finalSubmitForm::before {
  content: "";
  background: url(../img/correct-mark.png) no-repeat;
  width: 16px;
  background-size: contain;
  height: 20px;
  display: block;
  margin: -0.5px -1px 0px;
}

.my_sec .verify_mail label {
  font-size: 15px;
  margin-left: 20px;
  width: 80%;
}
.verify_mail label:after {
  content: ">";
  margin-left: 8px;
}
.lst_inp:after {
  display: none;
}
.verify_mail a {
  color: #242424;
}
/* .verify_mail a label {
  cursor: pointer;
} */
section#enter_email_Sec .form-check-input {
  background-color: #D9D9D9;
}

section#enter_email_Sec .form-check-input:checked{
  background-color: #0082BA;
  border-color: #fff;
}
section#enter_email_Sec .form-check-input:checked[type=radio]{
  background-image: url("....");
}

.mail_left_sec .form_sec img {
  width: 20px;
}

section#enter_email_Sec .form_sec {
  margin: 50px 20px;
}
section#enter_email_Sec .mail_inp input[type="text"] {
  width: 90%;
  border: 1px solid #00000026;
  border-radius: 6px;
  padding: 10px;
  margin-top: 30px;
  outline: none;
}
.check_condition_inp {
  margin-top: 20px;
  /* margin-left: 10px; */
  display: flex;
  align-items: flex-start;
}
.check_condition_inp span a {
  text-decoration: underline;
  color: #FF8F1C;
  padding: 0px 5px;
}
.check_condition_inp span {
  padding-left: 10px;
}
.next_btn {
  margin-top: 40px;
}
.next_btn a {
  text-decoration: none;
  background: #ff8f1c;
  color: #fff;
  padding: 13px 28px;
  border-radius: 12px;
}
.already_acc_sec {
  margin-top: 40px;
  text-align: center;
}
.already_acc_sec a {
  color: #ff8f1c;
  padding-left: 6px;
}
.cards_new{
  display: flex;
  justify-content: center;
}
.login_cards {
  border: 1px solid #FF8F1C;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 10px #FF8F1C1A;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  /* max-height: 255px; */
  justify-content: flex-start;
  box-shadow: 2px 2px 15px 5px #FF8F1C1A;
}
.login_cards h3 {
  font-size: 18px;
  color: #242424;
  text-align: center;
  margin: auto;
  font-weight: 600;
  width: 80%;
}
.login_cards ul li{
  color: #808080;
  font-size: 13px;
}
.subs_list {
  margin-top: 30px;
}
.subs_list p {
  color: #808080;
  font-size: 14px;
}
.subs_plan {
  text-align: center;
}
.subs_plan h4 {
  font-size: 16px;
  color: #FF8F1C;
}
.subs_plan h5 {
  font-size: 18px;
  color: #FF8F1C;
}

.mail_right_sec{
  text-align: center;
}
.mail_right_sec .slider_cont h3 {
  font-size: 16px;
  text-align: center;
  width: 72%;
  margin: 0px auto 0px auto;
}

/* .mail_right_sec .carousel-caption {
  position: relative;
  top: 0;
  left: 0px;
} */

.left_slide_slider{
  background-color: #FF8F1C33;
  min-height: 100vh;
  display: flex;
} 
/* .left_slide_slider {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 40px;
  width: 430px;
  padding: 20px;
  background-color: #FF8F1C33;
  z-index: 999;
  overflow: hidden;
} */
.slide_img{
  text-align: center;
}
.slide_img img {
  width: 80%;
}
.bottom_heading {
  text-align: end;
}
.slide_heading {
  margin-top: 30px;
}
.slide_heading p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin: auto;
}
.slider_bottom_content {
  display: flex;
  align-items: center;
}
.bottom_content {
  padding: 20px;
}

.bottom_heading p {
  font-size: 32px;
}
.bottom_para p {
  font-size: 15px;
}
.left_slide_slider .swiper-scrollbar-drag {
  display: none;
}
.left_slide_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none;
}
.left_slide_slider  span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #FF8F1C;
}

.slider_2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.slide_2_img{
  text-align: center;
}

.slide_2_img img {
  width: 25%;
  border-radius: 30px;
}
.client_details h4 {
  text-align: center;
}
.slide_2_content p {
  width: 80%;
  text-align: center;
  margin: auto;
  color: #8F8F8F;
}

.client_details {
  margin: 50px 0px;
}
.client_details p {
  color: #282828;
  font-weight: 700;
}
.school_name p {
  color: #282828;
  font-weight: 500;
}
form#registrationFormEmail{
  margin: 20px 0px 0px 0px;
}

section#left_content form#registrationFormEmail input#useremail {
  border: 1px solid #00000026;
  outline: none;
  background: #fff;
}
.btn_submit {
  text-align: end;
  /* margin: 10px 0px; */
}
button#nextBtn {
  background: #FF8F1C;
  padding: 13px 28px;
  text-align: end;
  margin: 0;
}
section#enter_email_Sec div#login a {
  color: #ff8f1c;
  text-decoration: underline;
}

form#registrationFormOtp button#nextBtn:first-child{
  background-color: #878787;
}



/* this is the login form css style  */





/* tabs */
/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ff8f1c;
} */
/* pills */
/* .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ff8f1c;
} */
/*..media query.*/

@media only screen and (max-width: 1400px){
  .my_sec {
    margin-bottom: 30px;
  }
  .my_sec .verify_mail label {
    font-size: 15px;
}
}

@media only screen and (max-width: 1396px){
  .login_cards {
    min-height: 310px;
    /* margin-bottom: 40px; */
}  
}
@media only screen and (max-width: 1200px){
  .my_sec .verify_mail label {
    font-size: 15px;
}
}

@media only screen and (max-width: 1063px){
  .login_cards {
    min-height: 290px;
    margin: 0px;
}
}

@media (min-width: 320px) and (max-width: 767px) {
  .bg {
    padding: 10px;
  }
  .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .left-wrapper {
    padding: 10px !important;
  }

  .home-navbar {
    width: 100%;
    height: auto;
    z-index: 1000;
  }
  .rightsection {
    padding: 40px 10px 40px;
    width: 100%;
    margin-left: 0px;
    margin-top: 60px;
  }
  .navbar > .container-fluid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }
  .home-navbar .navbar-expand-lg {
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav {
    padding-bottom: 100px;
  }
  .notification.p-4 {
    padding: 0 !important;
  }

  .verify_mail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .my_sec .verify_mail a label{
    margin-left: 25px;
  }
  .my_sec{
    margin: auto;
  }
  section#payment_first_page .payment_heading p {
    width: 100% !important;
    font-size: 14px !important;
  }
  /* .f_sec {
    margin-bottom: 40px;
} */
.slide_1 {
  padding: 30px;
}
.slider_2 {
  padding: 30px;
}
.slide_heading p {
  font-size: 14px !important;
}
.bottom_heading {
  text-align: center !important;
}
.bottom_para p {
  text-align: center !important;
}
.save_btn {
  text-align: center !important;
}
.save_btn a {
  text-align: center;
  padding: 13px 16px !important;
}
section#password .save_btn {
  text-align: center;
}
.Appri_input input::placeholder{
  text-indent: 30px;
  color: #FF8F1C !important;
  font-size: 14px !important;
}
.slide_2_img img {
  width: 40%;
}
.slide_2_content p {
  font-size: 14px;
  margin-top: 00px;
}
.client_details h4 {
  margin-top: 50px;
}
.btn_submit {
  text-align: center;
  margin: 30px 0px;
}
.verify_mail label {
  position: relative;
  left: 30px;
}
.slide_heading {
  margin-top: 0px;
}
.subs_list {
  margin: 30px auto 0px auto;
}
.login_cards {
  min-height: 250px;
}
.client_details {
  margin: 0px 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .bg {
    padding: 10px;
  }

  .home-navbar {
    width: 100%;
    height: auto;
    z-index: 1000;
  }
  .rightsection {
    padding: 40px 40px 40px;
    width: 100%;
    margin-left: 0px;
    margin-top: 70px;
  }
  .navbar > .container-fluid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }
  .home-navbar .navbar-expand-lg {
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav {
    padding-bottom: 100px;
  }
  .login_cards{
    max-height: 300px;
  }
  .my_sec {
    margin-bottom: 30px;
  }
  .subs_list p {
    color: #808080;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .how2 {
    margin: 0;
  }
  .finalSubmitForm::before {
    margin: -1px -1px 0px !important;
  }
  .my_sec {
    margin-bottom: 10px;
  }
  .login_cards h3 {
    width: 100%;
  }
  /* .login_cards ul li {
    font-size: 12px;
} */
}
@media only screen and (max-width: 990px) {
  .my_sec {
    margin-bottom: 30px;
  }
  .how1 {
    width: 100%;
    margin: 0;
  }
  .how2 {
    width: 100%;
  }
  .how3 {
    width: 100%;
    margin: 0;
  }
  .profile-btn {
    display: none;
  }
  .p-btn {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  /* .row {
    margin: 0;
  } */
}
/*..login.*/
.login-img {
  width: 100%;
  height: 100vh;
}
.login-text {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  color: #939eaa;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.anchor {
  color: #ff8f1c;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}
.login-btn {
  box-shadow: 0px 6px 26px 0px #23508b26;
  background-color: #0082ba;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.password-input {
  width: 100%;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-container {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .login-img {
    width: 100%;
    height: auto;
  }
}
/* @media (min-width: 576px) {
  .pe-sm-4 {
      padding-right: 0.8rem;
  }
} */


#enter_email_Sec .login-text{
font-size: 14px;
font-weight: 500;
text-align: left;
color: #434141;
margin-bottom: 10px;
margin-left: 10px;
}

.form-control{
  border-color: #D9D9D9;
  font-size: 14px;
  font-weight: 400;
  color: #434141;
  padding: 14px 20px;
  max-height: 50px;
  border-radius: 12px;

}

.form-control::placeholder,.form-control::-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.15);
}
.required{
color: red !important;
}
.login-banner{
  height: 100%;
}
.login-banner img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.before_payment_btn a {
  background-color: #FF8F1C;
  color: #fff;
  /* padding: 13px 23px 13px 23px; */
  padding: 13px 23px 13px 23px;
  border-radius: 12px;
}

/* payment css  */
section#payment_first_page .payment_heading p {
  color: #9B9191;
  width: 80%;
  font-size: 20px;
  text-align: center;
  margin: auto;
}


/* new css add  */
.Appri_input input {
  width: 100%;
  border-radius: 12px;
  outline: none;
  border: 1px solid #FF8F1C;
  padding: 10px;
  text-indent: 30px;
}
.Appri_input {
  position: relative;
}
.Appri_input img {
  width: 20px;
}
.Appri_input img {
  width: 20px;
  position: absolute;
  top: 17px;
  left: 15px;
  /* transform: translate(16%, 16%); */
}
/* div#pass-error .Appri_input img{
  position: absolute;
  top: 52px;
} */
.Appri_input input::placeholder{
  text-indent: 30px;
  color: #FF8F1C !important;
}

.inp_first input {
  width: 100%;
  border-radius: 12px;
  outline: none;
  border: 1px solid #00000026;
  padding: 10px;
}
.password_inp img {
  width: 20px;
  margin: 12px;
}
.inp_first{
  position: relative;
}
.inp_first a svg.bi.bi-eye {
  position: absolute;
  top: 16px;
  right: 2%;
  color: #808080;
}
.password_inp label {
  color: #808080;
}
.save_btn a {
  text-decoration: none;
  font-size: 14px;
  padding: 12px 23px;
  background: #ff9d1c;
  color: #fff;
  border-radius: 12px;
  text-align: end;
}
.save_btn {
  text-align: end;
}
.finalSubmitForm button.last_form_btn {
  background: #FF8F1C;
  padding: 12px 30px;
}

/* this message is error message css  style */
.display-errors {
  margin-top: 40px !important;
}
.display-errors p {
  /* width: 50% !important; */
  font-size: 14px;
  color: red !important;
}
.display-errors p:before {
  content: "*";
  color: red !important;
}


div#pass-error{
  margin-top: 40px !important;
}
div#pass-error p {
  /* width: 50% !important; */
  font-size: 14px;
  color: red !important;
}
div#pass-error p:before {
  content: "*";
  color: red !important;
}
/* this message is error message css  style */

.left_slide_slider span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #FF8F1C;
}

/* input#flexRadioDefault1\ verify_mail_box::before{
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(public/front/img/correct.svg);
  width: 20px; 
  height: 20px; 
  background-size: contain; 
  background-repeat: no-repeat;
} */
.save_btn button {
  background: #FF8F1C;
  padding: 14px 28px;
}
button.last_form_btn {
  background: #FF8F1C;
  padding: 13px 28px;
}
.check_condition_inp input[type="checkbox"] {
  margin: 7px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#email_address {
  border-color: #D9D9D9;
  font-size: 14px;
  font-weight: 400;
  color: #434141;
  padding: 14px 20px;
  max-height: 50px;
}