@media screen and (min-width:1200px) {
    .home_header .nav-link {
        padding: 10px 32px !important;
    }
}

@media screen and (min-width:992px) {
    .language_dropdown .dropdown-menu {
        display: none;
    }

    .language_dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .language_dropdown button {
        background: transparent !important;
        border: none !important;
        color: #2e2828;
        font-size: 14px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
    }

    .language_dropdown.dropdown-toggle:hover .dropdown-menu {
        display: block !important;
    }

    .language_dropdown .dropdown-menu {
        border: none !important;
        padding: 0;
        border-radius: 0px;
        width: 175px;
        background: #2e2929;
        top: 100%;
        right: -15px;
    }

    .language_dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        padding: 8px 15px;
        color: #fff !important;
    }


    .language_dropdown .dropdown-menu .dropdown-item:hover {
        background: #dd8b23;
        color: #fff;
    }

    .about_img img {
        float: left;
        margin-right: 26px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:991px) {


    .home_header .nav-link {
        padding: 10px 15px !important;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .site_heading h2 {
        font-size: 22px;
    }

    .home_header .nav-link:hover {
        background: #f1f1f1 !important;
        color: #333333 !important;
    }

}

@media screen and (max-width:767px) {
    .site_heading h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width:575px) {
    .featured_item .osp-text {
        width: 100%;
    }

    .featured_item .osp-select {
        width: 100% !important;
        padding-left: 60px;
        padding-top: 0;
        clear: both;
    }

    .custom-list-style a i {
        font-size: 21px;
        line-height: 39px;
    }

    .custom-list-style a {
        font-size: 0;
        width: 45px;
        height: 40px;
        padding: 0;
        text-align: center;
    }

    .navbar-toggler {
        margin-top: -5px;
    }
}
