body {
    background-color: #f6f6f6;
}

p, span, li, ul, ol, a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    margin: 0px;
}


.countdown-main {
  width: 100%;
  height: 100%;
  background-color: #50b849;
  max-width: 250px;
  max-height: 250px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 300px) {
  .countdown-main {
    width: 65px;
    height: 65px;
    background-color: #50b849;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .countdown-main {
    width: 110px;
    height: 110px;
    background-color: #50b849;
    margin-right: 10px;
    margin-left: 10px;
  }
}



.countdown-text-main {
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 900;
  color: rgb(255,255,255);
  margin-top: -10px;
}

@media (min-width: 300px) {
  .countdown-text-main {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 900;
    color: rgb(255,255,255);
    margin-top: -5px;
  }
}

@media (min-width: 576px) {
  .countdown-text-main {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 900;
    color: rgb(255,255,255);
    margin-top: -10px;
  }
}



.countdown-text-sub {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  color: rgb(255,255,255);
}

@media (min-width: 300px) {
  .countdown-text-sub {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 900;
    color: rgb(255,255,255);
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .countdown-text-sub {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 900;
    color: rgb(255,255,255);
  }
}



p {
  font-family: 'Montserrat';
}


@media (min-width: 300px) {
    .sub1-text {
        font-size: 9px;
    }
}

@media (min-width: 410px) {
    .sub1-text {
        font-size: 11px;
    }
}

@media (min-width: 510px) {
    .sub1-text {
        font-size: 13px;
    }
}

@media (min-width: 610px) {
    .sub1-text {
        font-size: 15px;
    }
}


@media (min-width: 300px) {
    .sub2-text {
        font-size: 9px;
    }
}

@media (min-width: 410px) {
    .sub2-text {
        font-size: 11px;
    }
}

@media (min-width: 510px) {
    .sub2-text {
        font-size: 13px;
    }
}

@media (min-width: 610px) {
    .sub2-text {
        font-size: 15px;
    }
}


@media (min-width: 300px) {
    .sub3-text {
        font-size: 13px;
    }
}

@media (min-width: 410px) {
    .sub3-text {
        font-size: 15px;
    }
}

@media (min-width: 510px) {
    .sub3-text {
        font-size: 17px;
    }
}

@media (min-width: 610px) {
    .sub3-text {
        font-size: 19px;
    }
}

@media (min-width: 300px) {
    .sub4-text {
        font-size: 7px;
    }
}

@media (min-width: 410px) {
    .sub4-text {
        font-size: 10px;
    }
}

@media (min-width: 510px) {
    .sub4-text {
        font-size: 12px;
    }
}

@media (min-width: 610px) {
    .sub4-text {
        font-size: 14px;
    }
}

@media (min-width: 300px) {
    .spacer-1 {
        margin-top: 5%
    }
}



@media (min-width: 300px) {
    .sub6-text {
        font-size: 10px;
    }
}

@media (min-width: 410px) {
    .sub6-text {
        font-size: 14px;
    }
}

@media (min-width: 510px) {
    .sub6-text {
        font-size: 18px;
    }
}

@media (min-width: 610px) {
    .sub6-text {
        font-size: 20px;
    }
}


@media (min-width: 300px) {
    .sub5-text {
        font-size: 7px;
    }
}

@media (min-width: 410px) {
    .sub5-text {
        font-size: 9px;
    }
}

@media (min-width: 510px) {
    .sub5-text {
        font-size: 12px;
    }
}

@media (min-width: 610px) {
    .sub5-text {
        font-size: 14px;
    }
}


@media (min-width: 300px) {
    .sub7-text {
        font-size: 14px !important;
    }
}

@media (min-width: 410px) {
    .sub7-text {
        font-size: 18px !important;
    }
}

@media (min-width: 510px) {
    .sub7-text {
        font-size: 18px !important;
    }
}

@media (min-width: 610px) {
    .sub7-text {
        font-size: 20px !important;
    }
}

@media (min-width: 300px) {
    .sub8-text {
        font-size: 12px !important;
    }
}

@media (min-width: 410px) {
    .sub8-text {
        font-size: 16px !important;
    }
}

@media (min-width: 510px) {
    .sub8-text {
        font-size: 16px !important;
    }
}

@media (min-width: 610px) {
    .sub8-text {
        font-size: 18px !important;
    }
}




@media (min-width: 300px) {
    .spacer-1 {
        margin-top: 5%
    }
}

@media (min-width: 576px) {
    .spacer-1 {
        margin-top: 12%
    }
}

@media (min-width: 734px) {
    .spacer-1 {
        margin-top: 14%
    }
}

@media (min-width: 300px) {
    .spacer-4 {
        margin-top: 0%
    }
}

@media (min-width: 410px) {
    .spacer-4 {
        margin-top: 2%
    }
}

@media (min-width: 510px) {
    .spacer-4 {
        margin-top: 2%
    }
}

@media (min-width: 576px) {
    .spacer-4 {
        margin-top: 7%
    }
}

@media (min-width: 300px) {
    .spacer-2 {
       padding-top: 80px
    }
}

@media (min-width: 576px) {
    .spacer-2 {
        padding-top: 90px
    }
}

@media (min-width: 734px) {
    .spacer-3 {
        padding-top: 90px
    }
}

    .form-undercountdown-text {
        width: 92%;
        font-size: 3.5vw;
        margin-bottom: 0;
    }

    @media (min-width: 300px) {
        .form-undercountdown-text {
            width: 92%;
            font-size: 3.5vw;
            margin-bottom: 0;
            margin-top: -20px;
        }
    }

    @media (min-width: 576px) {
        .form-undercountdown-text {
            width: 81%;
            font-size: 3vw;
            margin-bottom: 0;
            margin-top: 0;
        }
    }

    @media (min-width: 768px) {
        .form-undercountdown-text {
            width: 61%;
            font-size: 2.5vw;
            margin-bottom: 0;
            margin-top: 0;
        }
    }

    @media (min-width: 992px) {
        .form-undercountdown-text {
            width: 61%;
            font-size: 2.0vw;
            margin-bottom: 0;
            margin-top: 0;
        }
    }

    @media (min-width: 1200px) {
        .form-undercountdown-text {
            width: 50%;
            font-size: 1.5vw;
            margin-bottom: 0;
            margin-top: 30px;
            font-weight: 500;
        }
    }

    .note-banner {
        width: 100%;
        padding-left: 110px;
        padding-right: 110px;
        padding-top: 45px;
        padding-bottom: 45px;
        margin-bottom: 0;
        font-size: calc(10px + 1.4vw);
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    @media (max-width: 768px) {

        .note-banner {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 25px;
            padding-bottom: 25px;
            margin-bottom: 0;
            font-size: calc(10px + 0.4vw);
            color: #fff;
            font-weight: 600;
            text-align: center;
        }
    }

    .banner-pot {
        float: right;
        width: 80%;
        margin-bottom: -250px;
        position: relative;
    }

    @media (max-width: 768px) {
        .banner-pot {
            float: right;
            width: 19%;
            margin-top: -60px;
            position: absolute;
            right: 0;
        }
    }


    input::placeholder {
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 14px;
        color: #d0d0d0;
    }

    textarea::placeholder {
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 14px;
        color: #d0d0d0;
    }

    textarea {
        padding-left: 10px;
    }

    input {
        padding-left: 10px;
    }

    @media (min-width: 992px) {
        .landing-img-res-div {
            width: 70%;
        }
    }

    .landing-img-res {
        width: 100%;
    }

    @media (min-width: 768px) {
        .landing-img-res {
            width: 80%;
        }
    }

    @media (min-width: 992px) {
        .landing-img-res {
            width: 65%;
        }
    }

    .mobile-show-hide {
        display: none;
    }

    @media (min-width: 992px) {
        .mobile-show-hide {
            display: initial;
        }
    }

    .desktop-show-hide {
        display: none;
    }

    @media (max-width: 991px) {
        .desktop-show-hide {
            display: initial;
        }
    }

    .landing-btn-res {
        width: 50%;
        height: 100%;
    }

    @media (min-width: 992px) {
        .landing-btn-res {
            width: 75%;
            height: 100%;
        }
    }

    .landing-btn-text-res {
        font-size: 1.8vw;
    }

    @media (min-width: 992px) {
        .landing-btn-text-res {
            font-size: 1.5vw;
            margin-top: 5px;
        }
    }

    @media (min-width: 992px) {
        .form-btn-res {
            width: 25%;
            height: 100%;
            margin-top: 30px;
        }
    }

    textarea::-webkit-scrollbar {
        display: none;
    }

    .secondary-text-res-1 {
        width: 100%;
        position: relative;
        padding-left: 4vw;
        padding-right: 0vw;
        font-weight: 600;
        font-size: calc(8px + 0.4vw);
    }

    @media (min-width: 320px) {
        .secondary-text-res-1 {
            font-size: calc(8px + 0.4vw);
        }
    }

    @media (min-width: 768px) {
        .secondary-text-res-1 {
            font-size: calc(8px + 1.4vw);
        }
    }

    .link-gen {
        color: #049775;
        text-decoration: none;
    }

        .link-gen:hover {
            color: #049775;
            text-decoration: none;
        }

    .text-res {
        margin-bottom: 35px;
        width: 75%;
    }

    @media (max-width: 767px) {
        .text-res {
            margin-bottom: 35px;
            width: 100%;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    a {
        text-decoration: none !important;
        color: #fff !important;
    }

        a:hover {
            text-decoration: none !important;
            color: #fff !important;
        }

    .playbtn-res {
        position: absolute;
        top: 45%;
        left: 40%;
        width: 46%;
    }

    @media (min-width: 390px) {
        .playbtn-res {
            position: absolute;
            top: 43%;
            left: 40%;
            width: 42%;
        }
    }

    @media (min-width: 450px) {
        .playbtn-res {
            position: absolute;
            top: 42%;
            left: 40%;
            width: 42%;
        }
    }

    @media (min-width: 550px) {
        .playbtn-res {
            position: absolute;
            top: 38%;
            left: 40%;
            width: 42%;
        }
    }

    @media (min-width: 1100px) {
        .playbtn-res {
            position: absolute;
            top: 33%;
            left: 40%;
            width: 36%;
        }
    }

    @media (min-width: 1450px) {
        .playbtn-res {
            position: absolute;
            top: 32%;
            left: 40%;
            width: 34%;
        }
    }

input[type="file"]{
    padding-left: 0;

}

.inginput {
    border:none !important;
    outline: none !important;
}

.inginput:focus-visible {
    border: none !important;
    outline: none !important;
}

.tQty {
    width: 45px;
    font-size: 12px;
    padding-left: 2px;
    border-radius: 0;
    border: 1px solid #6d6e715c;
    background-color: #eef7eb !important;
}

.tUnit {
    width: 70px;
    font-size: 12px;
    padding-left: 2px;
    border-radius: 0;
    border: 1px solid #6d6e715c;
    background-color: #eef7eb;
}

.tIng {
    width: 100px;
    font-size: 12px;
    padding-left: 2px;
    border-radius: 0;
    border: 1px solid #6d6e715c;
    background-color: #eef7eb;
}



table {
    border-collapse: separate;
    border-spacing: 2px 2px;
}





