/* --------------- Media 960 to 1024 ------------------ */
@media all and (min-width:1024px) and (max-width: 1200px) {
.container {
width: 1250px;
}
}
/* --------------- Media 960 to 1024 ------------------ */
@media all and (min-width:960px) and (max-width: 1024px) {
  
}
/* --------------- Media 801 to 959 ------------------ */
@media all and (min-width:801px) and (max-width: 959px) {
  
}
/* --------------- Media 769 to 800 ------------------ */
@media all and (min-width:769px) and (max-width: 800px) {
  
}
/* --------------- Media 569 to 768 ------------------ */
@media all and (min-width:569px) and (max-width: 768px) {
  .contact-style{
    position: absolute;
    right: 0;
  }
  .mob-menu{right: 0px!important;}
  #banner .banner_right {
    height: 230px!important;
}
#banner{
    position: absolute;
    left: 0;
    right: 0;
    top: 164px;
}
.socialpoint {
    right: 15px!important;
}
#footer{    
    position: absolute;
    bottom: -765px;
}
#header .batch {
    width: 300px!important;
    margin-top:-80px
}
}
/* --------------- Media 481 to 568 ------------------ */
@media all and (min-width:481px) and (max-width: 568px) {
  
}
/* --------------- Media 321 to 480 ------------------ */
@media all and (min-width:321px) and (max-width: 480px) {
  
}
/* --------------- Media 0 to 320 ------------------ */
@media all and (min-width:0px) and (max-width: 320px) {
  
}