@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
.header-wrapper {
  padding: 6px 0 7px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #efefef;
}
.header-wrapper .header-logo {
  display: block;
}
.header-wrapper .header-logo img {
  height: 37px;
}

.btn-default, .btn-black, .btn-grey, .btn-orange, .btn-blue, .btn-pending, .btn-view {
  background-color: #b1b3b6;
  color: #231f20;
  padding: 5px 6px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.52px;
  border: none;
  transition: all 0.25s;
}
.btn-default:hover, .btn-black:hover, .btn-grey:hover, .btn-orange:hover, .btn-blue:hover, .btn-pending:hover, .btn-view:hover {
  background-color: #231f20;
  color: #ffffff;
}

.btn-view {
  background-color: #231f20;
  color: #ffffff;
}
.btn-view:hover {
  background-color: #b1b3b6;
  color: #231f20;
}

.btn-pending {
  background-color: #ffffff;
}

.btn-blue {
  background-color: #7256c1;
  color: #ffffff;
}

.btn-orange {
  background-color: #ed7d31;
  color: #ffffff;
}

.btn-grey {
  background-color: #b1b3b6;
}

.btn-black {
  background-color: #000000;
}

.btn-primary {
  background-color: #e94265;
  color: #ffffff;
  padding: 12px 60px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.25rem;
  border: none;
  transition: all 0.25s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.btn:first-child:active {
  background-color: #ed1b34;
}

.link-btn {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.52px;
  color: #b1b3b6;
}
.link-btn:hover {
  color: #231f20;
}

.btn-outline {
  color: #ed8c9d;
  border: 1px solid #ed8c9d;
  padding: 9px 14px 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.75px;
  line-height: 2.5rem;
  transition: all 0.25s;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: #ed1b34;
  color: #ffffff;
}

.btn-contact-submit {
  padding-top: 7px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 1.25rem;
  width: 100%;
  letter-spacing: -0.75px;
}

.sidebar-menu {
  position: relative;
  right: 0;
  width: 230px;
  height: 90vh;
  z-index: 1;
  top: 0;
  padding: 0px 50px 0px 0px;
  transition: transform 0.3s;
  overflow-y: auto;
  border-right: 1px solid #ed1b34;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .sidebar-menu {
    width: 100%;
    height: 100%;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    z-index: 222;
    border-right: none;
    margin-bottom: 0;
  }
  .sidebar-menu .navbar-toggler {
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 999;
  }
  .sidebar-menu .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sidebar-menu .menubar-list {
  background-color: #f1f1f1;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .sidebar-menu .menubar-list {
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding: 1rem 1rem 0;
    margin-bottom: 0;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
  }
}
.sidebar-menu .menubar-list li {
  margin-bottom: 10px;
}
.sidebar-menu .menubar-list li a {
  display: block;
  font-size: 1.25rem;
  letter-spacing: -0.75px;
  line-height: 2rem;
  color: #b1b3b6;
  font-weight: 600;
}
.sidebar-menu .menubar-list li.active a, .sidebar-menu .menubar-list li:hover a {
  color: #ed1b34;
}
.sidebar-menu .menubar-list li.boost-item {
  border-top: 1px dashed #ed1b34;
  border-bottom: 1px dashed #ed1b34;
  margin-bottom: 15px;
  margin-top: 15px;
}
.sidebar-menu .menubar-list li.boost-item a {
  color: #231f20;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* dashboard page here */
.profile-title-wrapper .profile-tag {
  padding: 14px 0 13px;
  border-bottom: 1px solid rgba(237, 27, 52, 0.4);
}
.profile-title-wrapper .profile-tag .user-name {
  font-size: 1.5rem;
  letter-spacing: -0.9px;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .profile-title-wrapper .profile-tag .user-name {
    font-size: 1.25rem;
  }
}
.profile-title-wrapper .profile-tag .link-btn {
  display: inline-block;
  color: #d8d8d8;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -1.25px;
  line-height: 2rem;
}
.profile-title-wrapper .profile-tag .link-btn:hover {
  color: #ed1b34;
}
@media (max-width: 767.98px) {
  .profile-title-wrapper .profile-tag .link-btn {
    font-size: 1.125rem;
  }
}

.dashboard-lists-wrapper {
  padding: 5rem 0;
}
@media (max-width: 767.98px) {
  .dashboard-lists-wrapper {
    padding-bottom: 3rem;
  }
}
.dashboard-lists-wrapper .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  overflow: hidden;
  border: none;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s;
}
.dashboard-lists-wrapper .card img {
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .dashboard-lists-wrapper .card img {
    height: 120px;
  }
}
.dashboard-lists-wrapper .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dashboard-lists-wrapper .card:hover img {
  transform: scale(1.05);
}
.dashboard-lists-wrapper .card .card-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.dashboard-lists-wrapper .card h3 {
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: -0.63px;
  color: #231f20;
  padding: 17px;
  padding-right: 0;
  align-self: center;
  width: calc(100% - 125px);
}
@media (max-width: 767.98px) {
  .dashboard-lists-wrapper .card h3 {
    font-size: 1.75rem;
  }
}
.dashboard-lists-wrapper .card figure {
  margin-bottom: -2px;
  margin-right: -2px;
  padding-top: 10px;
}
.dashboard-lists-wrapper .text-small-card {
  margin-top: 13px;
  padding-left: 17px;
  letter-spacing: -0.6px;
  color: #231f20;
}

.boostlisting-wrapper .boost-heading-bg {
  background: url(../img/DashboardBtn-BoostYourListings.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.boostlisting-wrapper .boost-heading-bg .heading1 {
  margin-bottom: 0;
  padding: 35px 0 35px 20px;
  font-size: 2.5rem;
  letter-spacing: -0.83px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .boostlisting-wrapper .boost-heading-bg .heading1 {
    padding: 20px 0 20px 20px;
    font-size: 1.75rem;
  }
}
.boostlisting-wrapper p {
  color: #231f20;
  letter-spacing: -0.6px;
}
.boostlisting-wrapper .btn-outline {
  min-width: 285px;
  display: inline-block;
  padding: 2px 14px 1px;
  text-align: center;
}

/* My Listings */
.content-wrapper {
  padding-top: 7rem;
}
@media (max-width: 767.98px) {
  .content-wrapper {
    padding-top: 4rem;
  }
}

.content-body {
  width: calc(100% - 230px);
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .content-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-body .lists {
  padding-top: 2rem;
  padding-bottom: 2.35rem;
}
@media (max-width: 767.98px) {
  .content-body .lists {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.content-body .heading-wrapper, .content-body .boosting-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
}
@media (max-width: 767.98px) {
  .content-body .heading-wrapper, .content-body .boosting-head {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.content-body .heading-wrapper .sub-heading, .content-body .boosting-head .sub-heading {
  letter-spacing: -0.9px;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.content-body .boosting-head {
  justify-content: flex-start;
  background-color: #fcc0cd;
  height: 100%;
}
@media (max-width: 767.98px) {
  .content-body .boosting-head {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.content-body .boosting-head.boosted-untill {
  background-color: #ed1b34;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-body .boosting-head.boosted-untill {
    flex-wrap: wrap;
  }
}
.content-body .boosting-head.boosted-untill h3 {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-body .boosting-head.boosted-untill h3 {
    flex-grow: 1;
    text-align: right;
    margin-bottom: 5px;
  }
}
.content-body .boosting-head img {
  width: 32px;
  margin-right: 1rem;
}
.content-body .boosting-head h3 {
  font-size: 0.875rem;
  color: #ed1b34;
  letter-spacing: -0.52px;
  font-weight: 600;
  margin-bottom: 0;
}
.content-body .list-content {
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .content-body .list-content {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.content-body .list-content .sub-heading {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .content-body .list-content .sub-heading {
    margin-bottom: 0;
  }
}
.content-body .boosting-btns {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.content-body .boosting-btns .btn-default, .content-body .boosting-btns .btn-view, .content-body .boosting-btns .btn-pending, .content-body .boosting-btns .btn-blue, .content-body .boosting-btns .btn-orange, .content-body .boosting-btns .btn-grey, .content-body .boosting-btns .btn-black {
  margin-right: 1rem;
}
.content-body .boosting-btns .btn-pending {
  max-width: 155px;
}
.content-body .boosting-btns .btn-outline {
  padding: 6px;
  font-size: 0.875rem;
  line-height: normal;
  border-color: #979797;
  color: #979797;
}
.content-body .boosting-btns .btn-outline:hover, .content-body .boosting-btns .btn-outline:focus, .content-body .boosting-btns .btn-outline:active {
  background-color: #000000;
  color: #ffffff;
}
.content-body.update-listings-wrapper .heading-wrapper, .content-body.update-listings-wrapper .boosting-head {
  background-color: #ed1b34;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .content-body.update-listings-wrapper .heading-wrapper, .content-body.update-listings-wrapper .boosting-head {
    padding-bottom: 10px;
    padding-top: 5px;
    flex-wrap: wrap;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.content-body.update-listings-wrapper .heading-wrapper p, .content-body.update-listings-wrapper .boosting-head p {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .content-body.update-listings-wrapper .heading-wrapper p, .content-body.update-listings-wrapper .boosting-head p {
    margin-bottom: 5px;
  }
}
.content-body.update-listings-wrapper .heading-wrapper .btn-primary, .content-body.update-listings-wrapper .boosting-head .btn-primary {
  background-color: #231f20;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.125rem;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  min-width: 150px;
}
.content-body.update-listings-wrapper .heading-wrapper .btn-primary:hover, .content-body.update-listings-wrapper .boosting-head .btn-primary:hover {
  background-color: #000000;
}
@media (max-width: 767.98px) {
  .content-body.update-listings-wrapper .heading-wrapper .btn-primary, .content-body.update-listings-wrapper .boosting-head .btn-primary {
    width: 96%;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 14px;
  }
}
.content-body.update-listings-wrapper textarea {
  resize: none;
  border-radius: 5px;
}
.content-body.my-account-wrapper .heading-wrapper, .content-body.my-account-wrapper .boosting-head {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content-body.my-account-wrapper .heading-wrapper.black-bg, .content-body.my-account-wrapper .black-bg.boosting-head {
  background-color: #231f20;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .content-body.my-account-wrapper .heading-wrapper .sub-heading, .content-body.my-account-wrapper .boosting-head .sub-heading {
    font-size: 1.25rem;
  }
}
.content-body.my-account-wrapper .list-content .sub-heading {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .content-body.my-account-wrapper .list-content .sub-heading {
    font-size: 1rem;
  }
}
.content-body.my-account-wrapper .boosting-btns .btn {
  min-width: 150px;
}
@media (max-width: 575.98px) {
  .content-body.my-account-wrapper .boosting-btns .btn {
    min-width: 100%;
  }
}
.content-body.my-account-wrapper .boosting-btns1 {
  margin-bottom: 1.5rem;
}
.content-body.my-account-wrapper .boosting-btns1 .dropdown-toggle {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
  color: #231f20;
  border: none;
  line-height: 40px;
  font-weight: 600;
  font-size: 1.5rem;
}
.content-body.my-account-wrapper .boosting-btns1 .dropdown-toggle::after {
  float: right;
  margin-top: 16px;
  color: #d8d8d8;
}
.content-body.my-account-wrapper .boosting-btns1 .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.content-body.my-account-wrapper .boosting-btns1.old_result-dropdown .dropdown-toggle {
  background-color: #231f20;
  color: #ffffff;
  font-size: 0.875rem;
}
.content-body.my-account-wrapper .boosting-btns1.old_result-dropdown .dropdown-menu li button {
  font-size: 0.875rem;
  font-weight: 500;
}
.content-body.my-account-wrapper .boosting-btns1 .dropdown-menu {
  position: relative !important;
  border: none;
  background-color: #b1b0b0;
  border-radius: 0 0 5px 5px;
  transform: none !important;
}
.content-body.my-account-wrapper .boosting-btns1 .dropdown-menu li button {
  font-size: 1.5rem;
  font-weight: 600;
}
.content-body.my-account-wrapper .boosting-btns1 .dropdown-menu li button:hover, .content-body.my-account-wrapper .boosting-btns1 .dropdown-menu li button:focus {
  background-color: transparent;
  color: #ffffff;
}
.content-body.my-account-wrapper .lists {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.content-body.my-account-wrapper .lists .form-control {
  font-weight: 600;
  letter-spacing: -0.6px;
  border: none;
  border-radius: 5px;
  padding: 0.2rem 0.75rem;
}
.content-body.my-account-wrapper .lists textarea {
  resize: none;
  height: 150px;
}
.content-body.my-account-wrapper .lists.contactus-content .sub-heading {
  font-size: 1rem;
  margin-bottom: 0;
}
.content-body.my-account-wrapper .lists.contactus-content .sub-heading span {
  font-weight: 400;
}
.content-body.my-account-wrapper .lists-card {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 10px;
}
.content-body.my-account-wrapper .lists-card .sub-heading,
.content-body.my-account-wrapper .lists-card p {
  font-size: 0.875rem;
  letter-spacing: -0.52px;
}
.content-body.my-account-wrapper .lists-card .collpase-card.show .content-collapse {
  -webkit-line-clamp: inherit;
}
.content-body.my-account-wrapper .lists-card .collpase-card .content-collapse {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-body.my-account-wrapper .lists-card .collapsing {
  height: 0;
}
.content-body.my-account-wrapper .lists-card .collapse:not(.show) {
  display: block;
  height: 72px;
}
.content-body.my-account-wrapper .lists-card .collpase-card {
  height: 95% !important;
}
.content-body.my-account-wrapper .lists-card .collpase-card .link-btn.link-btn-more {
  display: inline-block;
}
.content-body.my-account-wrapper .lists-card .collpase-card .link-btn.link-btn-less {
  display: none;
}
.content-body.my-account-wrapper .lists-card .collpase-card.show .link-btn.link-btn-more {
  display: none;
}
.content-body.my-account-wrapper .lists-card .collpase-card.show .link-btn.link-btn-less {
  display: inline-block;
}
.content-body.my-account-wrapper .lists-card .link-btn {
  text-decoration: underline;
}
.content-body.statistics-wrapper .heading-wrapper, .content-body.statistics-wrapper .boosting-head {
  background-color: #ed1b34;
  color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content-body.statistics-wrapper .heading-wrapper .open-icon, .content-body.statistics-wrapper .boosting-head .open-icon {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.content-body.statistics-wrapper .heading-wrapper.collapsed, .content-body.statistics-wrapper .collapsed.boosting-head {
  background-color: #ffffff;
  color: #231f20;
}
.content-body.statistics-wrapper .heading-wrapper.collapsed .open-icon, .content-body.statistics-wrapper .collapsed.boosting-head .open-icon {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.content-body.statistics-wrapper .lists {
  padding-top: 0;
  padding-bottom: 1.75rem;
}
.content-body.statistics-wrapper .card-body img {
  width: 100%;
}
.content-body.statistics-wrapper .boosting-btns .dropdown {
  width: 100%;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  border-radius: 5px;
  padding: 13px 15px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #b1b3b6;
  border-color: #b1b3b6;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.52px;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-toggle.show::after {
  transform: rotateX(3.142rad);
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-toggle::after {
  color: #d8d8d8;
  border-top-width: 0.65em;
  border-right-width: 0.65em;
  border-left-width: 0.65em;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu {
  padding-top: 29px;
  width: 100%;
  border: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu.dropdown-menu-light {
  background-color: #ffffff;
  margin-top: 0;
  padding-top: 10px;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu.dropdown-menu-light li {
  margin-bottom: 0px;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu.dropdown-menu-light li a {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.52px;
  color: #231f20;
  padding-top: 2px;
  padding-bottom: 2px;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu.dropdown-menu-light li a.active, .content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu.dropdown-menu-light li a:active {
  font-weight: 600;
  background-color: transparent;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu .text-menu {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.68px;
  color: #231f20;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu li button {
  text-align: center;
  max-width: 150px;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu li button {
    max-width: 100px;
  }
}
.content-body.statistics-wrapper .boosting-btns .dropdown .dropdown-menu li button span {
  display: block;
  background-color: #ffffff;
  color: #231f20;
  width: 88%;
  line-height: 29px;
  margin: -4px;
  margin-left: auto;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.content-body .enquiry-pagination .pagination .page-item:first-child .page-link {
  margin-right: 15px;
}
.content-body .enquiry-pagination .pagination .page-item:last-child .page-link {
  margin-left: 15px;
}
.content-body .enquiry-pagination .pagination .page-item .page-link {
  margin: 0 3px;
  border-color: #b1b3b6;
  color: #b1b3b6;
  background-color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: -0.45px;
  border-radius: 4px;
  font-weight: 500;
}
.content-body .enquiry-pagination .pagination .page-item.active .page-link {
  background-color: #231f20;
  border-color: #231f20;
  color: #ffffff;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding-right: 0 !important;
  background-color: #f1f1f1;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s;
}

.heading1 {
  font-weight: 600;
  letter-spacing: -1.5px;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media (max-width: 767.98px) {
  .heading1 {
    font-size: 1.5rem;
  }
}

.sub-heading {
  font-weight: 600;
  letter-spacing: -1.2px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.text-black {
  color: #231f20 !important;
}

.text-red {
  color: #ed1b34 !important;
}

.banner-wrapper {
  position: relative;
  height: 200px;
}
@media (max-width: 767.98px) {
  .banner-wrapper {
    height: 120px;
  }
}
.banner-wrapper .pattern-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-wrapper .pattern-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.banner-wrapper > .container {
  z-index: 1;
  position: relative;
}
.banner-wrapper .banner-content {
  padding-top: 7rem;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .banner-wrapper .banner-content {
    z-index: 1;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.banner-wrapper .banner-content .banner-content-head {
  font-size: 2.5rem;
  letter-spacing: -1.5px;
  font-weight: 600;
  color: #ffffff;
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  .banner-wrapper .banner-content .banner-content-head {
    font-size: 1.75rem;
  }
}

.modal-content {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-content .modal-header {
  align-items: flex-start;
  border-bottom: none;
}
.modal-content .modal-header .modal-title {
  padding-top: 1rem;
}
.modal-content .modal-header .btn-close {
  font-size: 1.35rem;
}
.modal-content .modal-body .modal-head {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.75px;
  color: #231f20;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
}
.modal-content .modal-body label {
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #231f20;
  line-height: 1.875rem;
}
.modal-content .modal-body input {
  border-radius: 5px;
  border: none;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #231f20;
}
.modal-content .modal-footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 2.75rem;
  justify-content: flex-start;
}
.modal-content .modal-footer .btn-primary {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.modal-content .modal-footer p {
  font-size: 0.875rem;
  letter-spacing: -0.52px;
  line-height: 24px;
  color: #231f20;
  font-weight: 500;
}
.modal-content .modal-footer p a {
  text-decoration: underline;
}
.modal-content .modal-footer p a:hover {
  color: #ed1b34;
}
.modal-content .modal-footer p.btn-forgot a {
  color: #979797;
}
.modal-content .modal-footer p.btn-forgot a:hover {
  color: #ed1b34;
}

/*# sourceMappingURL=global.css.map */
