/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.mainmanu {
  margin-top: 144px;
}
.differ_logo {
  margin-top: 20px;
  text-align: right;
}

.navbar-brand img{float:left;}


}



/* Mobile Layout: 320px. */

@media only screen and (max-width: 320px) {

 /* .img_area img {
min-height: 250px;
}*/
#owl_imranrr.owl-theme .owl-controls .owl-buttons div.owl-prev {
  display: none;
}
#owl_imranrr.owl-theme .owl-controls .owl-buttons div.owl-next {
  display: none;
}
header {
  min-height: 262px;
}
.mainmanu {
  background: #fff none repeat scroll 0 0;
  margin-top: 85px;
  z-index: 99999999;
  position: relative;
}
.navbar-brand img{float:right;}
.contat_area {  margin-top:0px;}

}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 479px)and (min-width: 321px) {

/*.img_area img {
  min-height: 90px;
}*/
#owl_imranrr.owl-theme .owl-controls .owl-buttons div.owl-prev {
  display: none;
}
#owl_imranrr.owl-theme .owl-controls .owl-buttons div.owl-next {
  display: none;
}
.mainmanu {
  background: #fff none repeat scroll 0 0;
  margin-top: 85px;
  z-index: 99999999;
  position: relative;
}

.contat_area {  margin-top:0px;}
.contat_area .h4 {font-size:2.4em;}

}





/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
/*.img_area img {
  min-height: 250px;
}*/
#owl_imranrr.owl-theme .owl-controls .owl-buttons div.owl-prev {
  display: none;
}
#owl_imranrr.owl-theme .owl-controls .owl-buttons div.owl-next {
  display: none;
}
.mainmanu {
  background: #fff none repeat scroll 0 0;
  margin-top: 85px;
  z-index: 99999999;
  position: relative;
}

.contat_area {  margin-top:0px;}


}


