body{
    font-family: 'Neue Haas Unica' !important;
}
.header{
    height:750px;
    background-image:url(/img/head.svg);
    background-repeat:no-repeat;
}
.head{
    padding-top:30px;
}
.contact{
    padding-left:175px;
    text-align:right;
}
.phone-icon-header{
    float:left;
    margin-left:55px;
}
.phone-one{
    vertical-align: top;
    line-height: 15px;
}
.phone-two{
    vertical-align: top;
    line-height: 2px;
}
.head-call{
    color:black;
    font-weight:bold;
    font-size:18px;
    border-bottom:1px solid black;
    text-decoration:none;
}
.head-call:hover{
    color:black;
    text-decoration:none;
}
.text-end{
    text-align:right;
}
.pr0{
    padding-right:0px!important;
}
.nav-link{
    color:#4F4F4F;
    font-size:14px;
}
.header-info{
    padding-top:75px;
}
.main-header{
    font-size:54px;
    line-height:64px;
}
.benefit{
    background-image:url(/img/preim.svg);
    background-repeat:no-repeat;
    background-position:30% 50%;
}
.benefit-main{
    font-size:18px;
    font-weight:500;
    margin-bottom:0px;
}
.benefit-number{
    font-size:72px;
    color:#71C61C;
    font-weight:300;
}
.benefit-bottom{
    font-size:16px;
    font-weight:400;
}
.block-header{
    font-size:48px;
}
.block-header:after{
    content: "";
    display:block;
    width: 100px;
    margin: 10px auto;
    border: 2px solid #71C61C;
    bottom: 10px;
}
.b2-block{
    text-align:center;
}
.b2-image{
    margin:auto;
    display:block;
    padding-bottom:10px;
    max-height:85px;
}
.b2-text{
    font-size:22px;
    font-weight:500;
}
.b2-text:after{
    content: "";
    display:block;
    width: 60px;
    margin: 10px auto;
    border-bottom: 4px solid #71C61C;
    bottom: 10px;
}
.mt30{
    margin-top:30px!important;
}
.h45{
    height:45px!important;
}
.mt15{
    margin-top:15px;
}
#order{
    padding:90px;
    background-image:url(/img/order-bg.svg);
    min-height:300px;
    background-repeat:no-repeat;
}
.order-btn{
    padding:18px 90px;
    background-color:#71C61C;
    margin:auto;
    display:block;
    color:white;
    border:none;
}
#product{
    margin-top:80px;
    background-image:url(/img/product-bg.svg);
    padding: 60px;
    background-repeat:no-repeat;
}
.product-header{
    font-size:18px;
    line-height:42px;
}
.product-header:after{
    content: "";
    display:block;
    width: 60px;
    margin: 10px auto;
    border-bottom: 4px solid #71C61C;
    bottom: 10px;
}
.block-corousel-item{
    border-radius:20px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(149, 193, 31, 0.4);
    padding:15px; margin-bottom:18px;
    margin-left:18px;
}
.image-corousel-item{
    height:89px;
    width:auto!important;
    display:block;
    margin:auto;
}

@media screen and (max-width:576px){
    .contact{
        padding-left:0px;
    }
    .head{
        margin-top:40px;
    }
    .mtext{
        font-size:14px;
        text-align:center;
        padding-bottom:15px;
    }
    .header-info{
        padding-top:10px;
    }
    .phone-icon-header{
        margin-left:0px;
    }
    .main-header{
        font-size:48px;
        line-height:48px;
    }
    .benefit{
        text-align:center;
    }
    .block-header{
        font-size:42px;
    }
    #order{
        padding:40px;
    }
    #product{
        padding:40px;
    }
}