@charset "UTF-8";
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .container .swiper,
  .container-sm .swiper {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .container .swiper,
  .container-md .swiper,
  .container-sm .swiper {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .container .swiper,
  .container-lg .swiper,
  .container-md .swiper,
  .container-sm .swiper {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .container .swiper,
  .container-lg .swiper,
  .container-md .swiper,
  .container-sm .swiper,
  .container-xl .swiper {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .container .swiper,
  .container-lg .swiper,
  .container-md .swiper,
  .container-sm .swiper,
  .container-xl .swiper,
  .container-xxl .swiper {
    width: 1320px;
  }
}
body {
  font-family: "Inter", sans-serif;
}

.bg-danger {
  background-color: #7C2020 !important;
  color: #FFFFFF !important;
}

.topbar {
  margin-bottom: 10px;
  background-color: #FDBF13 !important;
  padding: 12px 0px !important;
}
.topbar::before {
  content: "";
  background: url(../images/vector_tp.png) no-repeat;
  background-position: right;
  display: inline-block;
  width: 300px;
  height: 400px;
  position: absolute;
  right: 0;
  z-index: -1;
  background-size: contain;
  pointer-events: none;
}
.topbar .btn-primary {
  background-color: #7C2020 !important;
  border-radius: 10px !important;
  border: none;
  padding: 8px 32px;
  height: 40px;
}
.topbar a:hover {
  color: #FFFFFF;
}
.topbar .dropdown-toggle::after {
  content: "" !important;
  display: none;
}
@media screen and (max-width: 800px) {
  .topbar .btn_loggedout {
    display: none;
  }
}

nav {
  padding: 0 !important;
}
nav.navbar {
  height: 85px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
nav.navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
nav.navbar .navbar-brand h1 {
  margin: 0;
}
nav img {
  height: 80px;
}
nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000000 !important;
}
nav .nav-link.active, nav .nav-link:hover, nav .nav-link:focus {
  color: #7C2020 !important;
  position: relative;
}
nav .nav-link.active:before, nav .nav-link:hover:before, nav .nav-link:focus:before {
  content: "";
  width: calc(100% - 1.65rem);
  height: 2.5px;
  background-color: #7C2020 !important;
  position: absolute;
  left: 0.5rem;
  bottom: 0;
}
nav .btn-primary {
  background-color: #7C2020 !important;
  border-radius: 10px !important;
  border: none;
  padding: 8px 32px;
  height: 40px;
}

.belowNavbar .btn-group {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
}
.belowNavbar .btn-group a.btn {
  border-radius: 8px !important;
  border-width: 2px;
  border-color: #FDBF13 !important;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .belowNavbar .btn-group a.btn {
    display: none;
  }
}
.belowNavbar .btn-group a.btn span.ico {
  background-position: left;
  background-size: 25px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.belowNavbar .btn-group a.btn span.ico.ico-house {
  background-image: url(../images/home.png);
}
.belowNavbar .btn-group a.btn span.ico.ico-heart {
  background-image: url(../images/favourite.png);
}
.belowNavbar .btn-group a.btn span.ico.ico-person-check {
  background-image: url(../images/user-multiple.png);
}
.belowNavbar .btn-group a.btn span.ico.ico-people {
  background-image: url(../images/user-group.png);
}
.belowNavbar .btn-group a.btn span.ico.ico-eye {
  background-image: url(../images/user-multiple.png);
}
.belowNavbar .btn-group a.btn.btn-active, .belowNavbar .btn-group a.btn:hover {
  background-color: #FDBF13;
  color: #FFFFFF !important;
}
.belowNavbar .btn-group a.btn.btn-active span.ico.ico-house, .belowNavbar .btn-group a.btn:hover span.ico.ico-house {
  background-image: url(../images/home_wh.png);
}
.belowNavbar .btn-group a.btn.btn-active span.ico.ico-heart, .belowNavbar .btn-group a.btn:hover span.ico.ico-heart {
  background-image: url(../images/favourite_wh.png);
}
.belowNavbar .btn-group a.btn.btn-active span.ico.ico-person-check, .belowNavbar .btn-group a.btn:hover span.ico.ico-person-check {
  background-image: url(../images/user-multiple_wh.png);
}
.belowNavbar .btn-group a.btn.btn-active span.ico.ico-people, .belowNavbar .btn-group a.btn:hover span.ico.ico-people {
  background-image: url(../images/user-group_wh.png);
}
.belowNavbar .btn-group a.btn.btn-active span.ico.ico-eye, .belowNavbar .btn-group a.btn:hover span.ico.ico-eye {
  background-image: url(../images/user-multiple_wh.png);
}
.belowNavbar .fw-bold {
  background: #fff;
  min-height: 41px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #7C2020;
  font-size: 18px;
  font-weight: 600;
}
.belowNavbar .fw-bold span {
  color: #000000 !important;
  margin-left: 10px;
}
.belowNavbar .creditBtn {
  background: transparent;
  border: none;
  margin-left: 9px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 7px;
  font-weight: 600;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
}
.belowNavbar .creditBtn:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/fav_ico.png);
  background-size: 15px;
  background-position: left;
  position: absolute;
  left: 9px;
}

.topbar .ico {
  margin-right: 10px;
  font-weight: 500;
}
.topbar .ico a {
  color: #000000;
  text-decoration: none;
}

.btn-profile {
  color: #FFFFFF;
  font-weight: 500;
  margin-right: 20px;
}
.btn-profile img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .btn-profile {
    margin-right: 0;
  }
  .btn-profile span {
    display: none;
  }
}

.btn-notificaiton {
  margin-right: 15px;
  width: 50px;
  height: auto;
  padding: 0;
}
.btn-notificaiton .ico {
  padding-left: 0;
  margin-right: 0;
  width: 50px;
  height: 32px;
  display: inline-block;
}
.btn-notificaiton .ico em {
  position: absolute;
  top: 4px;
  right: 16px;
  font-size: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7C2020;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.btn-notificaiton .ico::before {
  top: 10px;
}

.ico {
  padding-left: 40px;
  position: relative;
}
.ico:before {
  content: "";
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 6px;
}
.ico.ico-phone:before {
  background-image: url(../images/call.png);
}
.ico.ico-mail:before {
  background-image: url(../images/Mail.png);
}
.ico.ico-notify:before {
  background-image: url(../images/notify_wh.png);
}

.form-section {
  background: url(../images/Vector.png) no-repeat;
  background-position: bottom right;
  align-items: center;
  display: flex;
}
.form-section > .row {
  margin-left: -8px;
  margin-right: -8px;
}
.form-section .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.form-section .bannerForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.form-section .bannerForm form {
  padding: 30px;
}
.form-section .bannerForm form .row {
  margin-left: -8px;
  margin-right: 8px;
}
.form-section .bannerForm form .row [class*=col-md] {
  margin-top: 16px;
}
.form-section .bannerForm form .row [class*=col-md]:first-child, .form-section .bannerForm form .row [class*=col-md]:nth-child(2) {
  margin-top: 0;
}
.form-section h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  color: #000000;
  background-color: #FDBF13;
  padding: 13px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.form-section label {
  color: #000000;
  margin-bottom: 5px;
}
.form-section input,
.form-section select {
  color: #000000 !important;
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  height: 41px;
  border-width: 2px;
  border-color: #939393 !important;
}
.form-section .register-btn {
  font-family: Inter;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  border-radius: 10px;
  text-transform: capitalize;
  padding: 8px 32px;
  height: 40px;
  background-color: #FDBF13 !important;
  color: #000000 !important;
  border-color: #FDBF13 !important;
}
.form-section .register-btn:hover, .form-section .register-btn:focus {
  background-color: #FDBF13 !important;
  border-color: #FDBF13 !important;
  color: #000000 !important;
  box-shadow: 0 4px 8px rgba(124, 32, 32, 0.3);
}

.hero-section {
  background: url("../images/banner_grp.png") no-repeat center center/cover;
  padding: 60px 0;
  color: white;
  text-align: center;
}

.form-section {
  padding: 40px 0;
}

.searchFilter {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.searchFilter [class*=col-md] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.searchFilter [class*=col-md] .d-flex.gap-2 {
  gap: 0.5rem;
}
.searchFilter button.btn {
  text-align: left;
  padding: 10.7px 20px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 21px;
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
}
.searchFilter button.btn:hover, .searchFilter button.btn:focus {
  box-shadow: 0 4px 8px rgba(124, 32, 32, 0.3);
}
.searchFilter label {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}
.searchFilter input,
.searchFilter select {
  color: #000000 !important;
  min-height: 41px;
}
.searchFilter input::placeholder, .searchFilter input:-moz-placeholder,
.searchFilter select::placeholder,
.searchFilter select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.carousel_sec h3 {
  position: relative;
  display: block;
  width: 65%;
  margin: auto;
}
.carousel_sec h3::before {
  content: "";
  background: url(../images/heart.png) no-repeat;
  position: absolute;
  left: -20px;
  width: 30px;
  height: 30px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.carousel_sec h3::after {
  content: "";
  background: url(../images/heart.png) no-repeat;
  position: absolute;
  right: -20px;
  width: 30px;
  height: 30px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.carousel_sec h3 > span {
  font-family: Inter;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  color: #7C2020;
  padding: 5px 10px;
  white-space: nowrap;
}
.carousel_sec h3 > span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #7C2020;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel_sec h3 > span > span {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel_sec.bg-light h3 span span {
  background-color: #f8f9fa;
}

.feature-profile {
  border: none;
  background-color: transparent;
}
.feature-profile img {
  width: 100%;
  border-radius: 20px;
}
.feature-profile .card-body {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  padding: 10px 0px;
}
.feature-profile .card-body span {
  color: #7C2020;
  font-weight: 700;
}

.editFrom_section .formWrap {
  margin: 50px 0px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 25px;
}
.editFrom_section .formWrap h2 {
  background-color: #FDBF13;
  color: #000000;
  text-align: center;
  padding: 5px 20px;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0;
  font-size: 28px;
}
.editFrom_section .formWrap h3 {
  background-color: #FDBF13;
  color: #000000;
  text-align: center;
  padding: 8px 20px 8px 40px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 20px;
  margin-left: -40px;
  width: 75%;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .editFrom_section .formWrap h3 {
    margin-left: -20px;
    width: 90%;
  }
}
.editFrom_section .formWrap .btn-view-profile {
  background-color: #ffcc33;
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  margin: 0px 10px 50px;
  padding: 0px 3rem;
  min-height: 41px;
  display: block;
}
.editFrom_section .formWrap div#editBio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
  column-gap: 50px;
}
@media screen and (max-width: 800px) {
  .editFrom_section .formWrap div#editBio {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.editFrom_section .formWrap div#editBio .form-left .mb-3.row {
  display: flex;
}
@media screen and (max-width: 800px) {
  .editFrom_section .formWrap div#editBio .form-left .mb-3.row {
    margin: 0;
  }
}
.editFrom_section .formWrap div#editBio .form-left .mb-3.row label {
  width: 40%;
}
.editFrom_section .formWrap div#editBio .form-left .mb-3.row label.text-nowrap {
  margin-right: 12px;
}
.editFrom_section .formWrap div#editBio .form-left .mb-3.row .col-form-input {
  width: 50%;
}
.editFrom_section .formWrap div#editBio .form-left .mb-3.row .col-form-input .ms-parent .ms-choice {
  border: none !important;
}
.editFrom_section .formWrap div#editBio .form-left .mb-3.row .col-form-input .ms-parent .ms-choice > span {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .editFrom_section .formWrap div#editBio .form-left .mb-3.row label {
    width: calc(100% - 30px);
  }
  .editFrom_section .formWrap div#editBio .form-left .mb-3.row .col-form-input {
    width: 100%;
  }
}
.editFrom_section .formWrap div#editBio .form-right > .row {
  flex-direction: column;
  margin: 0;
}
.editFrom_section .formWrap div#editBio .form-right > .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.editFrom_section .formWrap div#editBio label {
  font-weight: bold;
}
.editFrom_section .formWrap div#editBio .upload-box {
  background-color: #ffcc33;
  color: white;
  text-align: center;
  padding: 50px 10px;
  border-radius: 15px;
  cursor: pointer;
  min-height: 600px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .editFrom_section .formWrap div#editBio .upload-box {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.editFrom_section .formWrap div#editBio .upload-box-small {
  background-color: #ffcc33;
  color: white;
  text-align: center;
  padding: 30px 10px;
  border-radius: 15px;
  cursor: pointer;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .editFrom_section .formWrap div#editBio .upload-box-small {
    width: calc(100% - 30px);
  }
}
.editFrom_section .formWrap div#editBio .upload-box-xsmall {
  background-color: #FDBF13;
  color: white;
  text-align: center;
  padding: 30px 10px;
  border-radius: 15px;
  cursor: pointer;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .editFrom_section .formWrap div#editBio .upload-box-xsmall {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.editFrom_section .formWrap div#editBio .upload-label {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .editFrom_section .d-buttons_list {
    flex-direction: column;
  }
  .editFrom_section .d-buttons_list button {
    margin-bottom: 10px !important;
  }
}

.viewcardPage .section-box {
  padding: 50px;
  background: #FBFAFA;
  border-radius: 10px;
  margin-bottom: 20px;
}
.viewcardPage .section-box h2 {
  font-size: 26px;
  color: #7C2020;
  position: relative;
  margin-bottom: 30px;
}
.viewcardPage .section-box h2:before {
  content: "";
  height: 2.5px;
  width: 40px;
  background-color: #7C2020;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.viewcardPage .section-box .info-row {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
}
.viewcardPage .section-box .info-row.text-danger {
  color: #7C2020 !important;
}
.viewcardPage .section-box .info-row .info-label {
  font-weight: 600;
  min-width: 250px;
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.viewcardPage .section-box .info-row .info-label::before {
  content: ":";
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 0;
}
.viewcardPage .section-box .info-row .info-value {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .viewcardPage .section-box {
    padding: 30px;
  }
  .viewcardPage .section-box .info-row {
    gap: 15px;
  }
  .viewcardPage .section-box .info-row .info-label {
    min-width: auto;
    margin-right: 18px;
  }
  .viewcardPage .section-box .info-row .info-label:before {
    right: -10px;
  }
  .viewcardPage .section-box .info-row .info-value {
    padding-left: 0;
  }
}
.viewcardPage .action-box {
  padding: 20px;
  background: #FBFAFA;
  border-radius: 10px;
  margin-bottom: 20px;
}
.viewcardPage .action-box .icon-group {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.viewcardPage .action-box .icon-group .input-group input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.viewcardPage .action-box .icon-group .input-group input + label {
  cursor: pointer;
  width: 100%;
  padding-top: 40px;
  white-space: nowrap;
  text-align: center;
  background-position: top center !important;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .viewcardPage .action-box .icon-group .input-group input + label {
    white-space: normal;
  }
}
.viewcardPage .action-box .icon-group .input-group input.requsted + label {
  background: url("../images/expinterest.png") no-repeat;
}
.viewcardPage .action-box .icon-group .input-group input.interested + label {
  background: url("../images/shortlist.png") no-repeat;
}
.viewcardPage .action-box .icon-group .input-group input.favorites + label {
  background: url("../images/ignore.png") no-repeat;
}
.viewcardPage .action-box .icon-group .input-group input.bookmarked + label {
  background: url("../images/report.png") no-repeat;
}
.viewcardPage .action-box .icon-group .input-group input:checked.requsted + label {
  background: url("../images/expinterestd.png") no-repeat;
}
.viewcardPage .action-box .icon-group .input-group input:checked.interested + label {
  background: url("../images/shortlisted.png") no-repeat;
}
.viewcardPage .action-box .icon-group .input-group input:checked.favorites + label {
  background: url("../images/ignored.png") no-repeat;
}
.viewcardPage .action-box .icon-group .input-group input:checked.bookmarked + label {
  background: url("../images/reported.png") no-repeat;
}
.viewcardPage .profileImg {
  margin-bottom: 20px;
}
.viewcardPage .profileImg img {
  width: 100%;
}
.viewcardPage .rashi-box {
  margin-bottom: 20px;
}
.viewcardPage .rashi-box img {
  width: 100%;
}

.footer {
  background-color: #FDBF13;
  padding: 40px 0;
  color: #000000;
}
.footer .footLogo {
  height: 65px;
}
@media screen and (max-width: 980px) and (min-width: 767px) {
  .footer .footLogo {
    width: 100%;
    object-fit: contain;
  }
}
.footer ul {
  margin-bottom: 20px;
}
.footer ul.social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  display: flex;
  column-gap: 1.5rem;
  margin-bottom: 20px;
}
.footer ul.social a {
  color: #000000;
  width: auto;
  height: auto;
  line-height: normal;
  transform: none !important;
  font-size: 20px;
}
.footer ul.social a:hover, .footer ul.social a:focus {
  color: #FFFFFF;
}
.footer ul.social a:hover *, .footer ul.social a:focus * {
  color: #FFFFFF;
}
.footer h5 {
  margin-bottom: 20px;
}

.footer ul:not(.social) {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer ul:not(.social) li a {
  text-decoration: none;
  color: #000000;
}
.footer ul:not(.social) li a:hover, .footer ul:not(.social) li a:focus {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer p {
  text-align: center;
  background: #fff;
  padding: 8px;
  margin: 20px auto 0;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer p {
    max-width: 95%;
  }
}

.swiper {
  padding-bottom: 40px;
}
.swiper .swiper-pagination {
  margin-top: 3rem;
}
.swiper .swiper-pagination span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7C2020;
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    background: url(../images/togglebtn.png) no-repeat;
    background-size: 45px;
    background-position: center;
    width: 45px;
    height: 45px;
    border: none;
  }
  .navbar-toggler span {
    display: none;
  }
  .navbar-collapse {
    background-color: #FFFFFF;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 20px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    z-index: 9;
  }
  .navbar-collapse > .d-flex {
    flex-direction: column;
    row-gap: 15px;
  }
  nav .nav-link.active:before {
    left: 0;
  }
  nav img {
    height: 55px;
  }
  .bannerForm {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
  }
  .bannerForm [class*=col-md] {
    width: 100%;
  }
  .bannerForm [class*=col-md] label {
    color: #000000;
  }
  .searchFilter .row {
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .carousel_sec h3 {
    width: 80%;
  }
  .carousel_sec h3 > span {
    font-size: 24px;
    white-space: nowrap;
  }
  .carousel_sec h3 > span:before {
    display: none;
  }
  .footer .footLogo {
    width: 100%;
    object-fit: contain;
  }
  .footer ul.social {
    justify-content: center;
  }
  .footer .row .col-md-3:first-child {
    flex-basis: 100%;
  }
  .footer .row .col-md-3 {
    flex-basis: 50%;
  }
  .searchFilter button.btn {
    width: auto !important;
    padding-right: 54px;
    margin: auto;
    display: block;
  }
  .carousel_sec h3 > span > span {
    background-color: transparent;
  }
  .viewcardPage > .container > .row {
    flex-direction: column-reverse;
  }
  .ProFWrap {
    display: flex;
    flex-direction: column;
  }
  .ProFWrap .action-box {
    order: 2;
  }
}
@media screen and (max-width: 540px) {
  .swiper {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .carousel_sec h3 {
    width: 80%;
  }
  .carousel_sec h3 > span {
    font-size: 20px;
    white-space: nowrap;
  }
  .carousel_sec h3 > span:before {
    display: none;
  }
}
.swiper.mainSlider {
  height: 506px;
  width: 100%;
  padding: 0;
}
.swiper.mainSlider .swiper-slide {
  border-radius: 20px;
}
.swiper.mainSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}

.listcardPage {
  margin-top: 50px;
  margin-bottom: 50px;
}
.listcardPage .card-wrappers {
  background-color: #FCFBFA;
  padding: 30px;
  border-radius: 10px;
}
.listcardPage .card-wrappers .cards {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.listcardPage .card-wrappers .cards:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .listcardPage .card-wrappers {
    padding: 0px;
  }
  .listcardPage .card-wrappers .cards {
    padding: 10px;
  }
}
.listcardPage .card-wrappers .card-list {
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #FFFFFF;
  gap: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.listcardPage .card-wrappers .card-list:last-child {
  margin-bottom: 0;
}
.listcardPage .card-wrappers .card-list a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .listcardPage .card-wrappers .card-list {
    flex-wrap: wrap;
    align-items: flex-start !important;
  }
  .listcardPage .card-wrappers .card-list strong {
    min-width: auto !important;
  }
  .listcardPage .card-wrappers .card-list .userName,
  .listcardPage .card-wrappers .card-list .userDob {
    align-items: flex-start !important;
    align-items: flex-start;
    margin-left: 10px;
    color: #000000;
  }
  .listcardPage .card-wrappers .card-list .userName span,
  .listcardPage .card-wrappers .card-list .userDob span {
    display: flex;
    flex-wrap: wrap;
  }
}
.listcardPage .card-wrappers .card-list .flex-grow-1 a strong {
  min-width: 120px;
  display: inline-block;
}
.listcardPage .card-wrappers .card-list .flex-grow-1 a.userName, .listcardPage .card-wrappers .card-list .flex-grow-1 a.userDob {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.listcardPage .card-wrappers .card-list .flex-grow-1 a.userName {
  flex-wrap: wrap;
}
.listcardPage .card-wrappers .card-list .icon-group {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
@media screen and (max-width: 800px) {
  .listcardPage .card-wrappers .card-list .icon-group {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input {
  visibility: hidden;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input + label {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input.requsted + label {
  background: url("../images/expinterest.png") no-repeat;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input.interested + label {
  background: url("../images/shortlist.png") no-repeat;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input.favorites + label {
  background: url("../images/ignore.png") no-repeat;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input.bookmarked + label {
  background: url("../images/report.png") no-repeat;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input:checked.requsted + label {
  background: url("../images/expinterestd.png") no-repeat;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input:checked.interested + label {
  background: url("../images/shortlisted.png") no-repeat;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input:checked.favorites + label {
  background: url("../images/ignored.png") no-repeat;
}
.listcardPage .card-wrappers .card-list .icon-group .input-group input:checked.bookmarked + label {
  background: url("../images/reported.png") no-repeat;
}
.listcardPage .card-wrappers .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.listcardPage .card-wrappers .icon-group i {
  font-size: 1.2rem;
  margin: 0 5px;
  cursor: pointer;
}
.listcardPage .sidebar {
  background-color: #FCFBFA;
  padding: 30px 30px 50px;
  border-radius: 10px;
}
.listcardPage .sidebar h2 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.listcardPage .sidebar h2:before {
  content: "";
  width: 60px;
  height: 2.5px;
  background-color: #7C2020 !important;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .listcardPage .sidebar {
    margin-top: 0px;
  }
}
.listcardPage .form-check-input:checked {
  background-color: #8B0000;
  border-color: #8B0000;
}
.listcardPage .btn-search {
  background-color: #8B0000;
  color: white;
  border-radius: 6px;
}

div#groomCarousel,
div#brideCarousel {
  margin-left: auto;
  margin-right: auto;
}

.ms-parent .ms-choice {
  border: none !important;
}
.ms-parent .ms-choice > span {
  top: 50%;
  transform: translateY(-50%);
}

.ms-drop ul li[class*=option] label,
.ms-drop ul li[class*=ms-select-all] label {
  padding-left: 0;
}
.ms-drop ul li[class*=option] input[type=checkbox],
.ms-drop ul li[class*=ms-select-all] input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ms-drop ul li[class*=option] span,
.ms-drop ul li[class*=ms-select-all] span {
  padding-left: 20px;
  position: relative;
}
.ms-drop ul li[class*=option] span::before,
.ms-drop ul li[class*=ms-select-all] span::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ms-drop ul li[class*=option].selected,
.ms-drop ul li[class*=ms-select-all].selected {
  background: #F2F2F2;
}
.ms-drop ul li[class*=option].selected span::before,
.ms-drop ul li[class*=ms-select-all].selected span::before {
  content: "✓";
  font-family: "Line Awesome Free";
  font-weight: 400;
  font-size: 11px;
  border: 1px solid #7C2020;
  background-color: #7C2020;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-drop.bottom {
  left: 0;
}

.gap-1 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 1rem;
}

.flex-1 {
  flex: 1;
}

.showPage {
  display: flex;
  align-items: center;
  gap: 10px;
}
.showPage label {
  margin-bottom: 0;
  white-space: nowrap;
}
.showPage select {
  border-color: #7C2020 !important;
  color: #7C2020;
  border-width: 2px;
  height: 36px;
}

.pagination {
  gap: 5px;
  margin-bottom: 0;
}
.pagination .page-item .page-link {
  border: 2px solid #e0e0e0;
  border-radius: 5px !important;
  height: 36px;
  width: 36px;
  line-height: 33px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:focus .page-link {
  background-color: transparent;
  border-color: #7C2020 !important;
  color: #7C2020;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  font-size: 24px;
  line-height: 30px;
}
.pagination .page-item:first-child.disabled .page-link, .pagination .page-item:last-child.disabled .page-link {
  background-color: #e0e0e0;
  color: #bcbcbc;
}

.toggleBtnz {
  display: block;
  width: 100%;
  text-align: right;
  padding-left: 20px;
  padding-right: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #7C2020;
  position: relative;
}
.toggleBtnz:before {
  content: "+";
  font-size: 18px;
  display: inline-block;
  position: relative;
  left: -10px;
}

@media screen and (max-width: 767px) {
  .flex-sm-wrap {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .listcardPage > .container > .row {
    flex-direction: column-reverse;
  }
  .card-wrappers {
    margin-top: 20px;
  }
  .sidebar {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
}
.dropdown-menu.show {
  right: 0 !important;
}

i.bi.bi-eye-slash {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/eye-slash.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 6px;
}
i.bi.bi-eye-slash.bi-eye {
  background: url(../images/eye.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=style.css.map */
