.pkg-prod-left p:nth-child(1) {
    color: #18B4FE;
    font-size: 14px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.package-image p:last-child {
    color: #333;
    font-size: 14px;
}

.mb-5 {
    margin-bottom: 5px;
}

#newBottom {
    background-color: #FFF6D1;
    padding: 30px 10px;
    overflow: hidden;
    position: relative;
    top: 15px;
    border-radius: 10px;
}

.text-center {
    text-align: center !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

#newBottom h4 {
    max-width: 90%;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.position-relative {
    position: relative !important;
}

#newBottom .bagsMid {
    width: 200px;
}

.text-left {
    text-align: left !important;
}

#newBottom ul {
    background-color: #444;
    border-radius: 5px;
    column-count: 3;
    margin: 10px 0px;
}

#newBottom a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

#newBottom ul li {
    color: #fff;
    font-size: 11px;
    list-style: none;
    text-align: left;
    padding-left: 10px;
    position: relative;
}

#newBottom ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 150px;
    left: 0;
    top: 6px;
}

.p-2 {
    padding: 0.5rem !important;
}

#warehouseSec {
    background-image: url(../images/warehouse.png);
    background-position: center;
    background-size: cover;
    margin: 10px 0px;
    padding: 30px;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    float: left;
}

#newBottom h4::before,
#newBottom h4::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #017b01;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#newBottom h4::before {
    bottom: 3px;
}

/* .leavepop_all {
    background-image: url(../../images/new_checkoutv2/cyber_monday_bg.jpg);
    background-position: center;
    background-size: cover;
    border: none !important;
}

.innerB_all {
    color: #FD3A78 !important;
}
.hdBlu {
    color: #4ABDC1;
}
#innerD1,#innerE1,#innerE1 #timeCount,#innerFa1,#innerFb1 {
    color: #fff;
} */

.w-100 {
    width: 100%
}

.d-md {
    display: block;
}

.d-sm {
    display: none;
}

.col-12.pt-3 {
    margin: 20px 0px;
}

.chk-step {
    float: left;
    margin-left: 225px;
}

.flag-img {
    width: 150px
}

@media screen and (min-width:1022px) and (max-width: 1199px) {
    .chk-step {
        float: left;
        margin-left: 60px;
    }
    .flag-img {
        width: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .save-seal {
        top: 50px;
    }
}

@media screen and (min-width:768px) and (max-width: 1021px) {
    .flag-img {
        width: 80px;
    }
    .chk-step {
        float: left;
        margin-left: 100px;
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .pkg-prod-left {
        padding: 15px 0 0 5px;
    }
    #newBottom ul {
        column-count: 2;
    }
    .save-seal {
        top: 50px;
    }
    .d-md {
        display: none;
    }
    .d-sm {
        display: block;
    }
    .flag-img {
        width: 100px;
    }
}

@media (max-width:460px) {
    .flag-img {
        width: 65px;
    }
    .chk-logo {
        width: 120px;
    }
    .custmr-suprt span {
        font-size: 14px;
    }
}

@media (max-width:360px) {
    .chk-logo {
        width: 90px;
    }
    .flag-img {
        width: 70px;
    }
}