/* owl_banner */
#hm_banner_section {
       padding: 2% 40px;
}
.owl_hm_banner{
    position: relative;
}
.owl_hm_banner .owl-nav{
    /* position:absolute; */
    top: 0% !important;
    bottom: 0;
    display: flex;
    align-items: center;
    width:100%;
}
.owl_hm_banner .owl-nav button{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    max-height: 30%;
    display:flex;
    align-items:center;
}
.owl_hm_banner .owl-nav .owl-next{ 
    position:absolute;
    right:0;
}
.owl_hm_banner .owl-nav button {
    /* min-height: 100px; */
    padding: 0px 10px;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px 2px 2px 0px;
}
.owl_hm_banner .owl-nav button span{
    color: #fff;
    font-size: 40px;
}
.banner_link{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    cursor:pointer;
    bottom:0;
    z-index:1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    #hm_banner_section {
        padding: 0% 25px 0px;
    }
}
@media screen and (min-width: 280px) and (max-width: 767px) {
    .owl_hm_banner .owl-nav button span{
        font-size:18px;
    }
    .owl_hm_banner .owl-nav button{
        min-height: unset;
    }
}
