/* Video Section Starts */
section.video-inner-page{
    margin: 11rem 0 2rem;
}
section.video-inner-page h1{
    font-size: 2.5rem;
    font-weight: 400;
    color: #21552F;
    margin-bottom: 4rem;
    text-align: center;
}
section.video-inner-page .video-frame{
    width: 85%;
    margin: 0 auto;
}
section.video-inner-page .video-frame iframe{
    width: 100%;
    height: 40rem;
	margin-bottom: 2rem;
}
.novarica-iti .novarica-features-content {
    margin: 4rem 0rem 0;
}
/* Video Section Ends */


/* Novarica ITI Starts */
.novarica-iti {
    padding: 0rem 0 5rem;
    background-color: transparent;
}
.novarica-iti .novarica-iti-details {
    padding: 0;
    width: 85%;
    margin: 0 auto;
}
.novarica-iti .novarica-features-content {
    margin: 1rem 0rem 0;
    background-color: #f5f5f5;
}
/* Novarica ITI Ends */


@media(max-width: 1024px){}
@media(max-width: 991px){
    section.video-inner-page .video-frame {
        width: 100%;
    }
    .novarica-iti .novarica-iti-details {
        width: 100%;
    }
}
@media(max-width: 767px){
    section.video-inner-page {
        margin: 10rem 0 2rem;
    }
    section.video-inner-page .video-frame {
        width: 95%;
        height: 100%;
    }
    section.video-inner-page .video-frame iframe {
        height: 100%;
    }
    .novarica-iti .novarica-features-content .pr-features.left {
        border-bottom: 0.1rem solid #ccc;
        border-right: 0;
    }
    .novarica-iti .novarica-features-content .pr-features.right {
        border-left: 0;
    }
    .novarica-iti .pr-features.left .novarica-features {
        padding: 2rem;
    }
    .novarica-iti .pr-features.right .novarica-features {
        padding: 2rem;
    }
}
