body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
}

.banner-wrap {
    background: #94DA0A;
    width: 100%;
    min-height: 815px;
    position: relative;
}

.navbar {
    background: #94DA0A;
    padding: 30px 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
}

.navbar .navbar-nav .nav-item {
    display: inline-block;
    margin-right: 50px;
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link,
.navbar .navbar-nav .nav-item .nav-link-new {
    font-size: 16px;
    color: #fff;
    position: relative;
    line-height: 32px;
    padding: 10px 0;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item:focus .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    color: #21252B;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #21252B;
}

.navbar .navbar-nav .nav-item:hover .nav-link-new,
.navbar .navbar-nav .nav-item:focus .nav-link-new,
.navbar .navbar-nav .nav-item.active .nav-link-new {
    color: #21252B;
}

.navbar .navbar-nav .nav-item .nav-link-new.active {
    color: #21252B;
}

.banner-content {
    padding-top: 216px;
}

.banner-content .banner-txt .comingsoon {
    background: #fff;
    font-size: 49px;
    font-weight: 300;
    color: #94DA0A;
    max-width: 405px;
    height: 86px;
}

.banner-content .banner-txt {
    float: left;
    max-width: 740px;
}

.banner-content .banner-txt h1 {
    font-size: 65px;
    font-weight: 800;
    margin: 0 0 45px;
    padding: 0;
    color: #fff;
    line-height: 65px;
}

.banner-content .banner-txt h1 span {
    font-size: 35px;
    display: block;
}

.banner-content .banner-txt h1:before {
    content: none;
}

.banner-content .banner-txt p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 40px;
}

.banner-content .mob-img {
    position: absolute;
    right: 40px;
    bottom: -195px;
}

.banner-content .mob-img img {
    max-width: 100%;
}

.banner-content .button-wrap {
    margin-top: 70px;
}

.banner-content .button-wrap button {
    margin-right: 35px;
}

.btn-yellow {
    background: #FFC406;
    min-width: 260px;
    height: 72px;
    border-radius: 36px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #072946;
}

.btn-yellow:hover {
    background: #FFD85A;
}

.btn-grey {
    background: #fff;
    min-width: 260px;
    height: 72px;
    border-radius: 36px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #94DA0A;
}

.btn-grey:hover {
    background: #FFC406;
    color: #fff;
}

.btn-download {
    min-width: 220px;
    height: 70px;
    border: 2px solid #A2A2A2;
    border-radius: 15px;
}

.btn-download.apple {
    background: #000;
}

.btn-download.apple:hover {
    background: #393737;
}

.btn-download.google {
    background: #fff;
}

.btn-download.google:hover {
    background: #EBEBEB;
}

.what-nearbuys {
    padding: 170px 0;
    background: url(../images/what-bg-1.svg) left center no-repeat;
}

.what-nearbuys h1 {
    font-size: 65px;
    font-weight: 800;
    margin: 0 0 45px;
    padding: 0;
    color: #000;
    line-height: 75px;
    max-width: 360px;
}

.what-nearbuys p {
    font-size: 21px;
    color: #000;
    line-height: 39px;
    margin-bottom: 45px;
}

@media (max-width:992px) {
    .what-nearbuys .container .row.yvideo-wrap {
        flex-direction: column-reverse;
    }

    .what-nearbuys p:first-child {
        margin-top: 40px;
    }
}

.what-nearbuys .video-holder {
    width: 100%;
    height: 315px;
}

.what-nearbuys .video-holder iframe {
    margin-top: 11px;
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16) !important;
}

.create-account {
    background: url(../images/account-bg1.svg) left bottom no-repeat, url(../images/account-bg2.svg) right top no-repeat, url(../images/what-bg-2.svg) right bottom no-repeat #94DA0A;
    padding: 130px 0;
}

.create-account h1 {
    font-size: 65px;
    font-weight: 800;
    margin: 0 0 25px;
    padding: 0;
    color: #fff;
    line-height: 75px;
}

.create-account p.desc {
    font-size: 22px;
    color: #fff;
}

.create-account .features {
    padding: 35px 0 55px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.create-account .features p {
    padding-top: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 25px;
    max-width: 520px;
}

.create-account .features1 {
    padding-top: 55px;
}

.create-account .features1 h1 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.create-account .features1 ul li {
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

.create-account .features1 ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}

.create-account .features p img {
    margin-right: 15px;
}

.why-nearbuys {
    background: url(../images/why-bg-1.svg) right top no-repeat #F5F6F8;
    padding: 130px 0;
}

.why-nearbuys h1 {
    font-size: 57px;
    font-weight: 800;
    line-height: 65px;
    max-width: 774px;
    color: #000;
    margin-bottom: 30px;
}

.why-nearbuys .contet-box {
    margin-top: 100px;
}

.why-nearbuys .contet-box h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
}

.why-nearbuys .contet-box p {
    line-height: 24px;
}

.testimonial {
    background: url(../images/tesimonials-left.svg) left center no-repeat, url(../images/tesimonials-right.svg) right center no-repeat #94DA0A;
    padding: 130px 0 70px;
}

.testimonial .user {
    width: 152px;
    height: 152px;
    border-radius: 76px;
}

.testimonial .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 76px;
}

.testimonial h3 {
    font-size: 21px;
    font-weight: 700;
    color: #21252B;
    margin: 30px 0;
}

.testimonial p {
    color: #fff;
    max-width: 596px;
    line-height: 24px;
    padding-bottom: 30px;
}

.testimonial span.name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.testimonial span.location {
    font-size: 16px;
    color: #fff;
}

.testimonial .carousel {
    padding-bottom: 100px;
}

.testimonial .carousel-indicators button {
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 6px;
    background: #93C4E9;
}

.testimonial .carousel-indicators .active {
    background: #fff;
}

.install {
    padding: 85px 0;
    background: #fff;
}

.install .content-box {
    height: 185px;
    background: #FCC10A;
    border-radius: 43px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.install .content-box .install-bg {
    position: absolute;
    bottom: 0;
    left: 50px;
}

.install .content-box span {
    padding-left: 190px;
    font-size: 23px;
    font-weight: 700;
}

.install .content-box .button-wrap button {
    margin-right: 30px;
    ;
}

.install .content-box .button-wrap button:last-child {
    margin-right: 0;
}

.contact {
    background: #F5F6F8;
    padding: 85px 0;
}

.contact .address {
    background: url(../images/address.svg) left center no-repeat;
    padding-left: 100px;
}

.contact h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
}

.contact .address .phone {
    background: #fff;
    width: 170px;
    height: 38px;
    border-radius: 19px;
}

.contact .address .phone span {
    background: url(../images/phone.svg) left center no-repeat;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 500;
}

.contact .address p {
    line-height: 26px;
    padding-top: 30px;
}

.contact .form-group {
    margin-bottom: 20px;
}

.contact .form-group label {
    font-size: 12px;
    color: #3F4249;
    font-weight: 600;
}

.contact .form-group .form-control {
    height: 55px;
    border-radius: 12px;
    border: #BEE86B solid 1px;
    color: #3F4249;
}

.contact .form-group textarea {
    height: 110px !important;
    resize: none;
}

.contact .form-group .form-control:focus {
    border: #94DA0A solid 1px;
    box-shadow: none;
}

.contact .contact-btn {
    height: 74px;
    width: 130px;
    background: #94DA0A;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 37px;
}

.contact .contact-btn:hover {
    background: #81BF08;
}

.footer {
    background: #fff;
    padding: 30px 0;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer .container .copyright {
    background: url(../images/footer-logo.svg) left center no-repeat;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    color: #868A91;
    padding: 16px 0 0 50px;
}

.footer .container .social-icons {
    display: flex;
    align-items: center;
}

.footer .container .social-icons img {
    margin-right: 40px;
}

.footer .container .social-icons img:hover {
    cursor: pointer;
    opacity: .5;
}

.footer .container .social-icons img:last-child {
    margin-right: 0;
}

.pricing-banner {
    padding: 150px 20px 60px 20px;
    background: #94DA0A;
    text-align: center;
}

.pricing-banner h1 {
    font-size: 47px;
    font-weight: 700;
    color: #ffffff;
}

.pricing-banner p {
    font-size: 27px;
    color: #ffffff;
    margin-top: 20px;
}

.pricing-banner button {
    background: #000;
    border-radius: 10px;
    border: none;
    font-size: 17px;
    color: #ffffff;
    padding: 20px;
    min-width: 220px;
    font-weight: 600;
    margin-top: 40px;
}

.pricing-banner button:hover,
.pricing-banner button:active,
.pricing-banner button:focus {
    background: #302D2D;
}

.pricing-detials {
    background: #F8F9FA;
    padding: 50px 0;
}

.pricing-detials h2 {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 50px;
}

.pricing-detials .pricing-outer {
    background: #F1F1F1;
    padding: 5px;
    border-radius: 20px;
}

.pricing-detials .pricing-outer.tier2 {
    background: #94DA0A;
}

.pricing-detials .pricing-outer.tier3 {
    background: #FFC406;
}

.pricing-detials .pricing-outer h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 23px;
}

.pricing-detials .pricing-outer.tier2 h3 {
    color: #ffffff;
}

.pricing-detials .pricing-outer .header-wrap {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 30px;
}

.pricing-detials .pricing-outer .header-wrap h4 {
    font-size: 45px;
    font-weight: 800;
}

.pricing-detials .pricing-outer .header-wrap h4 span {
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
}

.pricing-detials .pricing-outer .header-wrap button {
    min-width: 195px;
    height: 53px;
    border-radius: 33px;
    border: none;
    font-weight: 600;
    padding: 0 20px;
    color: #fff;
    margin-top: 25px;
}

.pricing-detials .pricing-outer.tier1 .header-wrap button {
    background: #7A7979;
}

.pricing-detials .pricing-outer.tier1 .header-wrap button:hover,
.pricing-detials .pricing-outer.tier1 .header-wrap button:focus,
.pricing-detials .pricing-outer.tier1 .header-wrap button:active {
    background: #272626;
}

.pricing-detials .pricing-outer.tier2 .header-wrap button {
    background: #94DA0A;
}

.pricing-detials .pricing-outer.tier2 .header-wrap button:hover,
.pricing-detials .pricing-outer.tier2 .header-wrap button:focus,
.pricing-detials .pricing-outer.tier2 .header-wrap button:active {
    background: #649700;
}

.pricing-detials .pricing-outer.tier3 .header-wrap button {
    background: #FFC406;
    color: #000000;
}

.pricing-detials .pricing-outer.tier3 .header-wrap button:hover,
.pricing-detials .pricing-outer.tier3 .header-wrap button:focus,
.pricing-detials .pricing-outer.tier3 .header-wrap button:active {
    background: #D8BD67;
}

.pricing-detials .pricing-outer .plan-features ul li {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding-left: 30px;
}

.pricing-detials .pricing-outer .plan-features ul li.no-bg {
    background: url(../images/Tierclose.svg) 0 5px no-repeat !important;
}

.pricing-detials .pricing-outer.tier1 .plan-features ul li {
    background: url(../images/Tier1libg.svg) 0 5px no-repeat;
}

.pricing-detials .pricing-outer.tier2 .plan-features ul li {
    background: url(../images/Tier2libg.svg) 0 5px no-repeat;
}

.pricing-detials .pricing-outer.tier3 .plan-features ul li {
    background: url(../images/Tier3libg.svg) 0 5px no-repeat;
}

.pricing-detials .pricing-outer .plan-features .plan-features-top {
    padding: 30px;
}

.pricing-detials .pricing-outer.tier2 .plan-features .plan-features-top {
    background: #f4fbe6;
}

.pricing-detials .pricing-outer.tier3 .plan-features .plan-features-top {
    background: #fff9e5;
}

.pricing-detials .pricing-outer .plan-features .plan-features-top ul li:first-child {
    margin-top: 0;
}

.pricing-detials .pricing-outer .plan-features .plan-features-bottom {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 30px;
    margin-bottom: 10px;
}

.pricing-detials .pricing-outer .plan-features .plan-features-bottom ul li:first-child {
    margin-top: 0;
}

/**** Responsive CSS ****/
@media screen and (width: 1280px) {
    .banner-content .mob-img img {
        max-width: 80%;

    }

    .banner-content .mob-img {
        right: -100px;
        bottom: -165px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-content .mob-img {
        text-align: right;
        right: 0;
        bottom: -138px;
    }

    .banner-content .mob-img img {
        max-width: 60%;
    }

    .why-nearbuys img {
        width: 70%;
    }

    .install .content-box .button-wrap button {
        margin-right: 0;
    }

}

@media screen and (max-width: 992px) {
    .navbar .container {
        flex-direction: column;
    }

    .banner-content .mob-img {
        display: none;
    }

    .banner-content .banner-txt {
        padding-bottom: 80px;
    }

    .what-nearbuys {
        padding-top: 100px;
    }

    .install .content-box {
        flex-direction: column;
        height: inherit;
    }

    .install .content-box span {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .install .content-box .button-wrap {
        display: flex;
        flex-direction: column;
    }

    .install .content-box .button-wrap button {
        margin-bottom: 20px;
    }

    .contact .address {
        margin-bottom: 40px;
    }
    .pricing-detials .pricing-outer{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {

    body,
    html {
        overflow-x: hidden;
        width: 100%;
    }

    .logo {
        text-align: center;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar .container {
        padding: 0;
    }

    .navbar-nav {
        display: block;
        text-align: center;
    }

    .navbar .navbar-nav .nav-item .nav-link,
    .navbar .navbar-nav .nav-item .nav-link-new {
        font-size: 16px;
        padding-bottom: 0;
    }

    .navbar .navbar-nav .nav-item {
        margin-right: 10px;
    }

    .banner-content .banner-txt {
        text-align: center;
    }

    .banner-content .banner-txt h1 {
        font-size: 51px;
        line-height: 55px;
    }

    .banner-content .button-wrap {
        margin-top: 40px;
    }

    .banner-content .button-wrap button {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner-content .button-wrap button:last-child {
        margin-bottom: 0;
    }

    .what-nearbuys {
        padding-top: 165px;
    }

    .create-account {
        padding-top: 165px;
    }

    .why-nearbuys {
        padding-top: 165px;
    }

    .contact {
        padding-top: 165px;
    }

    .why-nearbuys h1 {
        font-size: 47px;
        line-height: 57px;
    }

    .install .content-box .install-bg {
        display: none;
    }

    .footer .container {
        flex-direction: column;
    }

    .footer .container .copyright {
        width: 170px;
        margin: auto;
    }

    .footer .container .social-icons {
        padding-top: 30px;
        justify-content: center;
    }

    .create-account h1 {
        text-align: center;
    }

    .create-account p.desc {
        line-height: 30px;
        text-align: center;
    }

    .banner-content .banner-txt .comingsoon {
        font-size: 45px;
        height: 80px;
    }
}