/*Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px){



}

/*Tablet Layout: 786px. */
.boxed-btn {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px){

}

/*mobile Layout: 320px. */

@media only screen and (max-width: 575px){
 .off-canvuse-menu.active {
  right: -9%;
  width: 367px;
}


}



/*wide Layout: 480px. */
@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (max-width: 991px){
/*#hero-slider {
  height: 800px !important;
}
.slider {
  width: 100% !important;
  height: 600px !important;
  float: left;
}*/
/*.ceo-text {
  width: 100%;
  float: left;
}
*/
 .off-canvuse-menu.active {
  right: -9%;
  width: 367px;


}
.menu-area {
  display: none;
  visibility: hidden;
}

.single-slider h3 {
  font-size: 18px !important;
}
.single-slider h1 {
  font-size: 23px !important;
}

.tab-section .skltbs-tab-item {
  margin-bottom: 7px;
}
.tab-section {
  text-align: center;
}
.team-title {

  top: 7px !important;
}

}
@media only screen and (min-width: 576px) and (max-width: 768px){

}



