:root {
  --primary-color: #53aafc;
  --secondary: #1e1e1e;
  --success: #07cdae;
  --info: #009fe3;
  --warning: #ffbc1a;
  --danger: #fe7096;
  --light: #e4e4e9;
  --dark: #3e4b5b;
  --info-hover: #0190cd;
  --primary-hover: #0190cd;
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --roboto-font: "Inter";
  --inter-font: "Inter", sans-serif;
  --inter-font: "Inter", sans-serif;
  --White: #ffffff;
  --link: #53aafc;
  --Blue-Grey: #3e465a;
  --Dark-Blue: #2e323c;
  --Gray-50: #f9fafb;
  --Gray-100: #f2f4f7;
  --Gray-200: #eaecf0;
  --Gray-300: #d0d5dd;
  --Gray-400: #98a2b3;
  --Gray-500: #667085;
  --Gray-600: #475467;
  --Gray-700: #344054;
  --Gray-900: #101828;
  --Brand-50: #ffe5e6;
  --Brand-200: #ffb2b5;
  --Brand-500: #ff1e27;
  --Brand-600: #ed1c24;
  --Brand-700: #cc181f;
  --Brand-800: #a61419;
  --Success-50: #ecfdf3;
  --Success-100: #dcfae6;
  --Success-100: #dcfae6;
  --Success-500: #17b26a;
  --Black: #000000;
  --Base-White: #ffffff;
}

*,
::after,
::before {
  box-sizing: border-box;
}
::placeholder{width:100%; width: var(--Gray-600) !important;}
body {
  font-size: 16px;
  font-family: var(--primary-font);
  background: #ffffff;
  background-position: 0 250px;
  background-size: 100% 100%;
  color: var(--Blue-Grey);
  margin: 0;
  font-weight: 400;
  line-height: 19.6px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--Dark-Blue);
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

a {
  color: var(--link);
  text-decoration: none;
}

.img-fluid {
  max-width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 16px 40px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  background-color: var(--primary-color);
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  border: solid 1px var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background-color: #4a6ccc;
  color: #fff;
}
.btn-signup {
  width: 100%;
  border: 1px solid #88ffa2;
  background: #88ffa2;
  border-radius: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: var(--secondary-font);
  color: var(--secondary);
}
.btn-signup:hover {
  background-color: #6ce486;
  border-color: #6ce486;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}
a.btn.link {
  text-decoration: underline;
}
a.btn.link:active {
  border: none;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.mt-20 {
  margin-top: 20px;
}
.btn-brand {
  font-family: var(--primary-font);
  display: inline-flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  border: 1px solid var(--Brand-600);
  background: var(--Brand-600);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: var(--White);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-brand:hover {
  color: var(--White);
  border: 1px solid var(--Brand-700);
  background: var(--Brand-700);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Succes */

.success {
  padding-top: 20px;
  padding-bottom: 80px;
}
.see-below {
  text-align: center;
  margin-bottom: 20px;
}
.see-below p {
  color: var(--Black);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 15px;
}

.success-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 166px;
  align-self: stretch;
}

.success-box-left {
  width: 50%;
}
.success-box-left > p {
  color: var(--Dark-Blue);
}
.success-box-list ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px 15px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.success-box-list ul,
.success-box-list ul li {
  list-style: none;
  padding: 0;
}

.success-box-list ul li {
  width: calc(50% - 7.5px);
}

.success-box-list ul li strong {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Blue-Grey);
}

.success-box-list ul li:last-child {
  width: 100%;
}

.success-box-right {
  display: flex;
  width: 100%;
  max-width: 574px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.success-box-right-inner {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.success-box-right-inner .icon {
  margin-bottom: 10px;
}

.success-box-right-inner h3 {
  color: var(--Dark-Blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--primary-font);
  position: relative;
}

.success-box-right-inner h3:after {
  content: "";
  width: 53px;
  height: 3px;
  background-color: #53aafc;
  display: block;
  margin-top: 15px;
}

.success-box-right-inner p,
.success-box-right-inner a {
  color: var(--Dark-Blue);
  margin: 0;
}

.success-box-right-inner a {
  text-decoration: none;
  margin-top: 15px;
}

.success-box-links {
  margin-top: 70px;
}

.success-box-links .btn-signup {
  padding: 10px 82px;
  width: auto;
  font-weight: bold;
}
.success-box-links .link {
  color: var(--Black);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.location-across {
  display: flex;
  padding: 80px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-size: 100% 100%;
}

.location-across h2 {
  font-size: 48px;
  margin-bottom: 0;
  line-height: 57.6px;
  color: var(--Black);
}

.location-across p {
  font-size: 26px;
  margin: 20px 0;
  font-family: var(--secondary-font);
  line-height: 120%; /* 31.2px */
  color: var(--Black);
}

.location-across .btn-primary {
  padding: 12px 93px 11px 94px;
  color: var(--secondary);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.curious-about-row {
  display: flex;
  align-items: flex-start;
  gap: 34px;
}

.curious-left-col {
  max-width: 470px;
  width: 100%;
}
.curious-left-col p {
  color: var(--Dark-Blue);
}
.curious-right-col {
  width: 100%;
}

.curious-about-renting h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px;
}
.curious-about-renting .accordion-header {
  font-size: 20px;
  color: var(--Dark-Blue);
}
.curious-about-renting .accordion-item {
  border-top: none;
}
.curious-about-renting .curious-right-col p {
  color: var(--Dark-Blue);
}
.curious-about-renting {
  padding: 80px 0;
}

.curious-about-renting .btn-signup {
  padding: 9px 70px;
  font-weight: bold;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
}

.curious-about-renting .talk-expert {
  padding: 60px 0;
  font-size: 26px;
  font-weight: normal;
  font-family: var(--secondary-font);
  margin-bottom: 0;
  display: block;
  color: #000;
}

.curious-about-renting .talk-expert strong {
  color: var(--Dark-Blue);
}

.curious-about-renting .accordion button {
  color: var(--Blue-Grey);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 0;
  font-family: var(--primary-font);
}
.curious-about-renting
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  border-bottom: none;
}

.curious-about-renting .accordion .accordion-item:first-child button {
  padding-top: 0;
}
.curious-left-col > p {
  color: var(--Dark-Blue);
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion-item {
  box-shadow: none;
  border-color: var(--Black);
}

.accordion-body {
  padding: 0;
  padding-bottom: 20px;
  color: var(--Blue-Grey);
}

.success-seeker {
  color: #53aafc;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.most-popular-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 54px;
  align-self: stretch;
  flex-wrap: wrap;
}

.most-popular-row img {
  border-radius: 6px;
  width: 263px;
  height: 157px;
}

.most-popular-row p {
  color: var(--Black);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.5px;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

.most-popular3 {
  padding-bottom: 96px;
  padding-top: 96px;
}

.most-popular h2 {
  margin-bottom: 100px;
  font-size: 32px;
  margin-top: 0;
  text-align: center;
}

.view-all {
  color: var(--Black);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto;
  margin-top: 32px;
}

.most-popular .view-all {
  margin-top: 100px;
}
.testimonials {
  padding: 80px 0;
  background-size: cover;
  overflow: hidden;
}

.testimonials h2 {
  margin-bottom: 150px;
  font-size: 32px;
  color: var(--Dark-Blue);
}

.testimonials .container {
  max-width: 920px;
  width: 100%;
}
.testimonials .slick-prev, .testimonials .slick-next{display: none !important;}
.testimonials-col {
  display: flex !important;
  align-items: flex-start;
  gap: 21px;
}

.testimonial-text {
  padding-right: 20px;
  width: calc(100% - 146px);
}

.test-name {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 15px;
  color: var(--Blue-Grey);
}

.test-post {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px;
  margin-bottom: 15px;
  color: var(--Blue-Grey);
}

.test-detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  text-align: justify;
  margin-bottom: 15px;
  color: var(--Blue-Grey);
}
.testimonial-stars {
  font-size: 28px;
  color: #53aafc;
}
.testimonial-stars span {
  margin-right: 10px;
}
.accordion-button::after {
  background-image: "../images/homev4/arrow.png";
}

.accordion-button:not(.collapsed)::after {
  background-image: "../images/homev4/arrow.png";
}
/* End Success */

.form-control {
  display: block;
  width: 100%;
  background: rgba(217, 217, 217, 0.47);
  line-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
}

.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  background: #ffffff52;
}
/* Search field result */
div#filter-records {
  position: absolute;
  background: #fff;
  border: 3px solid rgb(51, 125, 194);
  padding: 20px;
  max-width: 410px;
  z-index: 1;
}
.search-zone input#txt-search {
  z-index: 1;
  color: #000;
}
#filter-records {
  display: none;
}

.well {
  padding: 10px;
  text-align: center;
  width: 50%;
}

.well h5 {
  margin-top: 10px;
}

.well img {
  height: 140px;
  width: 165px;
}

#filter-records .row {
  flex-wrap: wrap;
}

/* modal */
.modal,
.modal-inactivity {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content,
.modal-content-inactivity {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 90%;
  max-width: 680px;
  max-height: none;
  overflow-y: hidden;
  padding: 20px;
}
.step-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-1 .head {
  text-align: center;
  font-size: 20px;
  padding: 20px 0px;
  color: black;
  font-weight: bolder;
}

.step-1 ul {
  list-style: none;
  padding: 0px;
}

#gform_fields_5 li {
  margin-left: 0 !important;
  width: 100%;
  padding: 0 !important;
}

.gform_fields li {
  text-align: center;
  font-size: 20px;
  color: var(--link);
  font-weight: bolder;
}

.step-1 input {
  margin: 20px;
}

.step-2,
.step-3 {
  display: none;
}

#field_27_2 {
  padding: 10px !important;
  margin: 0 !important;
  width: 100%;
}

#field_27_2 .head {
  color: black;
}

#gform_submit_button_27 {
  padding: 0 !important;
  margin: 0 !important;
  width: 50%;
  font-size: 18px;
}

#gform_27.gform_footer.left_label {
  margin: 0 !important;
}

.form-container-mine {
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.form-group-mine {
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

/* Add this CSS to your existing styles */
.form-group-mine.text-center {
  text-align: center;
}

.step-3 {
  padding: 40px 0px;
}

.step-2 input[type="text"],
.step-2 input[type="email"],
.step-2 input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.step-2 input[type="text"]:focus,
.step-2 input[type="email"]:focus,
.step-2 input[type="tel"]:focus {
  outline: none;
  border-color: #4094dd;
}

.step-2 span {
  color: #f16527;
  font-size: 14px;
}

.step-2 h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.step-2 p {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.close {
  color: #bababa;
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 35px;
  font-weight: bold;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
  margin: auto;
  max-width: 620px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--Base-White);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 18px;
  background-color: var(--Brand-700);
  border-radius: 8px;
  border: 1px solid var(--Brand-600, #ed1c24);
  background: var(--Brand-600, #ed1c24);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.gform_fields li h2,
.gform_fields li p {
  text-align: center;
}
.container-fullwidth {
  width: 100%;
  max-width: 100% !important;
}
.bg-img {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.testimonials .slick-dots {
  bottom: -50px;
  text-align: center;
}
.testimonials .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--primary-color);
}
.testimonials .slick-dots li button:before {
  color: #000;
}
@media (max-width: 1279px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 997px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
    font-weight: 700;
  }
  h2 {
    font-size: 32px;
    font-weight: 700;
  }
}
#myModal span {
  position: absolute;
  top: 105px !important;
  right: 32.5% !important;
  z-index: 1;
  color: #fff;
}

.banner-main-btns a.btn.link {
  text-decoration: none;
}
.banner-main-btns a.btn.link strong {
  text-decoration: underline;
}

/* ======== category ========= */

.recent-category-sec {
  padding: 64px 0;
}
.recent-category-sec h1 {
  color: var(--Gray-900);
}
.recent-category-title {
  text-align: center;
  margin-bottom: 0px;
}
.recent-category-title h5 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  display: inline-block;
  border-bottom: solid 1px #475467;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--Gray-600);
}
.recent-category-sub-title {
  margin-top: 16px;
}
.recent-category-sub-title h5 {
  color: var(--Gray-600);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.category-content {
  display: grid;
  gap: 48px 32px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 64px;
  padding-bottom: 64px;
}
.category-content a img {
  border-radius: 16px;
  max-width: 384px;
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.category-item h3 {
  margin-bottom: 8px;
  margin-top: 20px;
  color: var(--Gray-900);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.category-item-details a {
  font-size: 16px;
  font-weight: bold;
  color: #3e465a;
}

.category-item-details p {
  color: var(--Gray-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.location-accross {
  display: flex;
  padding: 40px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-size: cover;
}
.location-accross h2 {
  font-size: 48px;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 57.6px;
  color: #000;
}
.location-accross p {
  font-size: 26px;
  margin: 0;
  font-family: var(--secondary-font);
  font-style: normal;
  line-height: 120%;
  color: #000;
}
.location-accross .btn-primary {
  padding: 12px 93px 11px 94px;
  color: #1e1e1e;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.recent-category-locaction {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
.recent-category-locaction h2 {
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 38.4px;
}
.recent-category-locaction h2 span {
  font-size: 26px;
  font-weight: 400;
  margin-left: 12px;
  line-height: 120%;
  font-family: var(--secondary-font);
}
.recent-category-locaction a {
  font-weight: 700;
  padding: 11px 29px;
  font-size: 22px;
  font-family: var(--secondary-font);
  border: 1px solid #88ffa2;
  background: #88ffa2;
  border-radius: 47px;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  margin-top: 0px;
}
.category-most-popular {
  padding-bottom: 96px;
  padding-top: 96px;
  background: #fff;
}
.category-most-popular-row {
  display: grid;
  gap: 75px 75px;
  grid-template-columns: repeat(4, 1fr);
}

/* Pagination */

.pagination {
  display: block;
  margin: auto;
  padding-top: 20px;
  border-top: solid 1px var(--Gray-200);
  position: relative;
}
.pagination .page-numbers,
.pagination .page-item,
.pagination .page-item a.page-link {
  display: inline-block;
  color: var(--Gray-600);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  margin-top: 0;
  border: none;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: auto;
}
.pagination .page-numbers.next span,
.pagination .page-numbers.prev span{font-weight: 600;}
.pagination .page-numbers.next {
  float: right;
  font-weight: 600;
}
.pagination .page-numbers.prev {
  float: left;
  font-weight: 600;
}
.category-most-popular.most-popular h2 {
  margin-bottom: 100px;
}

.pagination .page-numbers.current,
.nav-links .page-numbers:hover,
.pagination .page-item.active a.page-link,
.pagination .page-item:hover a.page-link {
  color: var(--Gray-800);
  background-color: var(--Gray-50);
}
.pagination .nav-links {
  display: block;
  width: 100%;
}

.most-popular3 h2 {
  color: var(--Gray-900);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 0px;
}
.most-popular3 .sub-ttitle {
  color: var(--Gray-600);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 64px;
  max-width: 768px;
}
.most-popular-row3 {
  gap: 48px 32px;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 64px 0 0px;
}
.most-popular-row3 h2 {
  color: var(--Gray-900);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}

.most-popular-row3 p {
  color: var(--Gray-900);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 0;
}
.most-popular-row3 .select {
  color: var(--Brand-700);
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 600;
}
.most-popular-row3 .select:hover {
  color: #000;
  text-decoration: underline;
}
.most-popular-row3 img {
  border-radius: 6px;
  max-width: 280px;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.ultimate-banner-sec {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ultimate-main-content {
  display: flex;
  margin-bottom: 64px;
  align-items: flex-end;
  gap: 32px;
  background-size: 100%;
}
.ultimate-main-content .left-main-content {
  max-width: 768px;
  width: 100%;
  font-family: var(--primary-font);
}
.right-main-content {
  max-width: 480px;
  width: 100%;
  padding: 0px 0px 13px 16px;
  font-family: var(--primary-font);
}
.email-capture {
  display: flex;
  width: 100%;
  max-width: 480px;
  align-items: flex-start;
  gap: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
  flex-wrap: wrap;
}
.search-zone .form-control {
  display: flex;
  padding: 12px 14px 12px 40px;
  align-items: center;
  gap: 8px;
  border-radius: 8px !important;
  border: 1px solid var(--Gray-300);
  background: var(--White) url(../images/maps.svg) 16px center no-repeat;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 0px;
  line-height: 24px;
  width: 100%;
}

/* city location */
.city-location-sec {
  padding: 96px 0px;
}
.city-location-sec .city-breadcrumb {
  margin-bottom: 24px;
}
.city-location-sec .city-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.city-location-sec .city-breadcrumb li a {
  color: var(--Gray-600);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.city-location-sec .city-breadcrumb ul li:last-child a {
  color: var(--Brand-700);
  font-weight: 600;
}
.city-location-sec h2 {
  color: var(--Gray-900, #101828);
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
.city-location-sec .search-city {
  position: relative;
  margin-bottom: 24px;
}

.city-location-sec .search-city input[type="text"] {
  padding: 16px 66px;
  border-radius: 12.85px;
  border: 1.606px solid var(--Gray-300);
  background: transparent;
  box-shadow: 0px 1.606px 3.213px 0px rgba(16, 24, 40, 0.05);
  font-family: var(--primary-font);
  font-size: 25.7px;
  font-weight: 500;
  line-height: 38.551px;
  max-width: 515px;
}
.city-location-sec .search-city input[type="text"]::placeholder {
  color: var(--Gray-900);
}
.city-location-sec .city-popular-location {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  font-family: var(--primary-font);
}
.city-location-sec .city-popular-location .city-left-box .popular-city-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.city-location-sec
  .city-popular-location
  .city-left-box
  .popular-city-content
  h5,
.popular-cities-florida h5 {
  color: var(--Gray-900);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.city-location-sec
  .city-popular-location
  .city-left-box
  .popular-city-content
  .city-details {
  display: flex;
  align-items: stretch;
}
.city-location-sec
  .city-popular-location
  .city-left-box
  .popular-city-content
  .city-details
  img {
  width: 239px;
  height: 206px;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  object-fit: cover;
  object-position: top;
}
.city-details .city-address {
  padding: 24px;
  border-radius: 0px 12px 12px 0px;
  border-top: 1px solid var(--Gray-200);
  border-right: 1px solid var(--Gray-200);
  border-bottom: 1px solid var(--Gray-200);
  min-width: 353px;
}
.city-details .city-address .premium-loc {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-between;
}
.city-details .city-address .premium-loc h3 {
  color: var(--Gray-900);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 4px;
}
.city-details .city-address .premium-loc .premium-btn {
  display: flex;
  padding: 4px 10px 4px 4px;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--Success-200);
  background: var(--Success-50);
}
.city-address .banner-hero-btns a:first-child {
  border: 1px solid var(--Gray-300);
  background: var(--White);
  color: var(--Gray-700);
}
.premium-loc .premium-btn a {
  color: var(--Success-700, #067647);
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.premium-loc .premium-btn a:first-child {
  padding: 2px 8px;
  color: #fff;
  border-radius: 16px;
  border: 1px solid var(--Success-200, #abefc6);
  background: var(--Success-600, #079455);
}
.banner-hero-btns img {
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border: none !important;
  margin-top: 4px;
}
.city-details .city-address p {
  color: var(--Gray-600);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
.city-address .banner-hero-btns {
  margin-top: 16px;
}
.city-address .banner-hero-btns a {
  padding: 10px 14px;
  font-size: 14px;
  line-height: 20px;
}
.city-location-sec .city-left-box {
  max-width: 592px;
  width: 100%;
}
.city-location-sec .city-right-box .right-main-content {
  margin-top: 36px;
}
.city-location-sec .city-right-box .right-main-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.popular-cities-florida {
  padding: 32px 0;
  margin-bottom: 24px;
}
.popular-cities-florida h5 {
  margin-bottom: 24px;
}
.popular-cities-florida .all-cities-btn {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.popular-cities-florida .all-cities-btn a {
  padding: 4px 12px;
  align-items: center;
  border-radius: 16px;
  border: 1.5px solid var(--Gray-600);
  color: var(--Gray-700);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
/* City and state page css end*/
.cities-custom-select {
  position: relative;
  font-family: var(--primary-font);
  width: 100%;
  max-width: 514px;
  font-size: 1.15rem;
  color: #000;
}
.cities-select-button-box {
  width: 100%;
  padding: 16px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 71px;
  border-radius: 12.85px;
  border: 1.606px solid var(--Gray-300);
  background: var(--Base-White);
  box-shadow: 0px 1.606px 3.213px 0px rgba(16, 24, 40, 0.05);
}
.dropdown-cities-loc {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cities-loc-selected-value {
  text-align: left;
  font-family: var(--primary-font);
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  color: var(--Gray-900);
}
.cities-loc-arrow {
  transition: transform ease-in-out 0.3s;
}
.cities-custom-select.active .cities-select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.cities-select-dropdown {
  position: absolute;
  list-style: none;
  max-width: 510px;
  width: 100%;
  font-family: var(--primary-font);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 4px;
  padding: 10px 0;
  margin-top: 10px;
  max-height: 170px;
  overflow-y: auto;
  transition: 0.5s ease;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.cities-select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0 10px 0 20px;
  font-family: var(--primary-font);
}
.cities-select-dropdown li label {
  width: 100%;
  padding: 12px 16px;
  padding-left: 0;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  font-family: var(--primary-font);
}
.cities-select-dropdown li label span {
  font-weight: 400;
  color: #667085;
}

.cities-custom-select.active .cities-loc-arrow img {
  rotate: 180deg;
}
.cities-select-dropdown li:hover {
  background: var(--neutral-silver, #f5f7fa);
}
.cities-select-dropdown li img:last-child {
  display: none;
}
.cities-select-dropdown li:hover img:last-child {
  display: block;
}
.cities-select-dropdown::-webkit-scrollbar {
  width: 8px;
}
.cities-select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.cities-select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
/* services page css */
.inc-feature-sec {
  padding: 96px 0 40px 0;
}
.fea-title {
  color: var(--Gray-900);
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}
.inc-feature-row {
  gap: 64px 32px;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}
.inc-feature-row h5 {
  color: var(--Gray-900);
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 8px;
}
.inc-feature-row p {
  font-family: var(--primary-font);
  color: var(--Gray-600);
  margin-bottom: 0px;
}
.inc-feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.inc-feature-item a {
  color: var(--Brand-700);
  font-family: var(--primary-font);
  font-weight: 600;
  line-height: 24px;
  display: flex;
  gap: 8px;
}
.inc-feature-item .content {
  margin-bottom: 20px;
}
.optional-upgrade-sec {
  padding: 40px 0;
}
.optional-updgrade-container {
  padding-top: 32px;
  padding-bottom: 32px;
  background: var(--Gray-100);
}
.office-solution-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  background: var(--Brand-800);
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.get-office-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px;
  gap: 48px;
}
.get-office-content a {
  font-family: var(--primary-font);
}
.get-office-content a:hover {
  background: var(--White);
  color: var(--Brand-800);
}
.get-office-content .office-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.get-office-content .office-txt h2 {
  color: var(--White);
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.get-office-content .office-txt p {
  color: var(--Brand-200);
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.get-office-content .office-txt p span {
  font-weight: 400;
}
.get-office-img img {
  max-width: 480px;
  height: 400px;
  border-radius: 0 24px 24px 0;
  width: 480px;
  object-fit: cover;
}
.content {
  overflow: hidden;
}
.search-zone {
  position: relative;
}
.search-zone .input-group-text-label,
.search-zone span.input-group-text,
#selector {
  display: none;
}
#selector {
  position: absolute;
  top: 0;
  right: 2px;
  opacity: 1;
  z-index: 10;
  bottom: 0;
}
#selector label {
  color: #000 !important;
  margin-bottom: 0;
}
.dropdown-cities-loc span input {
  box-shadow: none;
}
.cities-select-button-box .tcity {
  box-shadow: none !important;
}
.cities-select-dropdown li a {
  display: block;
  width: 100%;
}
.cities-select-button-box .dropdown-cities-loc img {
  width: 32px;
}
.get-office {
  padding: 32px 0;
}

.hero-loc-btn {
  border: 1px solid var(--Gray-300);
  background: var(--White);
  color: var(--Gray-700);
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hero-loc-btn:hover {
  background-color: var(--Brand-800);
  color: var(--White);
}
.category-read-more {
  color: var(--Brand-700) !important;
  background: url("/newsite/wp-content/uploads/2024/03/arrow-up-right.svg")
    no-repeat center right;
  display: inline-block !important;
  padding-right: 30px;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}
.sub-title {
  padding-top: 20px;
  color: var(--Gray-600);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  max-width: 768px;
}
.onhover-color-red:hover {
  color: var(--Brand-600);
  text-decoration: underline;
}
.onhover-color-black:hover {
  color: #000;
  text-decoration: underline;
}
.header3 {
  height: 320px;
  padding-bottom: 0;
  padding-top: 0px;
}
.hero-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.hero-header h1 {
  color: var(--White);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.choose-city-secction {
  margin-top: 0px;
}

.choose-city-section2 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0 !important;
}

.choose-city {
  background: rgba(83, 170, 252, 0.6);
  border-radius: 20px;
  padding: 20px 20px;
  margin-top: 40px;
}

.choose-city h3 {
  text-align: left;
  padding-left: 10px;
}

.choose-city ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.choose-city ul li {
  width: 20%;
  list-style: none;
}

.choose-city ul li a {
  text-align: left;
  color: var(--White);
  padding: 15px;
  display: block;
  text-decoration: none;
  font-size: 20px;
}

.choose-city ul li a:hover {
  color: var(--secondary);
}

.choose-city-section2 .choose-city ul li a {
  text-align: left;
}
.popular-location-card,
.popular-state-locations-card {
  display: flex;
  background: var(--secondary);
  margin-bottom: 20px;
}

.popular-location-card-group-2 {
  color: #fff;
  text-align: center;
  padding: 35px;
  width: 100%;
  padding-bottom: 20px;
}

.popular-location-card-group-2 h3 a {
  color: #fff !important;
  text-decoration: none;
}

.popular-location-card-group-2 .group-btns {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 600px;
  margin: auto;
  margin-top: auto;
  margin-top: 20px;
}

.popular-location-card-group-2 .group-btns:after {
  content: "";
  position: absolute;
  right: 50%;
  border-right: solid 1px #fdfdfd;
  height: 90px;
  top: -21px;
}

.popular-location-card-group-2 hr {
  max-width: 600px;
  margin: auto;
}

.popular-location-card-group-2 a {
  color: #fff;
  text-decoration: none;
}

.premium-locations-container {
  margin-top: 20px;
}

.popular-location-card-group-2 .btn-primary {
  width: 208px;
  min-height: 63px;
  padding: 0;
  font-weight: 600;
  position: relative;
  border-radius: 40px;
  justify-content: center;
  margin: 0;
}

.popular-location-card img,
.popular-state-locations-card img {
  width: 317px !important;
  height: 317px !important;
}

.group-btns .btn-primary.light-btn {
  background-color: var(--White);
  color: var(--primary-color);
}
.group-btns .btn-primary.light-btn:hover {
  background-color: var(--primary-color);
  color: var(--secondary);
}
.content-premium-virtual-office {
  background: #fff url(../images/Virtual-Office-bg-white.png) no-repeat;
  border: solid 1px #000;
  padding: 20px;
  border-radius: 15px;
  margin-top: -90px;
  background-size: cover;
}
.content-premium-virtual-office p:last-child {
  margin-bottom: 0;
}

.page-template-template-service .add-services-box-right {
  display: block;
}

.page-template-template-service .add-services-box-right span {
  font-size: 14px !important;
}
#form6Modal .modal-content {
  padding: 20px;
  width: 100%;
  border: none;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 680px;
  max-height: auto; /* Adjust the value as needed 80vh */
  overflow-y: hidden;
}

/* Modal Content */
.modal-content-inactivity {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: hidden;
  border: 5px solid var(--link);
}

.modal-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* The Close Button */
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  display: none;
}

/* faq */
.faq-container {
  max-width: 1022px;
  margin: auto;
}

.faq-box {
  border-radius: 15px;
  background: rgba(30, 30, 30, 0.17);
  padding: 32px 90px;
}

.dark-bg {
  background: #000000 url(../images/Virtual-Office-bg.png) no-repeat center;
  background-size: cover;
}

.faq {
  padding-top: 70px;
  padding-bottom: 97px;
}

.faq h2 {
  padding-bottom: 30px;
}

.accordion-container .ac:nth-child(odd) .ac-trigger {
  background-color: var(--secondary);
  color: #fff;
}

.faq-contact-container {
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
}

.faq-contact {
  padding: 50px 0;
}

.faq-contact h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}

.faq-contact p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: normal;
}

.gfield--type-captcha {
  text-align: left;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 10px 14px !important;
  border-radius: 8px;
  border: 1px solid var(--Gray-300);
  background: var(--Base-White);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 !important;
  color: var(--Gray-500);
  text-overflow: ellipsis;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-form {
  padding: 96px 0;
}
.contact-form textarea {
  height: 110px !important;
}
.contact-form .form-group {
  display: flex;
  gap: 70px;
}

.contact-form .btn {
  margin: auto;
  width: 620px;
  display: flex;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  line-height: 65px;
  border-radius: 40px;
  padding: 0;
}

.contact-form .btn-primary:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.contact-form li {
  text-align: left;
}
.contact-form .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: auto;
  overflow: hidden;
  position: relative !important;
  width: auto;
  margin-bottom: 0;
  color: var(--Gray-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.contact-form .gfield_checkbox label {
  color: var(--Gray-700);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px !important;
}
.contact-form .gfield_checkbox li input[type="checkbox"] {
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 1px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: none;
  padding: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  position: absolute;
  top: 5px;
}

.contact-form .gfield_checkbox li input[type="checkbox"]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 14px;
  color: transparent !important;
  background: #fff;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Gray-300);
  margin-right: 7px;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 20px;
}

.contact-form .gfield_checkbox li input[type="checkbox"]:checked:before {
  color: black !important;
}
.contact-form .gform_legacy_markup_wrapper .gform_heading {
  margin-bottom: 18px;
  width: 100%;
  color: var(--Gray-900);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
}
.contact-form #field_1_23 {
  color: var(--Gray-600);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 48px;
  margin-top: 0;
}
.contact-form .gform_wrapper {
  margin-top: 0px;
}
.post-content-text img {
  width: 100%;
  max-width: 100%;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Reviews */
.review-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.review-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
  margin-bottom: 64px;
}
.review-content {
  padding: 12px 0;
}
.review-box-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 16px;
}
.review-box-stars svg {
  height: 20px;
  width: 20px;
}
.review-box-stars svg path {
  fill: #fec84b;
}
.review-box-title:before {
  content: "";
  display: inline-block;
  height: 2.5px;
  width: 20px;
  background: #101828;
  margin-right: 2px;
}
.review-box-text {
  color: var(--Gray-900);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 32px;
}
.review-box-location {
  color: var(--Brand-600);
}
.review-col {
  width: 100%;
  margin-bottom: 20px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.review-box {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 64px;
}
.review-box-img {
  width: 100%;
  max-width: 576px;
}
.review-box-img img {
  width: 100%;
  height: auto;
}
.review-profile-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.review-box .review-box-top {
  display: flex;
  gap: 10px;
  font-family: var(--secondary-font);
  margin-bottom: 10px;
  line-height: 1.3;
}
.review-box-profile-box {
  display: flex;
  gap: 16px;
}
.review-box-profile-info {
  display: grid;
}
.review-box .review-box-circle {
  background: #d9d9d9;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.review-box-title {
  color: var(--Gray-900);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.review-box-profile-info-box {
  display: flex;
  color: var(--Gray-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 3px;
}
.review-box .review-box-author {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 500;
}
.review-box .review-box-location {
  color: var(--Brand-500);
}

.review-box .stars {
  font-size: 16px;
  margin-bottom: 0;
}

.review-check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
  color: #d9d9d9;
  margin-bottom: 0;
}

.review-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.review-check .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 1px;
  background-color: #fff;
}

.review-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.review-check input:checked ~ .checkmark {
  background-color: #af9f0b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.review-check input:checked ~ .checkmark:after {
  display: block;
}

.review-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sort {
  margin: 64px 0;
}

.sort select {
  word-wrap: normal;
  display: flex;
  width: 320px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--Gray-900);
}
.top-stars {
  font-size: 66px;
  text-align: center;
  margin-bottom: 30px;
}

.reviews {
  padding-top: 96px;
  padding-bottom: 96px;
}

.reviews .pagination {
  margin: 50px 0;
}
.stars {
  color: #af9f0b;
  margin-bottom: 10px;
  font-size: 26px;
}

::placeholder{width:100% !important;}
