@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body{
    background: rgba(2,132,56,1);
background: -moz-linear-gradient(45deg, rgba(2,132,56,1) 0%, rgba(31,155,35,1) 43%, rgba(154,175,17,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2,132,56,1)), color-stop(43%, rgba(31,155,35,1)), color-stop(100%, rgba(154,175,17,1)));
background: -webkit-linear-gradient(45deg, rgba(2,132,56,1) 0%, rgba(31,155,35,1) 43%, rgba(154,175,17,1) 100%);
background: -o-linear-gradient(45deg, rgba(2,132,56,1) 0%, rgba(31,155,35,1) 43%, rgba(154,175,17,1) 100%);
background: -ms-linear-gradient(45deg, rgba(2,132,56,1) 0%, rgba(31,155,35,1) 43%, rgba(154,175,17,1) 100%);
background: linear-gradient(45deg, rgba(2,132,56,1) 0%, rgba(31,155,35,1) 43%, rgba(154,175,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028438', endColorstr='#9aaf11', GradientType=1 );
    border: none;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
}
h1, h2,h3,h4,h5,h6{
    font-weight: 400;
    color: #fff;
}
.logo{
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 90px;
}
h1{
    font-weight: 400;
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}
p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
a{
    outline: none;
}
section{
    position: relative;
    display: block;
    width: 100%;
    min-height: 610px;
}
.section1 > .container{
    z-index: 9;
    position: relative;
}
.section1 .details{
    margin-top: 60px;
}
.section1 > svg{
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.section1 .iphonex1{
    margin: 60px auto;
    display: block;
    text-align: center;
    
}
.iphonex1 > iframe, .iphonex1 > video {
    width: 285px;
    height: 177px;
    position: absolute;
    left: 50%;
    top: 79px;
    background-color: #000;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    display: none;
}
.description{
    margin-top: 50px;
}
.btn-container{
    margin:  50px 30px
    display: block;
    text-align: center;
}
.btn-standard{
    width: 170px;
    height: 50px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 10px 20px;
    color: #fff;
    line-height: 50px;
}
.btn-yellow {
    background:#fce512;
    color: #073f22;
}
.btn-green{
    background-color: #61ce70;
}
.btn-orange{
    background-color: #f0ad4e;
}



.feature-sec{
    background-color: #000;
    min-height: 300px;
    width: 100%;
    position: relative;
    padding: 20px 0;
}
.feature-sec h1{
    color: #61ce70;
    margin-bottom: 55px;
}
.feature-sec p{
    color: #717171;
}
.feature-sec h3{
    margin-top: 10px;
}
.featurebox{
    margin-bottom: 20px;
    min-height: 100px;
}
.iconFont{
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    border:2px solid #61ce70;
    text-align: center;
}
.iconFont:before{
    font-size: 30px;
    color: #61ce70;
    line-height: 70px;
    
}
.black{
    display: block;
    background-color: #000;
    height: 140px;
}

.section2 > svg:first-child{
    position: absolute;
    top:0;
    z-index: 1
}
.section2 > svg:last-child{
    position: absolute;
    bottom:0;
     z-index: 1
}
.section2 > .container{
    position: relative;
    z-index: 9;
    min-height: 462px;
}
.section2 .iphonex2{
    margin: 90px 0;
    display: block;
    text-align: left;
    width: 313px;
}

.iphonex2 > iframe {
    width: 286px;
    height: 175px;
    position: absolute;
    left: 29px;
    top: 168px;
    
}
.section2  .quote{
    margin: 50% 0;
    color: #fff;
    font-weight: 100;
}
.section3 > svg{
    position: absolute;
    top: 0;
    z-index: 1;
}
.section3 > .container{
    z-index: 9;
    position: relative;
}
.section3{
    min-height: auto;
}
.bottom-content {
    max-width: 700px;
    margin: 105px auto 50px;
    
}

.reviews-slide{
    margin-top: 50%;
}
.reviews-slide .img-thumbnail{
    max-width: 100%;
    border:1px solid #fff !important;
}
@media (max-width:990px){
    section{
        height: auto;
    }
    .section2 .iphonex2 {
        margin: 20px auto;
    }
    .iphonex2 > iframe {
        width: 286px;
        height: 175px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        top: 78px;

    }
    .reviews-slide {
        margin-top: 10%;
    }
    
}
@media (max-width:768px){
    .section1>svg {
        position: absolute;
        bottom: -2px;
        z-index: 1;
    }
    .iphonex1 > iframe, .iphonex1 > video {
        display:block;
    }
    .section2 .iphonex2{
        display:none;
    }
    .reviews-slide {
        margin-top: 43%;
    }
    .section2>svg:first-child {
        position: absolute;
        top: -1px;
        z-index: 1;
    }
    .section2>svg:last-child {
        position: absolute;
        bottom: -1px;
        z-index: 1;
    }
    h1{
        font-size: 40px; 
        margin: 10px 0;
    }
    .feature-sec h3{
        margin-top: 0px;
    }
    .iconFont{
         width: 50px;
        height: 50px;
         border-radius: 15px;
    }
    .iconFont:before{
        font-size: 30px;
        color: #61ce70;
        line-height: 50px;
    }
}