body{
    font-family: "IBM Plex Sans", serif;
}
.logo-custom{
    max-width: 170px;
}
.line-hight{
    line-height: 25px !important;
}
.custom-box-count{
    text-align: center;
    border-bottom: 1px solid #f7cf5c;
    padding-bottom: 20px;
}

.bg-video{
    background-image: url(../img/bg/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
    padding: 200px 5px;
}

.boxes-ami{
    text-align: center;
}
.boxes-ami img{
    max-width: 60px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 4px 15px #c8c8c8bd;
    border-radius: 15px;
}

.box-near-area{
    padding: 10px;
    /* border: 1px solid #d0d0d0; */
    border-radius: 15px;
    text-align: center;
    height: 100%;
    min-height: 160px;
    background: #193b33;
    display: flex;
    align-items: center;
}
.box-near-area h5{
    color: #f7cf5c;
}
.box-near-area p{
    color: #EAEBEB;
}


.footer-logo{
    max-width: 200px;
}
.footer2-section-area .footer-header ul li span{
    min-width: 30px;
}
.mobile-logo{
    max-width: 150px;
}
.contact-inner-section-area .contact-inner-header ul li{
    display: flex;
    align-items: center;
    color: var(--ztc-text-text-5);
}
.contact-inner-section-area .contact-inner-header ul li span{
    display: inline-block;
    margin: 24px 12px 0 0;
    min-width: 30px;
}
.contact-inner-section-area .contact-inner-header ul li a{
    margin-top: 24px;
}

.input-custom{
    width: 100%;
    border-radius: 8px;
    background: #EAEBEB;
    padding: 20px 16px;
    height: 56px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.about2-section-area .about-header .counter-area{
    bottom: -220px;
}
.drop-custom{
    width: 100%;
    border-radius: 8px;
    background: #EAEBEB;
    padding: 20px 16px;
    height: 56px;
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.nice-select .list{
    width: 100%;
}
.hide-web{
    display: none;
}
.mobile-res {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    background: #f7cf5c;
    border-top: 1px solid;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.mobile-res a {
    padding: 8px 0;
    width: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.mobEqNow {
    background-color: #193b33;
    color: #ffffff !important;
}
.offer-img{
    width: 100%;
}
.custom-h1{
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}
.mobile-sidebar{
    width: 65%;
}
.thanks-img{
    max-width: 850px;
    margin: auto;
    display: block;
}

.fixed-offer{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99;
    /* display: none; */
    cursor: pointer;
}
.fixed-offer img{
   width: 180px;
}
@media (max-width: 430px) {
    .hide-web{
        display: block;
    }
    .custom-box-count{
        margin-bottom: 20px;
    }
    .mobile-header{
        padding: 8px 0px;
    }
    .bg-video{
        padding: 20px 5px;
    }
    .video-porsan{
        height: 220px;
    }
    .contact-inner-section-area .contact-inner-header ul li{
        text-align: start;
    }
    .home-slider-area .hero2-section-area{
        padding: 100px  0  30px 0;
    }
    .mobile-header.mobile-haeder2{
        background-color: #ffffff;
    }
    .mobile-header.mobile-haeder2 .dots-menu {
        color: #000000;
    }
    .about2-section-area .about-header .counter-area{
        padding: 14px;
        bottom: -130px;
        right: -20px;
    }
    .properties2-section-area .nav.nav-pills li button{
        margin: 0 0px 0 0px;
        width: 115px;
    }
    .no-show-mobile{
        display: none;
    }
    .footer2-section-area .copyright {
        display: block;
    }
    .ami-heading{
        text-align: center;
    }
    .fixed-offer{
       bottom: 70px;
    }
    .mobile-logo {
        max-width: 200px;
    }
    
}