﻿#warp {
    -webkit-overflow-scrolling: auto;
    overflow-x: hidden;
}

.contact_content {
    max-width: 1200px;
    margin: 20px auto;
    padding: 10px;
}

.contact_content .title {
    text-align: center;
    color: #0d0d0d;
    font-size: 40px;
    letter-spacing: 3px;
}
.contact_content .title h1{
   font-size: 20px;
}
.contact_content .lead_problem {
    font-weight: 600;
    color: #0d0d0d;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact_content .lead_quote {
    /* margin-top: 20px; */
    font-size: 16px;
    color: #606060;
}

.contact_content p {
    color: #0d0d0d;
}

ul {
    list-style: none;
}

/* ----------------delivery_service */
p {
    margin: 0px;
}

.delivery_service {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.delivery_service .title {
    text-align: center;
}

.delivery_box {
    margin-top: 20px;
    display: flex;
    border-radius: 10px;
    background-color: #fbfbfb;
    justify-content: space-between;
    min-height: 550px;
}

.delivery_box_left,
.delivery_box_right {
    width: 48%;

}

.delivery_box_left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.delivery_box_left .left_item {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

/* .delivery_box_left .left_item:hover{
    background-color: #0e7983;
    color: #fff;
    border-radius: 5px;
} */
.delivery_box_right .right_item {
    padding: 10px;
    line-height: 33px;
    text-indent: 20px;
    max-height: 620px;
    overflow-y: auto;
}

.delivery_box_right {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 5px;
}
/* -------------- */
.privacy_top{
    margin-bottom: 20px;
    padding: 10px;
    line-height: 33px;
    text-indent: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    
}
/* ----------- refund-polic -- */
.refund-policy_footer{
    padding: 10px;
    line-height: 33px;
    text-indent: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-top: 30px;
}
/* -------about ------*/
.about_box{
    min-height: 320px;
}
@media screen and (max-width: 850px) {
    .el-collapse-item__header .small_delivery_box .small_left_item {
        background-color: var(--primary-delivery-color);
        color: #fff;
        line-height: 40px;
        padding: 5px;
        font-weight: 600;
        font-size: 16px;
        margin-top: 5px;
    }
    .small_delivery_box .small_right_item {
        text-indent: 20px;
        line-height: 30px;
        font-size: 14px;
    }
    .small_delivery_box .small_right_item:hover {
        background-color: var(--primary-delivery-color)  
      }
    .small_delivery_box .el-collapse-item__header {
        background-color: var(--primary-delivery-color);
        font-size: 12px;
        border-top: none;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-weight: bold;
        height: 50px;
        line-height: 20px;
        padding: 5px;
    }
    .small_delivery_box .el-collapse-item__content {
        background-color: #fff;
        color: #000;
        text-indent: 20px;
        line-height: 30px;
        font-size: 12px;
    }
}