html{
    width: 100%;
}
body{
    font-family: 'Hind', sans-serif;
    font-size: 20px;
    background-color: #FFF;
    width: 100%;
    overflow-x: hidden;
    color: #656F7E;
}


/*Subscription popup css*/
.vi-form {
    display: none;
    min-height: 112px;
}
#viSignedUpForm,
#viSignedUpPremiumForm{
    font-size: 18px;
    padding-top: 30px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.switch-account {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}
#viSubsPopUp{
    background: #fff;
    display: none;
}
#viSubsPopUp.active{
    display: block;
}
#viSubsPopUp a{
    text-decoration: none;
}
#viSubsPopUp >.row{
    height: 100%;
}
.subs-popup-left{
    text-align: center;
    height: 100%;
}
.subs-popup-logo{
    padding-top: 40px;
    font-size: 16px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.subs-popup-close{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 25px;
    cursor: pointer;
    display: none;
}
.subs-popup-title {
    font-size: 22px;
    color: #2D527C;
    padding-top: 34px;
}
.subs-popup-desc{
    color: #848484; 
    line-height: 26px; 
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 35px;
    width: 70%;
    margin: 0 auto;
}
.subs-coupon-applied {
    width: 200px;
    line-height: 35px;
    border: 2px dashed #2BA828;
    color: #2BA828;
    margin: 0 auto;
    background: rgba(43, 168, 40, 0.1);
}
.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; 
    box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.14); 
    height: 100%;
}
#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;
}

/*End Subscription popup*/

/*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;
}

/*End Vi Testimonial*/

/**Payemt Processing Page***/
#viPaymentProcessing {
    padding-top: 200px;
    text-align: center;
    display: none;
}
#viPaymentProcessing.active{
    display: block;
}
.vi-payment-heading {
    color: #474545;
    font-weight: 500;
    font-size: 31px;
    padding-bottom: 16px;
}
.vi-payment-sub-heading {
    color: #474545;
    font-size: 22px;
    opacity: 0.6;
}
.vi-payment-processing-icon {
    margin-top: 148px;
}
/***End Payment Processing****/

/* 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;
}

/***Overriding alertify css***/
.alertify-notifier .ajs-message {
    background: rgba(255,255,255,.95);
    color: #000;
    border: 1px solid #ddd;
    border-radius: 70px;
    bottom: 35px;
    width: 330px;
    right: 330px!important;
    padding: 6px!important;
}
/**
  MEDIA QUERIES
*/

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

}

/* 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;
    }
}

@media (max-width: 1439px) and (min-width: 1024px){

    .subs-popup-right-msg{
        width: 100%
    }
    #quote-carousel{
        padding: 0 40px;
    }
    #viSubsPopUp #viClient {
        width: 100%;
    }
}