.zpelement {
margin-block-start: 0px !important;
}

.zpbutton-type-primary {
border-radius: 3px !important;
padding: 20px 36px !important;
}

.selling-points {
min-height: 165px !important;
}

.theme-menu a[href="/sign-up"] {
background-color: #B6ED2C !important;
color: #000 !important;
font-weight: 700 !important;
}

.theme-menu a[href="/sign-up"]:hover {
background-color: #3E6A40 !important;
color: #FFF !important;
}


.footer-text {
font-size: .75em !important;
}

.coming-soon {
height: 100vh !important;
}

.theme-section {
padding-block-start: 0px !important;
}

.zpelem-accordion {
margin-top: 0px !important;
}

.breadcrumb-box {
margin-bottom: 20px !important;
}

@media (min-width: 768px) {
/* START OF DESKTOP DESIGN!!! */

.theme-menu a[href="/sign-up"] {
border-radius: 3px !important;
padding: 12px 16px !important;
}

.zpheader-style-01 .theme-header .zpcontainer {
padding-block-start: 10px !important;
padding-block-end: 10px !important;
}

.banner-img img {
border-bottom-right-radius: 100px 100px;
border-bottom-left-radius: 100px 100px;
background-color: #E2EDDF;
border-top: 0px solid transparent;
border-right: 3px solid #E2EDDF;
border-left: 3px solid #E2EDDF;
border-bottom: 3px solid #E2EDDF;
}

.body-img img {
border-top-right-radius: 100px 100px;
border-top-left-radius: 100px 100px;
border-bottom-right-radius: 100px 100px;
border-bottom-left-radius: 100px 100px;
background-color: #E2EDDF;
border-top: 3px solid #E2EDDF;
border-right: 3px solid #E2EDDF;
border-left: 3px solid #E2EDDF;
border-bottom: 3px solid #E2EDDF;
}

.bg-alt-light .body-img img {
background-color: #fff !important;
border-top: 3px solid #fff !important;
border-right: 3px solid #fff !important;
border-left: 3px solid #fff !important;
border-bottom: 3px solid #fff !important;
}


}


@media (max-width: 767px) {
/* START OF MOBILE DESIGN!!! */

.theme-menu a[href="/sign-up"] {
padding-top: 12px !important;
padding-bottom: 12px !important;
}

.banner-img img {
background-color: #E2EDDF;
}


}