@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

body {
  scroll-behavior: auto;
}

/* toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #029432;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #029432;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

/* search */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Rubik', sans-serif; */
}

.search {
  background-color: #f5f6fa;
  display: flex;
}

.filter {
  padding: 2rem;
  width: clamp(350px, 25%, 288px);
  background-color: #e8eaf0;
}

.filter h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.filter h4 {
  font-size: 15px;
  opacity: 0.7;
  margin-block: 15px 0.5rem;
}

.filter label {
  cursor: pointer;
}

.filter .types input {
  display: none;
}

.filter .types label span {
  height: 23px;
  width: 23px;
  display: block;
  background-color: white;
  border: 1px solid #685f5f;
  margin-right: 10px;
  border-radius: 5px;
}

.filter .types input:checked + label span {
  background: url(./img/check.png);
  background-size: contain;
}

.filter .types label {
  font-size: 15px;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}

.location-select {
  position: relative;
}

.location-select .loc-deck {
  position: absolute;
  top: 2.1em;
  width: 100%;
  min-width: 200px;
  padding: 0.5em 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.274);
  z-index: 5;
  display: none;
}

.location-select .pill-deck {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  background-color: white;
  padding-left: 2.5rem;
  height: 35px;
  overflow: auto;
  gap: 5px;
}

.location-select .pill-deck .pill {
  border-radius: 1rem;
  width: max-content;
  background-color: #f5f9f6;
  padding: 3px 8px;
}

.location-select .loc-deck input[type='text'] {
  padding: 0.5em;
  width: 100%;
  font-size: 15px;
  border: 1px solid #cbcbcb;
}

.location-select .loc-deck input[type='checkbox'] {
  display: none;
}

.location-select .loc-deck label span {
  height: 16px;
  width: 16px;
  display: block;
  background-color: white;
  border: 1px solid #685f5f;
  margin-right: 10px;
  border-radius: 5px;
}

.location-select .loc-deck input:checked + label span {
  background: url(./img/check.png);
  background-size: contain;
}

.location-select .loc-deck label {
  font-size: 15px;
  /* color: #71757B; */
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}

.banner .submit {
  font-family: 'Raleway', sans-serif;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  background-color: orangered;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  margin-top: 0.5rem;
  /* height: 50px; */
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}

.new-footer-btn {
  background-color: green;
}

.filter .ind-deck {
  padding: 0.5em 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.274);
}

.filter .industries input[type='text'] {
  padding: 0.5em;
  width: 100%;
  font-size: 15px;
  border: 1px solid #cbcbcb;
}

.filter .industries input[type='checkbox'] {
  display: none;
}

.filter .industries label span {
  height: 24px;
  width: 24px;
  display: block;
  background-color: white;
  border: 1px solid #71757b;
  margin-right: 10px;
  border-radius: 5px;
}

.filter .industries input:checked + label span {
  background: url(./img/check.png);
  background-size: contain;
}

.filter .industries label {
  font-size: 15px;
  /* color: #71757B; */
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}

.filter .min-max .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.filter .min-max .title h4 {
  margin: 0;
}

.filter .min-max input[type='radio'] {
  display: none;
}

.filter .min-max label:nth-child(2) {
  border-radius: 5px 0 0 5px;
}

.filter .min-max label {
  /* border: 1px solid #029432;
    font-size: 15px;
    color: #029432; */
}

.green-outline {
  border: 1px solid #029432;
  font-size: 15px;
  color: #029432;
}

.filter .min-max label:hover {
  background-color: #f5f9f6;
}

.result-keys {
  display: flex;
  justify-content: space-between;
}

.result-footer {
  display: flex;
  justify-content: space-between;
}

/* Optional: Add some spacing between the two sections */
.left-info {
  /*     flex: 1;This allows the sections to take equal space */
  padding: 0 1px; /* Add padding to create some space between the sections */
}
.right-info {
  /* flex: 1; This allows the sections to take equal space */
  padding: 0 1px; /* Add padding to create some space between the sections */
  margin-left: 167px;
}

.black-bload-text {
  font-size: 15px;
  color: white;
  text-shadow: 0px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.filter .min-max input[type='radio']:checked + label {
  background-color: #009432;
  color: white;
}

.filter .min-max .min-max-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 0 15px;
}

.filter .min-max .min-max-in input {
  width: 48%;
  padding: 0.5em;
  font-size: 15px;
  border: 1px solid #cbcbcb;
}

.filter .age input {
  display: none;
}

.filter .age label {
  display: flex;
  align-items: center;
  color: #373434;
  font-size: 15px;
  margin: 0.5rem 0;
}

.filter .age label span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #0f0f0f;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter .age input:checked + label span::before {
  content: '';
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: #029432;
}

.filter .show-urgent div {
  display: flex;
  align-items: center;
  color: #71757b;
  font-size: 15px;
}

.filter .show-urgent label {
  margin-right: 10px;
}

.content {
  padding: 2rem;
  width: 75%;
  display: flex;
  flex-direction: column;
}

.search-in {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.search-in input {
  width: calc(100% - 5rem);
  padding: 0.5rem;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
}

.search-in .close {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
}

.search-in .close img {
  height: 12px;
}

.btn.prim {
  padding: 0.5rem 15px;
  color: white;
  font-size: 15px;
  background-color: #ff4501;
  border-radius: 3px;
}

.search .btn.alt {
  border-radius: 0;
  border: 1px solid #17c348;
  font-size: 15px;
  padding: 0.375rem 0.755rem;
  color: #159338;
  margin-left: 20px;
  width: 175px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 3px;
  width: 90px;
}

.search .btn.alt img {
  height: 16px;
  margin-right: 5px;
}

.search-add {
  display: flex;
  margin: 15px 0;
}

.search-add .add p {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  color: #029432;
}

.search-add .add p span {
  color: #71757b;
}

.search-add .add h2 {
  font-size: 1.6rem;
}

.search .sort {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 15px;
  color: #71757b;
}

.search .sort p {
  margin: 0;
  margin-right: 5px;
  white-space: nowrap;
}

.search .sort .btn-border {
  border: 1px solid #029432;
  border-radius: 0.375rem;
}

.search .sort select {
  font-size: 15px;
  width: max-content;
  color: #71757b;
  width: 90px;
}

.search .sort select:nth-child(2) {
  margin-right: 0.5rem;
}

.search .sort span {
  color: #c4c9d1;
}

.search .sort select:nth-child(4) {
  margin-left: 0.5rem;
}

.search-pill-deck {
  margin-bottom: 1rem;
}

.search-pill-deck .deck {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.search-pill-deck .deck .swiper-wrapper {
  display: flex;
  gap: 0.5rem;
}

.search-pill-deck .pill {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #e8eaf0;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  font-size: 0.9rem;
  width: min-content;
}

.search-pill-deck .pill span {
  width: max-content;
}

.search-pill-deck .pill button {
  background-color: none;
  border: none;
  display: grid;
  place-content: center;
  margin-left: 10px;
}

.search-pill-deck .deck .pill button img {
  height: 10px;
}

.search-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.search-results .result {
  padding: 15px 15px 0rem;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.169);
}

.result .result-header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dddfe1;
}

.result .result-header h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.result .result-header .loc {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #71757b;
}

.result .result-header .loc img {
  height: 15px;
  margin-right: 5px;
}

.result .result-header .price {
  color: #029432;
  font-weight: 600;
}

.result .result-body {
  padding: 10px 0;
  display: flex;
  font-size: 15px;
  border-bottom: 1px solid #dddfe1;
}

.result .result-body img {
  object-fit: cover;
  aspect-ratio: 1.72;
  width: 40%;
  min-width: 200px;
  margin-right: 10px;
  border-radius: 5px;
}

.result .result-body p {
  margin: 0;
  color: #71757b;
}

.result .result-body a {
  color: #159338;
  text-decoration: none;
}

.result .result-keys {
  /* display: flex; */
  /* justify-content: space-around; */
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 15px;
  border-bottom: 1px solid #dddfe1;
}

.result .result-keys p {
  color: #71757b;
  margin: 0;
}

.result .result-keys p span {
  color: #626264;
  font-weight: 500;
}

.result .result-footer {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.result .result-footer .label {
  font-size: 15px;
  color: #6684b0;
  background-color: #dee6ff;
  padding: 0.3rem 0.75rem;
  border-radius: 15px;
  font-size: 0.8rem;
}

.result .result-footer .urgent {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #f8990f;
  margin-left: 15px;
}

.result .result-footer .urgent img {
  height: 1.7rem;
  margin-right: 5px;
}

.result .result-footer .save {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0.5rem;
  border: 1px solid #ff4501;
  border-radius: 3px;
  font-size: 0.8rem;
  color: #ff4501;
  font-weight: 500;
  margin-right: 5px;
}

.result .result-footer .save img {
  margin-right: 5px;
}

.result .result-footer .prim {
  font-size: 0.8rem;
}

.content .search-pagination {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  padding-top: 15px;
}

.content .search-pagination button {
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #c4c9d1;
  margin-left: 0.5rem;
  display: grid;
  place-content: center;
}

.content .search-pagination button:first-child {
  margin: 0;
}

.content .search-pagination .pages.active {
  border-color: #029432;
  background-color: #e2ffec;
}

.msg {
  background-color: #ddf4f3;
  padding: 2rem 0;
}

.msg .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.msg img {
  height: 100px;
  margin-inline: 15px;
}

.msg .mob-img {
  height: 100px;
  margin-inline: 92px;
}

.msg .text {
  display: flex;
  align-items: center;
  width: 60%;
}

.msg h4 {
  font-size: 2.2rem;
  font-weight: 700;
}

.msg p {
  font-size: 19px;
  color: #102f8b;
  margin: 0;
}

.msg .email {
  display: flex;
  align-items: center;
  /* justify-content: right; */
  margin-left: auto;
  font-size: 15px;
  width: 40%;
}

.msg .email input {
  padding: 0.5rem;
  border: 1px solid #c4c9d1;
  margin-right: 5px;
  width: 100%;
}

.msg .email .prim {
  font-size: 15px;
  background-color: #029432;
}

.sec3 {
  padding: 2rem 0;
}

.sec3 .container:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.sec3 .item {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 15px;
  border-radius: 0.5rem;
}

.sec3 .item:first-child {
  background-color: #fff4ee;
}

.sec3 .item:last-child {
  background-color: #dff2fc;
}

.sec3 .item h4 {
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.sec3 .item p {
  font-size: 15px;
  color: #626264;
  grid-column: 1;
}

.sec3 .item a {
  display: block;
  font-size: 15px;
  padding: 0.5rem 15px;
  color: #fff;
  background-color: #029432;
  border: 1px solid #029432;
  grid-column: 1;
  height: 2.5rem;
  width: max-content;
}

.sec3 .item img {
  grid-column: 2;
  grid-row: 1/4;
  margin: auto;
}

.sec3 h4 {
  font-weight: 700;
  margin-top: 3rem;
  font-size: 1.4rem;
}

.sec3 ul {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 15px;
  margin: 2rem 0;
}

.sec3 ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 4rem 1fr;
}

.sec3 ul li img {
  grid-row: 1/3;
  height: 3rem;
  width: 3rem;
}

.sec3 ul li h5 {
  font-weight: 400;
}

.sec3 ul li p {
  grid-column: 2;
  margin: 0;
  font-size: 15px;
  color: #626264;
}

.sec4 {
  padding: 2rem;
  background-color: #33353c;
}

.sec4 h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: white;
}

.sec4 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.sec4 h5 {
  font-weight: 400;
  font-size: 1.2rem;
  color: #e2e2e2;
  margin-bottom: 15px;
}

.sec4 .mp {
  grid-column: 1;
}

.sec4 .form-check {
  color: #9da1a7;
  margin-bottom: 0.5rem;
  font-size: 15px;
}

.sec4 .form-check input:checked {
  background-image: url(./img/check.png);
}

.sec4 .hm {
  grid-column: 1;
}

.sec4 .hm input {
  max-width: 250px;
  font-size: 15px;
}

.sec4 .form {
  grid-column: 2;
  grid-row: 1/3;
}

.sec4 .form input {
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.sec4 .form textarea {
  margin-bottom: 5px;
}

.sec4 .form label a {
  color: #09c548;
  text-decoration: none;
}

.sec4 .form .prim {
  background-color: #029432;
}

.faq {
  padding: 3rem 0 15px;
}

.faq ul {
  padding-left: 0;
}

.faq h3 {
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 4rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #d4d5dd;
}

.faq h3 img {
  margin-right: 0.75em;
  height: 3rem;
}

.faq ul li {
  list-style: none;
  border-bottom: 2px solid #d4d5dd;
  padding: 1.5rem 0 0.5rem;
}

.faq ul li input {
  display: none;
}

.faq ul li h4 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq ul li h4 img {
  margin-left: auto;
}

.faq ul li input:checked + label h4 {
  font-weight: 700;
  font-size: 1.1rem;
}

.faq ul li input:checked + label h4 img {
  transform: scaleY(-1);
}

.faq ul li p {
  color: #71757b;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  line-height: 2em;
  margin: 0;
}

.faq ul li input:checked + label p {
  max-height: 100px;
  margin: 15px 0 0.5rem;
}

.rs {
  padding: 0 0 2rem;
}

.rs h4 {
  font-size: 1.4rem;
  color: #333333;
}

.rs p {
  font-size: 15px;
  color: #626264;
}

.rs p span {
  color: #029432;
}

.pop {
  padding: 2rem 0;
  background-color: #f5f6fa;
}

.pop h4 {
  color: #333333;
  font-size: 1.3rem;
  font-weight: 700;
}

.pop h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 1.5rem 0;
}

.pop .link-deck {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.5rem 1rem;
}

.pop .link-deck a {
  color: #029432;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .search-add {
    flex-direction: column;
  }

  .search-results {
    grid-template-columns: 1fr;
  }

  .content .search-pagination {
    margin-inline: auto;
  }
}
@media screen and (max-width: 766px) {
  .new-fluid {
    height: 400px !important;
  }

  .web-img {
    display: none;
  }
  .msg .text {
    width: 100% !important;
  }
  .search {
    background-color: white;
  }

  .web-text {
    text-align: center;
  }

  .filter {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -100%;
    border-radius: 2rem 2rem 0 0;
    background-color: #ffffff !important;
    z-index: 20;
    transition: 0.5s all;
    padding: 1rem 2rem;
  }

  .filter-content {
    overflow-y: scroll;
    max-height: 85vh;
    padding-bottom: 5rem;
    pointer-events: fill;
  }

  .filter-content .view {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    width: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.265);
  }

  .filter.show .filter-content .view {
    bottom: 10px;
  }

  .filter h3 {
    font-size: 1.2rem;
  }

  .filter.show {
    bottom: 0;
  }

  .fil-back-mob {
    content: '';
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    background-color: #0000002f;
  }

  .fil-back-mob.show {
    display: block;
  }

  .fil-header {
    align-items: center;
  }

  .fil-header h3 {
    margin: 0;
  }

  .fil-header .clr {
    color: #029432;
    font-size: 0.9rem;
    margin-left: auto;
  }

  .location-select .pill-deck {
    padding: 10px;
    height: 45px;
    border: 1px solid #cbcbcb;
  }

  .location-select .loc-deck {
    position: relative;
    top: 0 !important;
    width: 98%;
    margin: auto;
  }

  .fil-header button:last-child {
    padding: 0;
    display: flex;
    align-items: center;
  }

  .fil-header button:last-child img {
    height: 11px;
  }

  .filter .keywords input[type='checkbox'] {
    display: none;
  }

  .filter .keywords label span {
    height: 16px;
    width: 16px;
    display: block;
    background-color: white;
    border: 1px solid #cbcbcb;
    margin-right: 10px;
    border-radius: 5px;
  }

  .filter .keywords input[type='checkbox']:checked + label span {
    background: url(./img/check.png);
    background-size: contain;
  }

  .filter .keywords input[type='checkbox']:disabled + label span {
    background-color: #626264 !important;
  }

  .filter .keywords label {
    font-size: 15px;
    color: #71757b;
    display: flex;
    align-items: center;
    margin: 0.5em 0;
  }

  .content {
    width: 100%;
  }

  .search .mob-back {
    width: 100%;
    background-color: #e8eaf0;
    padding: 1rem 2rem 0.5rem;
  }

  .search .mob-back .fil-mob {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 0 0;
  }

  .search .mob-back .fil-mob select,
  .search .mob-back .fil-mob input[type='button'],
  .search .mob-back .fil-mob .btn {
    border: 1px solid #029432;
    color: #029432;
    background-color: white;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search .mob-back .fil-mob .btn img {
    height: 17px;
    margin-right: 5px;
  }

  .search .sort {
    margin: 10px 0;
    justify-content: space-between;
  }

  .search .sort select {
    background-color: transparent;
    border: none;
  }

  .search .btn.alt {
    background: transparent;
    width: auto !important;
    margin: 0;
  }

  .mob-back .search-in {
    position: relative;
  }

  .mob-back .search-in .close {
    display: none;
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translateY(-52%);
  }

  .mob-back .search-in .close img {
    height: 12px;
  }

  .search-add {
    margin-bottom: 0;
  }

  .search-add .add h2 {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .search-results-mobile {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .search-results-mobile .result {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 10px #0000006e;
  }

  .search-results-mobile .result-header {
    position: relative;
    aspect-ratio: 1.725;
  }

  .search-results-mobile .result-header > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .result .result-header .loc {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 10px 0 0;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: white;
    /* z-index: 2; */
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0.25rem 0.5rem;
  }

  .result .result-header .loc img {
    height: 15px;
    margin-right: 5px;
    filter: invert() brightness(3);
  }

  .result .result-header .heart {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    background-color: #f5f9f6;
  }

  .result .result-body {
    padding: 1rem;
    display: block;
    border: none;
  }

  .result .result-body .label {
    font-size: 15px;
    color: #6684b0;
    background-color: #dee6ff;
    padding: 0.3rem 0.75rem;
    border-radius: 15px;
    width: max-content;
    font-size: 0.8rem;
    margin-top: 1rem;
  }

  .result .result-body h5 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
  }

  .result .result-body .result-keys {
    display: grid;
    grid-template-columns: 2fr 5px 3fr;
    gap: 0.5rem;
    border: none;
    border-top: 2px solid #d4d5dd;
    margin-top: 1rem;
    padding: 1rem;
  }

  .result .result-body .result-keys span:nth-child(3n) {
    font-weight: 500;
    color: #626264;
  }

  .result .result-footer {
    display: none;
  }

  .content .search-pagination {
    margin-top: 2rem;
  }

  .msg .container {
    flex-direction: column;
    gap: 2rem;
  }

  .msg .container > * {
    width: 100%;
  }

  .msg .email {
    padding: 0 1rem;
  }

  .sec3 .container:first-child {
    grid-template-columns: 1fr;
  }

  .sec3 ul {
    grid-template-columns: 1fr;
  }

  .sec4 .container form {
    display: block;
  }

  .sec4 .container form h5 {
    margin-top: 1rem;
  }

  .sec4 .container form input[type='number'] {
    max-width: unset;
  }

  .sec4 .container .form button {
    margin-top: 1rem;
    width: 100%;
  }

  .faq {
    padding-inline: 1rem;
  }

  .pop .link-deck {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .fil-mob-text {
    display: block;
    font-size: 0.9rem;
    color: #626264;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }

  .search-pill-deck {
    position: relative;
    overflow-x: scroll;
    margin: 0.5rem 0 1rem;
  }

  .search-pill-deck .deck .swiper-wrapper {
    gap: 0;
  }

  .search-pill-deck .pill {
    border-radius: 2rem;
    border: 1px solid #029432;
    width: min-content;
  }

  .search-pill-deck .pill span {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .search-pill-deck .swiper-button-next,
  .search-pill-deck .swiper-button-prev {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ff4501;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 65%;
  }

  .search-pill-deck .swiper-button-next::after,
  .search-pill-deck .swiper-button-prev::after {
    font-size: 15px;
    color: #ff4501;
  }

  .search-pill-deck .swiper-button-disabled {
    display: none;
  }
}

@media screen and (min-width: 766px) {
  .mob-img {
    display: none;
  }

  .fil-mob-text {
    display: none !important;
  }

  .location-select input[type='text'] {
    padding-left: 50px;
    font-size: 0.9rem;
  }

  .location-select .loc-img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #b2b2b2;
    border-radius: 5px 0 0 5px;
  }

  .location-select .loc-img img {
    height: 15px;
    filter: invert() brightness(2);
  }

  /* .search-pill-deck .swiper-button-next,
  .search-pill-deck .swiper-button-prev {
    display: none;
  } */

  
  .search-pill-deck .swiper-button-next,
  .search-pill-deck .swiper-button-prev {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ff4501;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 65%;
  }

  .search-pill-deck .swiper-button-next::after,
  .search-pill-deck .swiper-button-prev::after {
    font-size: 15px;
    color: #ff4501;
  }

  .search-pill-deck .swiper-button-disabled {
    display: none;
  }

  /* .search-pill-deck .swiper-wrapper {
    flex-wrap: wrap;
  } */
}

.new-fluid {
  display: block;
  padding: 0.7rem 3rem;
  width: clamp(300px, 95%, 1453px);
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  border-radius: 2rem;
  /* background-color: #e9f0f5; */
  border: 2px solid #5353f3;
  color: #fff;
  height: 205px;
}

.cta-content h6 {
  color: #636060;
  font-size: 16px;
  padding-top: 20px;
  font-family: Raleway, sans-serif !important;
}
.cta-content h4 {
  color: #636060;
  font-size: 22px;
  font-family: Raleway, sans-serif !important;
}

.cta-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-image: url(./img/card-banner-lg2.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  border: 1px solid #ddd;
  padding: 0 3rem;
  height: 280px;
}

.cta-card .icon {
  position: absolute;
  top: -25px;
  left: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  background-color: hsl(140 60% 90% / 1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cta-card .icon svg {
  width: 35px;
  height: 35px;
}

.cta-card .card-img {
  display: none;
}

.cta-card .text-block {
  padding: 1rem;
  width: 100%;
  max-width: 400px;
}

.cta-card .text-block span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #777;
}

.cta-card .text-block h2 {
  font-size: 1.75rem;
  color: #222;
  margin: 0.5rem 0 1rem;
}

.cta-card .text-block p {
  color: #464646;
}

.cta-card .text-block button {
  background-color: #ff4501;
  color: #fff;
  border: none;
  line-height: 40px;
  padding: 0 1rem;
  border-radius: 0.25rem;
}

@media (width < 992px) {
  .cta-card {
    background-image: none;
    display: flex;
    flex-direction: column;
    height: unset;
    padding: unset;
    text-align: center;
  }

  .cta-card .card-img {
    display: block;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}


.new-footer-btn:hover {
    color: rgb(34, 190, 54); /* Color to change to when hovered */
}
