* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
/* offer box styling box-1 */
.box1 .row .Special .head{
    height: 50px;
}
.box1 .row .Special .head span {
    position: absolute;
    width: 74px;
    padding: 12px;
    background-color: red;
    color: white;
    border-radius: 50px;
    transform: rotate(-40deg);
}
.box1 .row .Special .head h3{
    color: red;
    padding-top: 21px;
    font-size: 28px;
}
.box1 .row .cart .li-div h3{
    text-align: left;
    padding: 0;
    color: red !important;
}
.box1 .row .Special li{
    color: black;
}

.box1 .row .Special .space hr {
    margin: 24px;
    height: 2px;
    background-color: chocolate;
}
/* offer box styling all boxes */

.box1 .row .cart .space hr {
    margin: 24px;
}

.box1 .heading h2 {
    margin: 30px 0 30px 14px;
}

.box1 .heading span {
    color: #01a3de;
}

.box1 .row .cart {
    margin: 15px;
    min-height: 300px;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.2);
    list-style: none;
    transition: transform .2s;
}

.cart:hover {
    transform: translateY(-10px)
}

.box1 .row .cart .li-div .get-button button {
    border-left: 4px solid #01a3de;
    background-color: #202C45;
    color: white;
    font-size: 13px;
    padding: 8px 22px;
}

ul {
    list-style: none;
}
ul li {
    margin-bottom: 1rem;
    color: #666666

}

h3 {
    padding-top: 12px;
    font-size: 24px;
    letter-spacing: .1rem;
    font-weight: bold;
    text-align: center
}
.Special span.red {
    color: red !important;
    font-size: 24px;
    font-weight: bold;
}
/* pseudo effect */
.pseudo-border {
    position: relative;
}

.pseudo-border::before {
    display: inline-block;
    content: "";
    border-top: 3px solid black;
    width: 89px;
    position: absolute;
    left: 1px;
    bottom: -3px;
}
.pseudo-border::after {
    display: inline-block;
    content: "";
    border-top: 3px solid black;
    width: 3px;
    position: absolute;
    left: 93px;
    bottom: -3px;
}

.get-button a {
    border-left: 4px solid #01a3de;
    background-color: #202C45;
    color: white;
    font-size: 13px;
    padding: 8px 22px;
    text-decoration: none;
}

.get-button {
    text-align: center
}

.end {
    height: 58px;
    background-color: #212529;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

footer {
    padding-top: 20px;
    padding-left: 40px;
    margin-top: 9%;
}

@media screen and (max-width: 455px) {
    .box1 .row .Special .head span {
        width: 57px;
        font-size: 11px;
        transform: rotate(-24deg);
    }

    .box1 .row .Special .head h3 {
        font-size: 15px;
    }
    .box1 .row .cart .li-div h3 {

        font-size: 18px;
    }
}
