body {
    font-family: 'Montserrat', sans-serif;
    color: #3b2613;

}
.hero .row.inner-banner {
    margin-top: 87px;
}
.hero .row.inner-banner img {
    width: 100%; height:auto;
}
.lightbox-but {
    color: #ecaa70;
    font-weight: 600;
    cursor: pointer;

}

.error {
    text-align: center;
    color: tomato;
}

.lightbox-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    z-index: 1000;
    text-align: center;
    display: none;

}
img.img-fluid.image2 {
    width: 272px;
}


#lightbox-image {
    margin: auto;
    height: 400px;
    margin: 20px;
}

#light-body {
    margin: 10px 100px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.con-head {
    margin: 190px 0px 20px 0px;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    width: 100%
}

.width {
    margin: 0px 20px
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.067) 0px 0px 10px 0px
}

.header {
    padding: 10px 40px;
    width: 100%;
    z-index: 100;
    position: fixed;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.header li {
    font-size: 14px;
    float: left
}

.header li a {
    display: block;
    padding: 20px 15px;
    border-right: 0px solid;
    text-decoration: none;
    color: #3b2613;
    font-weight: 600;
    text-align: center;
    cursor: pointer
}

.header li .h-svg {
    padding: 10px 10px;
    opacity: 0.9;
    text-align: center
}

.header li .h-svg:hover {
    opacity: 1
}

.header .logo {
    display: block;
    float: left;
    padding: 10px;
    text-decoration: none
}

.header .logo img {
    height: 40px
}

.header .menu {
    clear: none;
    float: right;
    max-height: none
}

.header .menu-icon {
    cursor: pointer;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    display: none
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.header .menu-icon .navicon:before {
    top: 5px
}

.header .menu-icon .navicon:after {
    top: -5px
}

.header .menu-btn {
    display: none
}

.header .menu-btn:checked~.menu {
    min-height: 165px
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0
}

.hero {
    min-height: 50vh;
    background-image: url("../images/hero/background.png");
    background-repeat: no-repeat;
    background-size: 100% auto
}

.hero .row {
    margin-top: 150px
}

.hero .box {
    height: 400px
}

.hero h2 {
    margin-top: 90px;
    font-weight: 700;
    font-size: 42px;
    animation-delay: 0.3s;
    line-height: 1.3
}

.hero p {
    font-size: 20px;
    margin-top: 20px
}

.hero img {
    animation-delay: 0.6s
}

.hero .carousel-control-prev {
    left: 80%;
    top: 105%
}

.hero .carousel-control-next {
    right: 0%;
    top: 105%
}

.hero .why-offset {
    animation-delay: 0.3s
}

.why {
    background-image: url("../images/why/background.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 100px;
    min-height: 230vh;
}

.why .image {
    padding: 0px
}



.why .box {
    margin-top: 120px;
    background-color: white;
    padding: 0px;
    border-radius: 10px;
    border: 4px solid #3b2613
}

.why h3 {
    font-size: 35px;
    font-weight: 700;
    opacity: 0.9;
    margin-top: 50px;
}

.why .why-animate {
    opacity: 0;
    animation-duration: 1s
}

.why p {
    font-size: 17px;
}

.why h2 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 37px;
    margin: 6em 0px 70px 0px;
    opacity: 0.9;
}

.why .why-p {
    font-weight: 500;
    padding: 30px 10px;
    font-size: 18px;
    line-height: 1.3
}

.why .box2 {
    color: white;
    text-align: center;
    opacity: 0
}

.why .image2 {
    width: 95%
}

.offer {
    background-image: url("../images/offer/background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 85vh
}

.offer h2 {
    color: white;
    margin-bottom: 60px;
    opacity: 0.9;
    font-weight: 700;
}

.offer .box {
    background-color: white;
    background-image: url("../images/offer/background-inner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 350px;
    padding: 50px 50px 80px 250px;
    border-radius: 10px;
    margin: 169px;
    margin-top: 0px;
}
}

.offer .box h3 {
    font-size: 25px;
    font-weight: 800;
    margin: 15px 0px
}

.offer .box p {
    font-size: 15px;
    margin: 20px 0px
}
.why .width .row.box {
    margin-top: 6em;
    margin-bottom: 6em;
}
.offer .box .rate {
    display: inline-block;
    font-weight: 700;
    color: #333;
    font-size: 22px;
}

.offer .box .order-now {
    float: right;
    color: #e99d5a;
    font-weight: 600;
    border: 2px solid;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 13px;
    margin: 15px 5px;
    background-color: white;
    outline: none
}

.offer .box .free-trial {
    float: right;
    background-color: #e99d5a;
    font-weight: 600;
    border: 2px solid;
    border-radius: 5px;
    padding: 5px 14px;
    font-size: 13px;
    margin: 15px 5px;
    color: white;
    outline: none
}

.offer .box .product {
    height: 260px;
    position: absolute;
    left: 115px
}

.pure {
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7)), url(../images/pure/background.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding-bottom: 150px
}

.pure img {
    margin: 100px 20px
}

.pure span {
    color: #ecaa70;
    font-weight: 700;
}

.pure h2 {
    margin-top: 20px;
    opacity: 0.9;
    font-weight: 700;
}

.pure p {
    margin: 40px 0px;
    font-size: 16px;
    text-align: left
}

.pure a {
    color: #e99d5a;
    font-weight: 600;
    border: 2px solid;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    margin: 30px
}
.terms {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7)), url(../images/pure/background.png);
	background-repeat: no-repeat;
    background-size: 100% auto;
   /* background-image:url(../images/faq/background.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 150px 0 150px;*/
}
.terms h2{
    padding: 6px 0; font-size:24px;     
}
.terms p {
    padding:0 0 10px 0; line-height:30px;
}

section.form-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.callbox{width: 31.333333%; display: inline-block; vertical-align: top; margin: 1.5% 1% 3% 0; border: 1px solid #e8e8e8; min-height: 112px;
    font-size: 14px;}
/*.circle-contact{width:50px; height:50px; border-radius:100%; margin:auto; display:block; background:#000;}*/	
.callbox span {width: 100%; display: block; padding: 10px; background: #dc9027; color: #fff; font-weight: 500; margin:0 0 10px 0; font-size: 18px;}
.callbox span i {font-size: 20px; margin-right:10px;}
.callbox p{padding:0 10px 0; line-height: 24px; margin-bottom: 0; font-weight:600;}
.callbox p a{color: #3b2613; text-decoration:none;}
section.form-section .col-md-6{float:left;}
.input-bg {width: 100%; margin: 0 0 1.9%;}
.input-bg label {font-size: 14px; width: 100%; font-weight: 600;}
.input-bg input, .input-bg textarea {width: 100%; padding: 5px 20px; font-size: 14px; border: 1px solid #4b3929;}
.input-bg input.submit-button.common-Button.common-Button--default{width:150px; background:url(../images/button.jpg) no-repeat left top; border:0; padding:10px; color:#fff; font-weight:bold; border-radius:5px;}
.input-bg textarea{height:124px; resize:none;}
.contri {
    background-image: url("../images/contri/background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px
    margin-top: 3em;
}

.contri h2 {
    color: white;
    margin-top: 150px;
    text-align: left;
    font-size: 30px
}

.contri p {
    color: white;
    font-size: 18px
}

.contri span {
    display: none
}

.contri img {
    width: 100%
}

.contri .img-shadow {
    /*padding: 0px;
    position: relative;
    top: 80px*/
}

.app {
    min-height: 70vh;
    background-image: url("../images/app/background.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center
}

.app h4 {
    font-weight: 700;
    font-size: 16px
}

.app .app-box {
    background-image: url("../images/app/inner-background.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 20px
}

.app .down {
    margin-top: 100px
}

.app p {
    font-size: 13px;
    margin-bottom: 0px
}

.app h2 {
    margin-top: 150px;
    margin-bottom: 100px;
    font-weight: 700;
    opacity: 0.9;
}

.app .left {
    margin-top: 0px
}

.app .right {
    margin-top: 30px
}

.testimonials {
    margin-top: 50px
}

.testimonials .colon {
    height: 45px;
    position: relative;
    top: 15px
}

.testimonials .row {
    padding: 0px;
    margin: 0px
}

.testimonials .comments {
    background-color: #fff0e3;
    padding: 50px 100px;
    margin: 40px 0px
}

.testimonials .comments h2 {
    margin: 30px 0px 70px 0px;
    font-weight: 700;
    font-size: 20px;
    opacity: 0.9;
}

.testimonials .comments .commentby {
    font-size: 16px
}

.testimonials .stats {
    color: white;
    background-color: #e38e44;
    padding: 120px 50px
}

.testimonials .stats h3 {
    font-size: 20px;
    font-weight: 900
}

.testimonials .stats h2 {
    font-weight: 900;
    margin-top: 40px;
    font-size: 55px
}

.testimonials .stats p {
    font-weight: 900
}

.testimonials .carousel-indicators li {
    background-color: #bb5b00
}

.trial {
    background-image: url("../images/trial/background.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 90px 0px;
    min-height: 75vh;
    margin-top: 100px
}

.trial h2 {
    font-size: 37px;
    line-height: 60px
}

.trial h2 span {
    font-weight: 900;
    background-image: url(../images/trial/border.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10px
}

.trial .trial-p {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0px
}

.trial .input {
    padding: 15px 15px 2px 15px;
    box-shadow: 0px 0px 8px 0px #e8e8e8;
    border: 0px solid;
    border-radius: 5px;
    margin: auto;
    width: 420px;
    background-color: white
}

.trial .input input {
    border: 0px;
    outline: none;
    margin-left: 10px
}

.trial .input p {
    display: inline-block;
    color: grey
}

.trial .input .error {
    color: tomato;
    display: none
}

.trial .input button {
    background-color: #e38e44;
    padding: 5px 30px;
    color: white;
    border: 0px solid;
    border-radius: 5px;
    font-weight: 600
}

.faq {
    background-image: url("../images/faq/background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 122vh;
    color: white
}

.faq h2 {
    text-align: left;
    margin-bottom: 60px;
    margin-top: 90px;
    font-weight: 700;
    opacity: 0.9;
}

.faq p {
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff1c
}

.faq .no-border {
    border: 0px
}

.faq h3 {
    font-weight: 800;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px
}

.footer {
    padding: 115px
}

.footer p {
    font-size: 14px
}

.footer img {
    width: 68%;
    margin: 15px 0px
}

.footer .cr {
    margin-top: 60px;
    font-size: 13px
}

.footer ul {
    list-style: none;
    font-weight: 700
}

.footer ul li {
    margin: 15px 0px
}
.footer ul li a{color: #3b2613; text-decoration:none;}
.process {
    background-image: url("../images/process/background.png");
    background-size: 100% auto;
    padding-bottom: 200px;

}

.process .line {
    display: none
}

.process h2 {
    margin-bottom: 100px;
    margin-top: 0px;
    opacity: 0.9;
    font-weight: 700;
}

.process .space {
    margin-top: 150px
}

.process .left {
    position: relative;
    top: 50%;
    left: 60%;
    opacity: 0;
    animation-delay: 0.5s
}

.process .right {
    position: relative;
    top: 55%;
    left: 0%;
    opacity: 0
}

.process .img-center {
    text-align: center;
    opacity: 0
}

.process .badge-img {
    height: 230px
}

.process .box {
    padding: 70px 10px;
    background-color: white;
    font-size: 19px;
    border-radius: 10px
}

.form {
    text-align: center;
    background-image: url("../images/form/background.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 150px 0px
}

.form h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 25px
}

.form .form-box {
    text-align: left;
    padding: 5px 20px;
    background-color: white;
    width: 45%;
    margin: 30px auto;
    box-shadow: 0px 0px 6px 1px #ededed;
    border-radius: 7px
}

.form .form-box label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-top: 25px;
    color: grey
}

.form .form-box::placeholder {
    color: #c8c8c8
}

.form .form-box input,
.form .form-box select {
    width: 100%;
    border: 0px solid;
    background-color: whitesmoke;
    padding: 15px;
    border-radius: 5px;
    font-weight: 500;
    color: #333;
    outline: none
}

.form .form-box button {
    width: 100%;
    border: 0px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 25px 0px;
    color: white;
    font-weight: 600;
    background-color: #e08e42
}

.success {
    text-align: center;
    background-image: url("../images/form/background.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 100px
}

.success .box {
    padding: 100px;
    width: 90%;
    margin: 0px auto;
    margin-top: 0px;
    border-radius: 7px
}

.success h2 {
    font-weight: 700;
    font-size: 26px;
    margin: 30px auto
}

.success p {
    margin: 20px 0px;
    font-size: 17px
}

.success .download-app {
    font-size: 13px
}

.success .logo {
    width: 120px;
    margin: 20px 0px
}

.success a {
    font-weight: 500;
    border-bottom: 2px solid #ff7f0c;
    color: #3b2613
}

.egg {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-image: url("../images/egg/egg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;
    width: 300px;
    display: none;
    color: white;
    z-index: 20;
    padding: 60px 42px
}

.egg img {
    position: absolute;
    opacity: 0.8;
    top: 0px;
    right: 30px
}

.egg img:hover {
    opacity: 1;
    cursor: pointer
}

.egg .input {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    color: grey
}

.egg .input p,
.egg .input button,
.egg .input input {
    display: inline-block;
    font-size: 13px;
    margin: 0px;
    outline: none
}

.egg .input input {
    width: 120px;
    border: 0px
}

.egg .input button {
    border: 0px;
    background-color: #eda66b;
    color: white;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px
}

.egg .input .error {
    display: none
}

.egg h4 {
    font-size: 13px;
    text-align: center;
    font-weight: 700
}

@media screen and (max-width: 1180px) {
    .callbox p br{display:none;}
}

@media screen and (max-width: 935px) {
.callbox{min-height: 132px;}
.callbox span{font-size:16px;}
.callbox span i {font-size: 17px; margin-right: 5px;}
}

@media screen and (max-width: 800px) {
.callbox{min-height:90px; width:100%;}
}

@media screen and (max-width: 760px) {
    .img-fluid {
        max-width: 100%;
        height: auto;

    }
    .hero .row.inner-banner img {
    width: 100%;
    height: auto;
}
.hero .row.inner-banner{
   margin-top: 105px;
}

    #try {
        display: none;
    }

    #try1 {
        display: inline-block;
        margin-top: 11px;
        margin-left: 8%
    }

    .width {
        margin: 0px 0px
    }

    .con-head {
        margin-top: 90px;
        font-size: 25px
    }

    .header {
        background-color: white;
        padding: 10px 20px;
        box-shadow: 0px 0px 6px 1px #00000017
    }

    .header .menu-icon {
        padding: 30px 0px
    }

    .header .logo {
        padding: 20px 0px;
    }

    .header .logo img {
        height: 30px;
        margin-bottom: 0px;
    }

    .header li {
        float: none
    }

    .header li a {
        padding: 5px 15px;
        border: 0px solid
    }

    .header li .h-button {
        width: 97%;
        margin: 10px 0px;
        text-align: center
    }

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        float: none
    }

    .header .menu-icon {
        display: inline-block
    }

    .hero {
        background-image: none;
        padding-bottom: 100px;
        min-height: 25vh
    }

    .hero .carousel-control-next {
        top: 105%
    }

    .hero .carousel-control-prev {
        top: 105%;
        left: 60%
    }

    .hero .carousel-item img {
        height: 200px;
        margin: auto
    }

    .hero .box {
        height: 220px
    }

    .hero h2 {
        margin-top: 0px;
        font-weight: 800;
        font-size: 30px
    }

    .hero .row {
        margin-top: 160px;
        text-align: center
    }

    .hero p {
        margin: 30px 0px;
        font-size: 16px
    }

    .why {
        background-image: none;
        background-color: #eda261;
        padding: 25px;
        min-height: auto;
    }

    .why .box {
        border: 0px;
        margin-top: 15px
    }

    .why .why-p {
        font-size: 16px
    }

    .why h2 {
        padding: 10px 0px;
        font-size: 25px;
        margin-top: 70px
    }

    .why h3 {
        padding: 10px 20px;
        font-size: 19px
    }

    .why p {
        padding: 10px 20px;
        font-size: 15px
    }

    .process {
        padding-bottom: 0px
    }

    .process .hide {
        display: none
    }

    .process .box {
        font-size: 15px;
        padding: 15px
    }

    .process .line {
        display: block
    }

    .process h2 {
        margin-top: 100px;
    }

    .process .line img {
        position: absolute;
        height: 83px;
        left: 85px;
        margin-top: 170px;
    }

    .process .space {
        margin-top: 30px
    }

    .process .badge-img {
        height: 100px;
    }

    .process .package {
        height: 75px
    }

    .process .left {
        top: 40%;
        display: none
    }

    .process .right {
        left: -70%;
        display: none
    }

    .offer {
        background-image: none;
        background-color: #eda261;
        min-height: auto;
        padding-bottom: 150px
    }

    .offer .carousel-control-next {
        right: 20px;
        top: 80%
    }

    .offer .carousel-control-prev {
        left: 20px;
        top: 80%
    }

    .offer .free-trial {
        float: none;
        display: inline-block
    }

    .offer .order-now {
        float: none;
        display: inline-block
    }

    .offer .box {
        margin: 100px 0px;
        padding: 120px 20px;
        height: 440px;
        text-align: center
    }

    .offer .box h3 {
        font-size: 20px
    }

    .offer .box .rate {
        display: block;
        font-size: 22px
    }

    .offer .box .product {
        margin: auto;
        left: 0;
        top: -100px;
        z-index: 10;
        right: 0;
        position: absolute;
        height: 203px
    }

    .offer .box .order-now {
        width: 125px
    }

    .offer .box .free-trial {
        width: 115px;
        float: none;
    }

    .contri {
        background-image: none;
        background-color: #eda261
    }

    .contri .img-shadow {
        margin: 20px;
        margin-bottom: 70px;
    }

    .contri h2 {
        font-size: 25px;
        margin-top: 50px;
    }

    .contri p {
        font-size: 15px
    }

    .contri .read-contri {
        display: none
    }

    .contri span {
        color: white;
        font-weight: 600;
        display: inline-block
    }

    .pure img {
        margin: 0px
    }

    .pure span {
        color: #ff7800;
        display: inline-block
    }

    .pure h2 {
        margin-top: 90px
    }

    .pure .read-pure {
        display: none
    }

    .pure .read-pure-2 {
        display: none;
        text-align: left;
    }

    .pure li {
        text-align: left;

    }

    .app {
        background-image: none
    }

    .app h2 {
        margin-bottom: 10px;
        margin-top: 50px
    }

    .app .down {
        margin-top: 20px
    }

    .app img {
        margin: 40px 0px;
    }

    .testimonials .comments {
        margin: 0px;
        padding: 50px 30px
    }

    .testimonials .comments h2 {
        margin-bottom: 10px
    }

    .testimonials .stats {
        padding: 50px 30px
    }

    .trial {
        padding: 70px 10px;
        background-position: center
    }

    .trial h2 {
        font-size: 26px;
        line-height: 42px
    }

    .trial .input {
        width: 100%;
    }

    .trial .input button {
        padding: 10px 30px;
        margin: 10px 0px;
        width: 100%;
    }

    .faq {
        background-image: none;
        background-color: #ea9c58;
        height: auto;
        padding: 25px
    }

    .faq h2 {
        margin-top: 20px
    }

    .faq h3 {
        margin-top: 30px;
        margin-bottom: 10px
    }

    .footer {
        padding: 25px
    }

    .footer ul {
        padding: 0px
    }

    .footer img {
        width: 38%
    }

    .form .form-box {
        width: auto
    }

    .success .box {
        padding: 30px 30px;
        width: 100%
    }

    #lightbox-image {
        height: 200px;
    }

    #light-body {
        margin: 20px;
    }
}

@media screen and (max-width: 991px) {
.hero .row.inner-banner .box {
    height: auto;
}
}


.back {
    transform: rotateY(180deg);
    margin-top: -96px;
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px)
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    100% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px)
    }
}

.bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes fadeInUpProcess {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpProcess {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpProcess {
    -webkit-animation-name: fadeInUpProcess;
    animation-name: fadeInUpProcess
}

@-webkit-keyframes zoomInWhy {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInWhy {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7)
    }

    50% {
        opacity: 1
    }
}

.zoomInWhy {
    -webkit-animation-name: zoomInWhy;
    animation-name: zoomInWhy
}

@media screen and (min-width: 350px) {
    svg {
        width: 95;
    }
}

@media screen and (min-width: 550px) {
    .why .box {
        width: 80%;
        margin: auto;
    }

    .why .image2 {
        width: 70%;
    }



    .process .line img {
        left: 117px;
        margin-top: 120px;


    }

    .space {
        margin-top: 100px;
    }

    .contri img {
        width: 80%;
        margin: 50px;

    }

    .conti .img-shadow {
        position: static;
    }


}


@media screen and (min-width: 700px) {
    .process .badge-img {
        height: 150px;

    }
   

    .offer .box .product {

        left: 28px;
    }

    #try {
        display: none;
    }

    .hero {
        text-align: center;
    }

    #try1 {
        display: none;
    }

    .h-button {
        width: 100px;
    }

    .milk {
        height: 100%;
    }

    .why h3 {
        margin-top: 30px;
    }

    .why {
        min-height: 163vh;
        background-size: 100% 100%;
    }

    .offer .box {
        margin: 60px;
    }

    .pure .read-pure {
        display: none
    }

    .pure .read-pure-2 {
        display: none;
        text-align: left;
    }

    .pure #read-p {
        display: inline-block;
    }

    .pure #read-p-2 {
        display: inline-block;
    }

}

@media screen and (min-width: 1100px) {
    #try {
        display: inline-block;
    }
    .offer .box .product {

        left: 110px;
    }

    .h-button {
        width: 200px;
    }

    .hero {
        text-align: left;
    }

    .why {
        min-height: 175vh;
    }

    .why .box {
        width: 95%;
    }

    .offer .box {
        margin: 20px 122px;
    }

    .offer {
        min-height: 135vh;
    }

    .process .badge-img {
        height: 230px;

    }

    .process {
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 1500px) {
    #try1 {
        display: none;
    }

    .width {
        margin: 140px 250px
    }

    p {
        font-size: 20px
    }

    .process {
        margin-top: 100px
    }

    .why {
        background-size: 100% 100%;
        min-height: 135vh
    }

    .why h2 {
        margin: 150px 0px 70px 0px
    }

    .why .why-p {
        font-size: 19px
    }

    .why h3 {
        padding: 76px 8px;
    }

    .hero .row {
        margin-top: 250px
    }

    .offer {
        min-height: 110vh
    }

    . .box {
        margin: 10px 150px
    }

    .offer .box .product {}

    .pure h2 {
        margin-top: 50px
    }

    .pure p {
        font-size: 20px
    }

    .app p {
        font-size: 17px
    }
}

/************************************************************/
.letmedothis{
    font-size: 14px;
   position: absolute;
    bottom: calc(100vh - 99vh);
    left: calc(100vw - 85vw);
    z-index: 99999;
}

.letmedothis a {
    display: block;
    padding: 20px 15px;
    border-right: 0px solid;
    text-decoration: none;
    color: #3b2613;
    font-weight: 600;
    text-align: center;
    cursor: pointer
}

.letmedothis .h-svg {
    padding: 10px 10px;
    opacity: 0.9;
    text-align: center
}

.letmedothis .h-svg:hover {
    opacity: 1
}
