/*Mobile Layout*/

@media (max-width: 767px) {}
/*Tablet Layout*/

@media (min-width: 768px) {}
/*Mediam Layout*/

@media (min-width: 992px) {}
/*Large Layout*/

@media (min-width: 1200px) {} 

/* END OF BOOTSTRUP MEDIA QUERY */

@media only screen and (max-width: 767px) and (min-width: 480px) {}


/*/*********SMALL (320) MOBILE LAYOUT ************/

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

    .nav-menu ul li {
        display: block;
    }
    .nav-menu ul li a{
        display: block;
    }

    .single-profile-widget img {
        width: 100%;
    }

    .tab-content tr td {
        font-size: 12px;
    }

    .tab-content tr th {
        font-size: 11px;
    }

    .logo img {
        width: 100%;
    }

    .search-field input[type="text"] {
        width: 100%;
    }

    .trending-tricker-title {
        margin-bottom: 10px;
    }

    .trending-tricker-title:before {
        display: none;
    }

    .news-ticker-area .owl-nav {
        display: none;
    }

    .slider-table-cell h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .slider-bg {
        height: 260px;
    }

    .nav-menu {
        display: none;
    }

    .dropdown_menu {
        position: inherit;
        left: inherit;
        top: inherit;
        width: inherit;
        z-index: inherit;
        border: 0;
        background:
        transparent;
        opacity: 1;
        visibility: visible;
        -webkit-transition: .3s linear 0s;
        -moz-transition: .3s linear 0s;
        -ms-transition: .3s linear 0s;
        transition: .3s linear 0s;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .slicknav_item a i {
        display: none !important;
    }

    .right-menu{
        display: none;
    }
    
    .right__slider-right-menu li a {
        display: inline !important;
    }

    .right__slider-right-menu .slicknav_nav li {
        padding: 10px 0px;
    }

    .slicknav_nav .slicknav_row:hover {
        background: none;
    }

    .slicknav_nav a:hover{
        background: none;
        color: #3ca3e4;
    }

    .slicknav_menu {
      display: block;
    }


    .login__section .login_form-wrapper {
        margin: 0;

    }

    .login__section .login_form-wrapper form {
        padding: 20px 30px 30px;
    }

    .counter-block ul li{
        display: block;
        
      }


}




/*/*********ANDROID MOBILE LAYOUT ************/
@media only screen and (min-width: 480px) and (max-width: 767px) {


    .login__section .login_form-wrapper {
        margin: 0;

    }

    .login__section .login_form-wrapper form {
        padding: 20px 30px 30px;
    }
	
}






/********** TABLET LAYOUT ************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .logo img {
        width: 100%;
    }

    .search-field input[type="text"] {
        width: 100%;
    }

    .sau__slider-section .left-menu li a {
        font-size: 11px;
    }

    .sau__slider-section .right-menu li a .icon {
        
        margin-top: 5px;
    }

    .sau__slider-section .right-menu li a .icon i {
        font-size: 13px;
    }

    .sau__news-section .single__news-item ul li a {
        font-size: 12px;
    }

    .login__section .login_form-wrapper {
        margin: 0;

    }

    .login__section .login_form-wrapper form {
        padding: 20px 30px 30px;
    }

    .counter-block ul li{
        width: 48%;
        margin-bottom: 46px;
    }


}

/******************* NORMAL LAYOUT***********************/
@media only screen and ( min-width: 992px) and (max-width: 1200px) {


}



/******************* LARGE LAYOUT ***********************/
@media only screen and (min-width: 1212px) {



}