.shopTopBannerSec {
    background-image: url("../images/image/first.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.esSlider-content p {
    font-size: var(--18);
    color: #888888;
}

.esSlider h1 {
    font-size: var(--45);
    color: white;
}

.Private_Information {
    font-size: var(--45);
}

.esSlider p {
    font-size: var(--20);
    color: white;
}

button.button {
    background: none;
    border: none;
    color: white;
    font-size: var(--18);
}

button.sumbit {
    font-size: var(--16);
    color: white;
    background: var(--lightGreen);
    padding: 3px 25px;
    border: 1px solid var(--lightGreen);
}

.safe_1 {
    border: 2px solid white;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 6px;
    border-radius: 50%;
    margin: auto;
    font-size: 25px;
    margin-top: 14px;
}

.background {
    background: #318ce7;
}

.safe_ {
    color: white;
}

.safe_ p {
    font-size: var(--18);
}

.Disclosed p,
.shopping_ {
    font-size: var(--16);
    color: #888888;
}

.refund {
    font-size: var(--18);
    color: #888888;
}

.background_color {
    background: #fafafa;
}

.shopping {
    font-size: 35px;
}

.img1 img {
    width: 100%;
}

.img1 img {
    width: 100%;
    height: 315px;
}

.click {
    padding: 9px 10px 0px 0px;
}


/* * /(responsive) */

@media (max-width: 991px) {
    .img2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .purchases_ {
        margin: auto;
    }
    .img1 img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .img2 img {
        width: 100%;
    }
}