/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 Aug, 2018, 6:12:55 PM
    Author     : Akeeb
*/
@media  (min-width: 320px) and (max-width: 480px)
{
    .header-button{margin-bottom:30px !important;margin-left:105px !important;}
    .header_size{height:50px !important;}
    .line-control-menu-bar .dropdown-toggle{font-size:11px !important;}
    .user_profile_size{width:5px !important;}
    .home_title_size{font-size:15px !important;}
    .home_count_size{display:none;}
    .card-header{font-size:14px !important;}
    .audio_size{width:220px !important;}
    .alert_size{font-size:12px !important;}
    account-dropdown .info{padding: 5px !important;}
    .error_size{font-size:10px !important;}
}

@media  (min-width: 481px) and (max-width: 768px) 
{
    .header-button{margin-bottom:31px !important;margin-left:326px !important;}
    .header_size{height:51px !important;}
    .line-control-menu-bar .dropdown-toggle{font-size:12px !important;}
     .user_profile_size{width:5px !important;}
    .home_title_size{font-size:19px !important;}
    .home_count_size{display:none;}
    .card-header{font-size:16px !important;}
    .alert_size{font-size:14px !important;}
    account-dropdown .info{padding: 5px !important;}
}
@media  (min-width: 769px) and (max-width: 1024px) 

{

    .header-button{margin-bottom:32px !important;margin-left:950px !important;}
    .header_size{height:52px !important;}
    .line-control-menu-bar .dropdown-toggle{font-size:13px !important;}
    .user_profile_size{width:5px !important;}
    .home_title_size{font-size:21px !important;}
    .home_count_size{display:none;}
    .card-header{font-size:18px !important;}
    .alert_size{font-size:16px !important;}
    account-dropdown .info{padding: 5px !important;}

}