/* subscribe news letter*/
@media only screen and (max-width: 479px) and (orientation: portrait) {
    .subscribe {
        padding: 16px 15px 26px 15px;
    }

    .subscribe-title h2 {
        font-size: 20px !important;
        line-height: 27px !important;
        padding: 0 20px !important;
    }

    .subscribe-title p {
        font-size: 13px;
    }

    .custom-input-group .form-control {
        padding-left: 37px;
        padding-right: 120px;
    }

    .appsLand-btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    .custom-input-group i {
        top: 14px;
        left: 15px;
    }

    .subscribe .subscribe-title {
        margin-bottom: 10px;
    }
    .headerBottom .col-lg-3 {
        width: 40%;
    }

    .headerBottom .col-lg-9 {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-collapse {
        top: 54px;
        border-top: 1px solid #ccc;
        padding: 5px 10px 0 10px;
        width: 100%;
        height: calc(100vh - 49px);
        position: absolute;
        background: #fff;
        z-index: 999999;
        left: 0;
    }
    .topHeader {
        display: flex;
    }
    .email-inifo {
        border-radius: 100%;
        display: none;
    }
    .no-header {
        margin-left: 10px;
        display: none;
    }
    .navbar-nav {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-direction: column;
    }
    .navbar {
        position: initial;
    }
    .headerNavbar .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0 5px;
        width: 100%;
    }
    .headerNavbar .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
        padding: 17px 0px;
        border-bottom: 1px solid #ccc;
    }
        .headerNavbar .navbar-expand-lg .navbar-nav .nav-link.active {
            border-bottom: 1px solid #ed0101;
        }
    .logo {
        width: 130px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.active:after, .headerNavbar .navbar-expand-lg .navbar-nav .nav-link:after {
        height: 1px;
    }
}
