<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gp_2776_rp_wrapper {
    width: 100%;
    margin: 0 auto;
}

#gp_2776_wrapper {
    background: #000;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 61.65%;
    margin: 0 auto;
    height: 0;
    text-align: left;
    margin: 0 auto;
}

#gp_2776_iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

/* layout global */
body {
    position: relative;
    overflow-x: hidden;
    background-color: #051a48;
    color: #fff !important;
}

.container,
.container-fluid {
    position: relative;
}

.small-padding {
    padding: 30px 0;
}

.normal-padding {
    padding: 50px 0;
}

.big-padding {
    padding: 150px 0;
}

.overflow-hidden {
    position: relative;
    overflow: hidden;
}

.sec-anchor {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 120px;
}

.clear {
    clear: both;
    width: 100%;
    display: block;
}

img {
    display: block;
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stop-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.wrap {
    position: fixed;
    z-index: 2000;
    right: 18px;
    bottom: 18px;
    max-width: 220px;
    background: rgba(63, 61, 57, .9);
    color: #fff;
    padding: 0 18px 18px;
    line-height: 1.2;
    font-size: 12px;
}

.wrappara {
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
}

.wrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wrap .my_btn {
    text-decoration: none;
    border-color: #fff;
    color: #fff;
    padding: 8px 20px;
    width: 100%;
    font-family: 'Nunito-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wrap .my_btn:hover {
    background: #F8436B;
    color: #fff !important;
}

.grad-txt {
    color: #F8436B;
}

.flex-elem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.bp-gradientbg .col1 {
    order: 2;
}

/* fonts */
@font-face {
    font-family: 'Nunito-Black';
    src: url(fonts/Nunito-Black.ttf);
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url(fonts/Nunito-Bold.ttf);
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url(fonts/Nunito-Regular.ttf);
}

@font-face {
    font-family: 'Nunito-Italic';
    src: url(fonts/Nunito-Italic.ttf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url(fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(fonts/Poppins-SemiBold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #565656;
}

p {
    margin-bottom: 36px;
    color: #fff !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito-Bold';
}

h1 {
    font-size: 38px;
    line-height: 52px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

p {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Montserrat-Regular';
    color: #747a94;
}

a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    color: #2fd6e6;
}

.big-heading {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Nunito-Black';
}

.gradient-text {
    background: rgb(80, 96, 209);
    background: -moz-linear-gradient(left, rgba(80, 96, 209, 1) 0%, rgba(204, 51, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(80, 96, 209, 1) 0%, rgba(204, 51, 255, 1) 100%);
    background: linear-gradient(to right, rgba(80, 96, 209, 1) 0%, rgba(204, 51, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5060d1', endColorstr='#cc33ff', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white-font {
    color: #ffffff;
}

.para1 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat-Regular';
    color: #747a94;
    margin-bottom: 22px;
    text-align: left;
}

.divider-top, .divider-bottom {
	position: absolute;
	width: 100%;
	transform: scaleX(1.01);
}

.divider-top {
	top: -1px;
}

.divider-bottom {
	bottom: -1px;
}

/* dividers */
.divider-style1 {
    width: 100%;
    display: block;
    border-bottom: 1px solid #2fd6e6;
}

.divider-style2 {
    width: 100%;
    display: block;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
    max-width: 380px;
    margin: 36px auto;
}

.divider-style3 {
    background-image: url('../images/divider_style3.png');
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
    display: block;
}

.divider-style4 {
    background-image: url('../images/divider_style_4.png');
    width: 100%;
    display: block;
    height: 51px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
}

/* buttons */
.button-style1 {
    background: #874bd6;
    background: -moz-linear-gradient(left, #874bd6 0%, #565cd3 100%);
    background: -webkit-linear-gradient(left, #874bd6 0%, #565cd3 100%);
    background: linear-gradient(to right, #874bd6 0%, #565cd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#874bd6', endColorstr='#565cd3', GradientType=1);
    text-align: center;
    max-width: 440px;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 50px;
    color: #ffffff !important;
    background-size: 200% auto;
}

.button-style2 {
    max-width: 410px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    background: #2a3fcf;
    background: -moz-linear-gradient(left, #2a3fcf 0%, #11857a 100%);
    background: -webkit-linear-gradient(left, #2a3fcf 0%, #11857a 100%);
    background: linear-gradient(to right, #2a3fcf 0%, #11857a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#874bd6', endColorstr='#565cd3', GradientType=1);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s ease;
}

.button-style3 {
    max-width: 410px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    background: rgb(28, 113, 218);
    background: -moz-linear-gradient(left, rgba(28, 113, 218, 1) 0%, rgba(94, 44, 150, 1) 50%, rgba(28, 113, 218, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 113, 218, 1) 0%, rgba(94, 44, 150, 1) 50%, rgba(28, 113, 218, 1) 100%);
    background: linear-gradient(to right, rgba(28, 113, 218, 1) 0%, rgba(94, 44, 150, 1) 50%, rgba(28, 113, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c71da', endColorstr='#1c71da', GradientType=1);
    color: #ffffff !important;
    text-align: center;
    background-size: 200% auto;
    transition: all 0.3s ease;
}

.button-style1:hover,
.button-style2:hover,
.button-style3:hover {
    background-position: right center;
}

.mobi-ftr-img {
    display: none;
}

/* mixed icons */
.vreel-sprite {
    background: url('vreel-sprite.png') no-repeat top left;
    width: 90px;
    height: 90px;
}

.vreel-sprite.avatar-icon {
    background-position: 0 0;
    width: 23px;
    height: 23px;
}

.vreel-sprite.mail-icon {
    background-position: 0 -73px;
    width: 28px;
    height: 21px;
}

.vreel-sprite.check_icon {
    background-position: 0 -144px;
    width: 20px;
    height: 20px;
}

.vreel-sprite.cloud_icon {
    background-position: 0 -214px;
    width: 112px;
    height: 50px;
}

.vreel-sprite.jv-sec1-icon-1 {
    background-position: 0 -314px;
}

.vreel-sprite.jv-sec1-icon-2 {
    background-position: 0 -454px;
}

.vreel-sprite.jv-sec1-icon-3 {
    background-position: 0 -594px;
}

.vreel-sprite.jv-sec1-icon-4 {
    background-position: 0 -734px;
}

.vreel-sprite.jv-sec1-icon-5 {
    background-position: 0 -874px;
}

.vreel-sprite.jv-sec1-icon-6 {
    background-position: 0 -1014px;
}

.vreel-sprite.jv-sec1-icon-7 {
    background-position: 0 -1154px;
}

.vreel-sprite.blue_rotary_icon {
    background-position: 0 -1294px;
    width: 82px;
    height: 82px;
}

.vreel-sprite.dashed_line1 {
    background-position: 0 -1426px;
    width: 23px;
    height: 45px;
}

.vreel-sprite.dashed_line2 {
    background-position: 0 -1521px;
    width: 47px;
    height: 79px;
}

.vreel-sprite.dashed_line3 {
    background-position: 0 -1650px;
    width: 39px;
    height: 53px;
}

.vreel-sprite.dashed_line4 {
    background-position: 0 -1753px;
    width: 47px;
    height: 79px;
}

.vreel-sprite.dashed_line5 {
    background-position: 0 -1882px;
    width: 77px;
    height: 153px;
}

.vreel-sprite.dashed_line6 {
    background-position: 0 -2085px;
    width: 29px;
    height: 161px;
}

.vreel-sprite.dashed_line7 {
    background-position: 0 -2296px;
    width: 32px;
    height: 50px;
}

.vreel-sprite.dashed_line8 {
    background-position: 0 -2396px;
    width: 14px;
    height: 80px;
}

.vreel-sprite.dashed_line9 {
    background-position: 0 -2526px;
    width: 82px;
    height: 135px;
}

.vreel-sprite.dashed_line10 {
    background-position: 0 -2711px;
    width: 51px;
    height: 51px;
}

.vreel-sprite.lap_top_keyboard {
    background-position: 0 -2812px;
    width: 474px;
    height: 12px;
}

.vreel-sprite.s_haha_icon {
    background-position: 0 -2874px;
    width: 32px;
    height: 32px;
}

.vreel-sprite.s_heart_icon {
    background-position: 0 -2956px;
    width: 42px;
    height: 42px;
}

.vreel-sprite.s_like_icon {
    background-position: 0 -3048px;
    width: 36px;
    height: 36px;
}

.vreel-sprite.viral_desktop_wallpaper {
    background-position: 0 -3134px;
    width: 357px;
    height: 211px;
}

.vreel-sprite.trans_like_icon {
    background-position: 0 -3395px;
    width: 38px;
    height: 37px;
}

.vreel-sprite.trans-plus-icon {
    background-position: 0 -3482px;
    width: 14px;
    height: 14px;
}

.vreel-sprite.bolt-icon {
    background-position: 0 -3546px;
    width: 49px;
    height: 23px;
}

/* mixed icons end */


/* responsive menu css and button - start */
#responsive-menu-btn {
    background: rgb(67, 168, 162);
    background: -moz-linear-gradient(left, rgba(67, 168, 162, 1) 0%, rgba(94, 44, 150, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(67, 168, 162, 1) 0%, rgba(94, 44, 150, 1) 100%);
    background: linear-gradient(to right, rgba(67, 168, 162, 1) 0%, rgba(94, 44, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43a8a2', endColorstr='#5e2c96', GradientType=1);
    border: none;
    padding: 10px 8px;
    display: block;
    max-width: 50px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 25px;
    z-index: 99;
    display: none;
}

#responsive-menu-btn::before,
#responsive-menu-btn::after {
    content: "";
    display: block;
    width: 100%;
    border: 2px solid #ffffff;
    margin: 0 auto;
    max-width: 25px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease;
}

#responsive-menu-btn::before {
    top: 0;
    transform: rotate(0deg);
}

#responsive-menu-btn::after {
    bottom: 0;
    transform: rotate(0deg);
}

#responsive-menu-btn span {
    content: "";
    width: 100%;
    display: block;
    margin: 5px auto;
    border: 2px solid #ffffff;
    max-width: 29px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

#responsive-menu-btn.rs-menu-close span {
    max-width: 0;
}

#responsive-menu-btn.rs-menu-close::before {

    transform: rotate(45deg);
    position: relative;
    top: 8px;

}

#responsive-menu-btn.rs-menu-close::after {
    transform: rotate(-45deg);
    position: relative;
    bottom: 9px;
}

#mobile-main-nav {
    float: none;
    max-width: 500px;
    width: 90%;
    text-align: left;
    padding: 24px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    height: 100vh;
    left: -500px;
    z-index: 99;
    transition: all 0.3s ease;
}

#mobile-main-nav .hnav {
    display: block;
    color: #333333;
    padding: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

#mobile-main-nav .hnav:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#mobile-main-nav.mobile-nav-show {
    left: 0;
}

/* responsive menu css - end */
#jv-banner {
    background-image: url('../images/Viral_Reel_JV_page_banner_bg.jpg');
    background-size: cover;
    background-position: bottom center;
    padding: 200px 0 300px;
    position: relative;
    overflow: hidden;
}

#jv-banner::after {
    content: "";
    width: 100%;
    display: block;
    height: 296px;
    background-image: url('../images/banner_bottom.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.b-satelite {
    position: absolute;
    right: -80px;
    top: 110px;
}

#parallax-banner {
    position: absolute;
    left: -310px;
    top: -120px;
}

.rocket {
    top: 850px !important;
    left: 620px !important;
}

.marble {
    top: 76% !important;
    left: 270px !important;
    border-radius: 100%;
    box-shadow: 0 0 0 0 rgba(67, 204, 147, 0.2);
    box-sizing: unset;
}

.marble img {
    box-shadow: 0 0 0 0 rgba(67, 204, 147, 0.2);
    box-sizing: unset;
    border-radius: 100%;
}

.b-cloud {
    top: 73% !important;
    left: 115px !important;
}

#jv-banner .divider-style1 {
    margin: 36px 0;
}

#jv-banner .promo-p-sale img {
    display: inline-block;
    vertical-align: middle;
}

#jv-banner .promo-p-sale p {
    font-size: 28px;
    line-height: 42px;
    font-family: 'Nunito-Italic';
    max-width: 464px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
}

#jv-banner .promo-p-sale span {
    color: #43cc93;
}

#jv-banner .ftr-video {
    width: 100%;
    display: block;
    max-width: 555px;
    margin: 24px auto 0;
    background: rgb(67, 168, 162);
    background: -moz-linear-gradient(left, rgba(67, 168, 162, 1) 0%, rgba(94, 44, 150, 1) 50%, rgba(67, 168, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(67, 168, 162, 1) 0%, rgba(94, 44, 150, 1) 50%, rgba(67, 168, 162, 1) 100%);
    background: linear-gradient(to right, rgba(67, 168, 162, 1) 0%, rgba(94, 44, 150, 1) 50%, rgba(67, 168, 162, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43a8a2', endColorstr='#43a8a2', GradientType=1);
    padding: 2px;
}

#jv-banner .ftr-video .vid-wrapper {
    width: 100%;
    display: block;
    background-color: #5951b1;
    height: 310px;
}

#jv-sec1 .title-area {
    margin-bottom: 50px;
}

#jv-sec1 .facts {
    text-align: center;
}

#jv-sec1 .fact {
    max-width: 280px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 36px 12px;
}

#jv-sec1 .fact p::before {
    content: "";
    width: 40px;
    display: block;
    border-bottom: 2px solid #4ece9a;
    margin: 18px auto;
}

#jv-sec1 .fact p {
    color: #747a94;
}

#jv-sec2 {
    background-image: url('../images/Viral_Reel_JV_page_sec2_bg.jpg');
    background-size: cover;
    background-position: top center;
}

#jv-sec2 h4 {
    max-width: 440px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: 'Nunito-Regular';
}

#jv-sec2 h4 span {
    font-family: 'Nunito-Bold';
}

#jv-sec2 .input-field {
    max-width: 406px;
    width: 100%;
    display: block;
    margin: 0 auto 26px;
    padding-left: 40px;
}

#jv-sec2 .input-field1 {
    background-image: url('../images/avatar-icon.png');
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: 8px 50%;
}

#jv-sec2 .input-field2 {
    background-image: url('../images/mail-icon.png');
    background-size: 28px 21px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

#jv-sec2 input[name],
#jv-sec2 input[email] {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 10px;
    border: none;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

#jv-sec2 .jv-logo {
    margin-bottom: 15px;
}

#jv-sec2 .col1 h4 span {
    color: #43cc93;
}

#jv-sec2 .col2 h4 span {
    color: #a2affe;
}

#jv-sec3 h2 {
    margin: 48px 0 24px;
}

#jv-sec3 .col2 img {
    margin-bottom: 36px;
}

#jv-sec3 p {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#jv-sec4 {
    background-color: #43cc93;
}

#jv-sec4 h2 {
    margin-top: 160px;
}

#jv-sec4 h2 span {
    color: #fff799;
    border-bottom: 3px solid #fff799;
}

#jv-sec4 .cloud-icon {
    position: absolute;
    left: 0;
    top: 0;
}

#jv-sec4 .cloud-icon:nth-child(2) {
    position: absolute;
    right: 24px;
    top: 54px;
    max-width: 80px;
    transform: rotateY(180deg);
}

#jv-sec5 {
    background-image: url('../images/Viral_Reel_JV_sec5_bgIMG.jpg');
    background-size: cover;
    background-position: top right;
    border-top: 18px solid #574dd2;
}

#jv-sec5 h4 {
    font-family: 'Montserrat-Bold';
}

#jv-sec5 h4::after,
#jv-sec7 h2::after {
    content: "";
    max-width: 42px;
    width: 100%;
    display: block;
    border: 4px solid #6951a5;
    border-radius: 50px;
    margin: 24px 0;
}

#jv-sec5 .abhi-signature {
    margin-right: 0;
}

#jv-sec5 .col1 img {
    border-radius: 100%;
}

#jv-sec5 p {
    color: #ffffff;
}

#jv-sec6 {
    position: relative;
}

#jv-sec6 .title-area {
    margin: 36px 0 50px;
}

#jv-sec6 .color-obj {
    width: 750px;
    display: block;
    height: 568px;
    background: -moz-linear-gradient(top, rgba(220, 239, 252, 1) 0%, rgba(220, 239, 252, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(220, 239, 252, 1) 0%, rgba(220, 239, 252, 0) 100%);
    background: linear-gradient(to bottom, rgba(220, 239, 252, 1) 0%, rgba(220, 239, 252, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dceffc', endColorstr='#00dceffc', GradientType=0);
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    left: 60px;
}

#vreel-lp {
    position: relative;
    margin-top: 160px;
}

#vreel-lp .dline,
#vreel-lp .s-icon {
    position: absolute;
    z-index: -1;
}

#vreel-lp .lp-monitor {
    border-radius: 15px 15px 0 0;
    max-width: 382px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: #f1f1f1;
    padding: 20px 12px;
    box-shadow: inset 0 0 0 3px #e9e9e9;
}

#vreel-lp .lp-monitor::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #c7c7c7;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#vreel-lp .screen {
    background-color: #000000;
    border: 2px solid #e9e9e9;
}

#vreel-lp .lp-screen {
    background-color: #000000;
}

#vreel-lp .vreel-wpaper {
    opacity: 0;
}

#vreel-lp .lp-rotary {
    position: absolute;
    right: 100px;
    top: 10px;
    opacity: 0;
}

.dline1 {
    bottom: -40px;
    left: 102px;
    clip: rect(0, 23px, 0, 0);
}

.dline2 {
    bottom: -70px;
    left: 305px;
    clip: rect(0, 47px, 0, 0);
}

.dline3 {
    bottom: -50px;
    right: 100px;
    clip: rect(0, 39px, 0, 0);
}

.dline4 {
    right: 45px;
    bottom: 50px;
    clip: rect(79px, 47px, 79px, 0);
}

.dline5 {
    right: 30px;
    bottom: 180px;
    clip: rect(153px, 77px, 153px, 0);
}

.dline6 {
    right: 140px;
    bottom: 240px;
    clip: rect(161px, 29px, 161px, 0);
}

.dline7 {
    right: 240px;
    top: -50px;
    clip: rect(50px, 32px, 50px, 0);
}

.dline8 {
    left: 180px;
    top: -80px;
    clip: rect(80px, 14px, 80px, 0);
}

.dline9 {
    left: 40px;
    top: -30px;
    clip: rect(135px, 82px, 135px, 0);
}

.dline10 {
    top: 160px;
    left: 46px;
    clip: rect(51px, 51px, 51px, 0);
}

.s-icon {
    transform: scale(0);
    transform-origin: center;
}

.s-icon1 {
    bottom: -50px;
    left: 120px;
}

.s-icon2 {
    top: -58px;
    left: 66px;
}

.s-icon3 {
    left: 170px;
    top: -120px;
}

.s-icon4 {
    right: 155px;
    top: -180px;
}

.s-icon5 {
    right: 220px;
    top: -95px;
}

.s-icon6 {
    right: 234px;
    bottom: -90px;
}

.s-icon7 {
    right: 15px;
    top: 110px;
}

.s-icon8 {
    left: 32px;
    top: 125px;
}

.s-icon9 {
    right: 40px;
    top: -95px;
}

.s-icon10 {
    right: 68px;
    bottom: -65px;
}

#jv-sec6 .bottom-qoute {
    max-width: 846px;
    width: 100%;
    display: block;
    margin: 50px auto 0;
    background-color: #fff;
    padding: 32px;
    box-shadow: 0 8px 42px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

#jv-sec6 .bottom-qoute .gradient-border {
    background: rgb(94, 44, 150);
    background: -moz-linear-gradient(top, rgba(94, 44, 150, 1) 0%, rgba(67, 168, 162, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(94, 44, 150, 1) 0%, rgba(67, 168, 162, 1) 100%);
    background: linear-gradient(to bottom, rgba(94, 44, 150, 1) 0%, rgba(67, 168, 162, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e2c96', endColorstr='#43a8a2', GradientType=0);
    border-radius: 15px;
    padding: 5px;
    position: relative;
}

#jv-sec6 .bottom-qoute .gradient-border::before {
    content: "";
    width: 55px;
    height: 46px;
    background-image: url('../images/gradient_qoute_icon.jpg');
    background-size: 100% 100%;
    background-size: 46px 46px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: 9;
}

#jv-sec6 .bottom-qoute .content-cont {
    background-color: #fff;
    border-radius: 15px;
    padding: 24px;
}

#jv-sec7 {
    background-color: #44268e;
    border-top: 15px solid #43cc92;
    position: relative;
}

#jv-sec7 h2 {
    max-width: 440px;
    width: 100%;
    display: block;
}

#jv-sec7 h2 span {
    color: #43cc93;
}

#jv-sec7 p {
    color: #ffffff;
}

#jv-sec7 .ftr-img-cont {
    max-width: 529px;
    width: 100%;
    height: 529px;
    position: relative;
    top: 80px;
    left: 16px;
}

#jv-sec7 img {
    position: absolute;
}

#jv-sec7 .ftr-table {
    bottom: 0;
    left: 120px;
    opacity: 0;
}

#jv-sec7 .ftr-chair {
    z-index: 9;
    bottom: 0;
    left: 200px;
    opacity: 0;
}

#jv-sec7 .ftr-man {
    z-index: 9;
    bottom: 0;
    left: 102px;
    transform: scale(0);
}

#jv-sec7 .s-unit {
    bottom: 224px;
    left: 58px;
    transform: scale(0);
    transform-origin: bottom center;
}

#jv-sec7 .d-monitor {
    top: 140px;
    left: 170px;
    z-index: 9;
    transform: scale(0);
    transform-origin: bottom center;
}

#jv-sec7 .laugh-icon1 {
    right: 10px;
    top: 75px;
    z-index: 9;
    transform: scale(0);
    transform-origin: bottom center;
}

#jv-sec7 .like-icon1 {
    right: 100px;
    top: 15px;
    transform: scale(0);
    transform-origin: bottom center;
}

#jv-sec7 .media-icon {
    right: 190px;
    z-index: 9;
    transform: scale(0);
    transform-origin: bottom center;
}

#jv-sec7 .laugh-icon2 {
    max-width: 70px;
    width: 100%;
    transform: scale(0) rotate(-30deg);
    transform-origin: bottom center;
    left: 120px;
    top: 60px;
    z-index: 9;
}

#jv-sec7 .like-icon2 {
    transform: scale(0) rotate(-40deg);
    transform-origin: bottom center;
    max-width: 75px;
    width: 100%;
    top: 120px;
    left: 50px;
    z-index: 9;
}

#jv-sec7 .bars-bg {
    top: 80px;
    left: 20px;
    opacity: 0;
}

#jv-sec8 {
    position: relative;
    background-color: #44268e;
}

#jv-sec8 .row {
    margin-top: 50px;
}

#jv-sec8 .col1 {
    float: right;
}

#jv-sec8 p {
    color: #ffffff;
}

#jv-sec8 .ftr-img-cont {
    max-width: 544px;
    width: 100%;
    height: 313px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#jv-sec8 img {
    position: absolute;
}

#jv-sec8 .laptop {
    bottom: 0;
    left: -200px;
    opacity: 0;
}

#jv-sec8 .magnet {
    bottom: 90px;
    left: 110px;
    transform: scale(0);
    transform-origin: center;
}

#jv-sec8 .bolt1 {
    left: 220px;
    top: 95px;
    opacity: 0;
}

#jv-sec8 .bolt2 {
    left: 220px;
    bottom: 110px;
    transform: rotateY(180deg);
    opacity: 0;
}

#jv-sec8 .m-rays {
    left: 220px;
    top: 20px;
    clip: rect(0, 0, 284px, 0);
}

#jv-sec8 .like-icon1 {
    left: 280px;
}

#jv-sec8 .like-icon2 {
    right: 90px;
    top: 60px;
}

#jv-sec8 .like-icon3 {
    right: 100px;
    bottom: 25px;
}

#jv-sec8 .plus-icon1 {
    right: 200px;
    top: -20px;
    opacity: 0.2;
}

#jv-sec8 .plus-icon2 {
    right: 70px;
    top: 20px;
    opacity: 0.8;
}

#jv-sec8 .plus-icon3 {
    right: 142px;
    top: 60px;
    opacity: 0.3;
}

#jv-sec8 .plus-icon4 {
    right: 150px;
    bottom: 77px;
    opacity: 0.3;
}

#jv-sec8 .plus-icon5 {
    right: 35px;
    bottom: 30px;
}

#jv-sec8 .plus-icon6 {
    right: 50px;
    bottom: 140px;
    opacity: 0.7;
}

#jv-sec8 .avatar,
#jv-sec8 .like-icon,
#jv-sec8 .plus-icon {
    transform: scale(0);
    transform-origin: center;
    opacity: 0;
}

#jv-sec8 .avatar1 {
    right: 40px;
    bottom: 50px;
}

#jv-sec8 .avatar2 {
    left: 380px;
    top: 110px;
}

#jv-sec8 .avatar3 {
    left: 300px;
    bottom: 100px;
}

#jv-sec8 .avatar4 {
    left: 300px;
    top: 35px;
}

#jv-sec8 .avatar5 {
    right: 20px;
    top: 50px;
}

#jv-sec9,
#jv-sec10 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#jv-sec9 .title-area {
    margin-bottom: 68px;
}

#jv-sec9 .title-area p {
    margin-bottom: 0;
}

#jv-sec9 .title-area h2 {
    color: #2e3762;
}

#jv-sec9 .title-area h2 span {
    color: #574dd2;
}

#jv-sec9 .col1,
#jv-sec10 .col1,
#jv-sec11 .col1 {
    padding-top: 80px;
}

#jv-sec9 .col1 h5,
#jv-sec10 .col1 h5,
#jv-sec11 .col1 h5 {
    color: #2e3760;
    font-family: 'Montserrat-Bold';
}

#jv-sec9 .col2 img,
#jv-sec11 .col2 img {
    border-radius: 15px;
    box-shadow: 20px 20px 0 0px #ebebeb;
}

#jv-sec10 .col1 {
    float: right;
}

#jv-sec10 .col2 img {
    border-radius: 15px;
    box-shadow: -20px 20px 0 0px #ebebeb;
}

#jv-sec11 {
    position: relative;
    padding-bottom: 100px;
}

#jv-sec11 .divider-style3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

#jv-sec12 {
    border-bottom: 15px solid #43cc92;
}

#jv-sec12 .title-area {
    margin-bottom: 36px;
}

#jv-sec12 h2 {
    color: #2e3760;
}

#jv-sec12 h2 span {
    color: #574dd2;
}

#jv-sec12 li {
    position: relative;
    padding: 12px 0 12px 36px;
    background-image: url('../images/check_icon.png');
    background-repeat: no-repeat;
    background-position: 0 14px;
}

#jv-sec12 li p {
    font-size: 14px;
    line-height: 24px;
}

#jv-sec13 {
    background-color: #1b1130;
    text-align: center;
}

#jv-sec13 h5 {
    color: #43cc93;
    font-family: 'Montserrat-Bold';
    margin-bottom: 12px;
}

#jv-sec13 p {
    color: #fff;
}

#jv-sec14 .qoute-cont {
    max-width: 775px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 36px 12px;
    border-top: 2px solid #43cc92;
    border-bottom: 2px solid #43cc92;
}

#jv-sec14 .qoute-cont p {
    font-family: 'Montserrat-Medium';
    font-style: italic;
    font-size: 20px;
    line-height: 40px;
}

#jv-sec15 {
    background: rgb(94, 44, 150);
    background: -moz-linear-gradient(top, rgba(94, 44, 150, 1) 0%, rgba(67, 168, 162, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(94, 44, 150, 1) 0%, rgba(67, 168, 162, 1) 100%);
    background: linear-gradient(to bottom, rgba(94, 44, 150, 1) 0%, rgba(67, 168, 162, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e2c96', endColorstr='#43a8a2', GradientType=0);
}

#jv-sec15 .title-area {
    margin-bottom: 50px;
}

#jv-sec15 .title-area .gradient-text {
    background-size: 200% auto;
}

#jv-sec15 .ftr-video {
    max-width: 660px;
    width: 100%;
    display: block;
    height: auto;
    background-color: #2f296b;
    margin: 0 auto;
    padding: 8px;
}

#jv-sec15 .ftr-video iframe {
    width: 100%;
    display: block;
}

#jv-sec16 h2 {
    margin-bottom: 36px;
}

#jv-sec16 li {
    padding: 6px 0 6px 24px;
    background-image: url('../images/vreel_icon_bullet.png');
    background-repeat: no-repeat;
    background-position: 0 15px;
}

#jv-sec16 .col2 {
    position: relative;
}

#jv-sec16 .col2::before {
    content: "";
    width: 593px;
    height: 588px;
    display: block;
    background-image: url('../images/green_marble.jpg');
    background-size: 100% 100%;
    position: absolute;
    left: 80px;
    top: 0;
    z-index: -1;
}

#jv-sec16 .col2 img {
    margin-top: 80px;
}

#jv-sec17 {
    background-image: url('../images/sec_17_bgIMG.jpg');
    background-position: top center;
    background-size: cover;
    border-top: 15px solid #574dd2;
}

#jv-sec17 h2 {
    margin-bottom: 50px;
}

#jv-sec17 h2 span {
    display: block;
    text-transform: uppercase;
}

.upsell-sec h4 {
    max-width: 600px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
    margin-bottom: 36px;
}

.upsell-sec .upsell-price {
    border: 2px solid;
    padding: 2px 12px;
    margin-left: 24px;
    font-family: 'Poppins-SemiBold';
}

.upsell-sec .description {
    max-width: 575px;
    width: 100%;
    display: block;
}

.upsell-sec li {
    max-width: 372px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 24px;
    width: 100%;
    background-image: url('../images/vreel_icon_bullet.png');
    background-repeat: no-repeat;
    background-position: 4px 8px;
}

.upsell-sec li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px !important;
}

.upsell-sec:nth-child(2n+1) {
    background-color: #44268e;
}

.upsell-sec:nth-child(2n+1) .col1 {
    float: right;
}

.upsell-sec:nth-child(2n+1) h4,
.upsell-sec:nth-child(2n+1) h4 span {
    border-color: #513595;
}

.upsell-sec:nth-child(2n+1) h5,
.upsell-sec:nth-child(2n+1) h4,
.upsell-sec:nth-child(2n+1) p {
    color: #ffffff;
}

#jv-sec22 .row {
    margin-bottom: 100px;
}

#jv-sec22 .title-area {
    text-align: center;
    margin-bottom: 50px;
}

#jv-sec22 .b-qoute h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 36px;
}

#jv-sec22 .b-qoute h4 {
    color: #2e3760;
    font-family: 'Montserrat-Bold';
}

#jv-sec22 h5 {
    font-family: 'Montserrat-Regular';
    color: #6a6a6a;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 36px;
}

#hp-sec23 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#hp-sec23 h2 {
    margin-bottom: 24px;
}

#hp-sec23 p {
    max-width: 755px;
    width: 100%;
    display: block;
    margin: 0 auto 50px;
}

/*partners-testimonials section*/
#hp-sec24 {
    background-color: #44268e;
}

.partners-testimonials h3 {
    margin-bottom: 50px;
}

.cl-content {
    width: 96%;
    display: block;
    margin: 0 auto 50px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.cl-content .inner {
    background-color: #ffffff;
    padding: 20px 0 220px;
    position: relative;
}

.cl-content2 .inner,
.cl-content6 .inner {
    padding-bottom: 250px;
}

.cl-content3 .inner {
    padding-bottom: 284px;
}

.cl-content5 .inner {
    padding-bottom: 280px;
}

.cl-content7 .inner {
    padding-bottom: 220px;
}

.testi-paragraph p {
    font-style: italic;
    color: #555555;
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 0 10px;
}

.testi-paragraph p span {
    background-image: url('../images/blur_qoutation_left.jpg');
    background-repeat: no-repeat;
    background-position: 100% 36%;
    padding: 16px 15px;
}

.testi-paragraph p span::before {
    content: "";
    background-image: url(../images/blur_qoutation.jpg);
    background-size: 100% 100%;
    width: 29px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    z-index: -1;
}

.circle-border {
    background: rgb(67, 168, 162);
    background: -moz-linear-gradient(left, rgba(67, 168, 162, 1) 0%, rgba(139, 64, 222, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(67, 168, 162, 1) 0%, rgba(139, 64, 222, 1) 100%);
    background: linear-gradient(to right, rgba(67, 168, 162, 1) 0%, rgba(139, 64, 222, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43a8a2', endColorstr='#8b40de', GradientType=1);
    width: 103px;
    height: 104px;
    border-radius: 100%;
    display: block;
    padding: 6px;
    margin: 0 auto 12px;
}

.ratings img {
    display: block;
    margin-bottom: 18px;
}

.image-cont {
    width: 91px;
    height: 91px;
    display: block;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.author {
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin: 24px auto 0;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
}

.author-name {
    font-family: Poppins-Regular;
    font-size: 24px;
    line-height: 32px;
    display: block;
    color: #555555;
}

.author-position {
    font-size: 16px;
    color: #555555;
    min-height: 18px;
    display: block;
}

.partners-testimonials .button {
    color: #ffffff;
    text-decoration: none;
}

/* footer-css */

.jv-contest.normal-padding {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#footer-main {
    text-align: center;
}

#footer-main h2 {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto 50px;
}

#site-footer .contact-details p {
    font-size: 35px;
}

.contact-wrapper {
    max-width: max-content;
}

.contact-wrapper img:first-child {
    margin-right: 20px;
}

.row.abhi {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#footer-main .footer-qoute {
    max-width: 836px;
    width: 100%;
    display: block;
    margin: 50px auto;
}

#footer-main .footer-qoute p,
.copyright {
    font-family: 'Poppins-Regular';
}

.footer-nav-wrapper {
    text-align: center;
    padding: 0 0 50px 0;
}

.footer-nav {
    font-family: 'Poppins-Regular';
    color: #747a94;
    font-size: 16px;
    line-height: 24px;
    padding: 0 12px;
    border-right: 1px solid #747a94;
}

.footer-nav:last-child {
    border-right: none;
}

/* responsive css */
@media screen and (max-width:1366px) {
    #jv-banner {
        background-position: bottom right;
        padding: 180px 0 200px;
    }

    #jv-banner::after {
        height: 180px;
    }

    .b-satelite {
        top: 90px;
    }

    #parallax-banner {
        left: -180px;
        top: -95px;
    }

    .marble {
        top: 75% !important;
        left: 40px !important;
    }

    .b-cloud {
        top: 65% !important;
        left: -220px !important;
    }

    .rocket {
        top: 720px !important;
        left: 400px !important;
    }
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: 30px;
        line-height: 42px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #site-main-nav .hnav {
        font-size: 14px;
        line-height: 32px;
    }

    #jv-banner {
        background-position: bottom left;
    }

    #jv-banner::after {
        display: none;
    }

    #jv-banner .promo-p-sale p {
        max-width: 330px;
        font-size: 18px;
        line-height: 26px;
    }

    #jv-banner .ftr-video .vid-wrapper {
        height: 256px;
    }

    #jv-sec1 .fact {
        max-width: 230px;
    }

    #jv-sec1 .fact p br {
        display: none;
    }

    .s-icon1 {
        left: 80px;
    }

    .s-icon2 {
        left: 26px;
    }

    .s-icon3 {
        left: 105px;
    }

    .dline4 {
        right: 0;
    }

    .s-icon7 {
        right: -20px;
    }

    .s-icon8 {
        left: -14px;
    }

    .s-icon9 {
        right: 0;
    }

    .dline1 {
        left: 55px;
    }

    .dline2 {
        left: 215px;
    }

    .dline5 {
        right: 0;
    }

    .dline8 {
        left: 120px;
    }

    .dline9,
    .dline10 {
        left: 0;
    }
}

@media screen and (max-width:991px) {
    .big-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .button-style3 {
        font-size: 15px;
    }

    #site-logo-cont img {
        margin-left: auto;
        margin-bottom: 12px;
    }

    #jv-banner {
        background-image: url('../images/Viral_Reel_JV_page_banner_bg_991x1170.jpg');
    }

    #jv-banner .divider-style1 {
        margin: 24px 0;
    }

    #jv-banner .promo-p-sale p {
        max-width: 240px;
    }

    #jv-banner .ftr-video .vid-wrapper {
        height: 194px;
    }

    #jv-sec2 .col1 {
        margin-bottom: 50px;
    }

    #jv-sec3 h2 {
        margin: 0 0 24px;
    }

    #jv-sec4 h2 {
        margin-top: 100px;
    }

    #jv-sec7 .ftr-img-cont {
        top: 40px;
        left: 0;
        display: block;
        margin: 0 auto;
    }

    #jv-sec8 .col1 {
        float: none;
    }

    #jv-sec9 .col1,
    #jv-sec10 .col1,
    #jv-sec11 .col1 {
        padding-top: 0;
        padding-bottom: 36px;
    }

    #vreel-lp {
        max-width: 460px;
        margin: 200px auto 100px;
    }

    #jv-sec13 .col {
        margin-bottom: 48px;
    }

    #jv-sec13 .col:last-child {
        margin-bottom: 0;
    }

    #jv-sec22 .col1 {
        padding-top: 0;
    }

    .cl-content .inner {
        padding-bottom: 220px !important;
    }

    .footer-nav {
        padding: 10px 5px;
        border-right: none;
        max-width: 200px;
        width: 100%;
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .big-heading {
        font-size: 30px;
        line-height: 40px;
    }

    h1 {
        font-size: 28px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
        line-height: 38px;
    }

    h3 {
        font-size: 24px;
        line-height: 36px;
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .big-padding {
        padding: 50px 0;
    }

    .normal-padding {
        padding: 36px 0;
    }

    #site-logo-cont img {
        margin-bottom: 0;
    }

    #site-main-nav {
        display: none;
    }

    #responsive-menu-btn {
        display: block;
    }

    #jv-banner {
        padding: 120px 0 200px;
    }

    #jv-banner h1 {
        text-align: center;
    }

    .promo-p-sale {
        max-width: 326px;
        width: 100%;
        display: block;
        margin: 0 auto 36px;
    }

    #jv-sec1 .title-area {
        margin-bottom: 0;
    }

    #jv-sec3 h2 {
        margin: 24px 0;
    }

    #jv-sec3 p {
        text-align: center;
    }

    #jv-sec4 h2 {
        max-width: 500px;
        width: 100%;
        display: block;
        margin: 100px auto 50px;
        text-align: center;
    }

    #jv-sec5 .col1 img {
        margin-bottom: 24px;
    }

    #jv-sec5 h4,
    #jv-sec5 p {
        text-align: center;
    }

    #jv-sec5 h4::after,
    #jv-sec7 h2::after {
        margin: 24px auto;
    }

    #jv-sec5 .abhi-signature {
        margin-right: auto;
    }

    #jv-sec6 .title-area {
        margin: 0 0 24px;
    }

    #jv-sec6 p {
        text-align: center;
    }

    #jv-sec6 .button {
        margin: 0 auto;
    }

    #jv-sec7 {
        text-align: center;
    }

    #jv-sec7 h2 {
        margin: 0 auto;
    }

    #jv-sec10 .col1 {
        float: none;
    }

    #jv-sec14 .qoute-cont p {
        font-size: 16px;
        line-height: 36px;
    }

    #jv-sec16 .col2 img {
        margin-top: 36px;
    }

    #jv-sec22 .b-qoute h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width:640px) {
    .mobi-ftr-img {
        display: block;
        position: relative !important;
    }

    #jv-sec6 .bottom-qoute {
        margin: 24px auto 0;
    }

    #jv-sec9 .title-area {
        max-width: 380px;
        width: 100%;
        display: block;
        margin: 0 auto 36px;
    }

    #jv-sec14 .qoute-cont p {
        font-size: 14px;
        line-height: 30px;
    }

    #jv-sec16 h2 {
        text-align: center;
    }

    .upsell-sec .upsell-price {
        margin-left: 0;
    }
}

@media screen and (max-width:440px) {
    .big-heading {
        font-size: 28px;
        line-height: 40px;
    }

    h1 {
        font-size: 26px;
        line-height: 38px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    #jv-banner {
        padding: 120px 0;
    }

    #jv-banner .ftr-video .vid-wrapper {
        height: auto;
    }

    #jv-banner .promo-p-sale img {
        display: block;
        margin-bottom: 18px;
    }

    #jv-banner .promo-p-sale p {
        max-width: 220px;
        padding: 0;
        width: 100%;
        display: block;
        margin: 0 auto !important;
        text-align: center;
    }
}</pre></body></html>