.box-item{
    height: auto;
    background-color: #fff;
    border: 1.5px solid #bfbfbf;
    border-radius: 10px;
    padding: 7px;
    display: block;
    text-decoration: none !important;
    color: #0a0a0a;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 1s;
    width: 100%;
}
.image-item{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 70%;
    width: 100%;
    margin: auto;
    border: 1.5px solid #bfbfbf;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.body-item{}
.title-item{}
.text-item{}
.btn-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-color: #00000091;
    color: #fff;
    border-radius: 10px;
    display: none;
    transition: 1s;
}
.box-item:hover .btn-hover{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}
.box-item .btn-register{
    color: #11a600;
    width: 90px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid#11a600;
    border-radius: 7px;
    font-size: 12px;
    text-decoration: none !important;
}
.box-item .btn-register:hover{
    color: #11a600;
}
.white-space-nowrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.close-icon-modal-register{
    position: absolute;

}
.close-icon-modal-register.close:focus{
    border: 0 !important;
}
.close-icon-modal-register.close{
    width: 35px !important;
    height: 45px !important;
    z-index: 99999;
}
.close-icon-modal-register span{
    font-size: 25px;
    width: 50px;
    height: 35px;
    cursor: pointer;
}
#register-modal .modal-form{
    margin-bottom: 0 !important;
}
/*custom slider*/
.owl-nav{
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: -7px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-nav .owl-prev,.owl-nav .owl-next{
    font-size: 25px !important;
    margin: 0 8px;
    cursor: pointer;
    padding-right: 5px !important;
    padding-left: 5px !important;
    background-color: #353535a8 !important;
    width: 20px;
    color: #fff !important;
}
.icon-h-15{
    height: 15px;
    margin-left: 5px;
}
.border-b-c{
    border-bottom: 3.5px solid #909090;
}
.h-30{
    height: 30px;
}
.box-call{
    border: 2px solid;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 17px;
}
.video-js .vjs-big-play-button{
    top:50% !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    line-height: 2em !important;
    height: 2em !important;
    width: 4em !important;
}
.accordion-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accordion-btn p{
    margin: 0;
    padding: 0;
}
.text-s{
    font-size: 11px;
    color: #030039;
    font-weight: bold;
    text-shadow: 2px 2px 5px #ffffff;
}
.border-green{
    border: 2px solid#00ac05;
}
.h-23 {
    height: 23px;
}
@media (max-width: 576px) {
    .info-btn{
        display:block;
        margin-top:8px;
    }
}