header{
    background: #4292a2;
}

header a{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff !important;
    text-align: center;
    text-decoration: none;

}

.buynow{
        background-image: linear-gradient(#ff5858, #b24501);
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    border-radius: 30px;
}

h2{
    font-size: 27px;
    font-weight: 700;
    color: #08787d;
}

#list01 li:before {
    display:inline-block;
    content:"";
    margin-right:10px;
    height:18px;
    width:18px;
    background-image:url("../img/ic-cr-20230213105824-5pkzm.png");
    background-repeat:no-repeat;
    background-size:cover;

}

.border-box {
    border-width: 1px;
    border-radius: 13px;
    border-color: #cfeefb;
    background-color: #cfeefb;
}

.price{
        font-size: 37px;
    font-weight: 700;
    line-height: 1.6;
    color: #ca2018;
}
.old-price{
    font-size: 21px;
    line-height: 1.6;
    color: #ca2018;
    text-decoration-line: line-through;
}

#section1 {
    background: url("../img/section5-bg-20230213104923-vfy093.png") no-repeat;
    background-size: cover;
 
}


#section1 .left-col {
    position: relative;
    background: url("../img/section1-img01-20230213104923-e0xib.png") no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 620px;
}

#section1 .left-col img {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media (max-width: 767px) {
    header .logo{display: none;}
    #section1 .left-col img {
        max-height: 250px;
    }
}