



/* ==============================
     Responsive   
 ============================== */ 
@media only screen and (min-width:576px) {
}

@media only screen and (min-width:768px) {
  ul.mail-call{
    display: none;
  }
      
}

@media only screen and (min-width:992px) {
      
}
@media only screen and (min-width:1200px) { 
 }
@media only screen and (min-width: 1407px){
     	.container{max-width: 1375px;}
     }

@media only screen and (max-width:1407px) {
     
}
@media only screen and (max-width:1199px) {	
  
     }
@media only screen and (max-width:991px) {
  .header-one ul.navbar-nav > li {
    padding: 10px 30px;
}
ul.navbar-nav > li > a:before{
  bottom: 1px;
}

}
@media only screen and (max-width:767px) {
  .navbar{
    float: right;
  }
  section, .section-padding{
    padding: 40px 0;
  }
  .header-one .logo-area {
    padding: 15px 0;
}
  .logo-area ul.mail-call li a {
    margin: 0 3px;
    border: 1px solid #ddd;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    background: #199fb1;
    color: #fff;
    /* border-radius: 50px; */
    font-size: 17px;
}
  ul.top-info-box{
    display: none;
  }
  .logo-area ul.mail-call {
    display: flex;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

  .prd-detail-img.lights-is-active{
    height: 350px;
  }
  .prd-detail-img{
    height: 350px;
  }
  
}
@media only screen and (max-width:575px) {
	
}

@media only screen and (max-width:500px) {
}
@media only screen and (max-width:479px) {
  .logo-area a h2{
    font-size: 22px;
  }
 
}
@media only screen and (max-width:400px) {
  .logo-area ul.mail-call li a{
    font-size: 16px;
  }
  
}
@media only screen and (max-width:359px) {
  
}
@media (min-width: 1200px) and (max-width: 1549px) {}