body {
  font-family: "Poppins", sans-serif;
}

.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;
}
/*..media query.*/

@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;
  }
}

@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;
  }
}
@media only screen and (max-width: 1280px) {
  .how2 {
    margin: 0;
  }
}
@media only screen and (max-width: 990px) {
  .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;
  }
}

