@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}


.head_2 {
  font-size: 22px;
  font-weight: 700;
}


@media (min-width: 352px) {
  .head_2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .head_2 {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .head_2 {
    font-size: 30px;   font-weight: 700;
  }
}

.text_primary {
  color: #3E5E4F;
}

.text_dark {
  color: #3F3F3F;
}

.text_info {
  color: #3e5e4f;
}

.bg_ight {
  background: #FFF9F3;
}

.bg_info {
  background: #3e5e4f29;
}

.bg_primary {
  background: #3E5E4F;
}

.btn {
  font-size: 13px;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .btn {
    padding: 11px 15px;
    font-size: 16px;
    padding: 15px 25px;
  }
}

.btn_primary {
  background: #3E5E4F;
  color: #fff; margin-bottom: 10px;
}

.btn_primary:hover {
  background-color: #fff;
  border-color: #3E5E4F;
  color: #3E5E4F;
  outline: none;
}

.btn_secondary {
  background: #FFAA1C;
  color: #000000; margin-bottom: 10px;
}

.btn_secondary:hover {
  background-color: #fff;
  border-color: #FFAA1C;
  color: #FFAA1C;
  outline: none;
}

.btn_outline {
  background: transparent;
  color: #000000;
  border-color: #000000; margin-bottom: 10px;
}

.btn_outline:hover {
  background-color: #3E5E4F;
  border-color: #3E5E4F;
  color: #fff;
  outline: none;
}

.text_cnt {
  padding: 15px;
  border-radius: 12px;
}

.text_cnt h4 {
  font-size: 18px;
  font-weight: 600;
}

.text_cnt p {
  font-size: 14px;
  color: #000000;
}

.text_cnt .text_cnt_list {
  list-style: none;
  font-size: 13px;
  -webkit-column-count: 1;
          column-count: 1;
}

.text_cnt .text_cnt_list li {
  position: relative;
  margin-bottom: 10px;
}

.text_cnt .text_cnt_list li::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/img/right.svg");
  background-repeat: no-repeat;
  background-size: auto; line-height: 30px;
  position: absolute;
  left: -30px;
  top: 3px;
}

@media (min-width: 768px) {
  .text_cnt {
    padding: 20px;
  }
  .text_cnt .text_cnt_list {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .text_cnt .text_cnt_list li {
    margin-bottom: 5px;
  }
  .text_cnt .text_cnt_list li::before {
    background-size: 15px;
    left: -26px;
    top: 12px;
  }
  .text_cnt .btn {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .text_cnt {
    padding: 50px 40px;
  }
  .text_cnt h4 {
    font-size: 22px;
  }
  .text_cnt .text_cnt_list li {
    font-size: 16px; line-height: 40px;
  }
}

.slick-slide {
  margin: 15px;
  min-height: 100px;
  border: 1px solid #3e5e4f36;
  padding: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 0 20px #0000001c;
  box-shadow: 1px 0 20px #0000001c;
  -ms-flex-line-pack: center;
      align-content: center;
}

.slick-slide img {
  width: 100%;
}

.headSec p {
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .headSec p {
    font-size: 18px;
  }
}

section {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (min-width: 992px) {
  section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

header .navbar {
  padding: 25px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header .navbar .nav-item {
  margin-right: 5px;
  text-transform: capitalize;
}

header .navbar .nav-link {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

header .navbar .nav-link.active {
  color: #3E5E4F;
  font-weight: 600;
}

header .navbar .loginBtn {
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  padding: 10px 20px;
}

header .navbar .loginBtn:hover {
  background: #3E5E4F;
  color: #fff;
}

header .navbar .startBtn {
  font-weight: 500;
  padding: 12px 20px;
}

header .navbar .navbar-toggler {
  border: 1px solid #ccc;
  padding: 4px 5px;
}

header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .shrink {
  background: #ddd;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0px #cccccc6e;
          box-shadow: 0 2px 5px 0px #cccccc6e;
  z-index: 1;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-brand img {
    width: 100px;
  }
  header .navbar .nav-link {
    font-size: 14px;
    padding: 5px 0;
  }
  header .navbar .startBtn, header .navbar .loginBtn {
    font-size: 14px;
    padding: 7px 15px;
  }
}

@media (max-width: 768px) {
  header .nav-link {
    font-size: 12x;
    padding: 5px 0;
  }
}

@media (min-width: 768px) {
  header .navbar .nav-link {
    font-size: 14px;
  }
  header .navbar .nav-item {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  header .navbar .nav-link {
    font-size: 16px;
  }
  header .navbar .nav-item {
    margin-right: 20px;
  }
}

.heroSec {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#FFF8EB));
  background-image: linear-gradient(to bottom, #fff 50%, #FFF8EB 100%);
  padding-bottom: 30px;
  padding-top: 0;
}

.heroSec .head_1 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0;
}

.heroSec .subHead {
  font-size: 16px;
  font-weight: 600;
  color: #3E5E4F;
  background-image: url("../../../assets/img/underlin.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: auto;
  background-position-y: 30px;
  background-size: 180px;
}

.heroSec .card {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px; 
  border-color: transparent; background: none;
}

.heroSec .card:hover {
  border-color: #3e5e4f3d; border-radius: 12px;
}

.heroSec .card .card-body {
  color: #000;
  font-size: 15px;  
}

.heroSec .card .card-body img {
  margin-bottom: 25px;
}

.heroSec .card .card-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3E5E4F;
  margin: 0;
}

.heroSec .card .card-body p {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .heroSec .card .card-body {
    font-size: 13px;
  }
  .heroSec .card .card-body img {
    margin-bottom: 15px;
  }
  .heroSec .card .card-body .card-title {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .heroSec .head_1 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .heroSec .head_1 {
    font-size: 28px;
  }
  .heroSec .subHead {
    font-size: 16px;
    background-size: auto;
  }
}

@media (min-width: 1400px) {
  .heroSec .head_1 {
    font-size: 35px;
  }
}

.designeCat {
  background-color: #3E5E4F;
  color: #fff;
}

.designeCatBox{

  margin-bottom: 15px;
}

.designeCat .designeCatBox img {
  margin-bottom: 10px;
  max-width: 80px; 
}

.designeCat .designeCatBox h4 {
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .designeCat .designeCatBox img {
    max-width: 80px;
    margin-bottom: 10;
  }
  .designeCat .designeCatBox h4 {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .designeCat .designeCatBox h4 {
    font-size: 20px;
  }

}

.propertyHosts .text_cnt {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 9px 0px #0000001a;
          box-shadow: 0px 4px 9px 0px #0000001a;
}

.propertyHosts .text_cnt .text_cnt h4 {
  font-size: 16px;
  font-weight: 600;
}

.propertyHosts .text_cnt p {
  color: #818181;
  font-size: 16px;
  font-weight: 500;
}

.propertyHosts .text_cnt .text_cnt_list {
  -webkit-column-count: 3;
          column-count: 3;
}

@media (max-width: 576px) {
  .propertyHosts .text_cnt .text_cnt_list {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 992px) {
  .propertyHosts .text_cnt h4 {
    font-size: 22px;
  }
}

.steps {
  border-radius: 12px;
}

.steps .stepsBox img {
  margin-bottom: 25px;
}

.steps .stepsBox h3 {
  font-size: 18px;
  font-weight: 700;
}

.steps .stepsBox p {
  font-size: 15px;
}

.pricing .card {
  border-radius: 12px;
  padding: 30px;
}

.pricing .card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #191A15;
}

.pricing .card .smText {
  font-size: 16px;
  color: #3E5E4F;
}

.pricing .card .rupee {
  font-size: 36px;
  font-weight: 700;
  color: #3E5E4F;
  margin-bottom: 0;
}

.pricing .card .text_cnt {
  background: #fff;
  padding: 25px;
}

.pricing .card .text_cnt .text_cnt_list {
  -webkit-column-count: 1;
          column-count: 1;
  font-size: 15px;
  font-weight: 500;
}

.pricing .card .text_cnt .btn {
  width: 100%;
}

.pricing .cardLeft {
  background-color: #FFF9F3;
  border: 1px solid #F3D6B8;
}

.pricing .cardRight {
  background-color: #3E5E4F;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing .cardRight:hover {
  -webkit-box-shadow: 0 4px 9px 0 #0000002e;
          box-shadow: 0 4px 9px 0 #0000002e;
}

.pricing .cardRight h4 {
  color: #FFF;
}

.pricing .cardRight .smText {
  color: #FFF;
}

.pricing .cardRight .rupee {
  color: #FFF;
}

@media (max-width: 576px) {
  .pricing .card {
    padding: 15px;
  }
  .pricing .card .text_cnt {
    padding: 13px;
  }
}

.frequently .accordion-item {
  border: 2px solid #3E5E4F;
  margin-bottom: 20px;
  border-radius: 12px;
  padding: 5px;
}

.frequently .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3E5E4F;
  font-weight: 700;
  font-size: 14px;
}

.frequently .accordion-body {
  color: #404040;
  padding-top: 0;
  font-size: 13px;
}

.frequently .accordion-button:not(.collapsed) {
  color: #3E5E4F;
  background-color: #fff;
}

.frequently .accordion-button:not(.collapsed):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .frequently .accordion-button {
    font-size: 18px;
  }
}

.feedback {
  background-color: #F5FAFA;
}

.feedback .feedbackSlide .feedbackSlideCnt {
  background: #fff;
  margin: 15px;
  padding: 10px;
}

.feedback .feedbackSlide .feedbackSlideCnt .icons {
  color: #FFAA1C;
  margin-bottom: 20px;
}

.feedback .feedbackSlide .feedbackSlideCnt p {
  color: #404040;
  font-size: 13px;
}

.feedback .feedbackSlide .feedbackSlideCnt h4 {
  font-size: 14px;
  color: #3E5E4F;
  font-weight: 700;
  margin-bottom: 5px;
}

.feedback .feedbackSlide .feedbackSlideCnt span {
  font-size: 13px;
  color: #8C8C8C;
}

@media (min-width: 992px) {
  .feedback .feedbackSlide .feedbackSlideCnt {
    margin: 15px 20px;
    padding: 25px;
  }
  .feedback .feedbackSlide .feedbackSlideCnt p {
    font-size: 18px;
  }
  .feedback .feedbackSlide .feedbackSlideCnt h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .feedback .feedbackSlide .feedbackSlideCnt span {
    font-size: 15px;
  }
}

.cardRes img {
  margin-bottom: 12px;
  width: 100%;
}

.cardRes .cardResCnt {
  color: #3F3F3F;
  font-size: 16px;
}

.cardRes .cardResCnt h4 {
  color: #3E5E4F;
  font-weight: 700;
  font-size: 18px;
}

.resources {
  padding-bottom: 150px;
}

.apps {
  padding: 50px 50px 0;
  font-size: 18px;
  font-weight: 500;
  color: #3F3F3F;
  border-radius: 12px;
  position: relative;
  margin-top: -180px;
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .apps {
    font-size: 15px;
    padding: 25px 25px 0;
  }
}

.formSupport {
  background: #7C978A;
  border-radius: 12px;
  padding: 30px;
}

.formSupport .form-control {
  border-radius: 12px;
}

footer {
  color: #fff;
}

footer .fthead {
  color: #FFAA1C;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

footer hr {
  background: #22312A;
}

footer .ftlist {
  padding-left: 20px;
}

footer .ftlist li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
  font-size: 13px;
}

footer .ftlist li::after {
  display: block;
  font-family: "bootstrap-icons";
  content: '\2666';
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/img/stars1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: -20px;
  top: 0;
  color: #FFAA1C;
  pointer-events: none;
}

footer .ftlist li a {
  color: #FFF9F3;
  text-decoration: none;
}

@media (min-width: 768px) {
  footer .ftlist {
    font-size: 16px;
  }
}

footer .ftlistInfo span {
  background: #ffffff3d;
  width: 40px;
  text-align: center;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 12px;
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
}

footer .ftlistInfo a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

footer .ftlogo {
  max-width: 170px;
}

@media (min-width: 768px) {
  footer {
    font-size: 13px;
  }
  footer .ftlogo {
    max-width: 120px;
  }
  footer .fthead {
    font-size: 18px;
    margin-bottom: 14px;
  }
  footer .ftlistInfo span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}

.frewebsite .text_cnt .text_cnt_list, .rentalManagement .text_cnt .text_cnt_list {
  -webkit-column-count: 1;
          column-count: 1;
}

.frewebsite .text_cnt .badge, .rentalManagement .text_cnt .badge {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 10px;
}

@media (min-width: 768px) {
  .frewebsite .text_cnt .badge, .rentalManagement .text_cnt .badge {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.BnnerSection {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(#FFF8EB));
  background-image: linear-gradient(to top, #fff 0, #FFF8EB 100%);
}

.BnnerSection h3 {
  font-weight: 800;
}

.BnnerSection p {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

@media (min-width: 768px) {
  .BnnerSection p {
    font-size: 16px;
  }
}

.booksec {
  padding-bottom: 145px;
  background-color: #3e5e4f3d;
}

.textBox {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
}

.textBox img {
  margin-bottom: 10px;
  max-width: 50px;
}

.textBox h5 {
  color: #3E5E4F;
  font-size: 20px;
  font-weight: 700;
}

.textBox p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
  }
  .textBox img {
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .textBox p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */


.scroll-to-top {
    position: fixed;
    right: 18px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: none;
    background: #FFAA1C;
    color: #000000;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(6px) scale(.96);
    pointer-events: none;
    transition: opacity .25s ease, transform .2s ease;
    z-index: 9999;
  }

  .scroll-to-top:focus {
    outline: 3px solid rgba(0,120,212,0.25);
    outline-offset: 3px;
  }

  .scroll-to-top.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  /* respect reduced motion: disable transforms/animations */
  @media (prefers-reduced-motion: reduce) {
    .scroll-to-top { transition: none; transform: none; }
  }