@media (max-width: 768px) {
    .ch_logo img{
        position: inherit;
        width: 71px;
    }
    .ch_wraper_header{
        flex-direction: column;
    }
    .ch_breadcrumbs{
        margin: 12px 0;
    }
    .step, .current_step, .step.not_complte_step {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .shipping_van h3{
        column-gap: 5px;
        font-size: 13px;
    }
    .shipping_van h3 i img {
        width: 28px;
    }
    .shipping_van {
        text-align: center;
        margin-top: 21px;
    }
    .shipping_wraper{
        max-width: 95%;
    }
    .secure_icons_1 {
        margin-bottom: 5px;
    }
    .secure_icons {
        text-align: center;
        margin-top: 28px;
    }
    .secure_icons_1 img {
        width: 50%;
    }
    .secure_icons_2 img {
        width: 62%;
    }
    .secure_icons_2 {
        max-width: 323px;
        margin: 7px auto;
        margin-bottom: 0;
    }
    .frm_heading h3 {
        color: #fff;
        display: flex;
        align-items: center;
        column-gap: 12px;
        padding: 7px 0 4px 12px;
        font-size: 17px;
        font-weight: 600;
    }
    .frm_heading h3 span img {
        width: 24px;
    }
    .ch_row{
        flex-direction: column;
    }
    .left_frm, .right_frm{
        width: 100%;
    }
    .ch_wraper{
        max-width: 95%;
    }
    .padding_form p {
        font-size: 13px;
    }
    .slider_row{
        flex-direction: column;
        padding: 21px 0 8px 0;
    }
    .slider_img {
        width: 18%;
        margin-bottom: 19px;
    }
    .frm_btm_text p {
        padding: 40px 0;
        line-height: 23px;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
    }
    .faq_part {
        /* padding: 30px 0; */
        padding-bottom: 10px;
    }

  }