@font-face {font-family: "Swis721 Blk BT";
    src: url("../fonts/Swis721_Blk_BT.woff2") format("woff2"),
    url("../fonts/Swis721_Blk_BT.woff") format("woff"),
    url("../fonts/Swis721_Blk_BT.ttf") format("truetype"),
}
/* Cursor */
.typed-cursor {
    color: white;
}

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background: url("");
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.banner__title{
    font-family: "Swis721 Blk BT" !important;
}
.courses__title{
    font-family: "Swis721 Blk BT" !important;
}
.courses__start{
    color: #ff3939 !important;
}
.modal__course-title{
    color: #ff3939;
    font-family: "Swis721 Blk BT" !important;
    margin-bottom: 1.3rem !important;
    margin-top: 1.3rem !important;
    text-transform: uppercase;
    display: inline-block;
}
@media screen and (max-width:767px){
    .modal__course-title--v, .modal__course-title{
        font-size: 15px !important;
        display: inline-block;
        margin-left: 20px;
        margin-top: 0 !important;
        /* margin-top: 15px !important; */
    }
    .modal__course-circle{
        position: absolute;
        margin-top: 5px;
    }
    .modal__course-paragraph{
        margin-bottom: 1.3rem;
    }
}
.modal__course-circle{
    width: 10px;
    height: 10px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff3939;
    margin-right: 10px;
}
.modal__course-line{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgb(0, 126, 85);
    height: calc(100% - 45px);
    margin-left: 19px;
    margin-top: 24px;
}
/* @media screen and (min-width:332px) and (max-width:335px){
    .modal__course-line{
        height: 585;
        margin-top: 125px;
    }
}

@media screen and (max-width:416px){
    .modal__course-line{
        height: 477px;
        margin-top: 125px;
    }
} */

.modal__course-line2{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #007E55;
    /* height: 231px;
    margin-left: 20px;
    margin-top: 38px; */
    height: calc(100% - 45px);
    margin-left: 19px;
    margin-top: 24px;
}
.modal__course-line3{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #007E55;
    height: calc(100% - 45px);
    margin-left: 19px;
    margin-top: 24px;
    /* height: 237px;
    margin-left: 20px;
    margin-top: 33px; */
}
.modal__course-paragraph{
    font-size: 15px;
    margin-left: 20px;
    text-align: justify;
}

.img-icons{
    width: 50px;
    height: 50px;
}

/* Modal */
.close{
    outline: none !important;
    opacity: 1 !important;
    text-shadow: none !important;
}
.op-0{
    opacity: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    margin-bottom: 0 !important;
}
video::-internal-media-controls-download-button {display:none}
video::-webkit-media-controls-enclosure {overflow:hidden}

 .owl-carousel .owl-nav button.owl-prev{
    
    position: absolute;
    top: 32%;
    left: 10px;
}
.owl-carousel .owl-nav button.owl-next{
    
    position: absolute;
    top: 32%;
    right: 10px;
}

/* .mce_inline_error{

} */