﻿@media only screen and (max-width: 768px) {

    .navbar-light .navbar-toggler-icon {
       
        /* color: #fff; */
        /* background-color: #fff; */
        padding: 5px;
        background-image: url(/Content/toogle_icon_b.png);
    }

    .navbar .navbar-nav .nav-link:after {
        content: "";
        display:none;
    }
        .fth14 {
        width: 190px !important;
        margin-top: 10px;
    }

    .fth15 {
        max-width: 170px !important;
        padding-left: 10px !important;
        padding-right: 5px !important;
        margin-top: 5px !important;
    }

    .ftc2 {
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 0px 10px #afafaf;
        background-color: #210501 !important;
    }

    .ftc11 {
        background-color: #879440;
        color: #fff !important;
        padding: 7px 11px !important;
        border-radius: 5px;
        margin-top: 10px;
        box-shadow: 0px 0px 10px rgb(135 148 66 / 77%);
    }

    .navbar .navbar-nav .nav-link {
        margin-bottom: 5px;
     
        border-bottom: 1px dotted #e5e5e5;
        padding-bottom: 5px;
    }

    #social-sidebar {
        left: -7px;
        position: fixed;
        top: 50%;
        background: rgb(8 8 8 / 42%);
        z-index: 9000;
    }

    #social-sidebar a {
        background: rgba(0, 0, 0, .7);
        color: #fff;
        text-decoration: none;
        display: block;
        height: 35px;
        width: 35px;
        font-size: 21px;
        line-height: 45px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: #fff;
        padding: 10px;
        top: -10px;
        display: block;
        position: relative;
        margin: 0px;
        width: 100%;
    }

}

@media only screen and (max-width: 1400px) {



    .fth14 {
        width: 215px;
    }

    .fth15 {
        max-width: 300px;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 13px;
    }

    .ftc2 {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 5px;
        padding-bottom: 10px;
        box-shadow: 0px 0px 10px #afafaf;
    }

    .cl3 {
        background-color: #879440 !important;
        padding-left: 3%;
        padding-right: 3%;
    }

    .navbar .navbar-brand {
       position: relative;
        padding: 0px 0px 1px 0px !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-left: 15px;
        top: 0px;
        transition: all .3s;
        box-shadow: none !important;
    }
    .navbar .navbar-brand {
        height: auto !important;
    }
    .navbar-light .navbar-toggler {      
         
        margin-right: 3%;       
        margin-top: -19px;
    }
}

@media only screen and (max-width: 600px) {
 
}
