.business-slide.owl-theme .owl-nav {
  text-align: right;
}
.business-slide.owl-theme .owl-nav .owl-prev,
.business-slide.owl-theme .owl-nav .owl-next {
  background-color: #0054a6;
}
.aboutus_section h2.main_title {
  margin: 0px 0 10px 0;
  font-size: 21px;
}
.slider-div {
  position: relative;
  display: inline-block;
}

@media screen and (max-width:767px) {
  #full-slider-wrapper{
    display: none;
  }
}

.banner-section-mob{
  position: relative;
  overflow: hidden;
  display: none;
}

.banner-section-mob .banner-content{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50% ,-50%);
  z-index: 3;
  text-align: center;
}

p.slide_type_1{
  margin-bottom: 0px !important;
}

.slide_type_2{
  font-size: 4vw !important;
  margin: 0;
}

.slide_type_btn{
  margin-top: 0px !important;
}

@media screen and (max-width:767px) {
  .banner-section-mob{
    margin-top: 85px;
    display: block;
  }
}

