/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.home-hero {
  min-height: 850px;
}
.home-hero-left {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.home-hero-right {
  background: #29509d;
  background-image: url("/images/pattern.png");
  display: flex !important;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.home-hero-right p:first-of-type {
  font-size: 16px;
  font-weight: 600;
  color: #85d7f2;
}
.home-hero-right p:last-of-type {
  color: #f2f2f2;
  margin-top: 40px;
  margin-bottom: 50px;
}
.home-hero-right h2 {
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  font-family: Lalezar;
}
.home-hero-carousel {
  transform: translate(120px, 0px);
}
.home-hero-carousel .slick-slide div img {
  height: 550px;
  object-fit: cover;
}
.home-hero-carousel .slick-list {
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  position: relative;
  top: -50px;
}
.home-hero-carousel .ant-carousel .slick-dots li.slick-active button {
  background: #ea6a58 !important;
  height: 5px;
}
.home-hero-carousel .ant-carousel .slick-dots li button {
  opacity: 1 !important;
}
.home-hero-search .ant-input {
  padding: 11px;
  border: 0;
  border-radius: 0 5px 5px 0 !important;
}
.home-hero-search .ant-input-group-addon {
  padding: 0 5px !important;
  background: #ffffff;
  border-radius: 5px 0 0 5px;
}
.home-hero-search .ant-input-group-addon button {
  padding: 0 30px;
  border-radius: 5px !important;
}
.home-hero-search button {
  background: #ffc190;
  border-radius: 5px;
  font-weight: 600;
  border: unset;
  color: #1f2f49;
}
.row-style {
  margin: 50px 0;
  max-width: 100%;
}
.content-info {
  width: 60%;
  background: #ffffff;
  margin: 8rem auto;
  box-shadow: 0px 3px 8px 0px #c5c5c54d !important;
  border-radius: 5px;
  padding: 2rem 0;
}
.content-info img {
  margin-bottom: -5px;
  margin-right: 6px;
}
.content-info-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.content-info-text {
  margin-right: 1rem;
}
.content-info-middle {
  border-right: 1px solid #85d7f2;
  border-left: 1px solid #85d7f2;
}
.advice-banner-background {
  background: #ffc190;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}
.sliderBorderDiv {
  width: 100%;
  height: 70px;
  border: 1px solid #85d7f2;
  border-radius: 5px;
  padding: 0.5rem 0;
  position: absolute;
  top: 20px;
  left: 0;
}
.sliderBorderDiv2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 9;
}
.advice-banner-title {
  font-size: 30px;
  color: #1f2f49;
  margin-top: 60px;
  margin-right: 40px;
  font-weight: 800;
}
.advice-banner-subtitle {
  font-size: 13px;
  color: #5d6b82;
  margin-right: 40px;
  font-weight: 600;
}
.advice-banner-image {
  margin-right: auto;
  margin-left: 20px;
}
.advice-banner-submit {
  width: fit-content;
  padding: 10px 40px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  background: #f68170;
  cursor: pointer;
}
.advice-banner-submit:hover {
  background: #5d6b82;
}
.blog-button:hover {
  background-color: #ea6a58 !important;
  color: #ffffff !important;
}
.ant-layout {
  background: #fcfcfc;
}
@media (max-width: 768px) {
  .content-info {
    width: 90% !important;
  }
}
@media (max-width: 767px) {
  .content-info {
    margin: 3rem auto;
  }
  .content-info-middle {
    border: none !important;
  }
}
@media (max-width: 576px) {
  .home-hero {
    margin-top: 0;
    min-height: fit-content;
  }
  .home-hero-right {
    order: 2;
    padding-top: 0px;
    padding-bottom: 20px;
    height: fit-content;
  }
  .home-hero-right p:first-of-type {
    margin-top: 10px;
  }
  .home-hero-right p:last-of-type {
    display: none;
  }
  .home-hero-right h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .home-hero-right-content {
    text-align: center;
  }
  .home-hero-left {
    background-image: url("/images/pattern.png");
    background: #29509d;
    order: 1;
    height: unset;
  }
  .home-hero-carousel {
    transform: translate(0px, 0px);
  }
  .home-hero-carousel img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .slick-slide div img {
    height: 35vh !important;
  }
}
@media (max-width: 480px) {
  .slick-slide div img {
    height: 25vh !important;
  }
  .home-hero-carousel {
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .home-hero-right {
    order: 2;
  }
  .home-hero-right p:first-of-type {
    margin-top: 10px;
  }
  .home-hero-right p:last-of-type {
    display: none;
  }
  .home-hero-right h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .home-hero-right-content {
    text-align: center;
  }
  .home-hero-search {
    margin-bottom: 20px;
  }
  .home-hero-left {
    background-image: url("/images/pattern.png");
    background: #29509d;
    order: 1;
  }
  .home-hero-carousel {
    transform: translate(0px, 0px);
  }
  .slick-slide div img {
    height: 510px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .home-hero-carousel {
    transform: translate(0px, 0px);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .home-hero-carousel {
    transform: translate(60px, 0);
  }
  .home-hero-search {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1424px) {
  .slick-slide div img {
    height: 430px !important;
    object-fit: cover;
  }
}

