.hero{
    position: relative;
    background: url(../images/hero.jpg) no-repeat center;
    background-size: cover;
    min-height: 580px;
}
a.index-button {
    position: relative;
    background: transparent;
    color: #ffffff;
    border: 1px solid #e26a1d;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    transition: 0.5s all;
    z-index: 5;
}
a.index-button:hover{
    background: #e26a1d;
    color: #ffffff;
}
.pop-shipping {
    position: relative;
    z-index: 9;
    margin-top: -30px;
    padding: 0px;
}
.pop-back{
    background: #ffffff;
}
.pop-back {
    background: #ffffff;
    position: relative;
    z-index: 9;
}
.pop-back::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    height: 100%;
    background: #e26a1d;
    z-index: -1;
}
.ship-box {
    padding: 40px 20px;
    transition: 0.5s all;
}
.ship-box:hover{
    background: #e26a1d;;
}
.shipp-icon img {
    width: 30%;
    filter: grayscale(1);
}
.shipp-icon:hover img{
    filter: grayscale(0);
}
.ship-box h2 {
    font-size: 24px;
    line-height: 2;
    transition: 0.7s all;
}
.ship-box p{
    transition: 0.7s all;
}
.ship-box:hover h2{
    color: #ffffff;
}
.ship-box:hover p{
    color: #ffffff;
}
.about-content h2 {
    font-size: 40px;
    line-height: 1.5;
    margin: 0px 0px 10px;
}
.about-content h6{
    font-size: 25px;
    color: #e26a1d;
}
.about-content p{
    margin-bottom: 15px;
}
.ben-item-1 {
    background: url(../images/item-1.jpg) no-repeat center;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 50px;
    border-radius: 5px;
}
.about-model {
    text-align: center;
}
.about-model img {
    width: 70%;
}
.ben-heading {
    text-align: center;
    margin-bottom: 20px;
}
.ben-heading p {
    font-size: 18px;
    line-height: 2;
}
.ben-item-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 163px;
    padding: 0px 50px;
    border-radius: 5px;
} 
.ben-item-1 h2 {
    color: #ffffff;
    margin: 5px 0px;
}
.ben-item-1 p {
    color: #ffffff;
}
.ben-item-2 h2 {
    color: #ffffff;
    margin: 5px 0px;
}
.ben-item-2 p {
    color: #ffffff;
}
.contact-back {
    background: url(../images/contact-back.jpg) no-repeat center;
    background-size: cover;
    padding: 50px;
    border-radius: 0px;
    position: relative;
    z-index: 4;
    margin-top: -20px;
}
.con-item {
    text-align: center; 
}
.con-item h2{
    color: #ffffff;
    font-size: 24px;
    line-height: 2;
}
.con-item a{
    font-size: 16px;
}
.con-item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.con-item a:hover{
    color: #000000;
}
.con-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.con-item img {
    width: 13%;
}
span.cart-quen {
    position: absolute;
    background: #e26a1d;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    left: 79px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .hero {
        min-height: 430px !important;
    }
    .pop-back::after{
        left: 12px !important;
        width: 92% !important;
        height: 26% !important;
    }
    .about-content h2{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .pop-shipping{
        padding: 0px;
    }
    .about-model img{
        width: 100%;
    }
    .ben-item-1{
        height: auto;
        padding: 20px;
        margin-bottom: 1.5rem;
    }
    .ben-item-1 h2{
        font-size: 24px;
    }
    .ben-item-2{
        height: auto;
        padding: 20px;
    }
     .ben-item-2 h2{
        font-size: 24px;
    }
    .ben-heading h2 {
    font-size: 25px;
   }
   .ben-heading p{
       line-height: 1.5;
   }
}
section.about-sec {
   background: url(../images/about-back.jpg) no-repeat center;
    background-size: cover;
}