.body {
  background-color: white;
  width: 100%;
}

.container {
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 768px ) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .selling-properties-background-wave {
  position:absolute;
  width:100%;
  bottom:0;
}
  
    .see-products{
  width: 100%;
  height: auto;
  position: relative;
  background-image:none;
}
  
  
}
/* ------------------------ end media query for tablets responsive ------------------------------------- */

@media (min-width: 1024px) {
  .container {
    max-width: 1208px;
  }

/* .see-products{
  width: 100%;
  height: auto;
  position: relative;
  background-image:url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/products/layout-decor.svg");
  background-repeat: no-repeat;
  background-position: 0% 42%;
} */

.footer_bottom-row-0-vertical-alignment > .row-fluid {
    flex-direction: row;
    display: flex;
    padding: 0px;
}

.selling-properties-background-wave {
  position:absolute;
  width:100%;
  top:0;
}
}
/* ------------------------------ start media query for large devices ---------------------------------------- */
.sticky-header {
 background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.sticky-header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 64px;
  padding: 16px 0px;
}

.drawer {
  display: none;
}

.navlinks-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  column-gap: 64px;
}

.responsive-navlinks {
  display: flex;
  justify-content: space-between;
  width: auto;
  align-items: center;
}

.navlinks-cta-wrapper {
 align-items: center;
  column-gap: 32px;
  display: flex;
  margin: 0px;
}

.navlinks-cta-wrapper .nav-button > img {
  margin-right: 4px;
}

.navlinks-cta-wrapper .nav-button > span {
  color: #232559;
  font-size: 16px;
  font-weight: 400;
}

.sign-up-btn-mobile {
  display: none;
}

.sign-up-btn {
    background-color: #1f4def;
    color: white;
    padding: 8px 20px 11px;
    border-radius: 9999px;
    font-weight: 700;
    white-space: nowrap;
  font-size:16px
}

.sign-up-btn:hover {
    background-color: #0933c7;
    color: white !important;
  font-weight:700;
}

.sign-up-btn:focus {
  outline: none;
}

.nav-items-wrapper {
  align-items: center;
  column-gap: 0;
  display: flex;
  justify-content: center;
  margin: 0px;
}

.nav-items {
  background-color: white;
  border-radius: 1.5rem;
  padding: 4px 16px;
}

.nav-items .nav-button > span {
  color: #232559;
  font-size: 16px;
  font-weight: 700;
  margin-right: 4px;
}

.nav-button {
  display: flex;
  align-items: center;
}

.nav-button:hover > span {
  color:#131432;
}

.nav-button:focus {
  outline: none;
}

.nav-items:hover {
  background-color: #e9e9ee;
}

.nav-items:hover button .sierra-night-100 {
  color: #0933c7;
}

.hero-banner {
  background-color: #1f4def;
  width: 100%;
  min-height: max-content;
/*   -webkit-clip-path: ellipse(150% 100% at 50% 0);
  clip-path: ellipse(150% 100% at 50% 0); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 40px;
  position: relative;
  background-image:url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/banner-images/hero-banner-curved-bottom.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.hero-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "gilroy-bolduploaded_file", sans-serif;
  gap: 2rem;
  padding: 2rem;
}

.hero-banner-content-wrapper {
  flex: 1 1 400px;
  max-width: 768px;
}

.image-container {
  flex: 1 1 300px;
  max-width: 467px;
  text-align: center;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

.hero-banner-title {
  margin-bottom: 0px;
  color: #d2dbfc;
  font-weight: 700;
  font-size: 18px;
  font-family: "gilroy-bolduploaded_file", sans-serif;
  line-height:16px;
}

.hero-banner-description {
  color: white;
  font-weight: 600;
  font-size: 60px;
  line-height: 68px;
  width: 100%;
  font-family: "gilroy-bolduploaded_file", sans-serif;
}

.hero-banner-sub-description {
  color: white;
  font-size: 20px;
  line-height: 28px;
  width: 80%;
  font-family: "gilroy-mediumuploaded_file", sans-serif;
}


.hero-banner-CTA {
  display: flex;
  height: 52px;
  justify-content: center;
  color: #1F4DEF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  background-color: white;
  border-radius: 9999px;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  max-width: 370px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 99;
  border:none
}

.hero-banner-CTA:hover{
  background-color: #0933c7;
  color: white;
  -webkit-transition: background-color  500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
   border-radius: 9999px;
    border:none
}

.hero-banner-CTA:focus{
  outline: none;
  border-radius: 9999px;
  border:none;
  background-color: #0933c7;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.hero-banner-CTA:active{
  outline: none;
  border-radius: 9999px;
  border:none;
  background-color: #0933c7;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.hero-banner .image-container {
    width: 33.33%;
    height: auto;
    position: relative;
    z-index: 10;
    top: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.hero-banner-wrapper > .image-container > img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.hero-banner-background-wave {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.hero-banner-background-wave-mobile {
  display: none;
}

.see-overseas-payments {
  background-color: #f4f6fe;
}

.group:hover > img {
  transform: translateX(10px);
  transition-duration: 300ms;
}

.group:hover > .ocean-100 {
  color: #121888;
}

.trusted-content:hover > a{
  color:white;
}

.see-products{
  width: 100%;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0% 42%;
}

.speak-to-an-experts {
  background-color: #f5b333;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  min-height: 1px;
}

.speak-to-an-experts::before {
  content: "";
  background-image: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/speak-to-an-expert/curved-top-sunshine.svg");  
  width: 100%;
  position: absolute;
  top: -12px;
  height: 42px;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.speak-to-an-experts::after {
  content: "";
  background-image: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/speak-to-an-expert/curved-bottom-sunshine.svg");
  width: 100%;
  position: absolute;
  bottom: -10px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center -10px;
  background-size: cover;
}

.speak-to-an-experts-wrapper {
  position: relative;
  padding: 80px 0px;
  margin: 0 12rem;
  z-index: 10;
}
.best-rates {
  font-weight: 700;
  color: #121888;
  text-align: center;
  font-size: 24px;
  margin-bottom: 12px;
}

.custom-input {
  border: 1px solid #a7a8bd;
}

.custom-select {
  padding-left: 10px;
  color: #232559;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  outline: none;
}

select.custom-select {
  position: relative;
  background-image: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/icons/Chevron-Down.svg");
  
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 24px;
  border: 1px solid #a7a8bd;
  cursor: pointer;
}

select.custom-select:focus {
  outline: none;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #a7a8bd;
  background-color: white;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #0933c7;
  border: none;
}

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

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.property-price > span {
  position: absolute;
  bottom: 6px;
  left: 12px;
}

.speak-to-an-experts button {
  background-color: #0933c7;
  border-radius: 9999px;
  width: 100%;
  padding: 12px 0;
  color: white;
  font-weight: 700;
}

.speak-to-an-experts button:hover {
  background-color: #1f4def;
  border-radius: 9999px;
  width: 100%;
  padding: 12px 0;
  color: white;
  font-weight: 700;
}

.video-container {
  position: relative;
  margin-bottom: 0px;
}

.play-pause-button {
  position: absolute;
  inset: 0;
  margin: auto;
}



.carousel .slider-images {
  max-height: 216px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-caption {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 20px 16px;
  justify-content: space-between;
}

.slider-specifications {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 12px;
}

.slider-properties {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.carousel .red-heart {
  width: 24px;
  height: 24px;
}

.slider-card {
  width: 260px;
  margin-right: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel {
  width: 100%;
  margin: 0 auto;
}

.slick-list {
  display: flex;
  justify-content: center;
  padding: 0px 60px 0px 0px !important;
}

.slick-track {
  padding-bottom: 5px;
}

.slick-disabled {
  display: none;
}

.slider-images {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.carousel .slick-arrow.slick-prev {
  left: -30px;
  background: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/icons/Carousel-Next-Arrow.svg") 0 0 / 100% no-repeat;
  transform: rotate(180deg);
  width: 60px;
  height: 60px;
  z-index: 10;
}
.carousel .slick-arrow.slick-next {
  right: -30px;
  background: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/icons/Carousel-Next-Arrow.svg") 0 0 / 100% no-repeat;
  width: 60px;
  height: 60px;
  z-index: 10;
}

.slick-prev:before {
  content: "" !important;
}



.slick-next:before {
  content: "" !important;
}

.latest-guides{
   font-family: "gilroy-mediumuploaded_file", sans-serif;
}

.latest-guides > a , .latest-guides > a > p{
  font-family:inherit;
}

.latest-guides {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  min-height: 1px;
  margin-right:32px !important;
}

.latest-guides img {
  transition: all 0.5s ease-in;
  transform: scale(1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.latest-guides:hover img {
  transform: scale(1.2);
}

.latest-guides-caption{
    font-family: gilroy-bolduploaded_file,sans-serif;
}

.latest-guides-caption .caption{
  font-family: gilroy-bolduploaded_file,sans-serif;
    font-weight: 700;
  font-size:20px;
  color:#232559;
}

.latest-guides-caption .caption:hover{
color:#131432;
}

.latest-guides-caption .title{
color:#65668a;
    font-family: gilroy-bolduploaded_file,sans-serif;
    font-weight: 700;
  font-size:16px;
margin:0px !important;
}

.latest-guides-caption p, .latest-guides-caption a {
  font-family: inherit;
}

.thank-you-form .title{
color: var(--sierra-night-100, #133250);
font-size: 36px;
font-style: normal;
font-weight: 700;
margin-bottom: 16px;
text-align: center;
}

.touch-soon{
margin-bottom: 32px;
}

.touch-soon-tilte {
    color: var(--sierra-night-100, #133250);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4px;
}

.touch-soon-main-description{
color: var(--sierra-night-100, #133250);
font-size: 16px;
font-style: normal;
font-weight: 500;
margin-bottom: 12px;
}

.touch-soon-sub-description{
color: var(--sierra-night-100, #133250);
font-size: 16px;
font-style: normal;
font-weight: 500;
}

.next-steps-tile {
    color: var(--sierra-night-100, #133250);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4px;
}

.steps-to-follow > li{
list-style: auto;
color: var(--sierra-night-100, #133250);
font-size: 16px;
font-style: normal;
font-weight: 500;
}

.steps-to-follow{
margin-bottom: 56px;
}



.testimonials-card {
  background-color: #f4f4f7;
  border-radius: 10px;
  padding: 32px;
}

.testimonials-description {
  width: 60%;
}

.selling-properties {
  background-color: #1f4def;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
}

.selling-properties > .description {
  width: 66.6%;
  padding: 40px;
}

.selling-properties-banner {
  position: relative;
  width: 44.4%;
}

.selling-properties-banner-image {
  position: absolute;
  width: 100%;
  max-width: 310px;
  top: -32px;
  right: 56px;
  max-height: 260px;
  object-fit: cover;
}

.selling-properties-CTA {
    background-color: #F5B333;
    border-radius: 20px;
    font-family: "gilroy-bolduploaded_file", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #133250;
    max-width: 235px;
    width: 100%;
    max-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    border: none;
    white-space: nowrap;
    transition: background-color 1s linear;
}

.selling-properties-CTA:hover,
.selling-properties-CTA:focus {
    background-color: #EFA008;
      border-radius: 20px;
    font-family: "gilroy-bolduploaded_file", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #133250;
    max-width: 235px;
    width: 100%;
    max-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    border: none;
    white-space: nowrap;
    transition: background-color 1s linear;
}


.footer-certified {
  width: 100%;
  max-width: 66px;
  height: 100%;
  max-height: 100px;
}


.advertise-with-kyero:focus {
  outline: none;
}

.sticky-footer {
  position: sticky;
  bottom: 0px;
  background-color: white;
  width: 100%;
  z-index: 10;
}


.main-footer {
  padding: 40px 0px 0 0;
}
.container-fluid.footer-bottom {
    position: relative;
    top: -50px;
}
.icons-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.footer-certified {
  width: 100%;
  max-width: 66px;
  height: 100%;
  max-height: 100px;
}

.advertise-with-kyero {
    background-color: #f56a00;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "gilroy-bolduploaded_file", sans-serif;
    color: #ffffff;
    padding: 8px 16px;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    justify-content: center;
    border:unset;
    font-size:16px;
  }
  .advertise-with-kyero span{
    color: #fff;
  }
.advertise-with-kyero:focus {
  outline: none;
}

.sticky-footer {
  position: sticky;
  bottom: 0px;
  background-color: white;
  width: 100%;
  z-index: 10;
  left:0;
  bottom:0px;
}

.social-icons-desktop {
  display: flex;
  column-gap: 16px;
}

.social-icons-mobile {
  display: none;
}

.footer-content-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 80px;
  column-gap: 32px;
}

.footer-content-wrapper .find-your-sunshine-wrapper {
  grid-column: span 2 / span 2;
  margin-bottom: 0;
  column-gap: 20px;
}

.find-your-sunshine {
  display: flex;
  column-gap: 20px;
}

.find-your-sunshine .content-wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
}

.find-your-sunshine .content-wrapper > p {
  color: #232559;
  font-size: 16px;
  font-family: "gilroy-mediumuploaded_file", sans-serif;
  font-weight: normal;
}

.find-your-sunshine .content-wrapper > a {
  color: #1f4def;
  font-size: 16px;
  font-family: "gilroy-mediumuploaded_file", sans-serif;
  font-weight: normal;
}

.find-your-sunshine .content-wrapper:hover > a {
    color: #0933C7;
}

.footer-listings {
  grid-column: span 1 / span 1;
  margin-bottom: 16px;
}

.footer-listings > h5 {
  color: #232559;
  font-size: 16px;
  font-family: "gilroy-boldploaded_file", sans-serif;
  margin-bottom: 8px;
  font-weight: 700;
}

.footer-listings > ul > li > a {
  color: #232559;
  font-size: 16px;
  font-family: "gilory-mediumuploaded_file", sans-serif;
  font-weight: normal;
}

.footer-listings > ul > li:hover > a {
    color: #131432;
}

.footer-listings > p {
  color: #232559;
  font-size: 16px;
  font-family: "gilory-mediumuploaded_file", sans-serif;
  font-weight: normal;
}

.sticky-footer {
  padding: 5px 0px;
}

.sticky-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
    font-family: "gilroy-mediumuploaded_file", sans-serif;
}

.sticky-footer-wrapper > ul {
  display: flex;
  column-gap: 24px;
  margin-bottom: 0px;
   font-family: "gilroy-mediumuploaded_file", sans-serif;
}

.sticky-footer-wrapper > ul > li {
  font-family: "gilroy-mediumuploaded_file";
  font-weight: normal;
  color: #4f517a;
  font-size:16px;
}



.sticky-footer-wrapper  > ul > li > p > span > a, .sticky-footer-wrapper  > ul > li > p > a , .sticky-footer-wrapper  > ul > li > p {
   font-family: inherit;
  margin:0px !important;
}

.footer-listing-links-wrapper  > a {
  font-weight: normal;
  font-size:16px;
  font-family:inherit;
}



.sticky-footer-wrapper > ul > li > a {
    font-family: 'gilroy-mediumuploaded_file';
    font-weight: normal;
  font-size:16px;
  color:#0270e0;
}

.sticky-footer-wrapper > ul > li:nth-child(1) {
  font-weight: 700;
 }

.header__language-switcher .lang_list_class, .menu .menu__submenu, .menu__submenu--level-2>.menu__item:first-child:before {
    background-color: #fff;
    border: none;
}
.menu__submenu {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    left: 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 56px !important;
    width: 270px;
    z-index: 99;
    padding: 12px !important;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.menu__submenu .menu__item {
    border-bottom: none;
    padding: 0px;
    width: 100%;
}
.menu__submenu .menu__link {
    display: block;
    padding: 8px;
    transition: background-color 0.3s;
    width: 100%;
    background-color: #F4F4F7;
    border-radius: 8px;
    margin: 0px !important;
}


.menu__item--depth-1:first-child > .menu__submenu > .menu__item:before {
    left: 0;
display:none;
}
.header__language-switcher .lang_list_class li:hover, .menu__submenu .menu__link:focus, .menu__submenu .menu__link:hover, .menu__submenu--level-2>.menu__item:first-child.focus:before, .menu__submenu--level-2>.menu__item:first-child:hover:before {
    background-color: #F4F4F7;
}
.menu__submenu .menu__item {
    border-bottom: none !important;
    padding: 0;
    width: 100%;
}
.menu--desktop .menu__submenu > .menu__item:first-child:before{
  display:none;
}
.menu__submenu {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 56px;
    width: 270px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
#hs_cos_wrapper_navigation-primary .menu__item--depth-1.nav-items{
  display:flex;
    padding: 4px 16px;
  text-transform: capitalize;
}
#hs_cos_wrapper_navigation-primary .text-base {
  font-size: 16px;
  margin-right: 4px;
}
.advertise-with-kyero:hover {
    font-family: gilroy-bolduploaded_file,sans-serif;
    font-size: 16px;
    font-weight: 500;
     background-color: #BB5100;
}
/* --------------------------------------- start media query for tablets ------------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-items-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .customers-love-kyero-title{
    font-size: 32px;
    font-family: gilroy-bolduploaded_file,sans-serif;
    font-weight: 700;
    color: #121888;
  }
    .latest-guides {
    margin-right: 32px;
  }
  
  .latest-guides > figure > a > div {
    width:100%;
    height:220px;
   overflow:hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
    .latest-guides > figure > a > div > img {
    width:100%;
    height:100%;
   object-fit:cover;
  }
  
  .main-footer .content-wrapper--vertical-spacing, .dnd-section{
    padding:18px;
  }
#hs_cos_wrapper_footer-module-4 .social-links__icon {
    margin: 0px;
}
  
  .footer-bottom{
    padding:18px;
  }
  
  .footer-bottom .row-fluid .span3 {
    width: 100% !important;
}
  .footer-bottom .row-fluid .span2 {
    width: 22% !important;
}
  
    .footer-bottom .row-fluid .span1 {
    width: 22% !important;
}
  
 .footer-bottom .footer_bottom-row-0-vertical-alignment > .row-fluid {
    display: flex !important;
    flex-direction: row;
    gap: 28px;
}
  
}
form,
.submitted-message {
  background-color: unset;
}

.submitted-message {
   font-family: gilroy-bolduploaded_file,sans-serif !important;
}

.submitted-message > p > span {
   font-family: gilroy-bolduploaded_file,sans-serif !important;
}

.submitted-message > h2 > span,
.submitted-message > h3 > span {
    font-family: "gilroy-bolduploaded_file", sans-serif !important;
}


.submitted-message > ol > li {
list-style-type: decimal !important;
  color:#133250 !important;
  font-weight:500
}

.submitted-message {
  padding: 1.5rem; /* Add space around the message */
  font-family: gilroy-bolduploaded_file, sans-serif !important;
}

.submitted-message a {
  color: #0077cc; /* Give links a distinct color */
  text-decoration: underline;
  font-weight: 500;
}

.submitted-message a:hover {
  color: #005999;
}

.customers-love-kyero-title {
  margin:0px !important;
}

.property-slider-title  {
  margin:0px !important;
}

.testimonial-title {
  margin:0px !important;
}

.testimonials-description {
    width: 100%;
}

.kyero-form-title {
  margin:0px !important;
}

.kyero-form-content li{
  display:flex;
  flex: 1 1 200px;
  flex-direction: column;
}

.kyero-form-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 12px 0px;
}

.kyero-form-content > .content > h5 {
  font-size: 18px;
  line-height: 24px;
  color: #133250;
  font-weight: 700;
  margin:0px;
  font-family: gilroy-mediumuploaded_file,sans-serif;
}

.kyero-form-content > .content > p {
  font-size: 16px;
  line-height: 24px;
  color: #133250;
  font-weight: 400;
   font-family: gilroy-mediumuploaded_file,sans-serif;
}

.kyero-form-footer {
    display: flex;
    justify-content: center;
    align-items: start;
    font-size: 12px;
    line-height: 20px;
    font-family: gilroy-mediumuploaded_file,sans-serif;
  margin-top:12px
}


.testimonials-card p, .testimonials-card h3{
  margin-bottom:0px;
}
.testimonials-card p{
  font-size:16px;
}
.testimonials-card h3{
   font-size:18px;
}
.testimonials-card h3.main-title{
   font-size:20px;
}
.footer .social-links{
  justify-content: end;
}
.sticky-footer .footer_sticky-column-1-row-0-margin {
    margin: 0 !important;
}
.social-links__icon{
  width:32px;
  height:32px
}
.social-links__icon svg{
  width:15px;
  height:15px;
}
a.social-links__link.facebook-f .social-links__icon {
    background-color: #3d60a5;
}
a.social-links__link.twitter .social-links__icon {
    background-color: #177fbf;
}
a.social-links__link.instagram .social-links__icon {
    background-color: #e0006b;
}
a.social-links__link.youtube .social-links__icon {
    background-color: #f00000;
}

a.social-links__link.pinterest-p .social-links__icon {
    background-color: #d60021;
}

a.social-links__link.linkedin-in .social-links__icon {
    background-color: #0069a0;
}
.trusted-by-clients .trusted-content .selling-properties-description a{
  color:#000;
}

.trusted-by-clients .trusted-content .selling-properties-description a:after{
  background-image:unset;
}


.trusted-by-clients .dnd-column{
  padding:32px 0px 48px;
}

.product-section .row-fluid{
  padding:32px 0px 48px;
}

.video-section{
  padding:32px 0px 48px;
}


.property-slider{
  padding:32px 0px 0px 0px;
}

.guides-slider{
    padding:32px 0px 0px 0px;
  overflow:hidden;
}

.testimonials-slider-wrapper{
    padding:32px 0px 48px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kyero-logo {
    max-width: 131px;
    width: 100%;
    max-height: 32px;
    height: 100%;
    object-fit: cover;
  }

  .sticky-header-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 0px;
    padding: 16px 0px;
  }

  .drawer {
    display: none;
    }

  .nav-items-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-items {
    background-color: white;
    border-radius: 1.5rem;
    padding: 0px;
  }

  .nav-items:hover {
    background-color: transparent;
  }

  .navlinks-cta-wrapper {
    display: flex;
    align-items: center;
    column-gap: 16px;
  }

  .navlinks-cta-wrapper .nav-button > img {
    margin-right: 4px;
  }

  .navlinks-cta-wrapper .nav-button > span {
    display: none;
  }

  .hero-banner {
    background-color: #1f4def;
    width: 100%;
    min-height: max-content;
/*     -webkit-clip-path: ellipse(150% 100% at 50% 0);
    clip-path: ellipse(150% 100% at 50% 0); */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .hero-banner-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    padding: 48px 0px 48px 0px;
  }

  .hero-banner-content-wrapper {
    padding: 0px;
    width:66.66%;
  }

  .hero-banner-title {
    margin-bottom: 8px;
    color: #d2dbfc;
    font-weight: 700;
    font-size: 18px;
  }

  .hero-banner-description {
    color: white;
    font-weight: 600;
    font-size: 40px;
    line-height: 68px;
    width: 100%;
  }

  .hero-banner .image-container {
    width: 33.33%;
    height: auto;
    position: relative;
    z-index: 10;
  }

  .hero-banner .image-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .hero-banner-background-wave {
    display: none;
  }

  .hero-banner-background-wave-mobile {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }

  .speak-to-an-experts::before {
    content: "";
    background-image: url(//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/speak-to-an-expert/curved-top-sunshine.svg);
    width: 100%;
    position: absolute;
    top: -10px;
    height: 42px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .speak-to-an-experts::after {
    content: "";
    background-image: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/speak-to-an-expert/curved-bottom-sunshine.svg");
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center -10px;
    background-size: cover;
  }

  .video-container {
    position: relative;
    margin-bottom: 16px;
  }

  .video-centent {
    float: right;
    width: 52%;
  }
  
  .guides-slider{
    padding:32px 0px 0px 0px;
  overflow:hidden;
}

  .carousel .slick-arrow.slick-next,
  .slick-arrow.slick-prev {
    display: none !important;
  }

  .latest-guides {
    margin-right: 32px;
  }

  .testimonials-description {
    width: 100%;
  }

  .testimonials-card {
    margin-right: 32px;
  }

  .selling-properties .description {
    padding: 24px 32px;
  }

  .selling-properties-banner {
    width: 35%;
  }

  .selling-properties-banner-image {
    position: absolute;
    width: 100%;
    max-width: 310px;
    top: -5px;
    right: 0px;
    max-height: 260px;
    object-fit: cover;
  }
  
  .main-footer {
    padding: 40px 0px 0 0;
  }
.container-fluid.footer-bottom {
    position: relative;
    top: -50px;
}
  .icons-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .social-icons-desktop {
    display: flex;
    column-gap: 16px;
  }

  .social-icons-mobile {
    display: none;
  }

  .footer-content-wrapper {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin-bottom: 80px;
    column-gap: 32px;
  }

  .footer-content-wrapper .find-your-sunshine-wrapper {
    margin-bottom: 0;
    grid-column: span 8 / span 8;
    column-gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .find-your-sunshine {
    display: flex;
    column-gap: 20px;
    margin-bottom: 12px;
  }

  .find-your-sunshine .content-wrapper {
    display: flex;
    flex-direction: column;
    column-gap: 8px;
  }

  .find-your-sunshine .content-wrapper > p {
    color: #232559;
    font-size: 16px;
    font-family: "gilroy-mediumuploaded_file", sans-serif;
    font-weight: normal;
  }

  .find-your-sunshine .content-wrapper > a {
    color: #1f4def;
    font-size: 16px;
    font-family: "gilroy-mediumuploaded_file", sans-serif;
    font-weight: normal;
  }

  .footer-listings {
    grid-column: span 2 / span 2;
    margin-bottom: 16px;
  }

  .footer-listings > h5 {
    color: #232559;
    font-size: 16px;
    font-family: "gilroy-boldploaded_file", sans-serif;
    margin-bottom: 8px;
  }

  .footer-listings > ul > li {
    color: #232559;
    font-size: 16px;
    font-family: "gilory-mediumuploaded_file", sans-serif;
    font-weight: normal;
  }

  .footer-listings > p {
    color: #232559;
    font-size: 16px;
    font-family: "gilory-mediumuploaded_file", sans-serif;
    font-weight: normal;
  }

  .sticky-footer {
    padding: 5px 0px;
  }

  .sticky-footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sticky-footer-wrapper > ul {
    display: flex;
    column-gap: 16px;
    margin-bottom: 0px;
  }

  .sticky-footer-wrapper > ul > li {
    font-family: "gilroy-mediumuploaded_file", sans-serif;
    font-weight: normal;
    color: #4f517a;
  }

  .sticky-footer-wrapper > ul > li:nth-child(1) {
    font-weight: 700;
   }
  .social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
}
.hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img {
    height: auto;
    max-width: max-content;
}
.find-your-sunshine .content-wrapper {
    column-gap: 8px;
    display: flex;
    padding: 0px;
    flex-direction: column;
}
.find-your-sunshine .content-wrapper>a, .find-your-sunshine .content-wrapper>p {
    font-family: gilroy-mediumuploaded_file,sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.footer-content-wrapper .find-your-sunshine-wrapper {
    column-gap: 20px;
    display: flex;
    flex-direction: column;
    grid-column: span 8/span 8;
    margin-bottom: 12px;
}
.footer-content-wrapper {
    column-gap: 32px;
    display: grid;
    grid-template-columns: repeat(8,minmax(0,1fr));
    margin-bottom: 0px;
}
}
/* ---------------------------------------------------------------------------end media query for tablets ----------------------------------- */

@media screen and (max-width: 767px) {
  
  .footer-bottom{
    padding:18px;
  }
  
  .find-your-sunshine-wrapper{
    padding:0px !important;
  }
  
  .guides-slider {
    overflow:hidden;
  }
  
  #hs_cos_wrapper_footer-module-4 .social-links__icon {
    margin: 0px;
}
  
  .kyero-form .hs-submit {
    margin-top: 7px !important;
}
  
  .customers-love-kyero-title ,  .customers-love-kyero-title > a > span{
    font-size:24px !important;
    font-family: gilroy-bolduploaded_file,sans-serif;
    font-weight: 700;
    color: #121888;
  }
  
  .navlinks-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 0;
  }

  .responsive-navlinks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .nav-items-wrapper {
    display: none;
  }

  .nav-items {
    background-color: white;
    border-radius: 0.5rem;
  }

  .navlinks-cta-wrapper {
    display: none;
  }

  .sign-up-btn-mobile {
    display: flex;
    column-gap: 16px;
    align-items: center;
  }

  .closemenu {
    display: block;
  }
  
/* drawer styles */

  .drawer {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition: right 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .drawer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 16px;
  }

  .drawer-open {
    right: 0;
  }

.drawer-navlinks {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 12px 16px !important;
}
  

  .drawer-navlinks > li {
    align-items: center;
    background: #E9E9EE;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 12px !important;
    outline: none;
    border: none;
  }
 .drawer-navlinks-wrapper .menu__item--has-submenu > .menu__link {
    padding: 0px;
  }
   .drawer-navlinks-wrapper .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 0px;
    border: none;
    cursor: pointer;
    height: 46px;
    position: absolute;
    right: 0;
   top: 2px;
    width: 10%;
    outline: none;
     padding:0px !important;
  }
.drawer-navlinks-wrapper #hs_cos_wrapper_navigation-primary .menu__item--depth-1 {
    display: inline-block;
    padding: 12px 16px !important;
    text-transform: capitalize;
} 
  .mobile-nav-items{
       color: #232559;
    font-size: 20px !important;
    font-family: "gilroy-bolduploaded_file", sans-serif;
  }
  
  .drawer-navlinks-wrapper .menu__item--depth-1 > .menu__link{
    padding:0;
  }

  .drawer-navlinks > li > span {
    color: #232559;
    font-size: 18px;
    font-family: "gilroy-bolduploaded_file", sans-serif;
  }

  .drawer-navlinks-social {
  background-color: #E9E9EE;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    padding: 16px 0;
    position: fixed;
    width: 100%;
    margin: 0px;
  }

  .drawer-navlinks-social > li {
    display: flex;
    column-gap: 8px;
    width: 50%;
    justify-content: center;
    color: #232559;
    font-size: 18px;
    font-family: "gilroy-bolduploaded_file", sans-serif;
  }
  
  .menu__item--open > .menu__submenu {
    display: flex !important;
    flex-direction:column;
    row-gap:12px;
    background-color: transparent;
    padding: 0px !important;
    margin-top:12px !important;
}
  
  .hero-banner {
    background-color: #1f4def;
    width: 100%;
    min-height: max-content;
/*     -webkit-clip-path: ellipse(150% 120% at 50% 0);
    clip-path: ellipse(150% 120% at 50% 0); */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 100px;
    position: relative;
  }

  .hero-banner .image-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    top: 32px;
  }

  .hero-banner-wrapper {
    display: flex;
    flex-direction: column;
    padding: 48px 0px 0px 0px;
    width:100%;
  }
  .hero-banner-content-wrapper {
    padding: 0px;
     width:100%;
  }

  .hero-banner-title {
    margin-bottom: 8px;
    color: #d2dbfc;
    font-weight: 700;
    font-size: 18px;
  }

  .hero-banner-description {
          color: #fff;
          font-size: 40px;
          font-weight: 600;
          line-height: 44px;
          width: 100%;
          margin: 0px;
  }
  
  .hero-banner-sub-description {
    color: white;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    font-family: "gilroy-mediumuploaded_file", sans-serif;
}
  .hero-banner-wrapper {
          row-gap: 0px;
      }

  .hero-banner-background-wave {
    display: none;
  }

  .hero-banner-background-wave-mobile {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }

  .speak-to-an-experts::before {
    content: "";
    background-image: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/speak-to-an-expert/curved-top-sunshine.svg");
    width: 100%;
    position: absolute;
    top: -20px;
    height: 42px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .speak-to-an-experts::after {
    content: "";
    background-image: url("//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing-NoNav/images/speak-to-an-expert/curved-bottom-sunshine.svg");
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center -10px;
    background-size: cover;
  }
  
  .product-section .row-fluid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
  
    .kyero-form-title{
  font-family: gilroy-bolduploaded_file,sans-serif;
    font-weight: 700;
    color: #121888;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;

  }
  
  .kyero-form-content {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 16px;
    margin: 12px 0px;
    flex-wrap: wrap;
}

  .latest-guides {
    margin-right: 32px;
  }
  
  .latest-guides > figure > a > div {
    width:100%;
    height:220px;
   overflow:hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
    .latest-guides > figure > a > div > img {
    width:100%;
    height:100%;
   object-fit:cover;
  }

  .selling-properties {
    background-color: #232559;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: unset;
  }

  .selling-properties > .description {
    width: 100%;
    padding: 20px;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    position: relative;
    top: 160px;
  }

  .selling-properties-banner {
    position: relative;
    width: 66.4%;
    order: 1;
    left: 66px;
    top: -6px;
  }

  .carousel .slick-arrow.slick-next,
  .slick-arrow.slick-prev {
    display: none !important;
  }

  .testimonials-card {
    margin-right: 32px;
  }
  .testimonials-description {
    width: 90%;
  }

  .sticky-footer ul li:nth-child(5) {
    white-space: nowrap;
  }

  .advertise-with-kyero {
    background-color: #f56a00;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "gilroy-bolduploaded_file", sans-serif;
    color: #ffffff;
    padding: 8px 16px;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    width: 100%;
    justify-content: center;
    border:unset;
  }
  
  .advertise-with-kyero span{
    color: #fff;
  }

  .advertise-with-kyero:focus {
    outline: none;
  }
  
  .main-footer .content-wrapper--vertical-spacing, .dnd-section{
    padding:18px;
  }
  
  .find-your-sunshine-wrapper{
    padding:18px;
  }
  
  .footer-certified{
    flex:0;
  }
  

  .sticky-footer {
    position: sticky;
    background-color: white;
    width: 100%;
    border-top-color: #e9e9ee;
    border-top-width: 2px;
    border-top-style: solid;
  }
   .main-footer {
    padding: 0px;
  }

  .icons-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .social-icons-desktop {
    display: none;
  }

  .social-icons-mobile {
    display: flex;
    column-gap: 16px;
  }

  .sticky-footer ul li:nth-child(5) {
    white-space: nowrap;
  }


  .sticky-footer {
    position: static;
    background-color: white;
    width: 100%;
    border-top-color: #e9e9ee;
    border-top-width: 2px;
    border-top-style: solid;
    padding: 5px 0px;
    bottom:0px;
  }

  .footer-content-wrapper {
    display: flex;
    row-gap: 32px;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .footer-listings {
    margin-bottom: 0px;
  }

  .footer-listings > h5 {
    color: #232559;
    font-size: 16px;
    font-family: "gilroy-boldploaded_file", sans-serif;
    margin-bottom: 8px;
    font-weight: 700;
  }

  .footer-listings > ul{
    padding: 0px;
  }

  .footer-listings > ul > li {
    color: #232559;
    font-size: 16px;
    font-family: "gilory-mediumuploaded_file", sans-serif;
    font-weight: normal;
    list-style-type: none;
  }

  .footer-listings > p {
    color: #232559;
    font-size: 16px;
    font-family: "gilory-mediumuploaded_file", sans-serif;
    font-weight: normal;
  }

  .footer-content-wrapper .find-your-sunshine-wrapper {
    margin-bottom: 24px;
    grid-column: span 8 / span 8;
    display: flex;
    flex-direction: column;
  }

  .find-your-sunshine {
    display: flex;
    column-gap: 20px;
  }

  .find-your-sunshine .content-wrapper {
    display: flex;
    flex-direction: column;
    column-gap: 8px;
  }

  .find-your-sunshine .content-wrapper > p {
    color: #232559;
    font-size: 16px;
    font-family: "gilroy-mediumuploaded_file", sans-serif;
    font-weight: normal;
  }

  .find-your-sunshine .content-wrapper > a {
    color: #1f4def;
    font-size: 16px;
    font-family: "gilroy-mediumuploaded_file", sans-serif;
    font-weight: normal;
  }

  .sticky-footer-wrapper {
    display: flex;
    flex-direction: column;
  }

  .sticky-footer-wrapper > ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
    padding: 0px;
  }
  
  .footer .social-links {
    justify-content: flex-start !important;
}
  
  .social-links {
    column-gap: 16px;
    margin: 24px 0 -24px !important;
}

  .sticky-footer-wrapper > ul > li {
    font-family: "gilroy-mediumuploaded_file", sans-serif;
    font-weight: normal;
    color: #4f517a;
    list-style-type: none;
  }

  .sticky-footer-wrapper > ul > li:nth-child(1) {
    grid-column: span 6 / span 6;
    font-weight: 700;
  }

  .sticky-footer-wrapper > ul > li:nth-child(2) {
    grid-column: span 1 / span 1;
  }

  .sticky-footer-wrapper > ul > li:nth-child(3) {
    grid-column: span 1 / span 1;
  }

  .sticky-footer-wrapper > ul > li:nth-child(4) {
    grid-column: span 3 / span 3;
  }

  .sticky-footer-wrapper > ul > li:nth-child(5) {
    grid-column: span 2 / span 2;
    white-space: nowrap;
  }

  .sticky-footer-wrapper > ul > li:nth-child(6) {
    grid-column: span 1 / span 1;
    padding-left: 48px;
  }
  
  .trusted-by-clients .trusted-content a {
    color: #1f4def;
    font-family: gilroy-bolduploaded_file,sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.sticky-footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.selling-properties-description {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 16px;
  }
.selling-properties-banner {
    order: 2;
    width: 100%;
    position: relative;
    height: 100%;
    margin-bottom: 215px;
    inset: 0;
}
.selling-properties-banner-image {
    height: auto;
    object-fit: cover;
    position: absolute;
    top: -40px;
    right: 0px;
    left: 8px;
    width: 100%;
}
.find-your-sunshine .content-wrapper {
    column-gap: 8px;
    display: flex;
    flex-direction: column;
    padding: 0px;
}
 .find-your-sunshine .content-wrapper>p {
    font-family: gilroy-mediumuploaded_file,sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.find-your-sunshine {
    column-gap: 20px;
    display: flex;
    margin-bottom: 12px;
}
.footer-content-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    row-gap: 0px;
}
.sticky-footer-wrapper>ul>li:nth-child(2), .sticky-footer-wrapper>ul>li:nth-child(3) {
    grid-column: span 1/span 1;
    white-space: nowrap;
}
.sticky-footer-wrapper>ul>li:nth-child(4) {
    grid-column: span 3/span 3;
    padding-left: 12px;
}
.sticky-footer-wrapper>ul>li:nth-child(6) {
    grid-column: span 3/span 3;
    padding-left: 48px;
}
.sticky-footer-wrapper>ul {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(6,minmax(0,1fr));
    margin-bottom: 12px;
    padding: 0;
}
#hs_cos_wrapper_module_1690431826775101 .social-links__icon {
    margin: 0px;
    display: flex;
    width: 32px;
    height: 32px;
}
.social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    margin: 22px 0;
}
  .kyero-form .hs-form-field{
    width:100% !important;
  }

  .sign-up-btn {
    background-color: #1F4DEF;
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    white-space: nowrap;
    font-size: 16px;
    border: none;
}
.button:active, .hs-blog-post-listing__post-button:active, .hs-button:active, button:active {
    background-color: #1F4DEF;
    border-color: #1F4DEF;
    font-family: 'gilroy-bolduploaded_file';
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    border-radius: 9999px;
    border: none;
}
.sign-up-btn:focus {
    outline: none;
    border: none;
    border-radius: 9999px;
}
.hero-banner-wrapper > .image-container > img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.footer_bottom-column-3-row-0-margin {
    margin: 0px;
}
.container-fluid.footer-bottom {
    position: relative;
    top: 0px;
}
.footer-listings>ul {
    padding: 0;
    margin-bottom: 0px;
}
.icons-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: -30px;
}
.footer-column-3-row-0-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.footer-listings>p, .footer-listings>ul>li {
    color: #232559;
    font-family: gilory-mediumuploaded_file,sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.menu--mobile .drawer-navlinks .menu__submenu menu__submenu--level-2 no-list{
padding: 0px !important;
background-color: transparent !important;
margin-top:12px
display:flex;
flex-direction:column;
row-gap:12px;
}
.menu--mobile .drawer-navlinks-wrapper .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 0;
    border: none;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 0px;
    width: 10%;
}
.menu--mobile .drawer-navlinks   .menu__submenu .menu__item {
    background-color: #E9E9EE;
    border-radius: 8px;
    margin: 0!important;
    padding: 0px;
    font-size: 18px !important;
  border:none;
}
.menu--mobile .drawer-navlinks  .menu__submenu .menu__link {
    background-color: #E9E9EE;
    border-radius: 8px;
    margin: 0!important;
padding:0px;
} 
}


carousel .slider-images {
  max-height: 216px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-caption {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 20px 16px;
  justify-content: space-between;
}
.slider-specifications {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 12px;
}
.slider-properties {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .red-heart {
  width: 24px;
  height: 24px;
}
.slider-card {
  width: 260px;
/*   margin-right: 32px; */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* figure:nth-last-child(1) {
  margin-right: 0px !important;
} */


/* .carousel {
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap-42px
} */

.carousel {
  width: 100%;
  margin: 0 auto;
}
/* .slick-list {
  display: flex;
  justify-content: center;
  padding: 0px 60px 0px 0px !important;
} */
.slick-track {
  padding-bottom: 5px;
}
.slick-disabled {
  display: none;
}
.inner-slider{
  margin-bottom: 0px !important;
}
.inner-slider .slick-list{
  padding:  0px !important;
}


.inner-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0px !important;
}

.slider-caption .property_price{
  margin-bottom:0px !important;
}

.slider-specifications > ul{
  margin-bottom:0px !important
}

.inner-slider .slick-track{
padding:0px ;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: white !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white !important;
  font-size: 12px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px !important;
  padding: 0;
  cursor: pointer;
}
.slider-images {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-right:0px !important;
}
.inner-slider .slick-arrow.slick-prev{
  display:none;
}
.inner-slider .slick-arrow.slick-next{
  display:none;
}
.carousel .slick-arrow.slick-prev {
  left: -30px;
  background: url(//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing/images/icons/Carousel-Next-Arrow.svg) 0 0 / 100% no-repeat;
  transform: rotate(180deg);
  width: 60px;
  height: 60px;
  z-index: 10;
}
.carousel .slick-arrow.slick-prev {
    top: 0;
    bottom: 0;
    margin: auto;
}
.carousel .slick-arrow.slick-next {
    top: 0;
    bottom: 0;
    margin: auto;
}
.carousel .slick-arrow.slick-next {
  right: -30px;
  background: url(//4510591.fs1.hubspotusercontent-na1.net/hubfs/4510591/raw_assets/public/Kyero-Landing/images/icons/Carousel-Next-Arrow.svg) 0 0 / 100% no-repeat;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.slick-prev:before {
  content: "" !important;
}
.slick-next:before {
  content: "" !important;
}

.latest-guides {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 32px;
  overflow: hidden;
  min-height: 1px;
  position: relative;
}
.latest-guides > a{
  position:absolute;
  inset:0;
}
.latest-guides img {
  transition: all 0.5s ease-in;
  transform: scale(1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}
.latest-guides:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 620px) {
  .footer .row-fluid {
    flex-wrap: wrap;
    justify-content: unset;
}
  .footer .row-fluid .span1, .footer .row-fluid .span2, .footer .row-fluid .span3 {
    width: 100%;
}
  
}
@media screen and (min-width: 621px) and (max-width: 800px) { 
  .footer .row-fluid {
    flex-wrap: wrap;
    justify-content: unset;
}
  .footer .row-fluid .span1, .footer .row-fluid .span2, .footer .row-fluid .span3 {
    width: 50%;
}
  
}
@media screen and (min-width: 800px) {
  .row-fluid {
   flex-wrap: nowrap;
    justify-content: space-between;
}

  .footer .row-fluid .span3 {
    width: 32%;
    margin-right: 23px;
}
    .footer .row-fluid .span2 {
    width: 21%;
}
    .footer .row-fluid .span1 {
    width: 25%;
}
  
}

 .hs-fieldtype-booleancheckbox .hs-error-msgs, .hs_error_rollup{
 display:none 
}

/* 1. Anchor the wrapper so the UL’s top:100% is relative to it */
.kyero-form .hs-fieldtype-booleancheckbox {
  position: relative; 
}

/* 2. Re-position the UL using top rather than bottom */
.kyero-form .hs-fieldtype-booleancheckbox .hs-error-msgs {
  position: absolute !important;
  bottom: auto     !important;
  top: 80%        !important;  /* immediately below the wrapper */
  left: 0          !important;
  margin-top: 0.25em !important; /* small extra gap */
  display: block   !important;
}

/* 3. (Optional) style the text */
.kyero-form .hs-error-msg {
  color: #e03e2d;
  font-size: 0.6em;
}

.hs-error-msgs label{
 color:#ff2a00 !important 
}

.kyero-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    bottom: -14px !important;
    position: absolute !important;
}

.kyero-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0px ; !important 
}

.kyero-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li label{
  line-height:12px !important
}

.kyero-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li label a{
  font-family: 'gilroy-bolduploaded_file' !important;
    font-size: 12px !important;
  color: #ff1212 !important;
}

.kyero-form .hs-submit{
 margin-top:8px 
}