.first{
    background: url(../../images/course/sec-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}
.first .content-bg{
    background: #fff;
    -webkit-box-shadow: 0px 0px 22px 9px rgba(219,219,219,1);
    -moz-box-shadow: 0px 0px 22px 9px rgba(219,219,219,1);
    box-shadow: 0px 0px 22px 9px rgba(219,219,219,1);
    padding: 10px;
}

.first .content{
    padding: 50px 0;
}
.first .content h4 {
    margin: 0;
    font-size: 35px;
    color: #0f9eed;
    font-weight: 800;
}
.first .content h5{
    font-size: 30px;
    color: #282828;
    font-weight: 800;
}
.first .content p{
    font-size: 14px;
    line-height: 20px;
}

.fourt{
    background: url(../../images/course/fourt.bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.fourt .content{
    padding: 20px 0;
}
.fourt .content h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
}
.fourt .content h4 span{
    font-weight: 800;
}
.fourt .content h5{
    color: #fff;
    font-size: 35px;
    margin: 0 0 10px;
}
.fourt .content p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.fifth-section .content .sub h4:after {
    content: '' !important;
    position: absolute !important;
    /* top: 0px; */
    left: 0px !important;
    background: url(../../images/third-line.png) no-repeat !important;
    background-size: contain !important;
    width: 110% !important;
    height: 14px !important;
    bottom: -12px !important;
}
@media (max-width:911px){
    .first {

        padding: 40px 0;
    }
}

@media(max-width:767px){

    .first .content {
        padding: 10px 0;
    }
.first .content h4 {
    margin: 0;
    font-size: 30px;
    color: #0f9eed;
    font-weight: 800;
}
.first .content h5 {
    font-size: 28px;
    color: #282828;
    margin: 0 0 5px;
    font-weight: 800;
}
.first .content p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

}


@media (max-width:400px) {
    .first .content h4 {
    font-size: 25px;
}
.first .content h5 {
    font-size: 24px;
}
.fourt .content h5 {
    font-size: 28px;
}
.fourt .content h4 {
    font-size: 28px;
}
.fourt {

    padding: 50px 0 10px;
}
}
