body{
    max-width: 768px;
    font-size: 14px;
}
p{
    color: #000;
}
h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
#navbar {
    position: fixed;
    top: 0;
    height: 90px;
    overflow: hidden;
    width: 100%;
    display: block;
    z-index: 9;
    transition: top 0.3s;
  }
.header-icon {
    margin-top: 5px;
}
.menu-icon i {
    color: #fff;
    margin-top: 22px;
    margin-right: 10px;   
    font-size: 18px;
}  
img{
    max-width: 100%;
}      
.header, .header-search-section {
    background: #12203c;
    padding: 5px 0px;
    margin-top: -1px;
} 
.header-search-section{
	padding-top: 0px;
}
.header-icon a {
    color: #f2f2f2;    
    padding: 9px;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 0px !important;
}
.head-icon-1 img {
    padding-bottom: 5px;
}
.head-icon-1 p {
    margin: 0px;
}
.header-icon img {
    width: 20px;
}
.header-icon span {
    font-size: 11px;
    display: inline-block;
    margin-right: -8px;
    margin-top: -5px;
}
.header-search {
    position: relative;
    margin-top: 0px;
}
.header-search .fa-search{
    position: absolute;
    top: 7px;
    left: 7px;
    color: #aaa;
}
.header-search input.form-control {
    border: none;
    height: 28px;
}
   