/* Risk Free Trial Banner */
.vc_section.vc_section-has-fill.banner-sec {
	padding: 0 !important;
}
.banner-sec .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.banner-block {
    padding-top: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content .row {
    align-items: center;
}
.banner-content {
    padding: 60px 0 80px;
}
.banner-content .order-1 {
	display: none;
}
.risk-free-trial-banner .common-btn {
	display: none;
}
/* Risk Free Trial Banner End */

/* Risk Free Trial List */
.risk-free-trial-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.risk-free-trial-list ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/icon_tick.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
}
/* Risk Free Trial List End */

.risk-free-videos iframe {
    border-radius: 10px;
    margin: 20px 0;
}

@media only screen and (max-width: 1199px) {
   
}
@media only screen and (max-width: 767px) {
 
}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 575px){
    .banner-content {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 480px){
    .banner-content {
        padding: 20px 0 40px;
    }
}