.google_map {
    width: 100%;
    line-height: 0;
}

.google_map iframe {
    width: 100%;
    height: 390px;
}

.cont_main_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 0px;
}

.cont_box {
    width: 24.4%;
    /* border-right: 1px solid #FFFFFF33; */
}

/* .cont_box:last-child {
    border-right: none;
} */

.cont_box_inr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_box_icon_inr a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
}

.cont_box_icon_inr svg {
    width: 28px;
    height: 28px;
    animation: blink normal 2s infinite ease-in-out;
}

.cont_box:first-child .cont_box_inr {
    justify-content: flex-start;
}

.cont_box:last-child .cont_box_inr {
    justify-content: flex-end;
}

.cont_box_txt_inr>span {
    display: block;
    color: #fff;
    font-family: var(--font_oswald);
    font-weight: 500;
    font-size: 18px !important;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.cont_box_txt_inr a span {
    display: block;
    color: #fff;
    font-family: var(--font_open_sans);
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.6em;
}

.cont_box:hover .cont_box_icon_inr a {
    background: #222;
}

.foot_col_1,
.foot_col_2,
.foot_col_3 {
    padding: 50px 0px;
}

.foot_col_1,
.foot_col_2 {
    border-right: 1px solid #ffffff4d;
}

.footer_menu_title span {
    display: block;
    color: #fff;
    font-family: var(--font_oswald);
    font-weight: 500;
    font-size: 22px !important;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.footer_menu ul {
    list-style: none;
    padding: 0;
}

.footer_menu ul#menu-our-categories li,
.footer_menu ul#menu-parts-accessories li {
    width: 50%;
    float: left;
}

.footer_menu ul li a {
    display: block;
    width: fit-content;
    color: #fff;
    font-family: var(--font_open_sans);
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.8em;
    padding: 5px 0px;
    text-transform: capitalize;
}

.footer_menu ul li a:hover {
    color: #e73c11;
}

.foot_col_1 {
    width: 18% !important;
}

.foot_col_2 {
    width: 47% !important;
}

.foot_col_3 {
    width: 35% !important;
}

.foot_col_2,
.foot_col_3 {
    padding-left: 80px;
}

ul#menu-parts-accessories .left_padd {
    padding-left: 100px;
}

.pd0.pdlr70 {
    padding: 0px 70px !important;
}

.cp_col_1 span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: var(--font_open_sans);
    font-weight: 500;
    font-size: 16px !important;
}

.foot_icon {
    line-height: 0;
}

.foot_img {
    line-height: 0;
    text-align: right !important;
}

.foot_icon:hover svg path {
    fill: #e73c11;
}

.cp_col_1 {
    width: 65% !important;
}

.cp_col_2 {
    width: 35% !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .google_map iframe {
        height: 300px;
    }

    .cont_box {
        width: 100%;
    }

    .cont_box_txt {
        width: 100%;
        text-align: center;
    }

    .cont_main_inr {
        align-items: unset;
    }

    .cont_box_inr {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .cont_box_icon_inr a {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .cont_box_icon_inr svg {
        width: 25px;
        height: 25px;
    }

    .cont_box_txt_inr>span {
        font-size: 15px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a span {
        font-size: 14px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3 {
        padding: 30px 0px;
    }

    .footer_menu_title span {
        font-size: 15px !important;
        padding-bottom: 10px;
    }

    .footer_menu ul li a {
        font-size: 14px !important;
        padding: 4px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 0px;
    }

    .foot_col_1 {
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #ffffff4d;
    }

    .foot_col_2 {
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #ffffff4d;
    }

    .foot_col_3 {
        width: 100% !important;
        border-right: none;
    }

    .footer_menu ul li {
        width: 50%;
        float: left;
    }

    ul#menu-parts-accessories .left_padd {
        padding-left: 0px;
    }

    .pd0.pdlr70 {
        padding: 0px 10px !important;
    }

    .cp_col_1 span {
        text-align: center !important;
        flex-wrap: wrap;
        font-size: 14px !important;
        justify-content: center;
        padding-bottom: 10px;
    }

    .cp_col_1,
    .cp_col_2 {
        width: 100% !important;
    }

    .foot_img {
        text-align: center !important;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .google_map iframe {
        height: 300px;
    }

    .cont_box {
        width: 32.4%;
    }

    .cont_box_txt {
        width: 100%;
        text-align: center;
    }

    .cont_main_inr {
        align-items: unset;
    }

    .cont_box_inr {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .cont_box_icon_inr a {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .cont_box_icon_inr svg {
        width: 25px;
        height: 25px;
    }

    .cont_box_txt_inr>span {
        font-size: 15px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a span {
        font-size: 14px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3 {
        padding: 30px 0px;
    }

    .footer_menu_title span {
        font-size: 16px !important;
        padding-bottom: 10px;
    }

    .footer_menu ul li a {
        font-size: 14px !important;
        padding: 4px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 30px;
    }

    .foot_col_1 {
        width: 30% !important;
    }

    .foot_col_2 {
        width: 35% !important;
    }

    .foot_col_3 {
        width: 35% !important;
    }

    .footer_menu ul#menu-our-categories li,
    .footer_menu ul#menu-parts-accessories li {
        width: 100%;
        float: unset;
    }

    ul#menu-parts-accessories .left_padd {
        padding-left: 0px;
    }

    .pd0.pdlr70 {
        padding: 0px 10px !important;
    }

    .cp_col_1 span {
        font-size: 14px !important;
        justify-content: center;
        padding-bottom: 10px;
        text-align: center !important;
    }

    .cp_col_1,
    .cp_col_2 {
        width: 100% !important;
    }

    .foot_img {
        text-align: center !important;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .google_map iframe {
        height: 300px;
    }

    .cont_box {
        width: 24.2%;
    }

    .cont_box_txt {
        width: 100%;
        text-align: center;
    }

    .cont_main_inr {
        align-items: unset;
    }

    .cont_box_inr {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .cont_box_icon_inr a {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .cont_box_icon_inr svg {
        width: 25px;
        height: 25px;
    }

    .cont_box_txt_inr>span {
        font-size: 15px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a span {
        font-size: 14px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3 {
        padding: 30px 0px;
    }

    .footer_menu_title span {
        font-size: 17px !important;
        padding-bottom: 10px;
    }

    .footer_menu ul li a {
        font-size: 14px !important;
        padding: 4px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 30px;
    }

    .foot_col_2 {
        width: 43% !important;
    }

    .foot_col_3 {
        width: 39% !important;
    }

    ul#menu-parts-accessories .left_padd {
        padding-left: 50px;
    }

    .pd0.pdlr70 {
        padding: 0px 10px !important;
    }

    .cp_col_1 span {
        font-size: 14px !important;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .google_map iframe {
        height: 300px;
    }

    .cont_box {
        width: 24.2%;
    }

    .cont_box_icon_inr a {
        width: 45px;
        height: 45px;
    }

    .cont_box_icon_inr svg {
        width: 25px;
        height: 25px;
    }

    .cont_box_txt_inr>span {
        font-size: 15px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a span {
        font-size: 14px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3 {
        padding: 30px 0px;
    }

    .footer_menu_title span {
        font-size: 18px !important;
        padding-bottom: 10px;
    }

    .footer_menu ul li a {
        font-size: 14px !important;
        padding: 4px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 30px;
    }

    .foot_col_2 {
        width: 45% !important;
    }

    .foot_col_3 {
        width: 37% !important;
    }

    ul#menu-parts-accessories .left_padd {
        padding-left: 60px;
    }

    .pd0.pdlr70 {
        padding: 0px 20px !important;
    }

    .cp_col_1 span {
        font-size: 14px !important;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .google_map iframe {
        height: 350px;
    }

    .cont_box {
        width: 24.3%;
    }

    .cont_box_icon_inr a {
        width: 50px;
        height: 50px;
    }

    .cont_box_icon_inr svg {
        width: 25px;
        height: 25px;
    }

    .cont_box_txt_inr>span {
        font-size: 16px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a span {
        font-size: 14px !important;
    }

    .foot_col_1,
    .foot_col_2,
    .foot_col_3 {
        padding: 40px 0px;
    }

    .footer_menu_title span {
        font-size: 20px !important;
        padding-bottom: 10px;
    }

    .footer_menu ul li a {
        font-size: 14px !important;
        padding: 4px 0px;
    }

    .foot_col_2,
    .foot_col_3 {
        padding-left: 60px;
    }

    ul#menu-parts-accessories .left_padd {
        padding-left: 80px;
    }

    .pd0.pdlr70 {
        padding: 0px 50px !important;
    }

    .cp_col_1 span {
        font-size: 14px !important;
    }

}