.container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding: 0;
}
.top-nav{
    position: relative;
}
header.desk-nav{
    position: relative;
    top: 0;
    padding: 20px 0px 20px 0px;
}
header.desk-nav .nav-links ul li a {
    color: var(--primary-color);
    }
    header.desk-nav .nav-links ul li.book a.main-btn{
        color: var(--white-color);
    }
    header.desk-nav.is-sticky .nav-links ul li a {
    color: var(--white-color);
    }

    section.banner-sec {
    padding: 0;
}
section.banner-sec .banner-right{
    padding: 0;
}
section.banner-sec .banner-right img{
    position: absolute;
    right: 0;
    width: 50%;
    object-fit: cover;
    height: 520px;
}
section.banner-sec .banner-left {
    min-height: 520px;
    display: flex;
    align-items: center;
}
section.banner-sec .banner-left h1{
    /* font-family: var(--other-font); */
    color: var(--heading-color);
    /* font-weight: 400; */
    line-height: 1.2;
    margin-bottom: 20px;
}
section.banner-sec .banner-left h4{
    color: var(--secondary-color);
    font-size: 22.4px;
    font-weight: 500;
}
section.banner-sec .banner-left li{
    font-size: 18px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.banner-sec .banner-left li::before{
    content: '✔';
}
section.banner-sec .banner-left li i{
    color: var(--secondary-color);
}
section.banner-sec .banner-bottom {
    border-top: 1px solid var(--secondary-color);
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
section.banner-sec .banner-bottom p{
    font-family: var(--other-font);
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 0;
}

section.lease-help {
    background: var(--secondary-color);
    padding: var(--p40) var(--p12);
}
section.lease-help h2{
    color: var(--white-color);
    margin-bottom: 0;
}
section.lease-help .lease-help-left {
    display: flex;
    align-items: center;
}
section.lease-help  .lease-help-info {
    text-align: center;
    border-right: 1px solid var(--white-color);
}
section.lease-help  .lease-help-info:last-child{
    border-right: 0px solid;
}
section.lease-help  .lease-help-info p{
    color: var(--white-color);
    line-height: 1.6;
    font-weight: 500;
    height: 51px;
    overflow: hidden;
}
section.lease-help  .lease-help-info .main-btn{
    background: var(--white-color);
    color: var(--secondary-color);
    padding: 0;
    width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
section.lease-help  .lease-help-info .main-btn:hover{
    background: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--white-color);
}

section.featured-in .head-sec h2, section.counter_section .head-sec h2 {
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 50px;
}
section.featured-in .head-sec{
    text-align: center;
}
section.featured-in .head-sec img{
    margin-bottom: 10px;
}
section.featured-in, section.counter_section{
    padding: var(--p80) var(--p12);
}
section.featured-in .featired-info i{
    font-size: 40px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
section.featured-in .featired-info .count{
    display: block;
    color: var(--heading-color);
    font-size: var(--f40);
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
    font-weight: bold;
}
section.featured-in .featired-info p{
    font-family: var(--primary-font);
    color: var(--primary-color);
    letter-spacing: 0;
    font-size: 20px;
}
section.home-safe {
    background: #f4f6f9;
    padding: var(--p90) var(--p12);
}
section.home-safe .head-sec h2{
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 50px;
}
section.home-safe .head-sec h2 span{
    color: var(--secondary-color);
}
section.home-safe .home-safe-info {
    text-align: center;
}
section.home-safe .home-safe-info h4{
    font-size: 25px;
    color: var(--heading-color);
    margin-bottom: 5px;
}
section.home-safe .home-safe-info img{
    margin-bottom: 10px;
}
section.home-safe .row{
    gap: 30px 0;
    justify-content: center;
}
section.remotely-section{
padding: var(--p80) var(--p12);
}
section.remotely-section h2{
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 30px;
}
section.remotely-section img{
    width: 100%;
}
section.remotely-section .remotely-left{
display: flex;
align-items: center;
}
section.remotely-section .remotely-left li{
    font-size: 20px;
    margin-bottom: 10px;
}
section.remotely-section .remotely-left ul{
    list-style: disc;
    padding-left: 24px;
}
section.remotely-section .remotely-left li{
    list-style: initial;
}

section.get-started {
    background: var(--secondary-color);
    text-align: center;
}
section.get-started h2{
    color: var(--white-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 30px;
}
section.get-started h5{
    color: var(--white-color);
    font-size: 26px;
}
section.get-started a.main-btn {
    background: var(--white-color);
    color: var(--secondary-color);
    font-weight: 500;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 30px;
}
section.get-started a.main-btn:hover{
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--white-color);
}

section.owners-choose {
    padding: var(--p80) var(--p12);
}
section.owners-choose h2{
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin: auto;
    margin-bottom: 40px;
    width: 90%;
}
section.owners-choose .owners-info {
    text-align: center;
}
section.owners-choose .owners-info img{
    width: 64px;
    margin-bottom: 10px;
}
section.owners-choose .owners-info h4{
    font-size: 25px;
    color: var(--heading-color);
    margin-bottom: 15px;
    height: 65px;
}
section.owners-choose .owners-info li{
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
section.owners-choose .owners-info li i{
    margin-top:4px;
}
section.testimonial {
    background: #f4f6f9;
    padding: var(--p80) var(--p12);
}
section.testimonial .head-sec h2 {
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 50px;
}
section.testimonial .owl-carousel .owl-item img{
    width: 132px;
    margin: auto;
}
section.testimonial .owl-carousel .owl-item img.own-img {
    width: 75px;
    margin: auto;
    margin-bottom: 10px;
}
section.testimonial p.own-name{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
section.testimonial .test-img {
    text-align: center;
    margin-bottom: 30px;
}
section.testimonial p.cont {
    font-style: italic;
    margin-bottom: 0;
    height: 188px;
}
section.testimonial .owl-controls{
    display: none;
}
section.testimonial .owl-nav button.owl-prev, section.testimonial .owl-nav button.owl-next {
    width: 51px;
    height: 51px;
    color: #183555;
    background: #D4DCE4;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.testimonial .owl-nav {
    width: 100%;
}
section.testimonial .owl-nav button.owl-next {
    right: -56px;
    left: auto;
}
section.testimonial .owl-nav button.owl-prev{
    left: -56px;
}
   section.testimonial .less-text{
        max-height: 150px;
        overflow: hidden;
    }
    section.testimonial .more-text{
        max-height: 100%;
    }
    section.testimonial .section-item {
    text-align: center;
}
section.started-form {
    padding: var(--p80) var(--p12);
}
section.started-form .head-sec h2 {
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 30px;
}
section.started-form .head-sec h4{
    text-align: center;
    margin-bottom: 30px;
}
section.started-form .head-sec{
    margin-bottom: 70px;
}
section.started-form .form-inner{
max-width: 550px;
    margin: auto;
}
section.started-form .form-inner img{
    width: 82px;
    height: 100px;
    object-fit: contain;
}
section.started-form .started-form-info {
    text-align: center;
}
section.started-form .started-form-info p{
    font-size: 20px;
    font-weight: 500;
}
section.started-form .started-form-info a.main-btn{
    width: 200px;
    height: 54px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background: var(--white-color);
    color: var(--secondary-color);
    margin: auto;
}
section.started-form .started-form-info a.main-btn:hover{
    background: var(--secondary-color);
    color: var(--white-color);
}
section.started-form .started-form-info a.main-btn.active{
    background: var(--secondary-color);
    color: var(--white-color);
}
section.started-form .started-form-info a.main-btn.active:hover{
    background: var(--white-color);
    color: var(--secondary-color);
}
section.started-form p.text-span {
    max-width: 550px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}
section.started-form .form-info {
    max-width: 550px;
    margin: auto;
    margin-top: 30px;
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
}
section.started-form .form-info .head-sec {
    background: var(--secondary-color);
    padding: 10px 15px;
    text-align: left;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}
section.started-form .form-info .head-sec p{
    font-size: 16px;
    text-align: left;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--primary-font);
    letter-spacing: 1px;
}
section.started-form .form-info .head-sec h4{
    color: var(--white-color);
    text-align: left;
    font-size: 24px;
    margin-bottom: 0;
}
section.started-form .pro-btn {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
section.started-form button.main-btn {
    width: 320px;
    margin: auto;
    padding: 0;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.started-form .pro-detail.third {
    padding: 30px;
    padding-top: 10px;
    text-align: center;
}
section.started-form .pro-detail.third select, section.started-form .pro-detail.third input{
    width: 80%;
    border: 1px solid var(--secondary-color);
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
section.started-form .pro-detail.third button.main-btn{
    width: 250px;
}


#counter{background: rgba(black, .05);padding: 0;/* width: 800px; */max-width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}#counter li{
flex: 1;text-align: center;font-size: 50px;
}span.percent:after {
content: "+";display: none;
}

.counter_section ul li p{
    font-weight: 800;
    font-size: 18px;
}


#section {
    width: auto;
    height: auto;
    word-wrap: break-word;
    text-align: center;
  }
  .moretext {
    display: none;
  }

  .article{
    width: 90%;
    text-align: center;
    margin: auto;
  }