* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
body {
    min-width: 380px;
    background: #ffbd59;
    overflow-x: hidden;
    color: #000;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.discount-tag h4{
    background: black;
    color: #fff;
    width: fit-content;
    margin: auto;
    padding: 12px 20px ;
    border-radius: 10px;
    position: relative;
}
.discount-tag h4::after , .discount-tag h4::before{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ffbd59;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
}
.discount-tag h4::before{
    left: 0;
    right: auto;
    transform: translate(-50%,-50%);
}
.imgbox img {
    max-width: 518px;
    width: 100%;
    display: block;
    margin: auto;
}
.mx-740 {
    max-width: 740px;
}
.bg-light-yellow {
    background: #fecd81;
}
.bottom-wave {
    padding-bottom: 75px;
    position: relative;
    overflow: hidden;
}
.bg-light-yellow.bottom-wave::after {
    background: #ffbd59 !important;
}
.bottom-wave::after,
.top-wave::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 40px;
    bottom: 0px;
    background: #fecd81;
    clip-path: polygon(
        0% 100%,
        0.5% 99.7781%,
        1% 99.1144%,
        1.5% 98.0147%,
        2% 96.4888%,
        2.5% 94.5503%,
        3% 92.2164%,
        3.5% 89.5078%,
        4% 86.4484%,
        4.5% 83.0656%,
        5% 79.3893%,
        5.5% 75.4521%,
        6% 71.289%,
        6.5% 66.9369%,
        7% 62.4345%,
        7.5% 57.8217%,
        8% 53.1395%,
        8.5% 48.4295%,
        9% 43.7333%,
        9.5% 39.0928%,
        10% 34.5492%,
        10.5% 30.1426%,
        11% 25.9123%,
        11.5% 21.8958%,
        12% 18.1288%,
        12.5% 14.6447%,
        13% 11.4743%,
        13.5% 8.646%,
        14% 6.1847%,
        14.5% 4.1123%,
        15% 2.4472%,
        15.5% 1.2042%,
        16% 0.39426%,
        16.5% 0%,
        17% 0.098664%,
        17.5% 0.61558%,
        18% 1.5708%,
        18.5% 2.956%,
        19% 4.7586%,
        19.5% 6.9629%,
        20% 9.5492%,
        20.5% 12.4944%,
        21% 15.7726%,
        21.5% 19.3546%,
        22% 23.2087%,
        22.5% 27.3005%,
        23% 31.5938%,
        23.5% 36.0504%,
        24% 40.6309%,
        24.5% 45.2946%,
        25% 50%,
        25.5% 54.7054%,
        26% 59.3691%,
        26.5% 63.9496%,
        27% 68.4062%,
        27.5% 72.6995%,
        28% 76.7913%,
        28.5% 80.6454%,
        29% 84.2274%,
        29.5% 87.5056%,
        30% 90.4508%,
        30.5% 93.0371%,
        31% 95.2414%,
        31.5% 97.044%,
        32% 98.4292%,
        32.5% 99.3844%,
        33% 99.9013%,
        33.5% 100%,
        34% 99.6057%,
        34.5% 98.7958%,
        35% 97.5528%,
        35.5% 95.8877%,
        36% 93.8153%,
        36.5% 91.354%,
        37% 88.5257%,
        37.5% 85.3553%,
        38% 81.8712%,
        38.5% 78.1042%,
        39% 74.0877%,
        39.5% 69.8574%,
        40% 65.4508%,
        40.5% 60.9072%,
        41% 56.2667%,
        41.5% 51.5705%,
        42% 46.8605%,
        42.5% 42.1783%,
        43% 37.5655%,
        43.5% 33.0631%,
        44% 28.711%,
        44.5% 24.5479%,
        45% 20.6107%,
        45.5% 16.9344%,
        46% 13.5516%,
        46.5% 10.4922%,
        47% 7.7836%,
        47.5% 5.4497%,
        48% 3.5112%,
        48.5% 1.9853%,
        49% 0.88564%,
        49.5% 0.2219%,
        50% 0%,
        50.5% 0.2219%,
        51% 0.88564%,
        51.5% 1.9853%,
        52% 3.5112%,
        52.5% 5.4497%,
        53% 7.7836%,
        53.5% 10.4922%,
        54% 13.5516%,
        54.5% 16.9344%,
        55% 20.6107%,
        55.5% 24.5479%,
        56% 28.711%,
        56.5% 33.0631%,
        57% 37.5655%,
        57.5% 42.1783%,
        58% 46.8605%,
        58.5% 51.5705%,
        59% 56.2667%,
        59.5% 60.9072%,
        60% 65.4509%,
        60.5% 69.8574%,
        61% 74.0877%,
        61.5% 78.1042%,
        62% 81.8712%,
        62.5% 85.3553%,
        63% 88.5257%,
        63.5% 91.354%,
        64% 93.8153%,
        64.5% 95.8877%,
        65% 97.5528%,
        65.5% 98.7958%,
        66% 99.6057%,
        66.5% 100%,
        67% 99.9013%,
        67.5% 99.3844%,
        68% 98.4292%,
        68.5% 97.044%,
        69% 95.2414%,
        69.5% 93.0371%,
        70% 90.4508%,
        70.5% 87.5056%,
        71% 84.2274%,
        71.5% 80.6454%,
        72% 76.7913%,
        72.5% 72.6995%,
        73% 68.4062%,
        73.5% 63.9496%,
        74% 59.3691%,
        74.5% 54.7054%,
        75% 50%,
        75.5% 45.2946%,
        76% 40.6309%,
        76.5% 36.0504%,
        77% 31.5938%,
        77.5% 27.3005%,
        78% 23.2087%,
        78.5% 19.3546%,
        79% 15.7726%,
        79.5% 12.4944%,
        80% 9.5491%,
        80.5% 6.9629%,
        81% 4.7586%,
        81.5% 2.956%,
        82% 1.5708%,
        82.5% 0.61558%,
        83% 0.098664%,
        83.5% 0%,
        84% 0.39427%,
        84.5% 1.2042%,
        85% 2.4472%,
        85.5% 4.1123%,
        86% 6.1847%,
        86.5% 8.646%,
        87% 11.4743%,
        87.5% 14.6447%,
        88% 18.1288%,
        88.5% 21.8958%,
        89% 25.9123%,
        89.5% 30.1426%,
        90% 34.5492%,
        90.5% 39.0928%,
        91% 43.7333%,
        91.5% 48.4295%,
        92% 53.1395%,
        92.5% 57.8217%,
        93% 62.4345%,
        93.5% 66.9369%,
        94% 71.289%,
        94.5% 75.4521%,
        95% 79.3893%,
        95.5% 83.0656%,
        96% 86.4484%,
        96.5% 89.5078%,
        97% 92.2164%,
        97.5% 94.5503%,
        98% 96.4888%,
        98.5% 98.0147%,
        99% 99.1144%,
        99.5% 99.7781%,
        100% 100%
    );
    left: -21%;
}
.edit-card{
cursor: pointer;
color: black;
font-weight: 700;
text-decoration: underline;
}
.editcardform{
    display: none;
}
.top-wave::before {
    top: -46px;
    background: #ffbd59;
}
.top-wave {
    padding-top: 40px;
    overflow: hidden;
}
.courier-box {
    border: 1px solid #ffa318;
    box-shadow: 8px 8px 30px -4px rgba(166, 100, 0, 0.2);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    margin: 10px auto;
    cursor: pointer;
    /* background: #FFBD59; */
    max-width: 500px;
    position: relative;
}
.courier-box::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFBD59;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.courier-img {
    position: relative;
}
.courier-img span {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    position: absolute;
    left: 40%;
    top: 37%;
    transform: translate(-50%, -50%);
}
.circle-box {
    width: 250px;
    height: 250px;
    background: #ffbd59;
    border: 0.833333px solid #ffa318;
    box-shadow: 6.66667px 6.66667px 25px -3.33333px rgba(166, 100, 0, 0.15);
    border-radius: 250px;
    margin: 30px auto;
}
.circle-number {
    width: 44px;
    height: 44px;
    background: #ffa318;
    border-radius: 100%;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    top: 0;
    left: 37px;
}
.custominput {
    width: 100%;
}
.custominput input,
.custominput select {
    padding: 13px 20px 13px 52px;
    width: 100%;
    background: #ffbd59;
    border: 1px solid #ffa318;
    border-radius: 5px;
    height: 51px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custominput input::placeholder,
.custominput select,
.custominput input {
    color: #d28107;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
}
.custominput select {
    padding-right: 20px;
    padding-left: 0;
    width: 100%;
    text-indent: 54px;
    height: 51px;
}
.custominput input:focus-visible,
.custominput select:focus-visible {
    outline: none;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.custominput img {
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    left: 24px;
}
.terms a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #1a72f6;
    text-decoration: none;
}

.blackbtn {
    color: #fff;
    border-radius: 4px;
    background: #000;
    transition: 0.3s;
    border: 1px solid #000;
}
.blackbtn:hover {
    background: transparent;
    color: #000;
}
.cntr {
    position: relative;
}
.cbx {
    position: relative;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 1.5px solid #d28107;
    border-radius: 4px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
    display: block;
    z-index: -1;
}

.cbx:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 8.3px;
    width: 7px;
    height: 14px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox:checked ~ .cbx {
    border-color: transparent;
    background: #121212;
    animation: jelly 0.6s ease;
}

.custom-checkbox:checked ~ .cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.hidden-xs-up {
    display: none !important;
}
@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

footer h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    margin-bottom: 2px;
}
.copyright {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #d28107;
}
.popupbox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: none;
}
.bg-grey {
    background: #f7f7f7;
}
#popup,
#popup2,
#popup3,
#popup4 {
    display: none;
}
#popup4 {
    z-index: 3;
}
#popup2 .popup,
#popup3 .popup,
#popup4 .popup {
    padding: 40px 20px 20px 20px;
    max-height: 90vh;
}
#popup3 .popup,
#popup4 .popup {
    text-align: center;
    max-width: 415px;
    min-height: 190px;
}
#popup4 .popup {
    box-shadow: none;
}
#popup3 a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #1a72f6;
    text-decoration: none;
}
.popup {
    max-width: 892px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 18px 36px rgba(166, 100, 0, 0.3);
    border-radius: 15px;
    margin: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    /*max-height: 90vh;*/
}
#close,
#close2 {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.head {
    position: relative;
    border-bottom: 0.779747px solid #bfbfbf;
}
.popup .formcontrol {
    position: relative;
}
.popup label {
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #000;
}
.popup input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    margin-top: 4px;
    font-size: 15px;
    color: black;
}
.popup input::-webkit-input-placeholder,
.popup input:-ms-input-placeholder,
.popup input::placeholder {
    color: #bfbfbf;
}

.popup input:focus-visible {
    outline: none;
}
.popup .submit {
    padding: 16px 24px 16px 24px;
    background: #d28107;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 9px;
    border: 1px solid #d28107;
    transition: 0.2s;
    height: 42px;
}
.popup .submit:hover {
    background: transparent;
    color: #d28107;
}
.popup .checkout-options h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #808080;
}
.popup .checkout-options h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}
.popup .checkout-options h6 span {
    font-weight: 400;
    font-size: 9px;
    line-height: 17px;
    color: #808080;
}
.minutes {
    font-weight: 400;
    font-size: 14.0354px;
    line-height: 9px;
    color: #808080;
}
.minutes span {
    color: #d28107;
    font-weight: 600;
}

.contactbg {
    padding: 120px 82px 64px 82px;
    background-image: url(../images/contactbg.png);
    border-radius: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactbg h1 {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 53px;
}
.contact-section {
    padding: 112px 16px 110px 16px;
}
.contactbox {
    background: #ffd99e;
    border: 1px solid #ffa318;
    border-radius: 10px;
    max-width: 510px;
    margin: auto;
    overflow: hidden;
    height: 277px;
    box-shadow: #9d662214 0px 2px 8px 0px;
    display: flex;
    flex-direction: column;
}
.contactbox .contacthead {
    background-color: #ffeed4;
    text-align: center;
    padding: 12px 10px;
    border-bottom: 1px solid #ffa318;
}
.contactbox .contacthead span {
    font-size: 24px;
    font-weight: 600;
}
.contactinputs {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.contactinputs .shell {
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    max-width: 448px;
}
.contactinputs .shell span {
    display: none;
}
.contactinputs input {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 21px;
    color: #a66400;
    border-radius: 4px;
    box-shadow: #9d662214 0px 2px 8px 0px;
    background: #ffd99e;
    border: 1px solid #ffa318;
    max-width: 448px;
    width: 100%;
    margin-bottom: 20px;
}
.contactinputs input:focus-visible {
    outline: none;
}
.contactinputs input::placeholder {
    font-size: 16px;
    line-height: 21px;
    color: #a66400;
}
#subscriber-popup .popup{
    background: #FFBD59;  
    max-width: 1000px;
    min-height: 400px; 
    
    padding:46px 35px 37px 85px !important;
}
#subscriber-popup .popup form{
    max-width: 372px;
}
#subscriber-popup .popup form input{
    background-color: #FECD81;
}
#subscriber-popup .popup .formcontrol{
    display: flex;
    flex-direction: column;
}
#subscriber-popup .popup h4{
    font-size: 36px;
    font-weight: 700;
}
#subscriber-popup .popup h4 span{
    display: inline-flex;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: black;
    color: #fff;
}
.already-discount{
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    width: auto;
    align-items: center;
    display: block;
    justify-content: center;
 font-size: 18px;
 font-weight:500;
 color: black;
 text-decoration: none;
}
.subpara{
    font-size: 20px;
    font-weight: 500;
}
.sub-img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 380px;
}
.form-popup-box{
    max-width: 464px;
}
@media (max-width: 1200px) {
    .contactbg {
        padding: 120px 40px 64px 40px;
    }
    .contactinputs {
        margin-top: 20px;
    }
    .contactinputs input:nth-of-type(1) {
        order: 0;
    }
    .contactinputs input:nth-of-type(2) {
        order: 2;
    }
    .contactinputs input:nth-of-type(3) {
        order: 0;
    }
    .contactinputs .shell,
    .contactinputs input {
        max-width: 510px;
    }
}
@media (max-width: 767px) {
    .contactbg {
        padding: 120px 20px 64px 20px;
    }
    .contactbg h1 {
        font-size: 26px;
        line-height: 43px;
    }
    .contactbox .contacthead span {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .firstrow {
        height: 95vh;
        overflow-y: auto;
    }
    .sub-img{
        max-width: 258px;
    }
}
@media (max-width: 767px) {
    .imgbox img {
        width: 68%;
        margin: 20px auto;
    }
    .sub-img{
       display: none;
    }
    .form-popup-box {
        max-width: 100%;
    }
    #subscriber-popup .popup form {
        max-width: 100%;
    }
    #subscriber-popup #btn_discount_submit{
        max-width: 100% !important;
    }
    #subscriber-popup .popup h4,    #subscriber-popup .popup .subpara{
        text-align: center;
    }
    #subscriber-popup .popup h4 {
        font-size: 27px;
    }
    #subscriber-popup .popup h4 span {
        width: 60px;
        height: 60px;
    }
    #subscriber-popup .popup{
        padding: 50px 24px !important;
    }
}
@media (max-width: 576px) {
    .banner-title {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    #banner-logo svg {
        width: 190px;
    }
    .navbar-collapse {
        position: absolute;
        top: 112%;
        background: #fff;
        padding: 20px 13px 20px 10px;
        border-radius: 5px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .banner-logo-container {
        /* clip-path: polygon(16% 1%, 100% 0, 100% 100%, 25% 100%); */
    }
}
.pin-spacer {
    height: 0 !important;
    padding: 0 !important;
}
.banner-logo-container {
    top: -20px !important;
    margin-top: 70px;
    z-index: 1;
}
.banner-logo-container.fixed-logo {
    background: #ffbd59;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 90px !important;
}
#first-sec {
    padding-top: 100px;
}
#navbar {
    transition: background-color 0.5s;
    z-index: 2;
}
@media screen and (max-width: 576px) {
    #navbarSupportedContent {
        width: 150px;
        background-color: #ffbd59;
    }
}

#review-error {
    color: red;
    font-size: 12px;
    text-align: center;
    display: none;
    margin-top: 10px;
}

.ssl-emblem {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
}
.ssl-emblem span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #808080;
}
.ssl-emblem svg {
}

.popup input.value {
    width: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
    text-align: center;
}
#truck-base-price-text {
    position: absolute;
    color: white;
    left: 25px;
    top: 50%;
    transform: translateY(-100%);
}

.address-error {
    display: none;
    font-size: 12px;
    color: red;
    margin: 0;
    line-height: 1;
    margin-top: 10px;
}
.shell {
    position: relative;
    display: block;
    width: 100%;
}
.shell input {
    /* background: transparent; */
    /* color:black; */ /* sets the color of both caret and text */
    /* -webkit-text-fill-color: transparent; */
    z-index: 0;
    position: relative;
}
.shell > span {
    position: absolute;
    left: 13px;
    display: block;
    bottom: 8px;
    font-size: 15px;
    font-style: normal;
    color: #bfbfbf;
    /* display: none; */
    background: transparent;
    z-index: 0;
}
#phoneMask {
    color: transparent;
}
.shell > span i {
    font-size: 15px;
    font-style: normal;
    color: transparent;
}
#card_type {
    position: absolute;
    right: 14px;
    bottom: 9px;
    font-size: 12px;
}
.loadingsumbit {
  background: transparent !important;
  color: #d28107 !important;
  padding: 0 !important;
}
.lds-dual-ring {
    display: inline-block;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #d28107;
    border-color: #d28107 transparent #d28107 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
