.footer_menu h3 {
    font-family: 'Comic Sans MS';
    color: #ED1C24;
    font-weight: 700;
    background: #fff;
	position:relative;
    width: fit-content;
    font-size: 28px;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 10px 20px;
}

.footer_menu ul li {
    font-size: 20px;
    display: block;
}

.footer_menu ul {
    padding: 0 !important;
}

.footer_menu ul li a {
    font-size: 17px;
    color: #000;
    font-family: 'Comic Sans MS';
    font-weight: 700;
    padding: 10px 0px;
    display: block;
}

.footer_menu_two_line ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_menu_two_line ul li {
    width: 50% !important;
}


/* footer top */

.contact-bar {
    width: 85%;
    background: #000;
    display: flex;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    justify-content: end;
    padding: 40px;
}

.contact-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-item {
    background: #111;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    padding: 10px 30px 10px 10px;
}

.contact-item:hover {
    transform: translateY(-4px);
}

.icon-circle {
    width: 92px;
    height: 92px;
    background: #e21414;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-right: 18px;
    flex-shrink: 0;
}

.contact-title {
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Comic Sans MS';
    font-weight: 700;
}

.contact-desc {
    font-size: 18px;
}

.contact-desc a {
    color: #fff !important;
}

.footer_top_row {
    margin-left: 0 !important;
}

.footer_menu_row.pd0 {
    padding: 170px 0px 50px !important;
}

.footer_section {
    margin-top: -100px;
}

.map-btn {
    width: 197px;
    height: 197px;
    background: #ED1C24;
    border-radius: 50%;
    border: 5px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 10px;
    color: white;
}

.map-btn .dots {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 25px;
    margin: auto;
    left: 0;
    right: 0;
    justify-content: center;
}

.map-btn .dots div {
    width: 14px;
    height: 14px;
    background: #f46a6a;
    border-radius: 50%;
}

.contact-bar-footer {
    display: flex;
    gap: 30px;
    align-items: center;
}

.map-btn .text-map {
    font-family: 'Comic Sans MS';
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1;
    margin-top: 30px;
}

.map-btn a {
    color: #fff;
}

.map-btn .text-map span {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Comic Sans MS';
}

.map-btn .arrow {
    font-size: 28px;
}

.footer_menu ul li a:hover {
    color: #ED1C24;
}

.footer_copy_section {
    padding: 20px 10px !important;
    background: transparent !important;
}

.footer_copy {
    display: flex;
    justify-content: end;
}

.footer_copy_text {
    font-size: 18px;
    font-family: 'Comic Sans MS';
    color: #ED1C24;
    font-weight: 700;
}

.footer_copy_inner {
    font-family: 'Comic Sans MS';
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 0px 20px;
}

.footer_section {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.wholesite_popup_secction {
    text-align: center;
    padding: 30px !important;
    max-width: 800px;
}

.wholesite_popup_section_box .site_title {
    margin: auto;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	   .service_col .myclass {
        display: none !important;
    }
    .service_col.active .myclass {
        display: block !important;
    }
    .service_col h3::before {
        position: absolute;
        content: '\33';
              right: 5px;
        top: 9px;
        bottom: 0;
        color: #000;
        font-size: 30px;
        font-family: 'Etmodules' !important
    }
    .service_col.active h3::before {
        content: '\32' !important
    }
    .footer_top_section.pd0 {
        padding: 0px 10px !important;
    }
    .icon-circle {
        width: 60px !important;
        height: 60px !important;
        margin: auto;
    }
    .contact-bar {
        padding: 10px;
        border-radius: 10px;
        justify-content: center;
        width: 100%;
    }
    .contact-bar-footer {
        display: block;
    }
    .contact-desc {
        font-size: 15px;
    }
    .map-btn {
        width: 180px;
        height: 180px;
        margin: auto;
        margin-top: 20px;
    }
    .map-btn .text-map {
        font-size: 22px;
    }
    .map-btn .text-map span {
        font-size: 26px;
    }
    .contact-item {
        display: block;
        background: transparent !important;
        padding: 10px;
    }
    .icon-circle img {
        width: 30px;
    }
    .contact-item {
        text-align: center;
    }
    .footer_menu_row.pd0 {
        padding: 120px 10px 20px !important;
    }
    .footer_menu_two_line ul li {
        width: 100% !important;
        padding-right: 0;
    }
    .footer_menu_two_line {
        padding-top: 20px;
    }
    .footer_menu_two_line ul li {
        padding-right: 15px;
    }
    .footer_menu h3 {
               font-size: 18px;
        margin: auto;
        width: 80%;
    }
    .footer_menu ul li a {
        font-size: 16px;
        font-weight: 500;
        padding: 5px 0px;
    }
    .footer_section {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .footer_copy_text,
    .footer_copy_inner {
        font-size: 16px;
    }
    .footer_copy_section {
        padding: 10px !important;
        text-align: center;
    }
    .footer_copy {
        justify-content: center;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {

    .icon-circle {
        width: 60px !important;
        height: 60px !important;
    }
    .contact-bar {
        padding: 10px;
        border-radius: 10px;
        justify-content: center;
        width: 100%;
    }
    .contact-bar-footer {
        display: block;
    }
    .contact-desc {
        font-size: 15px;
    }
    .map-btn {
        width: 180px;
        height: 180px;
        margin: auto;
        margin-top: 20px;
    }
    .map-btn .text-map {
        font-size: 22px;
    }
    .map-btn .text-map span {
        font-size: 26px;
    }
    .contact-item {
        display: block;
        padding: 10px;
    }
    .icon-circle img {
        width: 30px;
    }
    .footer_menu_row.pd0 {
        padding: 100px 20px 50px !important;
    }
    .footer_menu_two_line {
        padding-top: 20px;
    }
    .footer_menu_two_line ul li {
        padding-right: 15px;
    }
    .footer_menu h3 {
        font-size: 20px;
    }
    .footer_menu ul li a {
        font-size: 16px;
        padding: 5px 0px;
        font-weight: 500;
    }
    .footer_section {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .footer_copy_text,
    .footer_copy_inner {
        font-size: 16px;
    }
    .footer_copy_section {
        padding: 10px !important;
        text-align: center;
    }
    .footer_copy {
        justify-content: center;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .icon-circle {
        width: 60px !important;
        height: 60px !important;
    }
    .contact-bar {
        padding: 10px;
        justify-content: center;
    }
    .contact-bar-footer {
        gap: 10px;
    }
    .contact-desc {
        font-size: 15px;
    }
    .map-btn {
        width: 180px;
        height: 180px;
    }
    .map-btn .text-map {
        font-size: 22px;
    }
    .map-btn .text-map span {
        font-size: 26px;
    }
    .contact-item {
        display: block;
    }
    .icon-circle img {
        width: 30px;
    }
    .footer_menu_row.pd0 {
        padding: 130px 20px 50px !important;
    }
    .footer_menu_two_line ul li {
        padding-right: 15px;
    }
    .footer_menu h3 {
        font-size: 20px;
    }
    .footer_menu ul li a {
        font-size: 16px;
        padding: 5px 0px;
    }
    .footer_section {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .footer_copy_text,
    .footer_copy_inner {
        font-size: 16px;
    }
    .footer_copy_section {
        padding: 10px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .icon-circle {
        width: 60px !important;
        height: 60px !important;
    }
    .contact-bar {
        padding: 10px;
        justify-content: center;
    }
    .contact-bar-footer {
        gap: 10px;
    }
    .contact-desc {
        font-size: 15px;
    }
    .map-btn {
        width: 180px;
        height: 180px;
    }
    .map-btn .text-map {
        font-size: 22px;
    }
    .map-btn .text-map span {
        font-size: 26px;
    }
    .contact-item {
        display: block;
    }
    .icon-circle img {
        width: 30px;
    }
    .footer_menu_row.pd0 {
        padding: 130px 20px 30px !important;
    }
    .footer_menu_two_line ul li {
        padding-right: 15px;
    }
    .footer_menu h3 {
        font-size: 22px;
    }
    .footer_copy_section {
        padding: 10px !important;
    }
    .footer_copy_text,
    .footer_copy_inner {
        font-size: 16px;
    }
    .footer_section {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .icon-circle {
        width: 60px !important;
        height: 60px !important;
    }
    .contact-bar {
        padding: 30px;
        justify-content: center;
    }
    .contact-desc {
        font-size: 15px;
    }
    .map-btn {
        width: 180px;
        height: 180px;
    }
    .map-btn .text-map {
        font-size: 22px;
    }
    .map-btn .text-map span {
        font-size: 26px;
    }
    .contact-item {
        display: block;
    }
    .icon-circle img {
        width: 30px;
    }
    .footer_menu_row.pd0 {
        padding: 130px 20px 30px !important;
    }
    .footer_menu_two_line ul li {
        padding-right: 15px;
    }
    .footer_menu h3 {
        font-size: 24px;
    }
    .footer_copy_section {
        padding: 10px !important;
    }
    .footer_section {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .icon-circle {
        width: 60px !important;
        height: 60px !important;
    }
    .contact-bar {
        padding: 30px;
    }
    .contact-desc {
        font-size: 15px;
    }
    .map-btn {
        width: 180px;
        height: 180px;
    }
    .map-btn .text-map {
        font-size: 22px;
    }
    .map-btn .text-map span {
        font-size: 26px;
    }
    .footer_menu h3 {
        font-size: 24px;
    }
    .footer_menu_row.pd0 {
        padding: 130px 20px 30px !important;
    }
    .footer_menu_two_line ul li {
        padding-right: 15px;
    }
    .footer_section {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .icon-circle {
        width: 80px !important;
        height: 80px !important;
    }
    .contact-bar {
        padding: 30px 20px;
    }
    .map-btn {
        width: 190px;
        height: 190px;
    }
    .map-btn .text-map {
        font-size: 22px;
    }
    .map-btn .text-map span {
        font-size: 26px;
    }
    .footer_menu h3 {
        font-size: 24px;
    }
    .footer_menu_row.pd0 {
        padding: 130px 20px 50px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}