html{
    width: 100%;
}
body{
    font-family: 'Hind', sans-serif;
    font-size: 20px;
    background-color: #FFF;
    width: 100%;
    overflow-x: hidden;
    color: #656F7E;
}
/*First Fold*/
#firstFold{
    opacity: 0.9;
    background-image: linear-gradient(to bottom,#B2EEFD 0%,#FFFFFF 100%);
    height: auto;
}
.scribble-header-logo{
    margin: 40px 0px;
    mix-blend-mode: normal;    
    padding-bottom: 20px;
}
.scribble-logo{
    color: #323549; 
    line-height: 52px; 
    font-size: 22px; 
    float: left;
}
.scribble-logo span{
    font-weight: 700;
}
.scribble-menu{
    float: right;
}
.scribble-menu-item,
.scribble-menu-item:hover,
.scribble-menu-item:focus{
    line-height: 42px;
    font-size: 16px;
    margin-left: 50px;
    font-weight: 400;
    letter-spacing: 0.181818px;
    color: #2900A3;
    text-decoration: none;
}
.header-cta{
    color: #2900A3;
    font-size: 16px;
    line-height: 42px;
    margin-left: 20px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}
.header-cta:hover,
.header-cta:focus{
    color: #2900A3;
    text-decoration: none;
}
.login-cta{
    padding: 12px 64px;
    border-radius: 100px;
    border: solid 2px #2900A3;
    margin-left: 20px;
    color: #2900A3;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px; 
}
.login-cta:focus, .login-cta:hover{
    color: #2900A3;
    text-decoration: none;
}
.first-fold-heading {
    font-weight: bold;
    font-style: normal;
    line-height: 52px;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #323549;
    padding-bottom: 5px;
    margin: 0 auto;
}
.first-fold-subheading{ 
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #323549;
    opacity: 1;
    margin: 0 auto;
    margin-bottom: 28px;
}

.enter-email{
    margin: 0 auto;
    text-align: center;
}
#emailIntegrate{
    width: 340px;
    background: transparent;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding: 17px 30px;
    border-radius: 100px; 
    border: solid 2px #20C2A8;
    outline: 0;
}
.enter-email input::placeholder {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 1; /* Firefox */
}

.enter-email input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

.enter-email input::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
}
.first-fold-cta{
    width: 211px;
    font-weight: 600;
    height: 58px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px;
    background: #2900A3;
    border: 0;
    box-sizing: border-box;
    border-radius: 29px;
    outline: 0;
    margin-bottom: 13px;
}
.first-fold-cta:hover, .first-fold-cta:focus{
    background: #260586;
}
.scribble-error-text {
    padding-bottom: 20px;
}
.scribble-error-text span {
    font-size: 15px;
    color: #F74C4C;
    margin-top: 10px;
    display: none;
}
.scribble-error-text span.active{
    display: block;
}
/** Plan Pricing CSS**/
#scribblePlanPrice{
    margin-top: 40px;
    width: 100%;
    opacity: 1;
    background-image: linear-gradient(to bottom,#FFFFFF 0%,#F6F9FF 12%,#F6F9FF 85%,#FFFFFF 100%);
}
.scribble-plan-heading {
    padding-top: 100px;
    text-align: center;
    letter-spacing: 0.6px;
    font-weight: 600;    
    color: #323549; 
    line-height: 52px; 
    font-size: 30px; 
}
.scribble-plan-subheading{
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #32324C;
    width: 359px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 110px;
}
.scribble-paln-container{
    margin: 0 auto;
    width: fit-content;
}
.scribble-plan-card {
    width: 220px;
    height: 500px;
    border-radius: 3px;
    padding: 30px 10px;
    box-shadow: 2px 5px 27px 0px rgba(0, 0, 0, 0.06);
    float: left;
    position: relative;
    background-color: #FFF;
    z-index: 5;
}
.scribble-plan-card a:hover{
    text-decoration: none;
    cursor: pointer;
}
.scribble-plan-collaborate {
    width: 380px;
    height: 615px;
    border-radius: 6px;
    opacity: 1;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 20px 0px rgba(33, 157, 203, 0.16);
    margin-top: -15px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 6;
    transition: all 0.5s ease;
    margin-bottom: 42px;
}
.scribble-plan-collaborate.active{
    opacity: 1;
    margin-top: -15px;
}
.scribble-plan-collaborate.team-plan{
    height: 660px;
    margin-top: -38px;
    z-index: 9;
}
.vi-plan-early-bird{
    position: absolute;
    right: -100px;
    top: -65px;
}
.scribble-plan-icon {
    text-align: center;
    color: #2900A3; 
    font-size: 16px; 
    font-weight: 600;
    letter-spacing: 5px;
}
.scribble-plan-price{
    color: #323549;
    font-size: 30px;
    text-align: center;
    padding-bottom: 4px;
    margin-left: 25px;
    font-weight: 600;
    margin-top: 48px;
}
.premium-plan-price {
    color: #323549;
    font-size: 80px;
    font-weight: 600;
    margin-left: 16px;
}
.vi-plan-price-cut{ 
    position: absolute;
    left: 113px;
    color: #323549;
    font-weight: 500;
    font-size: 18px;
    text-decoration: line-through;
}
.no-credit-card{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #A0A4A7;
}
.scribble-plan-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}
.scribble-plan-features {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}
.scribble-plan-features table{
    margin: 0 auto;
}
.scribble-plan-cta {
    text-align: center;
    margin-top: 114px;
}
.scribble-plan-hollow-cta {
    width: 115px;
    line-height: 35px;
    border-radius: 40px;
    border: solid 1px #00AEEE;
    color: #00AEEE;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}
.scribble-plan-hollow-cta:hover{
    text-decoration: none;
    color: #00AEEE; 
}
.scribble-plan-solid-cta {
    width: 246px;
    border-radius: 100px;
    opacity: 1;
    background-color: #0ADEA4;
    line-height: 49px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.scribble-plan-solid-cta:hover, .scribble-plan-solid-cta:focus{
    color: #FFF;
    background-color: #0bcc97;
    text-decoration: none;
}
.premium-plan-dollar{
    position: absolute;
    padding-top: 22px;
}
span.premium-plan-metric {
    color: #A0A4A7;
    font-size: 18px;
    font-weight: 500;
}
.scribble-plan-offer{
    text-align: right;
    color: #323549;
    font-weight: 600;
    padding-bottom: 10px;
}
.scribble-plan-name{
    text-align: left;
    color: #A0A4A7;
    font-weight: 500;
    padding-left: 20px;
    padding-bottom: 10px;
}
.all-pricing-plan{
    text-align: center; 
}
.all-pricing-plan a, 
.all-pricing-plan a:hover,
.all-pricing-plan a:focus{
    opacity: 1; 
    color: #2900A3; 
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}
/*Section Div*/
.vi-property-section-title p{
    text-align: left; 
    color: #BBC5DD; 
    font-weight: 600; 
    font-size: 18px;
}
.vi-property-section-title h1{
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    font-size: 32px;
    letter-spacing: 0.209091px;
    color: #32324C;
}
.vi-property-section-title h4{
    font-size: 18px;
    word-spacing: 0px;
    line-height: 26px;
    color: #4F4F4F;
}
.sync-design{
    float: right;
    position: relative;
    width: 720px;
    height: 450px;
    box-shadow: 12px 12px 38px 0px rgba(0, 0, 0, 0.2);
}
.supported-design-tools {
    height: 70px;
    padding: 10px 0px;
}
.sync-design-character{
    position: absolute;
    left: -155px;
    bottom: 0;
}
.copy-frame {
    float: right;
    position: relative;
    z-index: 25;
    width: 720px;
    height: 450px;
    box-shadow: 12px 12px 38px 0px rgba(0, 0, 0, 0.2);
}
.safari-frame{
    position: absolute;
    z-index: 1000;
    text-align: center;
    right: 120px;
    bottom: 70px;
    width: 585px;
    height: 410px;
}
.vi-frame{
    position: absolute;
    z-index: 1001;
    right: 55px;
    bottom: 60px;
    height: 300px;
    box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.35);
}
.section-line {
    padding: 100px 0px;
}

.copy-writers-character{
    position: absolute;
    left: -75px;
    bottom: -47px;
    height: 270px;
    z-index: 1000;
}
.finalize-design-character{
    position: absolute;
    bottom: 20px;
    left: -190px;
    z-index: 1000;
}
.vi-section-cta {
    padding-top: 24px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 25px;
}
.vi-section-cta a{
    margin-right: 7px;
    color: #2900A3;
    text-decoration: none;
}
.vi-section-cta a:hover,
.vi-section-cta a:focus{
    color: #2900A3;
    text-decoration: none;
    margin-right: 12px;
    transition: 0.2s ease-in-out;
}
.polygon-bg{
    position: absolute;
    bottom: -110px;
    left: -120px;
}
.star-bg{
    position: absolute;
    top: -62px;
    right: -37px;
}
/*Version control section*/
.version-control-heading h1{ 
    color: #323549; 
    font-weight: 600;
    line-height: 52px; 
    font-size: 34px;
    margin-top: 172px;
}
.version-control-heading p{
    color: #32324C; 
    font-weight: 500;
    font-size: 20px; 
}
#versionControlSection {
    background-image: url(images/version-control-background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 160px;
}
.version-control-content{
    width: 419px; 
    height: 134px; 
    border-radius: 4px;
    padding: 18px;
    cursor: pointer;
}
.version-control-content.active{
    background-image: linear-gradient(to right,#9FE7F7 0%,#98F7F5 100%); 
}
.version-control-content.active p{
    color: #32324C;
}
.version-control-content h1{
    text-align: left; 
    color: #32324C; 
    font-weight: 600;
    font-size: 20px;
}
.version-control-content p{
    text-align: left; 
    color: #7C7CA0; 
    font-weight: 400;
    font-size: 17px; 
}
.version-cta{
    padding-top: 56px;
    padding-left: 18px;
}
.version-cta a{
    font-weight: 500;
    font-size: 14px;
    margin-right: 7px;
    color: #2900A3;
    text-decoration: none;
}
.version-cta a:hover, 
.version-cta a:focus{
    margin-right: 12px;
    color: #2900A3;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.section-image {
    height: 460px;
    width: 600px;
}
/*Version control section*/
/*Footer CTA Section*/
#viFooterCta {
    position: relative;
    margin-bottom: 20px;
}
.vi-thinking-container {
    background-image: url(images/footer-background.png);
    background-size: cover;
    color: #FFF;
    padding-top: 74px;
    padding-bottom: 74px;
    z-index: 1;   
}
.footer-heading{
    color: #FFFFFF;
    line-height: 52px;
    font-size: 32px;
    font-weight: 600;
}
.footer-subheading{
    color: #FFFFFF;
    font-weight: 400;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 29px;
}

/*End Footer CTA Section*/

/*Footer*/
#viFooter {
    color: #797979;
    font-size: 14px;
    padding: 10px 0 30px 0;
}
.vi-footer-love{
    color: #FF2200;
}
.vi-footer-coffee{
    color: #2C3F56;
    font-weight: 500;
}
/*End Footer*/

img.sync-mockup {
    position: absolute;
    top: 80px;
    left: 300px;
    z-index: 1001;
    box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.35);
    width: 480px;
}

.website-content-new {
    position: absolute;
    top: 50px;
    left: 95px;
    z-index: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
    width: 655px;
}

.website-content-new-sketch {
    position: absolute;
    left: 290px;
    top: 95px;
    z-index: 4;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
    width: 500px;
}

input.signup-email {
    width: 340px;
    background: transparent;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #E0E0E0;
    padding: 17px 30px;
    border: 1px solid #20C2A8;
    outline: 0;
}
.scribble-request-a-demo {
    margin-top: 15px;
}
.scribble-request-a-demo a {
    color: #FAFF2D;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}
input#emailIntegrate.first-fold-email::-webkit-input-placeholder {
    color: #2900A3 
}

button.signup-cta {
    width: 211px;
    font-weight: 600;
    height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 15px;
    background: #0ADEA4;
    border-width: 2px;
    border-style: solid;
    border-color: #0ADEA4;
    border-image: initial;
    border-radius: 29px;
    outline: 0;
}
button.signup-cta:hover, button.signup-cta:focus{
    background: #0bcc97;
    border-color: #0bcc97;
}

/* carousel */
#quote-carousel {
    margin: 30px 0;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
    width: 24px;
    height: 24px;
    border: solid 2px #BCBCBC;
    border-radius: 50%;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}
#quote-carousel .carousel-indicators li span{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #00AEEE;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    display: none;
}
#quote-carousel .carousel-indicators .active span{
    display: inline-block;
}
#quote-carousel .carousel-indicators .active 
{
    border: solid 2px #00AEEE;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}


/*Clients Logo starts*/
#clients{
    margin-bottom: 20px;
}
.clients-logo li {
    padding: 20px;
    vertical-align: middle;
    margin: 10px 25px;
}

/*Clients Logo Ends*/
/*User Testinomials Starts*/
.user-testinomial{
    margin-top: 92px;
}
.user-testinomial-container {
    width: 520px;
    height: 310px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 32px 0px rgba(232, 224, 255, 1);
    padding: 32px 32px 16px;
    margin: 30px;
}
.user-testinomial-content{
    padding: 1px 40px 32px 0px;
}
.user-testinomial .container h2{
    text-align: center;
    color: #323549;  
    line-height: 52px; 
    font-size: 30px; 
}
.user-testinomial-container img {
    width: 62px;  
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}
.user-profile{
    margin-bottom: 25px;
}
.user-profile .user-name{
    font-size: 18px;
    color: #323549;
    font-weight: 600;
    padding-top: 10px;
    margin-right: 15px;
    margin-bottom: 0px;
}
.user-profile .user-designation{
    font-size: 16px;
    color: rgba(50, 53, 73, 0.5);
    margin-right: 15px;
    font-weight: 500;
}
.user-testinomial-content p{
    font-size: 16px;
    color: rgba(50, 53, 73, 0.5);
    line-height: 28px;
    font-weight: 500;
}

/*User Testinomials Ends*/

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel{
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
    .scribble-menu{
        display: block;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    #quote-carousel .carousel-indicators li span{
        width: 12px;
        height: 12px;
    }
}

/*scroll effects*/
.fromLeftIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,0);
    opacity: 1.0;
}
.fromLeftOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(-25px,0);
    opacity: 0.0;
}
.fromRightIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,0);
    opacity: 1.0;
}
.fromRightOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(25px, 0);
    opacity: 0.0;
}
.fromTopIn
{
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,0);
    opacity: 1.0;
}

.fromTopOut
{
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,-10px);
    opacity: 0.0;
}

span.premium-plan-metric {
    font-size: 14px;
    font-weight: 500;
    color: #656f7e;
}
/*Subscription popup css*/
.subs-popup-close{
    position: absolute;
    width: 20;
    height: 20px;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
#viSubsPopUp{
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #F4F4F4;
    display: none;
}
#viSubsPopUp a{
    text-decoration: none;
}
#viSubsPopUp >.row{
    height: 100%;
}
.subs-popup-left{
    text-align: center;
    height: -webkit-fill-available;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
}
.subs-popup-logo{
    padding-top: 40px;
    font-size: 16px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.subs-popup-title{
    font-size: 22px;
    color: #2D527C;
    padding-top: 34px;
}
.subs-popup-desc{
    color: #848484; 
    line-height: 26px; 
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 34px;
    width: 70%;
    margin: 0 auto;
}
.subs-popup-email{
    padding-top: 15px;
}
#cfviEmail,
#cfviPassword,
#cfviFPEmail{
    border-radius: 100px;
    background-color: #F7F7F7;
    border: solid 1px #D4D4D4;
    font-size: 13px;
    width: 300px;
    padding: 13px 25px;
    outline: none;
}
.subs-popup-forgot {
    color: #8492A6;
    line-height: 36px;
    font-size: 16px;
}
.subs-popup-forgot .subs-forgot-pwd{
    width: 300px;
    display: inline-block;
    text-align: right;
    padding-top: 5px;
    cursor: pointer;
}
.subs-back-login {
    color: #8492A6;
    cursor: pointer;
    font-size: 16px;
}
.subs-back-login img{
    width: 16px;
    margin-right: 5px;
    margin-top: -1px;
}
#subsSocialSignin {
    margin-bottom: 20px;
}
.social-option {
    color: #8492A6;
    font-weight: 300;
    line-height: 36px;
    font-size: 16px;
    display: table;
    white-space: nowrap;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.social-option:before {
    border-top: 1px solid #D8D8D8;
    content: '';
    display: table-cell;
    position: relative;
    top: 15px;
    width: 45%;
    right: 14px;
}
.social-option:after {
    border-top: 1px solid #D8D8D8;
    content: '';
    display: table-cell;
    position: relative;
    top: 15px;
    width: 45%;
    left: 14px;
}
.subs-popup-btn{
    padding-top: 10px;
    padding-bottom: 10px;
}
#viSignup, #viFPBtn{
    color: #FFF;
    width: 300px;
    display: inline-block;
    padding: 10px;
    border-radius: 100px; 
    cursor: pointer;
    text-decoration: none;
    background-image: linear-gradient(to right,#8561CB 0%,#7364FF 100%); 
    transition: all 0.5s ease;
}
#viSignup:hover, 
#viFPBtn:hover {
    text-decoration: none;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
    transform: translateY(-5px);
}
#viFPBtn{
    margin-top: 24px;
    margin-bottom: 12px;
}
#cfviErrorText, #cfviFPErrorText{
    font-size: 12px;
    color: #F74C4C;
    display: none;
}
#cfviErrorText.active,
#cfviFPErrorText.active{
    display: inline;
}
.cf-vi-error-text{
    padding-bottom: 20px;
}
.form-forgot-pwd,
.form-signin{
    display: none;
}
.form-forgot-pwd.active,
.form-signin.active{
    display: block;
}
.subs-popup-footer{
    color: #848484; 
    line-height: 26px; 
    font-size: 12px;   
}
.subs-popup-right{
    background-color: #F4F4F4;
    height: -webkit-fill-available;
}
#viSubsPopUp #viTestimonial{
    margin-top: 100px;
}
#viSubsPopUp #viTestimonial .vi-testimonial-value{
    text-align: left; 
    font-size: 16px;
}

#viSubsPopUp #viClient{
    background: none;
    padding: 25px 0;
    width: 70%;
    margin: 0 auto;
}
#viSubsPopUp #viClient .vi-plan-clients-logo {
    padding-right: 40px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: left;
}
.subs-popup-right-header{
    padding-top: 50px;
}
.subs-popup-right-msg{
    width: 50%;
    margin: 0 auto;
}
.subs-popup-right-title{
    color: #2D527C; 
    font-size: 24px;
    font-weight: 500;
}
.subs-popup-right-desc{
    color: #2D527C;
    line-height: 22px; 
    font-size: 14px;
}
.subs-popup-right-twitter{
    color: #0084B4;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}
/*Testimonial css*/
#viTestimonial{
    position: relative;
    margin: 0 auto;
    margin-top: 160px;
}
.vi-testimonial-icon{
    position: absolute;
    top: -97px;
    left: -20px;
}
.vi-testimonial-img{
    width: 75px;
    height: 75px;
    border: 2px solid #00aeee;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.vi-testimonial-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.vi-testimonial-text{
    margin-left: 80px;
}
.vi-testimonial-value{
    color: #797979;
    font-size: 18px;
    min-height: 135px;
    max-height: 135px;
}
.vi-testimonial-name{
    color: #525B6B;
    padding-top: 12px;
    padding-bottom: 32px;
    font-size: 18px;
    font-weight: 600;
    min-height: 80px;
    max-height: 80px;
}
.vi-testimonial-name span{
    color: #139DE9; 
}
.vi-testimonial-radio{
    width: 24px;
    height: 24px;
    border: solid 2px #BCBCBC;
    border-radius: 50%;
    margin-right: 30px;
    display: inline-block;
}
.vi-testimonial-radio.active{
    border: solid 1px #00AEEE;
}
.vi-testimonial-radio-inner{
    width: 18px;
    height: 18px;
    background: #00AEEE;
    margin-top: 2px;
    margin-left: 2px;
    display: none;
}
#scribbleVideo{
    max-width: 1800px;
    height: 495px; 
    background-image: url("images/scribble-video-background.png");
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 45px;
}
.scribble-video-container{
    position: relative;
    text-align: center;
    padding-top: 44px;
}
.video-character1{
    position: absolute;
    top: 0;
}
.video-character2{
    position: absolute;
    bottom: -30px;
    right: 200px;
}
.video-character3{
    position: absolute;
    top: 0;
    right: 100px;

}
.video-character4{
    position: absolute;
    bottom: 0;
    left: 308px;
}
#scribbleVideoImage{
    cursor: pointer;
}
.scribble-video-play-btn{
    position: absolute;
    top: 160px;
    left: 48%;
    transition: transform .2s;
    z-index: 1000;
}
.scribble-video-play-btn img:hover{
    cursor: pointer;
    transform: scale(1.1);
    top: 160px;
    transition: 0.5s;
}
#scribbleYoutube{
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: rgba(2, 34, 46, 0.9);
    overflow: hidden;
}
.youtube-container{
    width: 600px;
    height: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}
#scribbleYoutube img{
    position: absolute;
    top: 90px;
    right: 130px;
    cursor: pointer;
}
#syncDesignSection{
    margin-top: 82px;
}
.scribble-heading{
    text-align: center;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #323549;
    line-height: 52px;
    font-size: 30px;
}
.scribble-sub-heading{
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #32324C;
    width: 411px;
    margin: 0 auto;
    padding-bottom: 24px;
}
/*Timer CSS*/
.offer-form-timing {
    width: 180px;
    height: 41px;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #FF0000;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.0969203);
    border-radius: 90px;
    margin: 0 auto;
    top: -22px;
    left: 100px;
}
.offer-timing{
    width: 157px; 
    height: 24px; 
    opacity: 1; 
    text-align: left; 
    color: #FF005B; 
    font-size: 15px;
    margin: 9px 26px 8px 25px;
}
.time-left{
    font-weight: 500;
    margin-left: -4px;
    margin-right: 3px;
}
.offer-form-timer{
    color: #284151;
}
.offer-form-timer span {
    min-width: 10px;
    display: inline-block;
}
/*End Timer CSS*/

.visitor-referral-banner{
    background-color: #09185F;
    margin: 0;
    height: auto;
    color: #fff !important;
    text-align: center;
    background-image: url(../images/max-event-banner-bg.svg);
    font-size: 16px;
    border-radius: 0;
    padding: 0px 5px;
}
.banner-yellow-text{
    text-align: left; 
    color: #F5C144; 
    font-weight: 600;
    line-height: 34px; 
    font-size: 16px; 
    margin-right: 11px;
}
.banner-normal-text{
    text-align: left; 
    color: #FFFFFF; 
    font-weight: 400;
    line-height: 34px; 
    font-size: 16px;
}
.banner-normal-text a,
.banner-normal-text a:hover,
.banner-normal-text a:focus{
    color: #FFFFFF;
    text-decoration: underline;
}
.banner-timings{
    display: inline-block;
    border-right: solid 2px rgba(255, 255, 255, 0.3);
    margin-right: 15px;
    padding-right: 15px;
}
.banner-signup{
    display: inline-block;
    position: absolute;
    top: 27px;
}
.banner-place{
    text-align: right;
    color: #F2F3FF;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.banner-date{
    text-align: right;
    color: #F2F3FF;
    font-weight: 700;
    font-size: 17px;
}
#bannerSignUp{
    border-radius: 18px;
    background-color: #00AEEE;
    border: 0;
    outline: 0;
    padding: 6px 15px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px; 
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.21);
    text-decoration: none;
}
.banner-detail{
    padding-top: 14px;
    text-align: left;
    padding-left: 60px;
}
@media (max-width: 1139px) and (min-width: 1024px){
    .banner-yellow-text {
        font-size: 13px;
        margin-right: 4px;
    }
    .banner-normal-text {
        font-size: 13px;
    }
    .banner-detail {
        padding-left: 40px;
    }
    .banner-balloon{
        margin-left: -23px;
    }
}
@media (max-width: 768px){
    .banner-normal-text{
        text-align: center;
    }
    .banner-detail{
        padding-left: 10%;
    }
}

@media (max-width: 1139px) and (min-width: 1024px){
    #viSubsPopUp #viClient {
        padding: 10px 0 !important;
        width: 100% !important;
    }
}
@media (max-width: 1023px) and (min-width: 768px){
    #viClient{
        margin-top: -50px;
    }
    .subs-popup-right-header{
        padding-top: 35px;
    }
    #viSubsPopUp #viTestimonial {
        margin-top: 78px;
    }
    #viSubsPopUp #viClient {
        background: none;
        padding: 52px 0;
        width: 100%;
    }
    .scribble-logo{
        font-size: 15px;
    }
    .header-cta{
        margin-left: 15px;
    }
    .login-cta{
        padding: 10px 52px;
        margin-left: 15px;
    }
    #versionControlSection{
        background: none;
        padding-top: 25px; 
    }
}
@media (max-width: 1024px){
    .sync-design, .copy-frame{
        width: 600px;
    }

}
@media (max-width: 990px){
    .sync-design-character{
        left: -4px;
    }
    .vi-property-section-title h1{
        padding-top: 0px;
    }
    .polygon-bg{
        left: 7px;
    }
    .copy-writers-character{
        left: 15px;
    }
    .star-bg{
        right: -10px;  
    }
    .finalize-design-character{
        left: -72px;
        bottom: -14px;
    }
    .footer-left, .footer-right{
        text-align: center;
    }
    #scribbleVideo{
        background: none;
        height: 380px;
    }
    .video-character1, .video-character2, .video-character3, .video-character4{
        display: none;
    }
    .scribble-sub-heading{
        width: auto;
    }
    #viRollManagementSection {
        padding-top: 10px;
        padding-bottom: 30px;
        height: auto;
    }
    .section-image {
        width: 97% !important;
        min-width: 320px;
        padding-left: 30px;
    }
}
@media (max-width: 768px){
    .scribble-header-logo{
        margin: 0;
        padding-top: 30px; 
    }
    .scribble-logo {
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px;
    }
    .scribble-menu {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
        float: none;
    }
    .scribble-menu a{
        margin: 0;
        float: none;
    }
    .first-fold-heading, .first-fold-subheading{
        width: 100%;
    }
    #emailIntegrate{
        width: 300px;
        margin-bottom: 20px;
    }
    .first-fold-cta{
        margin: 0 auto;
    }
    .sync-design{
        width: 97% !important;
        min-width: 320px;
        float: left;
        height: auto;
    }
    .copy-frame{
        width: 97% !important;
        min-width: 320px;
        float: left;
        height: auto;
    }
    .scribble-character{
        display: none;
    }
    .scribble-plan-subheading{
        width: 320px;
    }
    .scribble-plan-collaborate{
        width: 320px;
        height: 590px;
        margin: 0 auto;
        margin-bottom: 40px;
        float: none;
    }
    .scribble-plan-collaborate.team-plan {
        margin-top: 115px;
    }
    .vi-plan-early-bird {
        right: -6px;
        top: -75px;
    }
    .offer-form-timing{
        left: 74px;
    }
    input.signup-email{
        width: 300px;
        margin-bottom: 20px; 
    }
    button.signup-cta{
        margin: 0 auto;
    }
    .footer-subheading{
        width: 300px;
    }
    .vi-thinking-container{
        height: auto;
    }
    .section-line{
        padding: 15px 0px;
    }
    #viClient{
        margin-top: -97px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .vi-plan-clients-logo {
        padding-right: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
    #viTestimonial{
        margin-top: 0;
    }
    .vi-social-icon{
        display: none;
    }
    .vi-testimonial-icon{
        display: none;
    }
    .vi-testimonial-value {
        min-height: 120px;
    }
    .scribble-video-container>img{
        width: 97% !important;
        min-width: 320px;
        float: left;
        height: auto; 
    }
    .scribble-video-play-btn{
        top: 115px;
        left: 46%;
    }
    #scribbleYoutube img{
        top: unset;
        bottom: 90px;
        right: 180px;
        text-align: center;
    }
    .youtube-container iframe{
        width: 70% !important;
        min-width: 320px;
        float: left;
    }
    #scribbleVideo{
        height: auto;
    }
    .scribble-menu{
        display: none;
    }
    .user-testinomial-container img{
        margin: auto;
        display: block;
    }
    .user-profile p{
        padding-left: 90px;
    }
    .user-testinomial-container{
        width: inherit;
        height: auto;
    }
    .user-testinomial-content{
        padding: 0;
    }
    #versionControlSection{
        background: none;
        padding-top: 35px; 
    }
    .scribble-plan-cta {
        margin-top: 50px!important;
    }
    .scribble-plan-collaborate{
        height: 500px;
    }
    .scribble-plan-collaborate.team-plan{
        height: 600px;
    }
    .scribble-plan-collaborate.enterprise {
        height: 700px;
    }
}
@media (max-width: 410px){
    .youtube-container iframe{
        width: 63% !important;
    }
    .version-control-content{
        width: 310px;
        height: auto;
    }
}
@media (max-width: 320px){
    .youtube-container iframe{
        width: 49% !important;
    }
    #scribbleYoutube img{
        bottom: 50px;
    }
    .scribble-video-play-btn{
        top: 90px;
    }
}