/* box design */
.hero-video{
    width: 100%;
    height: 400px;
}

/* box end */


.course-title{
    font-size: 20px;
    color: #000!important;
    text-decoration: none;
}

.course-title:hover{
    font-size: 20px;
    color: #03045e!important;
    text-decoration: none;
}

.content iframe{
    width: 100%!important;
    height: 700px!important;
}

.profile-image{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #03045e;
}

.youtube iframe{
    width: 100%!important;
    height: 230px!important;
}

.wa-style{
    background-color: #03045e;
    color: white;
    padding: 2px 10px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 30px;
}

@media(max-width: 1024px){
    .content iframe{
        width: 100%!important;
        height: 550px!important;
    }
}

@media(max-width: 768px){
    .hero-video{
        width: 100%;
        height: 300px;
    }

    .content iframe{
        width: 100%!important;
        height: 350px!important;
    }
}

@media(max-width: 420px){
    .hero-video{
        width: 100%;
        height: 230px;
    }

    .content iframe{
        width: 100%!important;
        height: 200px!important;
    }


    .youtube iframe{
        width: 100%!important;
        height: 180px!important;
    }

}
