#header{
    background: url(../images/header_bg-new.png)no-repeat top center;
    min-height: 123px;
    background:#fff;
}
#header .logo {
       background: url(../images/logo_bg-2.png)no-repeat top center;
      min-height: 100px;
     background-size: contain;
       margin-top: -12px;
  } 
#header .logo{
 
} 
#header .header-topbar{
    background: #dcdcdc;
        background: #5cb237;
    min-height: 45px;
    padding-top: 2px;
}
#header .header-topbar .top-names ul{
    margin-left: 0px;
    margin-top: 10px;
}
#header .header-topbar .top-names ul li{
    display:inline-block;
    list-style: none;
    padding: 0px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #fff;
    font-style: italic;
        text-transform: uppercase;
}
#header .header-topbar .top-names ul li:hover{
        color: #1E77B7;
}
#header .header-topbar .top-names ul li:after{
    content:"-";
    margin-left: 4px;   
}
#header .header-topbar .top-names ul li:last-child:after{
    content:none;
}
#header .header-topbar .head-social ul {
       margin-left: 0px;
    text-align: right;
    margin-top: 8px;
}
#header .header-topbar .head-social ul li{
      display:inline-block;
    list-style: none;
    padding: 0px 0px;
    text-align: center;
    line-height: 15px;
        width: 34px;
    height: 16px;
}
#header .header-topbar .head-social ul li:hover{
    background: url(../images/social-hover-1.png)no-repeat top center;
        width: 34px;
    height: 16px;
}
#header .head-con{
    margin-top: 40px;
}
#header .head-con img{
        float: left;
    margin-right: 10px;
}
#header .head-con h4{
    margin-top: 3px;
    margin-bottom: 0px;
        font-weight: 600;
}
#header .head-con p{
    color:#707070;
}
#header .head-con  a{
    color:#707070;
    text-decoration: none;
}
#header .main-navigation{
    position: relative;
    padding-left:0px;
    padding-right:0px;
}

/*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/

@media screen and (min-width: 1200px) {
    
}
@media screen and (max-width: 1199px) {
  #header{
    background: #fff;
    text-align: center;
  }
  
   #header .header-topbar .top-names ul {
    text-align: Center;
}
#header .header-topbar .head-social ul {
    text-align: Center;
}
#header .logo{
    background:none;
}
#header .head-con img{
    float:none;
    margin-right: 0px;
}
#header .main-navigation{
    clear:both;
}
#header .phone {
    width: 50%;
    float: left;
}
#header .address{
    width: 50%;
    float: left;
}
}
@media screen and (max-width: 991px){
     
}
@media screen and (max-width: 767px) {
  body {
    padding-right:0px;
    padding-left:0px;
  }
 
}
@media screen and (max-width: 480px){
     #header .phone{
        width:100%;
        float:none;
     }
     #header .address{
        width:100%;
        float:none;
        margin-top:25px;
     }


}







/*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/
