#banner_ar .bannercontainer{    height: calc(100vh - 180px);
margin-left: 70px;
  position:relative;
z-index:99;

}

#banner_ar .banner{    width: 100%;
    height: calc(100vh - 180px)   !important;
  position:relative;}

#banner_ar .apex-slider img {
    display: inline-block;
}
 #banner_ar .apex-slider-shadow {display:none !important;}
 #banner_ar .bullets.simplebullets.number .bullet.selected {
    color: transparent;
    background-color: #005e20;
}
 #banner_ar .bullets.simplebullets.number .bullet {
    cursor: pointer;
    position: relative;
      display: block;
    margin-top: 5px;
    width: 10px;
    height: 10px;
    color: transparent;
    background-color: #cecece;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
#banner_ar .bullets.simplebullets {    left: -40px !important;
    right: auto !important;
    position: absolute;
    z-index: 99999;
    width: 10px !important;
    top: 50%;
}
#banner_ar .caption {
    height: 100%;
    left: 0 !important;
    right: auto !important;
    background: #99c23b;
    z-index: 0;
    top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
text-align:center;
}
#banner_ar .text-caption {
font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    font-size: 28px;
    line-height: 62px;
    padding: 0 80px;
    color: #fff;
    text-transform: uppercase;
}
#banner_ar .text-bold {font-weight:bold;}
#banner_ar .text-light{font-weight:100;}
@media screen and (max-width:767px) {
  #banner_ar .bannercontainer {  width: 100%;
    margin: 0;}
#banner_ar .caption {
right: 0;
    left: auto !important;
 height: 100%;
    background: transparent;
    /* float: right; */
    /* text-align: right; */
    z-index: 0;
    /* width: auto; */
    height: 100%;
    top: 0 !important;
    /* left: 0 !important; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 30px !important;}
 #banner_ar .text-caption {
    font-size: 18px;
    line-height: 34px;}
   #banner_ar .bannercontainer{
    height: 400px !important;
}
 #banner_ar .banner  {  height: 400px !important;
}
#banner_ar .bullets.simplebullets {
display:none;}
}
 @media screen and (min-width:768px) and   (max-width:1366px) {
#banner_ar .text-caption {
    font-size: 18px;
   padding: 0 45px;
}
}


