@font-face {
    font-family: Roboto;
    src: url(/assets/fonts/Roboto-400.woff2) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(/assets/fonts/Roboto-500.woff2) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(/assets/fonts/Roboto-700.woff2) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(/assets/fonts/Roboto-400.woff2) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: gotham rounded;
    src: url(/assets/fonts/GothamRounded-Light.woff2) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: gotham rounded;
    src: url(/assets/fonts/GothamRounded-Book.woff2) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: gotham rounded;
    src: url(/assets/fonts/GothamRounded-Medium.woff2) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: gotham rounded;
    src: url(/assets/fonts/GothamRounded-Bold.woff2) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: Roboto !important;
}
.text-black {
    color: #333333;
}
h1, h2, h3, h4, h5, h6, ul {
    margin: 0
}
h2 {
    font-weight: 600;
    font-size: 26px;
    padding: 10px 0
}
h3 {
    font-size: 20px
}
.customers-better p, .regards i {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: -.5px;
    color: #000;
    margin-top: 10px;
    padding-bottom: 10px;
}
.margin-top-5 {
    margin-top: 5px;
}
.list-design {
    padding: 15px 0 15px 30px;
}
.list-design li {
    color: #000;
    line-height: 1.8;
}
.customers-better {
    background: #f3f3f3;
    padding: 50px 80px;
}
.row {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.home-logo {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
header {
    width: 100%;
    background-color: #fff;
}
.footer {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: -5px;
    background-color: #05bc66;
}

.row.footer-top > .col-lg-4 {
    padding: 0;
}

.footer-top {
    border-bottom: solid 1px white;
}

.footer-logo img {
    float: left;
}

.footer-nav {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    letter-spacing: 0.5px;
}

.footer-nav div {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 8px 16px;
}

.footer-nav a:hover,
.footer-nav a {
    color: white !important;
}

.copyright {
    margin-bottom: 10px;
    font-size: 14px;
    float: left;
    letter-spacing: .1px;
}

.footer-bottom {
    height: 85px;
    padding: 24px 0;
}

.media-list li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.application img {
    margin: 0 12px;
    width: 125px;
}

.footer-nav .col-sm-6 {
    text-align: left ;
}
.copyright {
    padding: 24px 0;
}
.application {
    width: 200px;
}
.application img {
    width: 115px;
}

#app,#terms {
    top: 36px;
}

#about {
    top: 72px;
}

#privacy-policy {
    top: 0px;
}

#contact, #download {
    top: -36px;
}
#recipes {
    top: -72px;
}
.footer-logo img {
    float: none;
}
.desktop-icon{
    display: none;
}
.mobile-icon {
    display: block;
}
@media (min-width: 200px) {
    .application {
        width: 100%;
        margin: 18px auto 0;
    }
    .copyright {
        width: 100%;
    }
    .footer-logo {
        padding: 36px 0 18px;
    }
    .footer-nav{
        padding-top: 0px;
    }
    .footer-nav .col-sm-6 {
        text-align: center ;
    }
    #app, #about ,
    #download,
    #contact ,
    #privacy-policy,
    #terms, #recipes {
        top: 0px;
    }
}

@media (min-width: 768px) {
    .footer-nav .col-sm-6 {
        text-align: left ;
    }
    .media-list {
        float: right;
    }
    .application {
        margin-top: 24px;
    }
    .footer-logo img {
        float: left;
    }
    .footer-nav {
        padding-top: 16px;
    }
    #app, #about {
        top: 36px;
    }

    #contact {
        top: 110px;
    }

    #privacy-policy {
        top: -72px;
    }

    #terms, #recipes {
        top: -36px;
    }
    #download {
        top: 0px;
    }
    .copyright {
        text-align: left;
    }
    .col-lg-push-8{
        left: 40%;
    }
}
@media (min-width: 992px) {
    .col-lg-push-8{
        left: 63%;
    }
}

@media (min-width: 992px) {
    .footer-nav {
        padding: 0 15px;
    }
    .footer-top {
        padding: 28px 0 0 0;
    }
    .copyright {
        padding-top: 10px;
        text-align: left;
    }
    .application {
        padding: 15px 0;
        width: auto;
        min-width: 300px;
    }
    .footer-logo,
    .footer-logo img,
    .application,
    .application a {
        float: left;
    }
    .footer-logo {
        padding: 0;
    }
    #app,#terms {
        top: 36px;
    }

    #about {
        top: 72px;
    }

    #privacy-policy {
        top: 0px;
    }

    #contact, #download {
        top: -36px;
    }
    #download {
        top: 34px ;
        left: 0;
    }
    #recipes {
        top: -72px;
    }
    .logo-con{
        margin-left: -15px;
    }
    .application.application-footer {
        margin-left: -20px;
    }
    .col-lg-push-8{
        left: 62%;
    }
}

@media (min-width: 1440px) {
    .footer-logo {
        width: 530px;
        margin: 0 76px 0 0;
        padding: 20px 0 10px;
    }

    .logo-con {
        width: 155px !important;
        height: 33px;
        margin: 0 14px 0 0;
        float: left;
    }

    .application {
        width: 700px;
        padding: 0;
        margin: 0;
        float: unset;
    }

    .footer-top {
        height: 114px;
    }
    .row.footer-top > .col-lg-4, .footer-nav, .footer-nav div {
        width: auto;
    }
    .row.footer-top .col-lg-4 {
        width: 530px;
    }
    .footer-nav {
        padding: 0;
        top: 16px;
        float: right;
    }
    .footer-nav div {
        padding: 8px 0px 8px 34px;
    }
    .footer-nav div:nth-child(1) {
        padding-left: 0 !important;
    }
    #app,
    #terms,
    #about,
    #contact,
    #download,
    #recipes,
    #privacy-policy{
        top: 0;
    }
    #contact {
        left: 0;
    }
    #app,#about,#terms {
    right: auto;
    }
    #download,
    #recipes {
        left: auto
    }
    .col-lg-push-8{
        left: 58%;
    }
}

@media (max-width: 768px) {
.customers-better {
padding: 20px 15px;
}
}

.app-con {
margin: 0 auto;
width: 100%;
max-width: 320px;
}

.ios img {
width: 144px;
}

.android img {
width: auto;
margin-left: 16px;
}

.footer .ios img {
width: 125.65px;
}

.footer .android img {
width: auto;
margin-right: 0px;
margin-left: 8px;
}
@media (min-width:200px) {
.app-con {
width: 335px;
max-width: 335px;
display: flex;
}
.footer a {
float: none;
}
.footer .ios img {
margin-bottom: 0px;
height: 42px;
width: 125.65px;
}
.footer .android img {
margin-left: 8px;
height: 42px;
}

.ios img {
height: 50px;
width: 149px;
}

.android img {
height: 50px;
margin-left: 8px;
}

}

@media (min-width:768px) {
.app-con {
width: 354px;
max-width: unset;
}
.app-con-footer {
margin: 0;
position: relative;
padding-left: 0;
height: 100px;
}
.app-con-footer a {
float: left;
}

.app-con-footer .ios img {
margin-bottom: 10px;
}

.app-con-footer a.android {
position: absolute;
bottom: 0;
left: 0;
}

.app-con-footer .android img {
margin-left: 0px;
}

.ios img {
height: 53px;
width: 160px;
}

.android img {
height: 53px;
}


.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
}

@media (min-width:992px) {
.footer {
padding-left: 6px;
}
.app-con {
max-width: 325px;
padding-left: 0;
}

.ios img {
height: 48px;
width: 142px;
}

.android img {
height: 48px;
width: 160px;
margin-left: 8px;
margin-right: 0px;
}
.footer .android img {
margin-left: 0;
}
.footer {
height: auto;
margin: 0 auto;
position: unset;
float: left;
}

.footer a.android {
position: unset;
margin-left: 8px;
}
}

@media(min-width:1440px) {
.app-con {
margin-left: 137px;
}
.footer {
margin: 0 auto;
}
.android img {
margin-left: 16px;
}
.footer .android img {
margin-left: 0;
}
}

@media(width:1440px) {
.app-con {
margin-left: auto;
}
.android img {
margin-left: 8px;
}
}
@media (min-width: 1440px) {
.col-lg-push-8 {
left: 58%;
}
}
.footer-bottom {
width: 100%;
}