
body{
    background-image: url(../img/Pattern.png) !important;
    background-position: center center;
    background-repeat: repeat-y;
    background-size: auto;
}

.hero-content span.little-title{
    background-color: #0F0F0F08;
    border-radius: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.hero-heading{
    font-weight: 500;
    font-size: 120px;
    text-transform: uppercase;
    line-height: 130px;
    margin: 30px 0px;
    padding-bottom: 40px;
    border-bottom:1px solid #ddd;
}
.hero-heading span{
    color: #FE0002;
}
.sub-heading{
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    font-weight: 300;
}
.ltn__counterup-area h1{
    font-size: 25px;
    font-family: var(--ltn__body-font-new);
    font-weight: 500;
}
.ltn__counterup-area h6{
    color: var(--ltn__secondary-color);
    font-weight: 700;
}
.ltn__counterup-area .counter-icon img{
    width: 80px;
}

.ltn__faq-inner-2 .card .ltn__card-title{
    font-family: 'spacegrotesk' ;
    text-transform: uppercase ;
    font-size: 20px;
    font-weight: 500;
}




/* plans */
#classic h6, #premium h6, #elite h6, #elitepro h6{
    font-family: 'spacegrotesk' !important;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 2px solid #FE0002;
}

.ltn__apartments-tab-content-inner.ltn__faq-inner-2 .card .ltn__card-title::before {
    
    right: 0;
}

.plan-inner-list li {
    list-style-type: disc;
    border-bottom: 1px solid #afafaf;
    padding: 0px 0px 10px 0px;
    margin-top: 10px;
}
.plan-head{
    background-color: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.plan-head h4{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'spacegrotesk' !important;
    
}
.plan-head p{
    margin-bottom: 0px;
}
.plan-head p span{
    color: #FE0002;
    font-weight: 500;
    font-size: 20px;
}

.brand-logo-imgs{
    text-align: center;
}
.brand-logo-imgs img{
    
    margin-right: 30px;
    width: 100px;
}

.weserve-head{
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.weserve{
    display: flex;
}
.weserve h6{
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

.weserve-leftlist, .weserve-rightlist{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
.weserve-leftlist i, .weserve-rightlist i{
    margin-right: 5px;
    font-size: 20px;
}
.weserve-rightlist i{
    color: #999;
}
.weserve-leftlist i{
    color: #FE0002;
}

.qualityc h5{
    color: #FE0002;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0;
}
.qualityc h6{
    font-weight: 700;
    margin-bottom: 0;
}
.qualityc p{
    font-size: 12px;
}
.rqa{
    font-weight: 700;
}

.claculator h6{
    font-size: 20px;
    font-family: 'spacegrotesk' !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

select.form-control{
    width: 100%;
}
.calc-head-bg{
    background-color: #e8e8e8;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.calc-head-bg p.subtext{
    margin-bottom: 0;
    font-size: 13px;
}
.claculator input[type="text"], .claculator .nice-select{
    margin-bottom: 10px;
}
.font-12{
    font-size: 12px;
}

.ltn__contact-address-icon{
    display: flex;
    margin-bottom: 0px !important;
}
.ltn__contact-address-icon img{
    width: auto;
    height: 30px;
    margin-right: 20px;
}
.ltn__contact-address-icon p{
    text-align: left;
}

@media (max-width: 1350px) {
    .hero-heading{
        font-size: 90px;
        line-height: 100px;
    }
}

.carousel-item {
    transition: transform 0.8s ease-in-out;
  }
  .carousel-item {
    backface-visibility: hidden;
    transform: translateZ(0);
  }