.input-control {
    width: 100%;
    padding: 5px 10px;
    outline: none;
    border: none;
}

.login-container {
    position: fixed;
    top: 15%;
    right: 0.8%;
    z-index: 9999;
    display: none;
}

.login-input-control {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
}

.cursor-pointer {
    cursor: pointer;
}

.post-thumb img {
    height: 277px;
    object-fit: cover;
    width: 100%;
}

.promo-item {
    min-height: 220px;
}

.min-promo-item {
    min-height: 180px;
}

.service-content {
    min-height: 250px;
}

@media only screen and (max-width: 992px) {
    .login-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .hero-img-wrap-ar{
        top: 3% !important;
        left: 0%!important;
    }
    .hero-img-wrap {
        /* right: unset !important;
        left: 0% !important; */
        top: 3% !important;
    }
}