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

}
.vi-property-section {
    padding-top: 160px;
    min-height: 700px;
}
.vi-property-section-title  {
    margin-bottom: 40px;
}
#viIntroduction {
    margin-top: 225px;
}
.section-export-image-container {
    position: relative;
    min-height: 525px;
}
.section-export-image1{
    position: absolute;
    top: 0;
    left: 0px;
}
.section-export-image2{
    position: absolute;
    top: 240px;
    left: 7px;
}
.section-changes-image-container {
    position: relative;
    min-height: 525px;
}
.section-image-change1{
    position: absolute;
    top: 0;
    left: 36px;
}
.section-image-change2{
    position: absolute;
    top: 280px;
    left: 0;
}
.section-image-change3{
    position: absolute;
    top: 88px;
    left: 98px;
}
#embedhunt-embedder-product-slug-div {
    max-width: 825px;
    margin: 0 auto;
    padding-top: 40px;
}

/*Hero Page CSS*/
#heroPage{
    height: calc(100vh - 198px);
    background-color: #00aeee;
    color: #FFF;
}
.vi-header{
    padding: 50px 0;
    line-height: 50px;
}
.vi-logo img{
    width: 210px;
}
.vi-social-icon a{
    color: #FFF;
    text-decoration: none;
}
.vi-twitter-text{
    padding-right: 4px;
}
.vi-fixed-cta{
    position: fixed;
    top: 50px;
    right: 100px;
    z-index: 2;
    color: #00AEEE !important;
    border: 2px solid #00AEEE;
    background-color: rgba(255, 255, 255, 0.9);
    width: 190px; 
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    text-decoration: none;
    display: none;
    transition: all 0.5s ease;
}
.vi-fixed-cta:hover{
    text-decoration: none;
    opacity: 0.5;
    transform: translateY(-5px);
}
.vi-fixed-cta.active{
    display: inline-block;
}
.vi-cta{
    z-index: 2;
    text-decoration: none;
    margin: 20px 0;
}
.vi-cta-btn,
.vi-cta-btn-footer{
    background-color: #FFFFFF;
    color: #00AEEE !important;
    width: 190px; 
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    box-shadow: 6px 6px 36px 0px rgba(0, 0, 0, 0.12); 
    transition: all 0.5s;
    text-decoration: none;
}
.vi-cta-btn:hover,
.vi-cta-btn-footer:hover{
    text-decoration: none;
    box-shadow: 0 15px 15px 0 rgba(0,0,0,.2);
    transform: translateY(-5px);
}
.vi-hero-heading{
    font-size: 36px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0;
}
.vi-hero-sub-heading{
    font-size: 24px;
    width: 48%;
    opacity: 0.8;
    margin: 20px auto;
    text-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
}
.vi-hero-images{
    padding-top: 70px;
    position: relative;
    z-index: 1;
}
.vi-video{
    width: 570px;
    margin: 0 auto;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #ECECEC;
    box-shadow: 16px 18px 65px 0px rgba(0, 0, 0, 0.40)
}
.vi-hero-images img{
    width: 100%;
}

/*Introduction fold css*/
.vi-heading{
    color: #605B5B;
    font-size: 24px;
    font-weight: 600;
}
.vi-sub-heading{
    color: #A5A3A3;
    font-size: 18px;
    margin: 19px auto;
    margin-bottom: 72px;
    line-height: 29px;
    width: 50%;


}
.vi-title{
    color: #797979;
}
.vi-oval-container{
    margin-top: 50px;
}

.vi-oval{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: inline-block;
    line-height: 66px;
    padding-top: 24px;
    text-align: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08); 
}
.vi-oval-title {
    font-weight: 600;
    opacity: 0.8;
    color: #797979;
    padding-top: 15px;
}
/*Common CSS*/
.vi-section-heading{
    color: #605B5B;
    font-weight: 600; 
    font-size: 24px;
    margin: 20px 0;
}
.vi-section-desc{
    color: #797979;
    line-height: 26px;
}
.vi-section-icon {
    margin-bottom: 40px;
}
.section-image{
    min-width: 300px;
    box-shadow: 26px 10px 40px 0 rgba(0,0,0,0.08);
}
/*Propperty fold css*/
#viPropertiesSection{

}
/*Testimonial css*/
#viTestimonial{
    position: relative;
    margin: 0 auto;
    margin-top: 160px;
}
.vi-testimonial-icon{
    position: absolute;
    top: -97px;
    left: -20px;
}
.vi-testimonial-img{
    width: 60px;
    height: 60px;
    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: 24px;
}
.vi-testimonial-name{
    color: #4D4949; 
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 32px;
}
.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;
}
/*Plan Pricing css*/
#viPlanPrice{
    position: relative;
    margin: 275px 0 20px;
}
.vi-plan-heading{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}
.vi-plan-container{
    background-color: #00AEEE;
    color: #FFF;
    padding: 20px;
    z-index: 1;
}
.vi-plan-sub-heading{

}
.vi-plan-sub-heading span{
    font-weight: 600;
}
/*Footer CSS*/
#viFooter{
    color: #797979; 
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 30px 0;
}
.twitter-link-footer{
    color: #797979;
    text-decoration: none;
}

@media (max-width: 767px) and (min-width:0px) {
    section{
        margin: 0;
        text-align: center;
    }
    .vi-social-icon{
        display: none;
    }
    .vi-video{
        display: none;
    }
    #viIntroduction{
        margin: 50px 0;
    }
    .vi-fixed-cta{
        display: none!important;
    }
    .vi-hero-sub-heading{
        width: 80%;
    }
    .vi-property-section{
        padding-bottom: 50px;
    }
    .vi-heading{
        margin-top: 70px;
    }
    .vi-sub-heading{
        width: 75%;
    }
    .vi-oval-container{
        margin-top: 25px;
    }
    .vi-testimonial-icon{
        display: none;
    }
    .vi-plan-sub-heading{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
    .footer-right{
        text-align: center;
        margin-top: 10px;
    }
    .section-image{
        min-width: 250px;
    }
    .section-export-image1{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .section-export-image2 {
        position: absolute;
        top: 240px;
        left: 15px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .vi-testimonial-value {
        min-height: 225px;
    }
    #quote-carousel .carousel-indicators li span{
        width: 12px !important;
        height: 12px !important;
    }
}
/* 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;
}

/**
  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: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

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

/*wave*/
#viWaves {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
#viWavesInverted {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#viWaves .wave {
    background: url(https://www.canvasflip.com/visual-inspector/images/svg-icon/wave.svg) repeat-x;
}
#viWavesInverted .wave {
    background: url(https://www.canvasflip.com/visual-inspector/images/svg-icon/wave_inverted.svg) repeat-x;
}
.wave {
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
    top: -178px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
.wave:nth-of-type(3) {
    top: -178px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -1.125s infinite, swell 7s ease -2.25s infinite;
    opacity: 1;
}
.wave:nth-of-type(4) {
    top: -178px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -2.125s infinite, swell 7s ease -4.25s infinite;
    opacity: 1;
}
@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}