/* Portrait phones and smaller */
@media (max-width: 480px) {
h1{font-size: 20px;}h2{font-size: 19px;}h3{font-size: 17px;}
h4{font-size: 16px;}h5{font-size: 15px;}h6{font-size: 14px;}
p{font-size: 12px;}
a{font-size: 12px;text-decoration: none;}
 


}
/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px){
h1{font-size: 22px;}h2{font-size: 21px;}h3{font-size: 20px;}
h4{font-size: 18px;}h5{font-size: 16px;}h6{font-size: 15px;}
p{font-size: 12px;}
a{font-size: 12px;text-decoration: none;}





}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
h1{font-size: 22px;}h2{font-size: 21px;}h3{font-size: 20px;}
h4{font-size: 18px;}h5{font-size: 16px;}h6{font-size: 15px;}
p{font-size: 12px;}
a{font-size: 12px;text-decoration: none;}




}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.nav-right ul.addons-menu{
  min-width:420px;
   
}
.nav-right ul.addons-menu li{
  width: 33.3%;
}


}
@media print {

}


/* Portrait phones and smaller */
@media (max-width: 550px) {
h1{font-size: 20px;}h2{font-size: 19px;}h3{font-size: 17px;}
h4{font-size: 16px;}h5{font-size: 15px;}h6{font-size: 14px;}
p{font-size: 14px;}
a{font-size: 14px;text-decoration: none;}
ul.office_name  {
width: 100%;
}
ul.office_name li {
    margin-top: 3px;
    margin-bottom: 3px;
}

 ul.office_name li h5 {
    font-size: 15px;
    margin-top: 0;
}
.pcoded-main-container {
    margin-top: 110px !important;
}
.home-index .card .card-header img {
    width: 75px;
    height: 75px;
}
.home-index .card.widget-statstic-card {
    height: 165px;
}
.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
    font-size: 26px;
}
.sub_cats .modal-dialog{
    width: 65% !important;
}
.menu-wrapper {
    width: 200px;
}
.card_btns .btn{
    margin-bottom: 5px;
}

}

.nav-right ul.addons-menu li a i{
    color:#f2b233
}


