.web_main {
    position: relative;
    width: 100%;
    margin-top: -19%;
    margin-bottom: -15%;
}

.web_main_wrap {
    z-index: 999;
    width: 100%;
    padding: 20% 0;
}




/*----------------------------------main---------------------------------*/

.product_title {
    text-align: center;
}

.product_title span {
    color: #FFA30E;
}

.product_title a {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1366px) {
    .product_title a{
        font-size: 35px;
        line-height: 40px;
    }
}

.product_info,
.product_info p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}
.product_info p a{
    color: #FFA30E;
}
.product_info p a:hover{
    text-decoration: underline;
}
.items_list .items-content li {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px 0px rgba(255, 163, 14, 0.1);
    border-radius: 18px 18px 18px 18px;
    margin-bottom: 15px;
}

.items_list .items-content li .pro_title {
    margin-bottom: 15px;
}

.items_list .items-content li .pro_title a {
    font-family: 'Chaparral Pro-Bold';
    font-weight: bold;
    font-size: 34px;
    color: #333333;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.items_list .items-content li .pro_image {
    border: 22px;
    width: 30%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.items_list .items-content li .pro_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.items_list .items-content li .pro_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.items_list .items-content li .pro_content {
    width: 67%;
}

.items_list .items-content li .pro_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
    height: 6em;
    overflow: hidden;
}

.items_list .items-content li .pro_more_btn a {
    background: #FFA30E;
    border: 1px solid #FFA30E;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.items_list .items-content li .pro_more_btn a:hover {
    border: 1px solid #FFA30E;
    background: transparent;
    color: #FFA30E;
}



.features_list {
    margin-top: 0;
}
@media (max-width:1200px) {
    .features_list{
        margin-top: -5%;
    }
}
.features_list .features_title {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2%;
}

@media (max-width:1366px) {
    .features_list .features_title{
        font-size: 35px;
        line-height: 40px;
    }
}
.features_list ul li{
    margin-bottom: 10px;
}
.features_list ul li .item_title {
    padding: 10px 16px;
    background: #333333;
    border-radius: 4px 4px 4px 4px;
    font-family: 'Times-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}
.features_list ul li .item_title b{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../img/second-img/help.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.features_list ul li .item_info {
    margin-top: 10px;
}
.features_list ul li .item_info p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
@media (max-width:1200px) {  .items_list .items-content li .pro_image{ padding-bottom: 100%;} .items_list .items-content li{  flex-wrap: wrap; }  .items_list .items-content li .pro_image{width: 100%;}  .items_list .items-content li .pro_content{  width: 100%;}}

@media (max-width:950px) {
    .web_main_wrap {
        /* top: -20%; */
        padding-top: 20%;
    }
    .items_list .items-content li .pro_content{ width: 100%;}
    .items_list .items-content li .pro_image{     padding-bottom: 100%;}
    .items_list .items-content li{ flex-wrap: wrap;}
    .items_list .items-content li .pro_image{ width: 100%;}
    .items_list .items-content li .pro_info{height: auto;}
}

@media (max-width:950px) {
    .product_title a{
        font-size: 30px;
        line-height: 40px;
    }
    .items_list .items-content li .pro_title a{
        font-size: 30px;
        line-height: 40px;
    }
    .features_list .features_title{
        font-size: 30px;
        line-height: 40px;
    }

}
