/* LIVE SERVER FOR ACME GLOBAL CONTENT.CSS */


@font-face {
    font-family: 'Fenotype-Regular';
    src: url('/fonts/Fenotype-Praktika-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fenotype-Praktika-Medium';
    src: url('/fonts/Fenotype-Praktika-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fenotype-Praktika-Bold';
    src: url('/fonts/Fenotype-Praktika-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron-Regular';
    src: url('/fonts/Aileron-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


#google_translate_element span {
    display: none;
}

* html {
    font-size: 10px;
    scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cf0433;
}

::selection {
    background: #d80032;
    color: #fff;
}



.home .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn .arrow-right {
    border: 1px solid #cf0433;
    border-radius: 50%;
    margin-left: 20px;
    padding: 2px;
    pointer-events: none;
}

.home .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #cf0433;
}

.home .slick-prev {
    left: 5.7%;
}

.home .slick-next {
    right: 5%;
    background: #cf0433;
}

.home .slick-arrow span {
    color: #fff;
    line-height: normal;
}

.home .slick-arrow:before {
    content: '';
}

.home .slick-arrow.slick-disabled {
    display: none !important;
}

.home .section-wrapper .section > .row {
    margin: 0px !important;
}

.home .section-wrapper .section > .col-md-12 {
    padding: 0px !important;
}


/* sections heading */
.section-heading {
    position: relative;
    z-index: 1;
}

    .section-heading .h2:before {
        content: '';
        position: absolute;
        left: 0%;
        bottom: -1.5rem;
        background: #dc0030;
        width: 5rem;
        height: 3px;
    }

    .section-heading .h2 {
        font-family: 'Fenotype-Praktika-Bold';
        font-weight: 600;
        color: #1f1f1f;
        margin-bottom: 3.5rem;
        position: relative;
    }

    .section-heading .h3 {
        font-family: 'Fenotype-Praktika-Bold';
        margin-bottom: 2rem;
        color: #1f1f1f;
    }

    .section-heading h4 {
        letter-spacing: 0.2px;
        font-family: 'Fenotype-Regular';
        line-height: 32px;
    }

    .section-heading h5 {
        color: #a1a1a1;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .section-heading h6 {
        color: #4e6177;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/*Home Page Carousel*/


/*Home sections*/

#homepage-slider .slick-slide {
    position: relative;
}

    #homepage-slider .slick-slide > div > img {
        position: relative;
        z-index: 2;
    }

#homebannerSlider .banner-caption {
    position: absolute;
    left: 5%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    width: 45%;
}

    #homebannerSlider .banner-caption .btn-primary {
        background: #cf0433;
        border-color: #cf0433;
        color: #fff !important;
    }

        #homebannerSlider .banner-caption .btn-primary:hover {
            background: transparent;
        }

        #homebannerSlider .banner-caption .btn-primary span {
            transition: .3s linear;
            font-size: 1.5rem;
        }

        #homebannerSlider .banner-caption .btn-primary:hover span {
            background: #cf0433;
            transform: translate(5px);
            transition: .3s linear;
        }

    #homebannerSlider .banner-caption h1 {
        font-family: 'Fenotype-Praktika-Bold';
        font-weight: 600;
        font-size: 5rem;
        letter-spacing: 1px;
        color: #fff;
    }

    #homebannerSlider .banner-caption p {
        font-weight: 400;
        font-family: 'Fenotype-Regular';
        letter-spacing: 0.4px;
        color: #eee;
        font-size: 1.3rem;
    }

.top-banner .banner-caption h1 {
    font-family: 'Fenotype-Praktika-Bold';
    font-weight: 600;
    font-size: 4rem;
    color: #fff;
    position: relative;
    position: relative;
    display: inline-block;
    z-index: 1;
}
/*.top-banner .banner-caption h1::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #dc0030;
    z-index: -1;
}*/

.top-banner .banner-caption p {
    font-weight: 400;
    font-family: 'Fenotype-Regular';
    letter-spacing: 0.4px;
    color: #eee;
}

.top-banner .breadcrumb {
    background: transparent;
    display: block;
    padding: 0px;
    margin-bottom: 0;
}

.breadcrumb ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2rem;
}

    .breadcrumb li:last-child {
        color: #dc0030;
    }

    .breadcrumb li i {
        margin: 0px 10px;
        font-size: 1rem;
    }

    .breadcrumb li, .breadcrumb li a {
        font-size: 1.2rem;
        color: #fff;
        transition: all 700ms ease 0s;
    }




#homebannerSlider .banner-caption .btn {
    margin-top: 10px;
}

#homepage-slider .slick-arrow {
    color: #cf0433;
    background: transparent;
    top: 78%;
    width: auto;
    height: auto;
}

#homepage-slider .slick-prev {
    left: 34.5%;
}

#homepage-slider .slick-next {
    left: calc(35% + 70px);
    right: auto;
}

#homepage-slider .slick-prev span {
    rotate: 180deg;
    font-size: 2.188rem !important;
    transition: .3s linear;
}

#homepage-slider .slick-next span {
    color: #cf0433;
    font-size: 2.188rem !important;
    transition: .3s linear;
}

#homepage-slider .slick-prev:hover span {
    transform: translate(3px);
    left: 35%;
}

#homepage-slider .slick-next:hover span {
    transform: translate(3px);
}

#homepage-slider .slick-arrow:hover span {
    font-size: 3rem !important;
    color: #cf0433;
    transition: .3s linear;
}



.follow-us ul {
    display: flex;
    padding: 0.375rem .9rem;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 20%;
    left: 5%;
    border: 1px solid #ffffff24;
    z-index: 1;
}

    .follow-us ul li {
        list-style: none;
        margin: 0px 5px;
    }

        .follow-us ul li:first-child a {
            font-size: 0.875rem;
            color: #ddd;
        }

        .follow-us ul li a {
            color: #fff;
            font-size: 0.938rem;
        }

            .follow-us ul li a:hover {
                color: #cf0433;
            }


.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}




/*Section 1*/

.home .section-heading h2:before {
    left: 50%;
    transform: translateX(-50%);
}

#Section1 .container-fluid {
    padding: 20px 0rem;
}

#Section1 .col-md-12 {
    padding: 0 0rem;
}

#Section1 .slick-slide img {
    width: 100%;
}

#Section1 .slick-slide {
    margin: 0 15px;
}

#Section1 .safety-shoes h4 {
    color: #444;
    margin-top: 15px;
    font-family: 'Aileron-Regular';
}

#Section1 .slick-slide:hover h4 {
    color: #cf0433;
}

.item-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .item-img img {
        transition: .3s linear;
    }

    .item-img:hover img {
        transform: scale(1.1);
        transition: .3s linear;
    }

#Section1 .gear-shoes h4:hover .item-img:before {
    transform: scale(1.1);
    transition: .3s linear;
}

#Section1 .slick-slide a:hover .item-img:before, .item-img:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #d8003275;*/
    background: #d80032d1;
    z-index: 1;
}

.item-img .icon-plus {
    position: absolute;
    right: 60px;
    left: 60px;
    top: 60px;
    bottom: 60px;
    display: block;
    border: 1px solid #fff;
    padding: 30px;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: 0.5s ease-in-out;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 200;
}

    .item-img .icon-plus span {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 35px;
    }

.item-img:hover .icon-plus, #Section1 .slick-slide a:hover .icon-plus {
    opacity: 1;
    transform: scale(1);
}

.bg-text {
    position: absolute;
    right: 0;
    text-align: end;
}

#Section1 #shoeCategory {
    position: relative;
}

    #Section1 #shoeCategory:before {
        content: '';
        position: absolute;
        background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/watermark-shoes.png');
        background-size: 30%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: -11%;
        left: 0%;
    }




/*Section 2*/


.home #Section2 {
    position: relative;
    margin-bottom: 3rem;
}

#Section2 {
    position: relative;
}

    #Section2:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        left: 0;
        width: 56%;
        height: 100%;
        background: #282723;
    }

    #Section2 .section-heading h2 {
        color: #fff;
    }

        #Section2 .section-heading h2:before {
            left: 0;
            transform: none;
        }

    #Section2 .left-container {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #282723;
        position: relative;
    }

.left-container::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    left: 0;
    width: 105%;
    height: 100%;
    background: #282723;
    z-index: 0;
}

.left-container-wrap {
    position: relative;
}

#Section2 .btn-outline-danger {
    color: #fff;
}

#Section2 .left-container .section-heading p {
    color: #d4d4d4;
}

#Section2 .right-container {
    position: relative;
}

    #Section2 .right-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

.acme-brand {
    position: absolute;
    bottom: -9rem;
    left: -6rem;
}

#Section2 .ele-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}


#Section2 .icon-play {
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index: 1;
    transition: .3s linear;
}

    #Section2 .icon-play img {
        width: 6.25rem;
    }

    #Section2 .icon-play:hover {
        transform: scale(1.1);
        transition: .3s linear;
    }

.about-overview {
    position: relative;
    height: 100%;
}

    .about-overview > img {
        height: 100%;
        object-fit: cover;
    }





/*Section 3*/
#Section3 .container {
    padding: 0 0rem;
    max-width: 100%;
}

#Section3 {
    position: relative;
}

    #Section3::after {
        content: '';
        position: absolute;
        background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/watermark-acme.png');
        background-size: 100%;
        background-repeat: no-repeat;
        width: 12%;
        height: 100%;
        z-index: 0;
        bottom: 12%;
        right: 2%;
    }

    #Section3 .fact-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

.fact-box .counter {
    display: flex;
    font-size: 2.6rem;
    font-weight: 800;
    color: #dc0030;
    font-family: 'Fenotype-Praktika-Bold';
}

.fact-box p {
    font-family: 'Fenotype-Praktika-Bold';
}

.fact-box .icon img {
    width: 70px;
    filter: contrast(0.5);
}

.fact-box .fp-counter {
    border: 1px solid #ddd;
    padding: 2rem;
    position: relative;
    text-align: center;
    width: calc(100% / 4 - 1.5rem);
}

.fp-counter.style-1:before {
    background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/most-popular/bg-the-most-popular.png');
    background-position: left top;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.fp-counter.style-1 .icon {
    background: #fbe8e8;
    border-radius: 10rem;
    max-width: 100px;
    margin: 0 auto 1rem;
    padding: 1.25rem;
}

.fact-box .fp-counter * {
    justify-content: center;
    position: relative;
}

/*Section 4*/

/*#Section4 .img-collection { border:1px solid #ddd; }*/
#Section4 .bg-collection {
    background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/collection/collection-bg.png');
    height: 100%;
    padding: 25px 15px 0;
    margin-bottom: -25px;
}

#Section4 .col-left-container .card .img-collection {
    display: flex;
    align-items: center;
    height: 100%;
    object-fit: contain;
}

#Section4 .col-left-container .card {
    height: 100%;
}

#Section4 .col-left-container {
    width: 72%;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
}

    #Section4 .col-left-container > div {
        height: calc(50% - 0.625rem);
    }

#Section4 .col-right-container {
    width: 25%;
    margin:6px;
}


.collection-title h4 {
    margin: 0px;
    font-family: 'Fenotype-Praktika-Medium';
    color: #4f4f4f;
}

.collection-title h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 5px;
}

.collection-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
}

    .collection-title span {
        border-radius: 50%;
        text-align: center;
        padding: 3px;
    }

#Section4 .card {
    border: none;
}

.registered_card {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.contact_heading h2:before {
    right: 0;
    margin: auto;
}

#Section4 .img-card:hover .collection-title span {
    background: #cf0433;
    transition: .3s linear;
    transform: translateX(5px);
    color: #fff;
}

#Section4 .img-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    /*  margin-right: 20px;*/
    margin: 6px;
}

    #Section4 .img-card:hover {
        background: #f3f6fd;
    }

        #Section4 .img-card:hover h4 {
            color: #cf0433;
        }

#Section4 .bg-collection .card-body h4 {
    color: #cf0433;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Fenotype-Praktika-Bold';
}

#Section4 .bg-collection .card-body h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Fenotype-Praktika-Bold';
}

#Section4 .bg-collection .card-body div span {
    background: #cf0433;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    margin: 15px;
}

#Section4 .bg-collection .card-body p {
    color: #e5e5e5;
    letter-spacing: 1px;
}

#Section4 .btn-collection {
    background: #cf0433;
    color: #fff;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #cf0433;
}

    #Section4 .btn-collection span {
        padding: 3px;
        border-radius: 50%;
        transition: .3s linear;
    }

    #Section4 .btn-collection:hover {
        border: 1px solid #cf0433;
        background: transparent;
        color: #fff;
    }

        #Section4 .btn-collection:hover span {
            background: #cf0433;
            color: #fff;
            transform: translate(5px);
            transition: .3s linear;
        }

    #Section4 .btn-collection h6 {
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }

    #Section4 .btn-collection small {
        text-transform: capitalize;
        letter-spacing: 0.4px;
    }

/*Section 5*/
#Section5 .container {
    padding: 0 0;
    max-width: 100%;
}

    #Section5 .container .col-md-12 {
        padding: 0 0;
    }

#Section5 .slick-slide img {
    width: 100%;
    cursor: unset;
}

#Section5 .slick-dots li button {
    padding: 2px;
    height: 4px;
}


/*section 6*/
#Section6 {
    background: #f2f0f3;
}

    #Section6 .card-sector {
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        display: block;
    }

        #Section6 .card-sector img {
            width: 100%;
        }

        #Section6 .card-sector .card-body {
            position: absolute;
            bottom: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            width: 100%;
            padding: 25px 30px;
        }

            #Section6 .card-sector .card-body h5 {
                letter-spacing: 0.5px;
                color: #e0e0e0;
                margin: 0px;
                font-family: 'Fenotype-Praktika-Medium';
            }

        #Section6 .card-sector img {
            transition: .3s linear;
        }

        #Section6 .card-sector:hover img {
            transform: scale(1.1);
            transition: .3s linear;
        }

        #Section6 .card-sector .card-body span {
            border-radius: 50%;
            padding: 3px;
            text-align: center;
            transition: .3s linear;
        }

        #Section6 .card-sector:hover .card-body span {
            background: #cf0433;
            transition: .3s linear;
            transform: translateX(5px);
        }



/*section 7*/

#Section7 {
    background: #232b2e;
}

    #Section7 > .container > .section {
        padding: 0rem 0 !important;
    }

    #Section7 .section-heading h2 {
        color: #fff;
    }

    #Section7 .section-heading h6 {
        color: #ddd;
    }

    #Section7 p {
        color: #ddd;
        line-height: 2.2rem;
    }

    #Section7 .section-heading h2:before {
        background: none;
    }

    #Section7 .btn-outline-danger {
        color: #fff;
    }

/*.beStrongSlider,
    .beStrongImages,
    #Section7 .slider-img-wrap .slick-slide,
    #Section7 .slider-img-wrap .slick-list {
        height: 100%;
    }

.slider-text-wrap,
.slider-img-wrap {
    width: 50%;
    height: 100%;
    float: left;
    color: #cdcdcd;
}

#Section7 .slider-img-wrap {
    position: relative;
}

    #Section7 .slider-img-wrap:before {
        content: '';
        background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/acme-brand-logo.png');
        position: absolute;
        width: 100%;
        height: 100%;
        top: 32px;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;*/
/* filter: contrast(100); */
/*opacity: 0.6;
    }

.slider-img-wrap .slick-slide {
    margin-top: 32px;
}

.slider-text-wrap p {
    color: #ddd;
    margin-bottom: 2rem;
    line-height: 35px;
}

.slider-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 110px;
}

#Section7 .btn-outline-danger {
    color: #fff;
}

#Section7 .slick-arrow {
    border-radius: 0px;
    top: auto;
    bottom: 0;
    transform: none;
}

#Section7 .slick-prev {
    left: -50px;
}

#Section7 .slick-next {
    left: 0;
    right: auto;
}

#Section7 .slick-prev:before {
    content: '\f104';
}

#Section7 .slick-next:before {
    content: '\f105';
}

#Section7 .slick-next:before,
#Section7 .slick-prev:before {
    font-size: 30px;
}

#Section7 .slick-slide img {
    height: 100%;
    object-fit: cover;
}

#Section7 .slick-next {
    background: #bd0832;
}

#Section7 .slick-arrow:hover {
    background: #bd0832;
}*/


/*section 8*/

#Section8 {
    padding-top: 5rem;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

    #Section8 > div.container > div.section > div.row > div.col-md-12 {
        padding: 0px;
    }

    #Section8::after {
        content: '';
        background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/most-popular/bg-the-most-popular.png');
        position: absolute;
        width: 41%;
        height: 800px;
        top: -26%;
        right: -14%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
    }

    #Section8 .section-heading:after {
        left: 50%;
        transform: translateX(-50%);
    }

    #Section8 .card {
        border: 1px solid #eee;
        padding: 35px;
    }

    #Section8 .card-body {
        padding: 0px;
    }

        #Section8 .card-body h4 {
            position: relative;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 20px 0px;
            font-size: 1.6rem;
            font-family: 'Fenotype-Regular';
            font-weight: 600;
        }

            #Section8 .card-body h4:before {
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 10px;
                background: #cf0433;
                width: 50px;
                height: 3px;
            }

    #Section8 #mostPopular {
        position: relative;
        z-index: 1;
    }

    #Section8 .slick-slide:nth-child(odd) .card {
        display: flex;
        flex-direction: column-reverse;
    }

    #Section8 .slick-slide {
        padding: 0px 10px;
    }

        #Section8 .slick-slide img {
            cursor: pointer;
            margin: 20px 0;
            transition: .3s linear;
        }

        #Section8 .slick-slide a:hover img {
            transform: scale(1.1);
            transition: .3s linear;
        }



/*section 9*/

#Section9 .slick-slide img {
    height: 19rem;
    border: 1px solid #dddddd85;
    object-fit: cover;
    width: 100%;
    border: 1px solid #dddddd85;
}

#Section9 .slick-slide {
    margin: 15px;
}

#Section9 .card {
    border: none;
    position: relative;
}

#Section9 .card-body {
    background: #fff;
    margin-top: -40px;
    margin-right: 23px;
    padding: 30px;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 40%);
    position: relative;
    border: 1px solid #dddddd78;
}

    #Section9 .card-body h4 {
        font-family: 'Fenotype-Praktika-Bold';
        position: relative;
        color: #202020;
        margin-bottom: 2rem;
    }

        #Section9 .card-body h4:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -12px;
            background: #cf0433;
            width: 28px;
            height: 3px;
        }

    #Section9 .card-body p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #Section9 .card-body .btn-knowmore {
        font-weight: 500;
        color: #cf0433;
        display: flex;
        align-items: end;
    }

#Section9 .slick-slide a img {
    transition: .3s linear;
}

#Section9 .slick-slide .card:hover img {
    transform: scale(0.9);
    transition: .3s linear;
}

#Section9 .slick-slide .card span {
    border-radius: 50%;
    min-width: 1rem;
    min-height: 1rem;
    color: #cf0433;
    text-align: center;
    margin-left: 5px;
    opacity: 0;
}

#Section9 .slick-slide .card:hover span {
    background: #cf0433;
    color: #ffffff;
    transition: .3s linear;
    transform: translateX(5px);
    opacity: 1;
}

#Section9 .card:hover .btn-knowmore {
    color: #cf0433;
    text-decoration: none;
}


#lg-download {
    display: none;
}




/*innerpage*/


.inner-about-us #middle,
.inner-history #middle,
.inner-awards #middle,
.inner-clients #middle,
.inner-csr #middle,
.inner-why-acme #middle,
.inner-working-with-acme #middle,
.inner-events #middle,
.inner-certifications #middle,
.inner-environment #middle,
.inner-shoe-care #middle,
.inner-foot-care #middle,
.inner-sustainability #middle,
.inner-research-and-development #middle,
.inner-it-driven #middle,
.inner-technology #middle,
.inner-safety-requirements #middle,
.inner-terms-conditions #middle,
.inner-videos #middle,
.inner-warranty-information #middle,
.inner-shoe-finder #middle,
.inner-product-listing #middle,
.inner-anatomy #middle
 {
    padding: 0;
}

    .inner-about-us #middle > .container,
    .inner-history #middle > .container,
    .inner-awards #middle > .container,
    .inner-clients #middle > .container,
    .inner-csr #middle > .container,
    .inner-why-acme #middle > .container,
    .inner-working-with-acme #middle > .container,
    .inner-events #middle > .container,
    .inner-certifications #middle > .container,
    .inner-environment #middle > .container,
    .inner-shoe-care #middle > .container,
    .inner-foot-care #middle > .container,
    .inner-sustainability #middle > .container,
    .inner-research-and-development #middle > .container,
    .inner-it-driven #middle > .container,
    .inner-technology #middle > .container,
    .inner-safety-requirements #middle > .container,
    .inner-videos #middle > .container,
    .inner-warranty-information #middle > .container,
    .inner-shoe-finder #middle > .container,
    .inner-product-listing #middle > .container,
    .inner-anatomy #middle > .container
 {
        padding: 0 0rem;
        max-width: 100%;
    }


.inner-about-us .col-md-12.col-sm-12 > h1,
.inner-history .col-md-12.col-sm-12 > h1,
.inner-awards .col-md-12.col-sm-12 > h1,
.inner-clients .col-md-12.col-sm-12 > h1,
.inner-csr .col-md-12.col-sm-12 > h1,
.inner-why-acme .col-md-12.col-sm-12 > h1,
.inner-working-with-acme .col-md-12.col-sm-12 > h1,
.inner-events .col-md-12.col-sm-12 > h1,
.inner-certifications .col-md-12.col-sm-12 > h1,
.inner-shoe-care .col-md-12.col-sm-12 > h1,
.inner-foot-care .col-md-12.col-sm-12 > h1,
.inner-sustainability .col-md-12.col-sm-12 > h1,
.inner-research-and-development .col-md-12.col-sm-12 > h1,
.inner-it-driven .col-md-12.col-sm-12 > h1,
.inner-technology .col-md-12.col-sm-12 > h1,
.inner-safety-requirements .col-md-12.col-sm-12 > h1,
.inner-faq .col-md-12.col-sm-12 > h1,
.inner-warranty-information .col-md-12.col-sm-12 > h1,
.inner-certifications .col-md-12.col-sm-12 > h1,
.inner-foot-care .col-md-12.col-sm-12 > h1,
.inner-environment .col-md-12.col-sm-12 > h1,
.inner-privacy-policy .col-md-12.col-sm-12 > h1,
.inner-shipping-policy .col-md-12.col-sm-12 > h1,
.inner-terms-conditions .col-md-12.col-sm-12 > h1,
.inner-return-policy .col-md-12.col-sm-12 > h1,
.inner-videos .col-md-12.col-sm-12 > h1,
.inner-size-guide .col-md-12.col-sm-12 > h1,
.inner-shoe-finder .col-md-12.col-sm-12 > h1,
.inner-terms-and-conditions .col-md-12.col-sm-12 > h1,
.inner-shoe-finder-listing .col-md-12.col-sm-12 > h1,
.inner-anatomy .col-md-12.col-sm-12 > h1
{
    display: none !important;
}

.inner-shoe-finder .wrapper {
    min-height: auto;
}

.inner-shoe-finder .top-banner {
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 80vh;
}

    .inner-shoe-finder .top-banner:after {
        background-color: rgb(0 0 0 / 16%);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.inner-shoe-finder .section {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .inner-shoe-finder .section h2,
    .inner-shoe-finder .section h3,
    .inner-shoe-finder .section h4 {
        color: #ffffff;
        position: relative;
        text-align: center;
    }

        .inner-shoe-finder .section h2:before {
            left: 0;
            margin: auto;
            right: 0;
            transform: translateX(0);
        }

.inner-shoe-finder .card-multi-step {
    display: none;
}

    .inner-shoe-finder .card-multi-step.active {
        display: block;
    }

.inner-shoe-finder .card {
    align-items: center;
    background-color: transparent;
    background-position: left center;
    background-size: cover;
    border: 0;
    display: flex;
    height: calc(100% - 30px);
    justify-content: center;
    margin-bottom: 30px;
    min-height: 350px;
    padding: 30px;
    position: relative;
}

    .inner-shoe-finder .card:before {
        background-color: rgba(0,0,0,.4);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .inner-shoe-finder .card p {
        color: #ffffff;
        margin: 20px 0 0;
        position: relative;
        text-align: center;
    }

.inner-shoe-finder input[type='checkbox'],
.inner-shoe-finder input[type='radio'] {
    height: 0;
    opacity: 0;
    width: 0;
}

.inner-shoe-finder label {
    border: 1px solid #ffffff;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    position: absolute;
    transition: all 400ms ease;
    width: 100%;
    z-index: 1;
}

    /*.inner-shoe-finder label:hover,
    .inner-shoe-finder input[type='radio']:checked + label,
    .inner-shoe-finder input[type='checkbox']:checked + label {
        background-color: transparent;
    }*/

    .inner-shoe-finder label span {
        display: block;
        height: 0;
        position: relative;
        pointer-events: none;
        text-indent: -99999999px;
        width: 0;
    }

        .inner-shoe-finder label:after,
        .inner-shoe-finder label:before,
        .inner-shoe-finder label span:before,
        .inner-shoe-finder label span:after {
            content: '';
            position: absolute;
        }

    .inner-shoe-finder label:after {
        border-bottom: 3px solid #dc0030;
        bottom: 5px;
        height: 0;
        left: 0;
        margin: auto;
        right: 0;
        transition: 1s;
        width: 0;
    }

    .inner-shoe-finder label:hover:after {
        width: 98%;
    }

    .inner-shoe-finder label span:after {
        border: 1px solid #ffffff;
        border-radius: 100px;
        height: 25px;
        left: 20px;
        top: 20px;
        width: 25px;
    }

    .inner-shoe-finder label span:before {
        background-color: #dc0030;
        border: 1px solid #dc0030;
        border-radius: 100px;
        height: 15px;
        left: 25px;
        top: 25px;
        transform: scale(0);
        transition: transform 400ms ease;
        width: 15px;
    }

.inner-shoe-finder input[type='checkbox'] + label span:after {
    border-radius: 5px;
}

.inner-shoe-finder input[type='checkbox'] + label span:before {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 0;
    height: 7px;
    transform: scale(0) rotate(0deg);
    top: 27px;
    z-index: 1;
}

.inner-shoe-finder input[type='checkbox']:checked + label:after,
.inner-shoe-finder input[type='radio']:checked + label:after {
    width: 98%;
}

.inner-shoe-finder input[type='checkbox']:checked + label span:after,
.inner-shoe-finder input[type='checkbox']:checked + label span:before,
.inner-shoe-finder input[type='radio']:checked + label span:after,
.inner-shoe-finder input[type='radio']:checked + label span:before {
    transform: scale(1);
}

.inner-shoe-finder input[type='checkbox']:checked + label span:after {
    background-color: #dc0030;
}

.inner-shoe-finder input[type='checkbox']:checked + label span:before {
    transform: scale(1) rotate(-45deg);
}

.inner-shoe-finder .section-heading {
    margin-bottom: 50px;
}

.inner-shoe-finder .steps-wrapper h3,
.inner-shoe-finder .steps-wrapper .row {
    margin-bottom: 30px;
}

.inner-shoe-finder .steps-wrapper h3 {
    align-items: center;
    display: flex;
    justify-content: center;
}

    .inner-shoe-finder .steps-wrapper h3 span {
        background-color: #cb1035;
        border-radius: 50px;
        padding: 10px 40px 15px;
    }

.flow-list {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
}

    .flow-list li {
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 100px;
        height: 15px;
        list-style: none;
        margin: 10px;
        position: relative;
        width: 15px;
    }

        .flow-list li.current-active {
            background-color: rgba(255, 255, 255, 1);
        }

        .flow-list li.visited {
            background-color: rgba(255, 255, 255, 0.5);
        }

        .flow-list li:after {
            background-color: rgba(255, 255, 255, 0.5);
            content: '';
            height: 2px;
            left: 100%;
            margin: auto;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
        }

        .flow-list li:last-child:after {
            display: none;
        }

        .flow-list li br {
            display: none;
        }

/* shoe finder listing */
.inner-page.inner-shoe-finder-listing #middle {
    padding: 0;
}

.sfl-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 111px);
}

.sfl-left {
    position: relative;
    width: 30vw;
}

    .sfl-left .sfl-left-inner {
        background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/about-us/img4.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: calc(100vh - 111px);
        padding: 40px;
        position: sticky;
        top: 111px;
        z-index: 1;
    }

        .sfl-left .sfl-left-inner:before {
            background-color: hsla(0,0%,100%,.75);
            content: '';
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

    .sfl-left .position-relative {
        position: relative;
        z-index: 1
    }

    .sfl-left h2 {
        color: #000000;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .sfl-left span {
        font-size: 22px;
    }

        .sfl-left span a {
            color: #000000 !important;
            font-weight: 600;
            text-transform: uppercase;
            transition: all ease 0.5s;
        }

            .sfl-left span a:hover {
                text-decoration: underline !important;
            }

    .sfl-left .btn {
        margin-top: 35px !important;
    }

.sfl-right {
    padding: 40px;
    width: calc(100% - 30vw);
}

.sfl-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sfl-right .product-box {
    position: relative;
    transition: .2s;
    -webkit-transition: .2s;
    width: 100%;
    border: 1px solid #ddd;
}

    .sfl-right .product-box .product-image {
        text-align: center;
        position: relative;
    }

        .sfl-right .product-box .product-image img,
        .sfl-right .slider-box .image-wrap img {
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            transition: .3s all ease-in-out;
            -webkit-transition: .3s all ease-in-out;
            width: 100%;
            border-radius: 30px;
            object-fit: contain;
        }

        .sfl-right .product-box .product-image img {
            height: 100%;
            position: absolute;
        }

.sfl-right .product-image-wrapper {
    position: relative;
}

.sfl-right .product-image-wrapper, .sfl-right .image-wrap {
    overflow: hidden;
}

.sfl-right .product-image .images {
    position: relative;
    padding-top: 100%;
    text-align: center;
    display: block;
}

@media screen and (min-width: 1600px) {
    .inner-page.inner-shoe-finder-listing .container {
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1599px) {
    .sfl-left .sfl-left-inner {
        height: calc(100vh - 100px);
        padding: 30px;
        top: 100px;
    }

    .sfl-left h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .sfl-right {
        padding: 30px;
    }

    .sfl-top {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .sfl-left .sfl-left-inner {
        padding: 20px;
    }

    .sfl-left h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .sfl-left span {
        font-size: 18px;
    }

    .sfl-right {
        padding: 20px;
    }

    .sfl-top {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .section {
        padding: 3rem 0;
    }
}

@media screen and (max-width: 991px) {
    .sfl-wrapper {
        display: block;
    }

    .sfl-left {
        position: relative;
        width: 100%;
        text-align: center;
    }

        .sfl-left .sfl-left-inner {
            height: auto;
        }

    .sfl-right {
        margin: auto;
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .sfl-left h2 {
        font-size: 20px;
    }

    .sfl-left span {
        font-size: 16px;
    }

    .sfl-left .btn {
        margin-top: 20px !important;
    }

    .sfl-right {
        margin: auto;
        width: 540px;
    }
}

@media screen and (max-width: 575px) {
    .sfl-right {
        margin: auto;
        width: 100%;
    }
}

/* shoe finder listing */

.inner-shoe-finder-listing .section-heading h2 {
    font-size: 60px;
}

.inner-shoe-finder-listing .section-heading h3 {
    font-size: 50px;
    margin-bottom: 2rem;
}

    .inner-shoe-finder-listing .section-heading h3:before {
        width: 0px;
    }


/*top-banner*/

.top-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

    .top-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000085;
    }

    .top-banner .topbanner-ele {
        position: absolute;
        top: -36%;
        right: -10%;
        width: 33%;
        opacity: 0.2;
    }

    .top-banner .banner-caption {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


/*product page*/

.menu-product {
    text-align: center;
    padding: 40px;
}
    /*.menu-product .img-product{ border: 1px solid #ddd; }*/

    .menu-product img {
        width: 68%;
        transition: .3s linear;
    }

        .menu-product img:hover {
            transform: scale(1.1);
            transition: .3s linear;
        }

    .menu-product .img-product h5 {
        color: #222;
        padding: 10px;
        font-size: 1.25rem;
        font-weight: 600;
    }


/*listing page*/

.inner-product-listing .top-banner {
    width: 100%;
    height: 25rem;
}

    .inner-product-listing .top-banner .topbanner-ele {
        top: -52%;
        right: -10%;
        width: 40%;
    }

.inner-product-listing #middle > div.container.container-middle-inner > div {
    width: 90%;
    margin: 0 auto;
}



/*product-details page*/

.inner-product-details .top-banner {
    display: none;
}



/*about page*/

.bg-light {
    background: #e5e5e5 !important;
}

.inner-about-us .left-container::before {
    width: 104%;
}

.inner-about-us .left-container::before {
    background: transparent;
}

.inner-about-us .icon-value {
    background: #d70031;
    width: 80px;
    padding: 12px;
    border-radius: 50%;
}

.inner-about-us .left-container .section-heading p {
    width: 100%;
}

.inner-about-us .right-container .ele-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.inner-about-us .years-exp {
    position: absolute;
    top: 0;
    left: -9%;
    background: #d80032;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
}



.inner-about-us .values {
    background: #282723;
}

    .inner-about-us .values .h2 {
        color: #fbfbfb;
    }

    .inner-about-us .values h4 {
        text-transform: uppercase;
        color: #fff;
        position: relative;
        margin-bottom: 2.5rem;
    }

        .inner-about-us .values h4:before {
            content: '';
            position: absolute;
            left: 0%;
            bottom: -20px;
            background: #fff;
            width: 60px;
            height: 3px;
        }

    .inner-about-us .values p {
        color: #b7b7b7;
    }

    .inner-about-us .values .icon {
        background: #dc0030;
        width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 10px; */
        text-align: center;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

.inner-about-us .about-heading {
    text-align: center;
}

    .inner-about-us .about-heading .h2:before {
        left: 50%;
        transform: translateX(-50%);
    }

.inner-about-us .card {
    width: 23%;
    margin: 10px;
    height: 430px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    display: block;
}

.inner-about-us .card-media img {
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

.inner-about-us .card-media h4 {
    display: none;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 65%;
    z-index: 1;
    color: #fff;
}

.inner-about-us .card-overlay:after {
    position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    transition: all 0.3s;
}

.inner-about-us .card-overlay:hover:after {
    background-color: rgb(215 0 50 / 86%);
}

.inner-about-us .card-overlay:hover h4 {
    display: block;
}



/*history page*/
.inner-history .section-heading .h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.inner-history .origins .section-heading .h2:before {
    left: 0%;
    transform: none;
}

.inner-history .years-exp {
    background: #d7002f;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
    padding: 30px 15px;
    text-align: center;
    width: 190px;
}

    .inner-history .years-exp h3 {
        font-size: 5rem;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        line-height: 5.4rem;
        padding: 0px 0px 6px;
    }

    .inner-history .years-exp p {
        color: #fff;
        margin-bottom: 0;
        text-transform: capitalize;
    }



/*history page*/
/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
}

    .timeline-item:last-child {
        padding-bottom: 0;
    }

.timeline-info {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

    .timeline-marker:before {
        background: #dc0030;
        border: 3px solid transparent;
        border-radius: 100%;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    }

    .timeline-marker:after {
        content: "";
        width: 3px;
        background: #ccd5db;
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
    }

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #dc0030;
}

.timeline-content {
    padding-bottom: 40px;
}

    .timeline-content p:last-child {
        margin-bottom: 0;
    }


.timeline {
    list-style: none;
}

    .timeline > .column {
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .timeline > .column::before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            transform: translatex(-50%);
            border: 1px solid rgba(49, 49, 49, 0.5);
            height: calc(100% / 5 * 4);
            z-index: -1;
        }

        .timeline > .column > .row {
            display: flex;
            margin: 30px 0;
        }


            .timeline > .column > .row > .img {
                flex: 1 1 calc(50% - 50px);
                position: relative;
                text-align: center;
                padding: 0px 40px;
            }

            .timeline > .column > .row > .icon {
                width: 70px;
                height: 70px;
                line-height: 70px;
                border-radius: 50%;
                background: #dc0030;
                text-align: center;
                box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
                position: relative;
            }

                .timeline > .column > .row > .icon:after {
                    content: '';
                    position: absolute;
                    left: 49%;
                    top: 50%;
                    background: #f9f9f9;
                    width: 3px;
                    height: 100%;
                }

            .timeline > .column > .row > .text h3 {
                font-family: 'Fenotype-Regular';
                position: relative;
                color: #000;
            }

            .timeline > .column > .row > .text {
                flex: 1 1 calc(50% - 50px);
                padding: 0px 120px;
            }

            .timeline > .column > .row > .example-title {
                background: #fff;
            }

                .timeline > .column > .row > .example-title p {
                    width: 60%;
                    margin: 0 auto;
                }

            .timeline > .column > .row:nth-child(even) {
                flex-direction: row-reverse;
            }

                .timeline > .column > .row:nth-child(even) > div:last-child {
                    text-align: end;
                }

            .timeline > .column > .row:nth-child(odd) .icon::before {
                content: '';
                position: absolute;
                left: 128%;
                top: 50%;
                background: #f2a3b4;
                width: 72px;
                height: 4px;
            }

            .timeline > .column > .row:nth-child(even) .icon::before {
                content: '';
                position: absolute;
                right: 128%;
                top: 50%;
                background: #f2a3b4;
                width: 72px;
                height: 4px;
            }

.timeline-item {
    padding-left: 40px;
    position: relative;
}

    .timeline-item:last-child {
        padding-bottom: 0;
    }

.timeline-info {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

    .timeline-marker:before {
        background: #dc0030;
        border: 3px solid transparent;
        border-radius: 100%;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    }

    .timeline-marker:after {
        content: "";
        width: 3px;
        background: #ccd5db;
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
    }

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #dc0030;
}

.timeline-content {
    padding-bottom: 40px;
}

    .timeline-content p:last-child {
        margin-bottom: 0;
    }




/*why acme*/

.inner-why-acme .why-acme ul {
    padding: 0;
}

    .inner-why-acme .why-acme ul li {
        margin-bottom: 10px;
    }



/*inner-technology*/

.inner-technology .icon-shoe {
    width: 270px;
    margin: 40px 0;
}

.inner-technology .technology ul {
    padding: 0;
}

    .inner-technology .technology ul li {
        list-style: none;
        display: flex;
        align-items: start;
        margin-bottom: 15px;
    }


.inner-technology .img-right {
    text-align: center;
}

    .inner-technology .img-right img {
        width: 500px;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }

.inner-technology .img-right {
    position: relative;
}

    .inner-technology .img-right:before {
        content: '';
        right: 0;
        background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/technology/technology-ele.png');
        background-size: 400px;
        background-position: right;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
    }



/*certifications page*/

.inner-certifications .section-heading h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.certifications-block h4 {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 14px;
}

.inner-certifications .nav-tabs {
    justify-content: center;
    margin: 40px 0;
    border-bottom: none;
}

    .inner-certifications .nav-tabs li {
        margin: 0px 20px;
        text-align: center;
        border: 1px solid #ddd;
    }

        .inner-certifications .nav-tabs li a {
            color: #0a0a0a;
            font-size: 18px;
            font-weight: 600;
            position: relative;
            transition: .3s linear;
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            padding: 5px 26px 10px;
        }

            .inner-certifications .nav-tabs li a:before {
                content: '';
                position: absolute;
                left: 0%;
                top: 50%;
                background: #dc0030;
                width: 0px;
                height: 2px;
                transition: .3s linear;
            }

            .inner-certifications .nav-tabs li a img {
                width: 90px;
                margin: 0 auto;
            }

            .inner-certifications .nav-tabs li a.active {
                color: #dc0030;
            }
/*.inner-certifications .nav-tabs li a.active:before{  width: 25px; }*/




.inner-certifications .card-item {
    width: 100%;
    height: 280px;
    background-color: white;
    position: relative;
    display: inline-block;
    margin: 1% 2% 1% 0%;
    overflow: hidden;
    box-shadow: 2px 3px 20px #4444442b;
    cursor: pointer;
    border: 10px solid #ddd;
    transition: .3s linear;
}

.inner-certifications .card-item {
    width: 100%;
    text-align: center;
}

.card-box1 .overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: left;
}

    .card-box1 .overlay span:nth-child(1) {
        position: absolute;
        left: 14%;
        top: 30%;
        font-size: 32px;
        font-weight: bold;
        font-family: coustard;
        transform: translateX(-50%);
        color: #e31d3c;
    }

    .card-box1 .overlay span:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: 400;
        font-family: 'Fenotype-Praktika-Medium';
        transform: translateX(-50%);
        width: 80%;
    }

    .card-box1 .overlay div:nth-child(3) {
        height: 3px;
        background-color: #dc0030;
        position: absolute;
        top: 80%;
        left: 0;
    }

    .card-box1 .overlay:hover {
        opacity: 1;
    }

        .card-box1 .overlay:hover span:nth-child(1) {
            animation: slide 0.4s;
        }

        .card-box1 .overlay:hover span:nth-child(2) {
            animation: slide 0.7s;
        }

        .card-box1 .overlay:hover div:nth-child(3) {
            animation: line 0.5s forwards;
        }

@keyframes slide {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes line {
    0% {
        width: 0;
    }

    100% {
        width: 50%
    }
}






/*csr page*/

.inner-csr .section-heading h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.inner-csr video {
    position: relative;
    width: 100%;
    z-index: 0;
}

.embed-responsive-16by9::before {
    padding-top: unset;
}


.inner-csr .cancer-hospital .item > a > img {
    height: 100%;
    object-fit: cover;
}

.inner-csr .cancer-hospital .item .vid-overlay, .inner-csr .cancer-hospital .item .vid-overlay > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

    .inner-csr .cancer-hospital .item .vid-overlay a {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .inner-csr .cancer-hospital .item .vid-overlay div[data-toggle="modal"] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .inner-csr .cancer-hospital .item .vid-overlay div[data-toggle="modal"] > img {
            border: none;
            box-shadow: none;
            max-width: 75px;
        }

.inner-csr .modal .close {
    position: absolute;
    right: -24px;
    top: -24px;
    background: #fff;
    width: 30px;
    height: 30px;
    padding: 0px 0px 5px;
    border-radius: 50%;
}

.inner-csr .cancer-hospital > img {
    box-shadow: 0px 0px 9px rgb(0 0 0 / 65%);
    border: 8px solid #fff;
    transition: .3s linear;
}

.inner-csr .cancer-hospital .vid-overlay, .inner-csr
.cancer-hospital .vid-overlay > img {
    height: 100%;
    object-fit: cover;
}

    .inner-csr .cancer-hospital .vid-overlay a > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: auto;
    }

.inner-csr .cancer-hospital > img:hover {
    border: 8px solid #dc0030;
    transition: .3s linear;
}

.inner-csr .cancer-hospital .overlay span > img {
    width: 17px;
}

.inner-csr .card-item {
    width: 350px;
    height: 300px;
    background-color: white;
    position: relative;
    display: inline-block;
    margin: 1% 2% 1% 0%;
    overflow: hidden;
    box-shadow: 2px 3px 10px #444444;
    border: 10px solid #ddd;
}

    .inner-csr .card-item a > img {
        height: 100%;
        object-fit: cover;
    }

    .inner-csr .card-item .overlay {
        color: #000;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        transition: all 0.5s ease;
        position: absolute;
        top: 0;
        bottom: 0;
    }

.uncover .overlay span:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 38%;
    font-weight: bold;
    transform: translateX(-50%);
    opacity: 0;
}

.uncover .overlay span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Fenotype-Praktika-Medium';
    transform: translateY(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.uncover .overlay div:nth-child(3) {
    height: 30px;
    background-color: #dc0030;
    position: absolute;
    top: 38%;
    opacity: 0;
}

.uncover .overlay div:nth-child(4) {
    height: 30px;
    background-color: #dc0030;
    position: absolute;
    top: 50%;
    left: 25%;
    opacity: 0;
}

.uncover .overlay:hover {
    opacity: 0.9;
}

    .uncover .overlay:hover span:nth-child(1) {
        animation: fadein 0.6s forwards;
        animation-delay: 0.5s;
    }

    .uncover .overlay:hover span:nth-child(2) {
        animation: fadein 0.6s forwards;
        animation-delay: 0.75s;
    }

    .uncover .overlay:hover div:nth-child(3) {
        animation: draw-left 0.7s;
    }

    .uncover .overlay:hover div:nth-child(4) {
        animation: draw-right 0.7s;
        animation-delay: 0.6s;
    }

@keyframes draw-left {
    0% {
        opacity: 0;
        width: 0px;
        left: 75%
    }

    50% {
        opacity: 1;
        left: 25%;
        width: 200px;
    }

    100% {
        opacity: 0;
        width: 0px;
        left: 25%;
    }
}

@keyframes draw-right {
    0% {
        opacity: 0;
        width: 0px;
    }

    50% {
        opacity: 1;
        width: 200px;
    }

    100% {
        opacity: 0;
        width: 0px;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





/*clients page*/

.inner-clients .left-wrapper {
    width: 310px;
}

.inner-clients .right-wrapper {
    width: calc(100% - 310px);
    padding-left: 4rem;
}

.inner-clients ul.nav-tabs {
    display: block;
}

    .inner-clients ul.nav-tabs li a {
        display: block;
        position: relative;
        padding: 14px 14px 14px 24px;
        cursor: pointer;
        background: #232b2e;
        color: white;
        z-index: 0;
        border-top: 1px solid #4848488f;
    }

    .inner-clients ul.nav-tabs li a {
        color: #fff;
    }

        .inner-clients ul.nav-tabs li a:before {
            content: " ";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #cf0433;
            transform: scaleX(0);
            transform-origin: 0 50%;
            transition: transform .5s ease-out;
        }

        .inner-clients ul.nav-tabs li a.active:before,
        .inner-clients ul.nav-tabs li a:hover:before,
        .inner-clients ul.nav-tabs li a.show:before {
            transform: scaleX(1);
        }

.client-wrap {
    display: flex;
    flex-wrap: wrap;
}

    .client-wrap .client-box {
        border: 1px solid #ddd;
        text-align: center;
        margin: 0px 30px 30px 0;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s linear;
    }

        .client-wrap .client-box img {
            width: 150px;
        }

        .client-wrap .client-box:hover {
            transition: .3s linear;
            box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
        }




/*why-acme*/

.inner-why-acme table th, .inner-why-acme table td {
    padding: 0.5rem;
}

.inner-why-acme .slick-slide img {
    height: 250px;
    margin: 0 auto;
}

.inner-why-acme h4 {
    font-weight: 600;
    font-family: 'Fenotype-Regular';
    letter-spacing: 1px;
    font-size: 1.4rem;
    line-height: 30px;
}

.inner-why-acme .nav-pills-custom .nav-link,
.inner-foot-care .nav-pills-custom .nav-link {
    background: #fff;
    position: relative;
    margin-right: 30px;
    text-transform: capitalize;
    color: #444;
    font-weight: 500;
    font-family: 'Fenotype-Praktika-Medium';
    letter-spacing: .4px;
    font-size: 1.1rem;
    padding: 14px 35px;
    width: auto;
    min-width: auto;
}

    .inner-why-acme .nav-pills-custom .nav-link.active,
    .inner-foot-care .nav-pills-custom .nav-link.active {
        color: #fff;
        background: #e31d3c;
    }

        .inner-why-acme .nav-pills-custom .nav-link.active::before,
        .inner-foot-care .nav-pills-custom .nav-link.active::before {
            border-top: 8px solid transparent;
            border-left: 10px solid #e31d3c;
            border-bottom: 8px solid transparent;
        }




/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .inner-why-acme .nav-pills-custom .nav-link::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -8px;
        transform: translateY(-50%);
        border: none;
    }
}

.inner-why-acme .nav-pills-custom .nav-link.active::before,
.inner-foot-care .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}




/*research-and-development*/

.ul-list li {
    position: relative;
    list-style: none;
    padding-left: 2rem;
    margin-bottom: 20px;
}

    .ul-list li:before {
        content: "\f138";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0;
        color: #d80032;
        transition: all 0.3s ease-in-out;
        font-size: 22px;
        font-weight: 700;
    }

.imagesContainer {
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}

    .imagesContainer img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 340px;
        object-fit: contain;
        margin: 0 auto;
    }

.animate-img {
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.singleSlider .slick-slide img {
    margin: 0 auto;
}


/*awards*/

.inner-awards .section-heading h2:before {
    left: 50%;
    transform: translateX(-50%);
}

/*.inner-awards .photo-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 250px;
    margin-right: 30px;
    margin-right: 15px;
    border: 1px solid #ddd;
}

    .inner-awards .photo-item img {
        width: 100%;
        height: auto;
    }*/

.inner-awards .card-item {
    width: 350px;
    height: 350px;
    background-color: white;
    position: relative;
    display: inline-block;
    margin: 1% 2% 1% 0%;
    overflow: hidden;
    box-shadow: 2px 3px 20px #4444442b;
    cursor: pointer;
    border: 10px solid #ffffff;
    transition: .3s linear;
}

    .inner-awards .card-item a {
        width: 100%;
        height: 100%;
        display: block;
        transition: .3s linear;
    }

    .inner-awards .card-item img {
        object-fit: cover;
        width: 100%;
    }

    .inner-awards .card-item .overlay {
        letter-spacing: 1px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        transition: all 0.5s ease;
        position: absolute;
        top: 0;
        bottom: 0;
    }



.card-box .overlay > span:nth-child(1) {
    position: absolute;
    left: 10%;
    bottom: 25%;
    font-weight: bold;
    opacity: 0;
    font-size: 30px;
    color: #e31d3c;
}

.card-box .overlay span:nth-child(2) {
    position: absolute;
    bottom: 16%;
    left: 10%;
    font-weight: 600;
    opacity: 0;
    font-family: 'Fenotype-Praktika-Bold';
}

.card-box .overlay div:nth-child(3) {
    position: absolute;
    top: 90%;
    left: 0;
    height: 60px;
    background-color: #e31d3c;
}

.card-box.item:hover iframe {
    transition: .3s linear;
}

.card-box.item:hover {
    border: none;
    transition: .3s linear;
}

.card-box .overlay:hover {
    opacity: 0.9;
    transition: .3s linear;
}

    .card-box .overlay:hover span:nth-child(1) {
        animation: focus 0.4s forwards;
        animation-delay: 0.2s;
    }

    .card-box .overlay:hover span:nth-child(2) {
        animation: focus 0.4s forwards;
        animation-delay: 0.4s;
    }

    .card-box .overlay:hover div:nth-child(3) {
        animation: block 0.3s forwards;
        animation-delay: 0.15s;
    }

@keyframes focus {
    0% {
        transform: scale(1.4) translateX(-30%);
        filter: blur(10px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateX(0%);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes block {
    0% {
        width: 0;
        filter: blur(5px);
        opacity: 0;
    }

    100% {
        width: 100%;
        filter: blur(0px);
        opacity: 1;
    }
}










/*it-driven*/

.inner-it-driven .section-heading h2:before {
    left: 50%;
    transform: translateX(-50%);
}
/*.inner-it-driven .hrms-img img {
    width: 72px;
    background: #b72221;
    border-radius: 50%;
    padding: 15px;
}

.inner-it-driven .hrms-box .hrms-img {
    width: 210px;
}

.inner-it-driven .photo-item {
    min-height: 130px;
    height: 130px;
    overflow: hidden;
    border: 2px solid #ddd;
    margin-bottom: 25px;
}*/

.inner-it-driven .section-subheading h3 {
    font-size: 2.2rem;
    color: #1f1f1f;
    font-family: 'Fenotype-Praktika-Bold';
}

.tabs-btn {
    border-bottom: none;
    padding-top: 2px;
}

    .tabs-btn > li a {
        float: none;
        margin-bottom: 2px;
        margin-right: -1px;
        background: #dddddd4f;
        padding: 14px 20px;
        margin: 5px 5px 5px 0;
        font-weight: 900;
        border-radius: 0;
        border-bottom: 2px solid #ddd;
    }

        .tabs-btn > li .active,
        .tabs-btn > li a.active:hover,
        .tabs-btn > li a.active:focus {
            border-bottom: 2px solid #dc0030;
            border-right-color: transparent;
        }

    .tabs-btn > li > a {
        color: #222;
        display: block;
    }


.inner-it-driven ul.accordion-list {
    background: transparent;
}

    .inner-it-driven ul.accordion-list li div.answer {
        margin-top: 18px;
    }

.inner-it-driven > ul.accordion-list div.answer ul > li {
    list-style: none;
    padding: 0px;
    border: none;
}

/*video gallery*/


.inner-videos .video-item {
    width: 30%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.inner-videos .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .inner-videos .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




/* environment page */

/*.inner-environment .section-heading h2 {
    margin-bottom: 2rem;
}*/

.inner-environment .water-conservation {
    background: #d7d7d759;
}


    .inner-environment .water-conservation .card {
        background: transparent;
        border: none;
        text-align: center;
    }

    .inner-environment .water-conservation img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        box-shadow: 0px 0px 18px rgb(0 0 0 / 17%);
    }

    .inner-environment .water-conservation .caption {
        background: #212529;
        color: #fff;
        padding: 15px;
        border-radius: 0px;
    }

        .inner-environment .water-conservation .caption h3 {
            position: relative;
            padding-bottom: 2rem;
        }

            .inner-environment .water-conservation .caption h3:before {
                content: '';
                position: absolute;
                left: 50%;
                bottom: 8px;
                background: #dc0030;
                width: 75px;
                height: 3px;
                transform: translateX(-50%);
            }

        .inner-environment .water-conservation .caption h3 {
            color: #fff;
        }

        .inner-environment .water-conservation .caption p {
            color: #d3d3d3;
        }


.energy-footprint {
    background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/environment/EnergyFootprint.jpg');
    background-attachment: fixed;
}

    .energy-footprint .section-heading h2 {
        color: #fff;
    }

    .energy-footprint h4 {
        color: #fff;
        margin-bottom: 20px;
    }

    .energy-footprint p {
        color: #c3c1c1;
    }

    .energy-footprint .icon-energy {
        background: #659638;
        margin: 0 auto;
        text-align: center;
        border-radius: 50%;
        padding: 15px;
    }

        .energy-footprint .icon-energy img {
            filter: brightness(10);
            width: 60px;
            padding: 5px;
        }

    .energy-footprint .item {
        border-right: 1px solid #565656;
        margin-right: 10px;
        padding-right: 20px;
    }


ul.li-list li {
    list-style: none;
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

    ul.li-list li span {
        margin-right: 10px;
        color: #cf0433;
        font-weight: 700;
        min-width: 30px;
    }

    ul.li-list li strong {
        font-family: 'Fenotype-Praktika-Bold';
    }

.inner-environment .energy-footprint .section-heading .h2:before,
.inner-environment .water-conservation .section-heading .h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.inner-environment .ecological {
    background: #659638;
    text-align: center;
}

    .inner-environment .ecological h4 {
        color: #fff;
        font-weight: 400;
        margin-bottom: 1.2rem;
    }

    .inner-environment .ecological hr {
        border-top: 1px solid rgb(255 255 255 / 14%);
    }


/*sustaiability page*/

.inner-sustainability .section-heading h2:before {
    left: 0%;
    transform: none;
}

.inner-sustainability .waste-segregation .section-heading h2:before {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.card-saving {
    max-width: 450px;
    box-shadow: 0px 4px 36px rgb(0 0 0 / 9%);
    padding: 25px;
    margin-bottom: 25px;
}

    .card-saving img {
        padding: 20px;
    }

    .card-saving h4 {
        position: relative;
        font-family: 'Fenotype-Praktika-Bold';
        margin-bottom: 2rem;
        font-size: 26px;
        color: #000;
    }

        .card-saving h4:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -15px;
            background: #cf0433;
            width: 60px;
            height: 3px;
        }

.inner-sustainability .table th {
    background: transparent;
    font-family: 'Fenotype-Praktika-Bold';
}

.inner-sustainability .table td {
    font-family: 'Fenotype-Regular';
}

.inner-sustainability .table tr:last-child td {
    font-family: 'Fenotype-Praktika-Bold';
}

.inner-sustainability .section p {
    font-family: 'Fenotype-Regular';
}

.inner-sustainability .Section2 {
    position: relative;
}

    .inner-sustainability .Section2 p {
        color: #fff;
    }

    .inner-sustainability .Section2 .section-heading h2 {
        color: #fff;
    }

        .inner-sustainability .Section2 .section-heading h2:before {
            background: #fff;
        }

    .inner-sustainability .Section2 .nav-pills {
        border-top: 2px solid #ffffff2e;
        margin-top: 50px;
        justify-content: space-between;
    }

        .inner-sustainability .Section2 .nav-pills li {
            margin-top: -2px;
        }

            .inner-sustainability .Section2 .nav-pills li a {
                background: transparent;
                padding: 20px;
                color: #fff;
                border-top: 2px solid #fff0;
                text-transform: capitalize;
                font-size: 25px;
                font-family: 'Fenotype-Regular';
                font-weight: 500;
            }

        .inner-sustainability .Section2 .nav-pills .nav-link.active {
            border-top: 2px solid #86fb5d;
        }

    .inner-sustainability .Section2 .icon-save {
        position: absolute;
        left: 75%;
    }

.inner-sustainability .Section6 {
    position: relative;
}

    .inner-sustainability .Section6 .section-heading h3:before {
        left: 50%;
        transform: translateX(-50%);
    }


/*shoe care page*/

.inner-shoe-care .shoe-care ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .inner-shoe-care .shoe-care ul li {
        font-size: 18px;
        font-family: 'Fenotype-Regular';
        /* color: #767676; */
        line-height: 32px;
        width: 49%;
        list-style: none;
        background: #f9f9fa;
        border: 1px solid #dddddd38;
        margin-bottom: 12px;
        margin-right: 10px;
        border-radius: 5px;
        color: #444;
        font-weight: 400;
        letter-spacing: 1px;
        padding: 5px 15px;
        display: flex;
        align-items: center;
    }

        .inner-shoe-care .shoe-care ul li span {
            color: #dc0030;
            font-weight: 600;
            margin-right: 10px;
        }

        .inner-shoe-care .shoe-care ul li p {
            margin: 0px;
        }

.inner-shoe-care h4 {
    font-family: 'Fenotype-Praktika-Medium';
}

/*foot care page*/

.inner-foot-care .nav-pills-custom .nav-link {
    width: auto;
    min-width: 225px;
}

    .inner-foot-care .nav-pills-custom .nav-link.active::before {
        border-left: 8px solid transparent;
        border-top: 8px solid #e31d3c;
        border-right: 8px solid transparent;
        border-bottom: unset;
    }

    .inner-foot-care .nav-pills-custom .nav-link::before {
        content: '';
        position: absolute;
        bottom: -7px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        border: none;
    }



/*contact page*/
.inner-Contact-Us .card {
    border: 1px solid #eee;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
    border-radius: 20px;
    font-family: 'Fenotype-Regular';
}

    .inner-Contact-Us .card a {
        color: #444;
        font-size: 1.1rem;
    }

    .inner-Contact-Us .card label {
        font-weight: 600;
    }

.contact-form .card-item {
    padding: 2rem;
}
/*.contact-form .card-item:nth-child(1),
.contact-form .card-item:nth-child(2){ border-right: 1px solid #ddd; }*/
.icon-contact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #cf0433;
    border: 2px solid #cf0433;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

    .icon-contact i {
        font-size: 1.4rem;
    }

.inner-Contact-Us .card:first-child {
    font-family: 'Fenotype-Praktika-Bold';
}

.inner-Contact-Us .card:last-child {
    padding: 40px;
}

.contact-form .card {
    border: 1px solid #eee;
    border-radius: 0.25rem;
    margin-bottom: 45px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
    border-radius: 20px;
    font-family: 'Fenotype-Regular';
}

    .contact-form .card a {
        color: #444;
        font-size: 1.1rem;
    }

        .contact-form .card a:hover p {
            color: #cf0433 !important;
        }

    .contact-form .card label {
        font-weight: 600;
        color: #222;
        letter-spacing: 1px;
        font-size: 1.1rem;
    }

        .contact-form .card label span {
            font-weight: 100;
            margin-left: 10px;
            letter-spacing: 1px;
        }

        .contact-form .card label.error {
            color: Red;
            font-size: 14px;
            width: 100%;
        }

    .contact-form .card .input-group-append {
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }

/*.contact-form div.card:nth-child(1) .card-item:nth-child(1) {
    border-right: 1px solid #ddd;
}

.contact-form div.card:nth-child(2) .card-item:nth-child(1),
.contact-form div.card:nth-child(2) .card-item:nth-child(2),
.contact-form div.card:nth-child(2) .card-item:nth-child(2) {
    border-right: 1px solid #ddd;
}*/

.contact-form .card-item h4 {
    margin-bottom: 30px;
    font-family: 'Fenotype-Praktika-Bold';
}

.icon-contact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #cf0433;
    border: 2px solid #cf0433;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

    .icon-contact i {
        font-size: 1.4rem;
    }

.contact-form .card:first-child {
    font-family: 'Fenotype-Praktika-Bold';
}

.contact-form input::placeholder {
    color: #777;
    letter-spacing: 1px;
}

.contact-form .plant table td {
    padding: .5rem;
}


.feedback .section-heading h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.feedback h5 {
    line-height: 33px;
}

/*working with acme*/

/*.inner-working-with-acme .panel-heading a span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s;
}*/

.inner-working-with-acme .panel-heading::after {
    content: "";
    position: absolute;
    bottom: -0.01em;
    left: 0;
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #00adef 50%, rgb(33 33 33 / 0%) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inner-working-with-acme .panel-default {
    border-bottom: 1px solid #ddd;
}

.inner-working-with-acme .panel-title {
    margin: 0;
}

    .inner-working-with-acme .panel-title > a, .inner-working-with-acme .panel-title > a:active {
        display: block;
        padding: 15px 0px;
        color: #555;
        font-size: 1.1rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-spacing: 3px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.inner-working-with-acme .panel-collapse .h5 {
    font-weight: 500;
    color: #cf0433;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inner-working-with-acme .panel-heading::after {
    content: "";
    position: absolute;
    bottom: -0.01em;
    left: 0;
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #00adef 50%, rgb(33 33 33 / 0%) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inner-working-with-acme .vacancy-form {
    background: #f1f1f1;
    padding: 50px;
    width: 80%;
    margin: 0 auto;
}

    .inner-working-with-acme .vacancy-form .input-group .form-control {
        padding-right: 45px;
    }

    .inner-working-with-acme .vacancy-form .input-group label.error {
        width: 100%;
    }

    .inner-working-with-acme .vacancy-form .input-group-append {
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }

/* events */

.inner-events #Events div.gallery a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.inner-events #Events div.gallery .photo-item a {
    background: #dc0030;
    display: block;
    position: relative;
    overflow: hidden;
}

.inner-events #Events div.gallery a img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: brightness(0.8);
}

.inner-events #Events div.gallery .photo-item a:hover img {
    opacity: 0.3;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.inner-events #Events div.gallery .photo-item p {
    padding: 0 10px 0 0;
    border-right: 3px solid #fff;
    text-align: right;
    opacity: 0;
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

.inner-events #Events div.gallery .photo-item a:hover p {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.inner-events .nav-tabs {
    display: block;
}

    .inner-events .nav-tabs li {
        border-bottom: 1px solid #dddddd8c;
        padding: 12px 0px;
    }

        .inner-events .nav-tabs li a {
            font-size: 1.2rem;
            color: #0a0a0a;
            font-weight: 600;
            position: relative;
            transition: .3s linear;
        }

            .inner-events .nav-tabs li a:before {
                content: '';
                position: absolute;
                left: 0%;
                top: 50%;
                background: #dc0030;
                width: 0px;
                height: 2px;
                transition: .3s linear;
            }

            .inner-events .nav-tabs li a.active {
                padding-left: 35px;
            }

                .inner-events .nav-tabs li a.active:before {
                    width: 25px;
                }

/*Regsiter*/

.account-left-container {
    padding: 70px;
    background: #fff;
}

    .account-left-container .form-control {
        margin-bottom: 0px;
        height: 56px;
    }

    .account-left-container .btn {
        padding: 1rem 2rem;
        font-size: 1.1rem;
        letter-spacing: 1px;
        border-radius: 5px;
    }


/*Safety-Requirements*/

.inner-safety-requirements h4 {
    font-family: 'Fenotype-Praktika-Medium';
    margin: 15px 0px;
}

.inner-safety-requirements .section-heading h4:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -10px;
    background: #cf0433;
    width: 60px;
    height: 2px;
}

.inner-safety-requirements .Section1 .card-potential {
    position: relative;
    overflow: hidden;
    transition: .3s linear;
}

    .inner-safety-requirements .Section1 .card-potential h4 {
        color: #fff;
    }

    .inner-safety-requirements .Section1 .card-potential img {
        transition: .3s linear;
    }

    .inner-safety-requirements .Section1 .card-potential:hover img {
        transform: scale(1.1);
        transition: .3s linear;
    }

.inner-safety-requirements .soleofSafety .section-heading h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.card-potential img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.card-potential:hover img {
    filter: brightness(0.5);
}

.card-potential .caption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #dc0030;
    content: '';
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

.card-potential h4 {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0em 1.1em;
    width: 100%;
    text-align: left;
}

.card-potential .caption::before,
.card-potential .caption h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.card-potential:hover .caption::before,
.card-potential:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.common-causes {
    padding: 30px;
    border: 1px solid #dddddd7a;
    top: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(206 206 206 / 25%);
}

    .common-causes .table {
        border: none;
    }

        .common-causes .table thead th {
            background: transparent;
            border-bottom: none;
            border-top: none;
            font-weight: 600;
        }

        .common-causes .table th:first-child, .common-causes .table td:first-child {
            padding: 1rem 0;
            border-right: 1px solid #ddd;
        }

        .common-causes .table th:last-child, .common-causes .table td:last-child {
            padding-left: 25px;
        }

.symbol-key .icon-card {
    width: 14%;
    text-align: center;
    padding: 18px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s linear;
}

    .symbol-key .icon-card:hover {
        box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
        transition: .3s linear;
        background: #d80032;
    }

        .symbol-key .icon-card:hover img {
            filter: brightness(3);
        }

        .symbol-key .icon-card:hover p {
            color: #fff;
        }

    .symbol-key .icon-card:nth-child(7), .symbol-key .icon-card:nth-child(14), .symbol-key .icon-card:nth-child(21), .symbol-key .icon-card:nth-child(28) {
        border-right: none;
    }

    .symbol-key .icon-card:last-child {
        border-right: none;
    }

    .symbol-key .icon-card img {
        width: 75px;
        margin: 5px 0px;
        transition: .3s linear;
    }

    .symbol-key .icon-card:hover img {
        transition: .3s linear;
    }

    .symbol-key .icon-card p {
        font-size: 18px;
    }

.anatomy-shoe h4 {
    position: relative;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

/*.anatomy-shoe h4:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -10px;
    background: #cf0433;
    width: 42px;
    height: 3px;
}*/

.anatomy-shoe-wrapper {
    width: 646px;
    margin: 0 auto;
}

.anatomy-acmeshoe {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .anatomy-acmeshoe .card-header {
        font-size: 1.4rem;
        font-weight: 700;
        background: no-repeat;
        border: none;
    }

    .anatomy-acmeshoe h4:before {
        content: '';
        position: absolute;
        left: 0%;
        bottom: -10px;
        background: #cf0433;
        width: 42px;
        height: 3px;
    }

    .anatomy-acmeshoe .card-header span {
        display: none;
    }

.card-media-pointer {
    bottom: 0;
    display: none;
    position: absolute;
    top: 0;
    width: 70%;
    text-align: left;
}

    .card-media-pointer h4 {
        margin-top: 10px;
    }

    .card-media-pointer .card-body {
        padding: 0 1.25rem;
    }

.card-mark {
    align-items: center;
    background-color: #000000;
    border-radius: 100%;
    bottom: 0;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    height: 2rem;
    line-height: 2rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%,-50%);
    width: 2rem;
}

    .card-mark:hover {
        background-color: #f91313;
    }

        .card-mark:hover + .card-media-pointer {
            z-index: 1;
        }

/* .point-1 {
    left: 64%;
    top: 50%;
}

    .point-1:hover + .card-media-pointer {
        display: inline-table;
        top: 54%;
        left: 30%;
    }

.point-2 {
    left: 32.6%;
    top: 83%;
}

    .point-2:hover + .card-media-pointer {
        display: inline-table;
        left: 0;
        top: 87%;
    }

.point-3 {
    left: 64.8%;
    top: 74.9%;
}

    .point-3:hover + .card-media-pointer {
        display: inline-table;
        right: 0;
        top: 78%;
    }

.point-4 {
    left: 23.6%;
    top: 70.5%;
}

    .point-4:hover + .card-media-pointer {
        bottom: unset;
        display: inline-table;
        left: -12%;
        top: 73.5%;
    }

.point-5 {
    left: 85.9%;
    top: 49.9%;
}

    .point-5:hover + .card-media-pointer {
        display: inline-table;
        right: -20%;
        top: 54%;
    }

.point-6 {
    left: 81.6%;
    top: 62%;
}

    .point-6:hover + .card-media-pointer {
        display: inline-table;
        left: 48%;
        top: 65%;
    }

.point-7 {
    left: 94%;
    top: 67%;
}

    .point-7:hover + .card-media-pointer {
        bottom: unset;
        display: inline-table;
        right: -25%;
        top: 70%;
    } */

    .point-1A {
    left: 22%;
    top: 53%;
}

    .point-1A:hover + .card-media-pointer {
        display: inline-table;
        top: 54%;
        left: 30%;
    }
.point-1B {
    left: 37%;
    top: 52%;
}

.point-1B:hover + .card-media-pointer {
    display: inline-table;
    top: 54%;
    left: 30%;
}
.point-1C {
    left: 49%;
    top: 32%;
}

    .point-1C:hover + .card-media-pointer {
        display: inline-table;
        top: 54%;
        left: 30%;
    }

.point-1D {
    left: 91%;
    top: 52%;
}

    .point-1D:hover + .card-media-pointer {
        display: inline-table;
        top: 54%;
        left: 30%;
    }

.point-1E {
    left: 80%;
    top: 23%;
}

    .point-1E:hover + .card-media-pointer {
        display: inline-table;
        top: 54%;
        left: 30%;
    }

.point-2 {
    left:71%;
    top: 53%;
}

    .point-2:hover + .card-media-pointer {
        display: inline-table;
        left: 0;
        top: 87%;
    }

.point-3 {
    left: 3%;
    top: 56.5%;
}

    .point-3:hover + .card-media-pointer {
        display: inline-table;
        right: 0;
        top: 78%;
    }

.point-4 {
    left: 57%;
    top: 42%;
}

    .point-4:hover + .card-media-pointer {
        bottom: unset;
        display: inline-table;
        left: -12%;
        top: 73.5%;
    }

.point-5 {
    left: 19%;
    top: 56.5%;
}

    .point-5:hover + .card-media-pointer {
        display: inline-table;
        right: -20%;
        top: 54%;
    }

.point-6 {
    left: 81%;
    top: 56%;
}

    .point-6:hover + .card-media-pointer {
        display: inline-table;
        left: 48%;
        top: 65%;
    }

.point-7 {
    left: 47%;
    top: 61%;
}

    .point-7:hover + .card-media-pointer {
        bottom: unset;
        display: inline-table;
        right: -25%;
        top: 70%;
    }


.point-8 {
    left: 55.5%;
    top: 68.5%;
}

    .point-8:hover + .card-media-pointer {
        bottom: unset;
        display: inline-table;
        right: -25%;
        top: 70%;
    }

.point-9 {
    left: 83%;
    top: 70%;
}

    .point-9:hover + .card-media-pointer {
        bottom: unset;
        display: inline-table;
        right: -25%;
        top: 70%;
    }

.point-10 {
    left: 57.8%;
    top: 73.9%;
}

    .point-10:hover + .card-media-pointer {
        bottom: unset;
        display: inline-table;
        right: -25%;
        top: 70%;
    }


.anatomy-acmeshoe-img {
    position: relative;
}


.soleofSafety .section-heading h3:before {
    left: 50%;
    transform: translateX(-50%);
}

.standard-labels thead th {
    background: transparent;
}

.standard-labels tbody tr:nth-child(odd) {
    background: #eef2f8;
}

.table th, .table td {
    font-size: 1.125rem;
    font-family: 'Fenotype-Regular';
    letter-spacing: 0.5px;
    padding: 1.5rem;
}

.table thead th {
    vertical-align: middle;
    border-bottom: none;
    font-weight: 600;
}

/*Privacy-Policy*/

.policy p {
    font-size: 1.125rem;
}

.policy h2, .policy h4 {
    margin-top: 25px;
    font-family: 'Fenotype-Praktika-Bold';
}

.policy ol {
    line-height: 30px;
}

    .policy ol li {
        font-size: 18px;
        color: #666;
    }

.inner-privacy-policy,
.inner-terms-and-conditions,
.inner-shipping-policy,
.inner-return-policy {
    position: relative;
}

    .inner-privacy-policy:before,
    .inner-terms-and-conditions:before,
    .inner-shipping-policy:before,
    .inner-return-policy:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://www.acmeuniversal9.com/vhost/acmeuniversal9.com/themes/images/banner/banner-texture.jpg');
        opacity: 0.2;
        background-size: contain;
    }

/*Warranty-Information*/

.inner-warranty-information .table th,
.inner-warranty-information .table td {
    padding: 1rem;
}

ul.pointers {
    padding: 0;
}

    ul.pointers li {
        list-style: none;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        font-weight: 700;
    }

        ul.pointers li span {
            color: #dc0030;
            /* background: #dc0030; */
            font-weight: 700;
            /* padding: 10px; */
            margin-right: 15px;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: start;
        }

ul.ol-pointers {
    padding: 0;
}

    ul.ol-pointers li {
        list-style: none;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        font-weight: 700;
        /* background: #f3f3f3; */
        /* padding: 8px 20px 8px 0; */
        border-bottom: 1px solid #ddd;
    }

        ul.ol-pointers li span {
            padding: 20px 0;
            margin-right: 15px;
            /* width: 50px; */
            /* border-right: 1px solid #e1dada; */
            text-align: center;
            text-align: left;
        }

        ul.ol-pointers li:last-child {
            border-bottom: none;
        }





/*FAQ*/

.inner-faq {
    background-color: #f9f9fa;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fa;
}

    ul.accordion-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px;
        margin: 0 auto 15px auto;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
        font-family: 'Fenotype-Regular';
    }

        ul.accordion-list > li.active h3:after {
            transform: rotate(0deg);
        }

    ul.accordion-list li h3 {
        font-weight: 700;
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
        font-size: 18px;
        letter-spacing: 0.5px;
        cursor: pointer;
        color: #222;
    }

    ul.accordion-list > li h3:after {
        content: "\f139";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        top: 0;
        color: #d80032;
        transition: all 0.3s ease-in-out;
        font-size: 22px;
        transform: rotate(180deg);
    }

    ul.accordion-list > li div.answer {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        ul.accordion-list > li div.answer p {
            position: relative;
            display: block;
            font-weight: 300;
            padding: 10px 0 0 0;
            cursor: pointer;
            line-height: 150%;
            margin: 0 0 15px 0;
            font-size: 18px;
        }




.query-form textarea.form-control {
    height: 120px;
}

.query-form .form-control {
    border: 0;
    background: #f4f4f4;
}


.slider {
    margin: 0;
    padding: 0;
    z-index: 1;
}

.slider-box {
    position: relative;
}


    .slider-box .fixed-link,
    .product-box .fixed-link {
        position: absolute;
        top: .5rem;
        right: .5rem;
        z-index: 9;
        text-align: center;
        opacity: 0;
        transition: .3s all ease-in-out;
        visibility: hidden;
    }

    .slider-box:hover .fixed-link,
    .product-box:hover .fixed-link {
        opacity: 1;
        visibility: visible;
    }

    .slider-box .fixed-link .review-favourite-wrap,
    .product-box .fixed-link .review-favourite-wrap {
        position: relative;
    }

    .slider-box .cart,
    .product-box .hover-div {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        opacity: 0;
        visibility: hidden;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
    }

    .slider-box:hover .cart,
    .product-box:hover .hover-div {
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }

    .slider-box:hover .image-wrap img,
    .product-box:hover .product-image img {
        opacity: .5;
    }

    .slider-box .fixed-link a,
    .product-box .fixed-link a {
        font-size: 1.2rem;
    }

/*Content Pages*/
.tab-pane .tag-line {
    line-height: 1.4;
}

.faq-wrapper .nav-pills .nav-link {
    margin-right: .8rem;
    min-width: auto;
    padding: .5rem;
}

.category-img-wrap#CatImage {
    margin-top: -4rem;
}

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}



/*Media Query*/



@media screen and (min-width: 1600px) {
    body {
        font-size: 1.2rem;
    }

    .h1 {
        font-size: 3.8rem;
        line-height: 5rem;
    }

    .h2 {
        font-size: 4rem;
        font-weight: 600;
    }

    .inner-page .h2 {
        font-size: 3.4rem;
    }

    .h3 {
        font-size: 3.2rem;
    }

    .inner-page .h3 {
        font-size: 3rem;
    }

    .h4 {
        font-size: 1.5rem;
    }

    .h6 {
        font-size: 1.3rem;
        line-height: 2.2rem;
    }

    .section-heading p {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1599px) {
    /* body {
        font-size: 1.1rem;
    }*/

    .h1 {
        font-size: 3.8rem;
        line-height: 5rem;
    }

    .h2 {
        font-size: 2.8rem;
        font-weight: 600;
        margin-bottom: 3rem;
    }

    .h3 {
        font-size: 2.6rem;
    }

    .h4 {
        font-size: 1.4rem;
    }

    .h6 {
        font-size: 1.1rem;
    }

    .section-heading .h2 {
        margin-bottom: 3rem;
    }

    body, p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 991px) {
    .h1 {
        font-size: 3.8rem;
    }

    .h2 {
        font-size: 2.8rem;
        font-weight: 600;
    }

    .h3 {
        font-size: 2.6rem;
    }

    .h4 {
        font-size: 1.4rem;
    }

    .h6 {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

@media screen and (max-width: 767px) {

    .h1 {
        font-size: 3.8rem;
    }

    .h2 {
        font-size: 2.4rem;
        font-weight: 600;
        margin-bottom: 3.5rem;
    }

    .h3 {
        font-size: 2.2rem;
    }

    .h4 {
        font-size: 1.4rem;
    }

    .h6 {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
}



@media screen and (min-width:992px) {

    #homepage-slider .slick-slide > img.desktop-image {
        display: block;
        object-position: right;
    }

    #homepage-slider .slick-slide > img.mobile-image {
        display: none;
    }

    .ele-dot {
        position: relative;
    }

        .ele-dot img {
            position: absolute;
            right: 3%;
            top: -30px;
        }

    #Section1 > .container {
        padding: 0 !important;
    }

    #Section1 .container {
        padding-right: 0px;
    }

    #Section8 .container {
        padding: 0 0 0 2rem;
        max-width: 100%;
    }

    .inner-about-us .right-container {
        margin-top: 25px;
    }

    #footer .policy-info {
        border-left: 1px solid #dddddd2b;
        border-right: 1px solid #dddddd2b;
    }
}

@media screen and (min-width: 1600px) {


    #header .container, #footer .container {
        padding: 0 2rem;
        width: 95%;
    }

    /*.home #middle {
        padding: 0;
        margin: 0;
    }*/

    #main-menu .nav > li > a {
        padding: 1.8rem 0.5rem;
        font-size: 1.2rem;
    }

    .home #Section2 .left-container {
        padding: 0px 80px 0px 18px;
    }

    .inner-about-us #Section2 .left-container {
        padding: 80px 80px 80px 50px;
    }

    #Section4 .bg-collection .card-body p {
        margin: 15px 0px;
    }

    #Section5 .section > .row {
        padding: 0 0rem;
        margin: 0 auto;
    }

        #Section5 .section > .row > .col-md-12 {
            padding: 0;
        }

    .top-banner {
        height: 500px;
    }

    .inner-environment .water-conservation .card {
        padding: 0px 30px;
    }

    #Section7 .left-container {
        padding-right: 80px;
    }

    .blog-details .widget {
        width: 370px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .acme-brand {
        bottom: -28%;
    }
}

@media screen and (min-width:1200px) {


    #Section2 > .container {
        padding-right: 0rem;
        max-width: 100%;
    }

        #Section2 > .container > .row {
            margin: 0rem;
        }

    #Section2 > div > div > div > div {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #Section2 .right-container {
        margin-top: -25px;
    }

    #Section2 .ele-1 {
        top: -25px;
    }

    #Section5 .section {
        padding: 0;
    }

    .bg-text > img {
        width: 14rem;
    }

    #Section7 > .container {
        padding-right: 0rem;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px) {
    #main-menu .nav > li > a {
        padding: 1.6rem 0.2rem;
    }
}




@media screen and (min-width:1200px) and (max-width:1599px) {

    #header #headerbottom-wrapper .logo img {
        height: 4.4rem;
    }

    #homebannerSlider .banner-caption h1 {
        font-size: 3rem;
    }

    #homebannerSlider .banner-caption p, .top-banner .banner-caption p {
        font-size: 1.125rem;
    }

    #Section1 #shoeCategory::after {
        font-size: 70px;
    }

    .fact-box .counter {
        font-size: 1.4rem;
    }

    .fact-box h4 {
        font-size: 1rem;
    }

    .fact-box .fp-counter .icon {
        width: 80px;
    }

    .home #Section2 .left-container,
    #Section7 .left-container,
    .inner-about-us #Section2 .left-container {
        padding-right: 4rem;
    }

    .acme-brand {
        width: 18rem;
        bottom: -8rem;
    }

    #Section4 .container {
        padding: 0;
    }

    #Section4 .img-card {
        padding: 5px;
    }

    #Section4 .bg-collection {
        padding: 10px 5px 0;
    }

        #Section4 .bg-collection .card-body div span {
            padding: 10px;
            margin: 4px;
        }

    .account-left-container {
        padding: 60px;
    }

    .inner-sustainability .Section2 .nav-pills li a {
        padding: 20px 10px;
        font-size: 22px;
    }

    .inner-safety-requirements .card-potential h4 {
        font-size: 1.3rem;
        padding: 0em 0.8em;
        transform: translate3d(0,-12px,0);
    }

    .inner-history .years-exp .count {
        width: 140px;
    }

        .inner-history .years-exp .count h3 {
            font-size: 4rem;
            line-height: 114px;
        }

        .inner-history .years-exp .count p {
            margin-top: 0px;
            font-size: 1rem;
        }

    .inner-about-us .card {
        height: 350px;
    }

    .inner-awards .card-item,
    .inner-csr .card-item {
        width: 325px;
        height: 250px;
    }

    .client-wrap .client-box img {
        width: 110px;
    }

    .blog-details .widget {
        width: 320px;
    }
}

@media screen and (min-width:1152px) and (max-width:1199px) {
    #shoeCategory {
        padding-left: 0rem;
    }
}


@media screen and (min-width:992px) and (max-width:1599px) {

    #header .container {
        padding: 0 2rem;
    }

    #homebannerSlider .banner-caption {
        top: 35%;
    }

        #homebannerSlider .banner-caption .btn {
            margin-top: 0px;
            padding: 0.4rem 1.4rem;
        }

    .home .section-heading {
        margin-bottom: 3rem;
    }

    .home .slick-arrow {
        width: 3.125rem;
        height: 3.125rem;
    }

        .home .slick-arrow span {
            font-size: 1.188rem;
        }

    #Section1 .item-img .icon-plus {
        right: 40px;
        left: 40px;
        top: 40px;
        bottom: 40px;
    }

    #Section2 p {
        color: #e1e1e1;
    }

    #Section2 .icon-play {
        width: 100px;
    }

    .collection-title h5 {
        font-size: 12px;
    }

    #Section5 .safety-shoes img {
        width: 600px;
    }


    .slider-text-wrap {
        padding: 60px;
    }

        .slider-text-wrap p {
            margin-bottom: 3rem;
        }


    #Section6 .card-sector .card-body {
        padding: 16px 16px;
    }

    #Section7 .slick-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #Section7 .beStrongImages,
    #Section7 .slider-img-wrap .slick-slide,
    #Section7 .slider-img-wrap .slick-list,
    #Section7 .slider-img-wrap .slick-track {
        height: 100%;
    }

    #Section7 .slider-img-wrap .slick-slide {
        margin-top: 0px;
    }

    #Section8 {
        padding-top: 3rem;
    }

        #Section8 .card-body h4 {
            font-size: 1.2rem;
        }

    .icon-edit, .wish-list, .user-account, .shop-cart-wrap {
        margin-left: 12px;
        padding-left: 12px;
    }

    .top-banner {
        height: 25rem;
    }

        .top-banner .topbanner-ele {
            width: 500px;
        }

        .top-banner .banner-caption h1 {
            font-size: 3rem;
        }

    .energy-footprint .icon-energy {
        width: 85px;
    }

    .inner-clients ul.nav-tabs {
        width: 300px;
    }

    .timeline > .column > .row > .icon {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }

        .timeline > .column > .row > .icon img {
            width: 36px;
        }

    .timeline > .column > .row > .text {
        padding: 0px 90px;
    }

        .timeline > .column > .row > .text h3 {
            font-size: 3rem;
        }

    .timeline > .column > .row:nth-child(even) .icon::before, .timeline > .column > .row:nth-child(odd) .icon::before {
        width: 55px;
        height: 3px;
    }

    .card-saving {
        max-width: 375px;
    }

        .card-saving img {
            padding: 10px;
        }

        .card-saving h4 {
            font-size: 1.4rem;
        }

    .symbol-key .icon-card {
        width: 20%;
        padding: 25px;
    }

        .symbol-key .icon-card:nth-child(7),
        .symbol-key .icon-card:nth-child(14),
        .symbol-key .icon-card:nth-child(21),
        .symbol-key .icon-card:nth-child(28) {
            border-right: 1px solid #ddd;
        }

        .symbol-key .icon-card:nth-child(5),
        .symbol-key .icon-card:nth-child(10),
        .symbol-key .icon-card:nth-child(15),
        .symbol-key .icon-card:nth-child(20),
        .symbol-key .icon-card:nth-child(25),
        .symbol-key .icon-card:nth-child(30),
        .symbol-key .icon-card:nth-child(35) {
            border-right: none;
        }

    .inner-technology .icon-shoe {
        width: 180px;
    }

    .card-box1 .overlay span:nth-child(2) {
        top: 55%;
        left: 48%;
    }

    .inner-clients .right-wrapper {
        padding-left: 3rem;
    }

    .inner-clients .client-wrap .client-box {
        margin: 0px 20px 20px 0;
    }

        .inner-clients .client-wrap .client-box img {
            width: 117px;
        }

    .inner-foot-care .nav-pills-custom .nav-link {
        width: auto;
        min-width: 145px;
        margin: 0 6px;
    }

    .inner-why-acme .nav-pills-custom .nav-link {
        padding: 12px 28px;
        width: auto;
        min-width: auto;
        margin-right: 15px;
    }
}






@media screen and (min-width:992px) and (max-width:1199px) {

    #header #headerbottom-wrapper .logo img, #header.in #headerbottom-wrapper .logo img {
        height: 70px;
        padding: 8px;
    }

    .menu-product .img-product h5 {
        font-size: 1rem;
    }

    #header .container {
        padding: 0 0rem;
    }

    #main-menu .nav > li > a {
        padding: 1.8rem 0.2rem;
        font-size: .92rem;
    }

    #homebannerSlider .banner-caption h1 {
        font-size: 2.6rem;
    }

    #homebannerSlider .banner-caption p {
        font-size: 1rem;
    }

    #Section1 #shoeCategory::after {
        font-size: 60px;
    }

    #Section2:before {
        width: 100%;
    }

    #Section2 .section {
        padding: 4rem 0 0;
    }

    #Section3::after {
        bottom: 4%;
    }

    #Section4 .col-left-container {
        width: 70%;
    }

    #Section4 .bg-collection {
        padding: 10px;
    }

    #Section4 .col-right-container {
        width: 30%;
    }

    #Section4 .img-card {
        padding: 12px;
    }

    #Section4 .container, #Section4 .container-fluid {
        padding: 0;
    }

    .collection-title {
        padding: 0px 10px;
    }

    #Section4 .bg-collection .card-body h4 {
        font-size: 1.8rem;
    }

    #Section4 .bg-collection .card-body h3 {
        font-size: 1.4rem;
    }

    #Section4 .bg-collection .card-body p {
        font-size: 14px;
    }

    #Section4 .bg-collection .card-body div span {
        padding: 7px;
        margin: 0px;
    }

    #Section4 .btn-collection small {
        font-size: 11px;
    }

    #Section4 .btn-collection {
        padding: 10px 15px;
    }

    .collection-title h4 {
        font-size: 22px;
    }

    .col-left-container > div:nth-child(1) {
        height: 48%;
    }

    .col-left-container > div:nth-child(2) {
        height: 47%;
    }

    .fact-box .counter {
        font-size: 1.6rem;
    }

    .fact-box .fp-counter {
        margin-bottom: 30px;
        width: calc(100% / 2 - 1.5rem);
        justify-content: start;
    }

    #Section7 .col-md-12 {
        padding: 0px;
    }

    #Section7 .slick-prev {
        left: -50px;
    }

    #Section7 .slider-img-wrap:before {
        top: 0px;
    }

    .account-left-container {
        padding: 40px;
    }

    .acme-brand {
        left: 3%;
        width: 28%;
        bottom: -15%;
    }

    .inner-sustainability .Section2 .nav-pills li a {
        padding: 10px 12px;
        font-size: 20px;
    }

    .inner-shoe-care .shoe-care ul li {
        width: 100%;
    }

    #Section9 .card-body h4 {
        font-size: 1.4rem;
    }

    .inner-history .years-exp {
        width: 125px;
    }

        .inner-history .years-exp h3 {
            font-size: 3rem;
            line-height: 58px;
        }

        .inner-history .years-exp p {
            margin-top: 0px;
            font-size: 1rem;
        }

    .inner-about-us .card {
        margin: 9px;
        height: 300px;
    }

    .inner-awards .card-item,
    .inner-csr .card-item {
        width: 290px;
        height: 220px;
    }

    .inner-working-with-acme .vacancy-form {
        padding: 30px;
    }

    .blog-details .widget {
        width: 290px;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {

    #Section1 #shoeCategory:before {
        background-size: 50%;
    }

    #Section3::after {
        bottom: 3%;
        width: 15%;
    }

    #footer .acme-address {
        margin-bottom: 20px;
    }

    #Section4 .img-card, .collection-title {
        margin-bottom: 30px;
    }

    .inner-sustainability .Section3 .nav-pills li a {
        padding: 12px;
        font-size: 20px;
    }

    .inner-sustainability .Section3 .icon-save img {
        width: 80px;
    }

    .symbol-key .icon-card {
        width: 25%;
        padding: 20px;
    }


        .symbol-key .icon-card:nth-child(7),
        .symbol-key .icon-card:nth-child(14),
        .symbol-key .icon-card:nth-child(21),
        .symbol-key .icon-card:nth-child(28) {
            border-right: 1px solid #ddd;
        }

        .symbol-key .icon-card:nth-child(4),
        .symbol-key .icon-card:nth-child(8),
        .symbol-key .icon-card:nth-child(12),
        .symbol-key .icon-card:nth-child(16),
        .symbol-key .icon-card:nth-child(20),
        .symbol-key .icon-card:nth-child(24),
        .symbol-key .icon-card:nth-child(28),
        .symbol-key .icon-card:nth-child(32) {
            border-right: none;
        }


    #banner .shoe-ele img:first-child {
        height: 400px;
    }


    #Section1 #shoeCategory::after {
        font-size: 60px;
        left: 1%;
    }

    #Section2 .icon-play {
        width: 80px;
    }

    .fact-box .fp-counter {
        margin-bottom: 30px;
    }

    #Section8::after {
        width: 600px;
        height: 600px;
    }

    .follow-us ul {
        bottom: 22%;
        padding: 6px 15px;
    }

    #homepage-slider .slick-arrow {
        top: 83%;
    }

    .top-banner .topbanner-ele {
        top: -14%;
        right: -60px;
        width: 360px;
        opacity: 0.2;
    }

    .inner-csr .cancer-hospital .item .vid-overlay a > img {
        width: 45px;
    }


    .inner-about-us .left-container {
        padding: 60px;
    }

    .inner-about-us .card {
        margin: 7px;
        height: 240px;
    }

    .inner-videos .video-item {
        width: 47%;
    }

    #footer .policy-info {
        border-right: 1px solid #dddddd2b;
    }

    .inner-awards .card-item,
    .inner-csr .card-item {
        width: 48%;
        height: 260px;
    }

    .inner-clients .right-wrapper {
        padding-left: 3rem;
    }

    .inner-clients .client-wrap .client-box {
        margin: 0px 20px 20px 0;
    }

        .inner-clients .client-wrap .client-box img {
            width: 117px;
        }
}

@media screen and (max-width:991px) {

    body, p {
        font-size: 16px;
    }

    #homepage-slider .slick-slide > img.desktop-image {
        display: none;
    }

    .search-box button > img {
        width: 28px;
    }

    .shop-cart-wrap img {
        width: 25px;
    }

    .user-account img {
        width: 18px;
    }

    .icon-edit, .wish-list, .user-account, .shop-cart-wrap {
        border-left: none;
        margin-left: 0px;
    }

    #header #headerbottom-wrapper .search-wrap .form-control, #header #headerbottom-wrapper .search-wrap .input-group-text {
        height: 35px;
        /* margin: 0px; */
        padding: 5px;
    }

    #homebannerSlider .banner-caption {
        top: 38%;
        width: 50%;
    }

        #homebannerSlider .banner-caption h1, .top-banner .banner-caption h1 {
            font-size: 2.8rem;
            letter-spacing: 1px;
        }

        #homebannerSlider .banner-caption p {
            font-size: 20px;
        }

    .top-banner {
        height: 360px;
    }

    #homepage-slider .slick-prev {
        left: 5%;
    }

    #homepage-slider .slick-next {
        left: calc(5% + 70px);
    }

    #homepage-slider .slick-arrow:hover span {
        transform: scale(1.05) !important;
    }

    .ele-dot {
        display: flex;
        justify-content: end;
        margin-right: 30px;
        margin-bottom: 20px;
        margin-top: -15px;
    }

    .inner-product-details .ele-dot img {
        top: -15px !important;
    }

    .section-heading h2:before {
        width: 80px;
    }

    .section-heading h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .section-heading h5 {
        font-size: 14px;
    }

    .home .slick-arrow {
        width: 45px;
        height: 45px;
    }

        .home .slick-arrow span {
            font-size: 19px;
        }

    .beStrongSlider {
        display: flex;
        flex-direction: column-reverse;
    }

    .slider-text-wrap, .slider-img-wrap {
        width: 100%;
    }

    .slider-text-wrap {
        padding: 50px 20px;
    }

    #Section1 #shoeCategory {
        padding-left: 0rem;
    }


    .item-img .icon-plus {
        right: 30px;
        left: 30px;
        top: 30px;
        bottom: 30px;
    }

    #Section2:before {
        width: 100%;
    }

    .inner-about-us #Section2 .left-container {
        padding: 3rem 1rem 2rem;
    }

    #Section2 .ele-1 {
        width: 90%;
        top: 0px;
        right: 0;
    }

    #Section2 .acme-brand {
        left: 3%;
        width: 35%;
        bottom: -20%;
    }

    #Section2 .slick-prev {
        left: auto;
        right: calc( 0% + 40px );
    }

    #Section2 .slick-next {
        left: auto;
        right: 0;
    }

        #Section2 .slick-next:before, #Section2 .slick-prev:before {
            font-size: 20px;
        }

    .fact-box .fp-counter {
        width: calc(100% / 2 - 1.5rem);
        justify-content: start;
    }

    #Section4 .left-container::before {
        width: 100%;
    }

    #Section4 .ele-2 {
        width: 256px;
        margin-bottom: -75px;
        margin-left: 0px;
    }

    #Section4 .container {
        max-width: 100%;
    }

    #Section4 .col-left-container, #Section4 .col-right-container {
        width: 100%;
    }

    #Section4 .mb-30 {
        margin-bottom: 30px;
    }

    #Section4 .col-left-container > div:first-child {
        margin-bottom: 0px;
    }

    .fact-box .counter {
        font-size: 2rem;
    }

    #Section5 .safety-shoes {
        position: relative;
        transform: none;
    }




    .slider-img-wrap .slick-slide {
        margin-top: 20px;
    }

    .account-left-container {
        padding: 40px;
    }

    #Section7 .slick-prev {
        right: 45px;
        left: auto;
        transform: rotate(90deg);
    }

    #Section7 .slick-next {
        left: auto;
        right: 0;
        transform: rotate(90deg);
    }

    #Section8 {
        padding-top: 0rem;
    }



    .timeline > .column > .row:nth-child(odd) .icon::before, .timeline > .column > .row:nth-child(even) .icon::before {
        background: none;
    }

    .timeline > .column > .row > .text {
        padding: 0px 0px;
        margin-top: 15px;
    }

    .timeline > .column > .row, .timeline > .column > .row:nth-child(even) {
        flex-direction: column;
    }

        .timeline > .column > .row:nth-child(even) > div:last-child {
            text-align: left;
        }

        .timeline > .column > .row > .icon {
            width: 52px;
            height: 52px;
            line-height: 52px;
            margin-top: 15px;
        }

        .timeline > .column > .row > .example-title p {
            width: 100%;
            margin: 0 auto;
        }

        .timeline > .column > .row > .img {
            padding: 0px 0px;
        }

        .timeline > .column > .row > .icon img {
            width: 36px;
        }

        .timeline > .column > .row > .icon:after {
            height: 5vh;
        }

        .timeline > .column > .row > .text h3 {
            font-size: 2.5rem;
        }

    #footer p {
        font-size: 14px;
    }

    #footer .acme-address {
        border-right: none;
    }

    .call-details .form-control, .call-details .input-group {
        height: 50px;
        font-size: 16px;
    }

    .table th, .table td {
        font-size: 16px;
    }

    ul.accordion-list li h3 {
        padding: 0 2rem 0 0;
        line-height: 26px;
    }

    ul.accordion-list li div.answer p {
        font-size: 16px;
    }

    .contact-form .card-item:nth-child(1), .contact-form .card-item:nth-child(2) {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .account-left-container .form-control {
        height: 45px;
    }

    .inner-shoe-care .shoe-care ul li {
        width: 100%;
    }

    .inner-technology .icon-shoe {
        width: 180px;
    }

    .inner-history .years-exp {
        position: relative;
        transform: none;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
    }

        .inner-history .years-exp h3 {
            line-height: 50px;
            font-size: 3rem;
            margin-right: 20px;
        }

        .inner-history .years-exp p {
            margin: 0;
        }

    .card-media-pointer {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }

    .anatomy-acmeshoe, .anatomy-shoe-wrapper {
        width: 100%;
    }


        .anatomy-acmeshoe .card-mark {
            display: none;
        }

    .anatomy-acmeshoe-img .mobile-points .card-mark {
        display: block;
    }

    .card-media-pointer {
        width: 100%;
    }

    .anatomy-acmeshoe .card-header span {
        display: block;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        background: #000;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        margin-right: 8px;
        font-size: 16px;
        font-weight: 400;
    }

    .anatomy-acmeshoe .card-header {
        display: flex;
        align-items: center;
    }

    .card-media-pointer .card-mark {
        display: none;
    }

    .inner-certifications .nav-tabs li a img {
        width: 50px;
    }

    .inner-certifications .nav-tabs li {
        padding: 10px 8px;
        margin: 0px 5px 10px;
    }

        .inner-certifications .nav-tabs li a {
            font-size: 14px;
            padding: 0px;
        }

    .inner-certifications .certifications-block h4 {
        font-size: 1.1rem;
    }

    .sidebaracc .panel {
        margin-bottom: 12px;
    }

    .inner-working-with-acme .vacancy-form {
        width: 100%;
        padding: 30px;
        margin-top: 30px;
    }

    .inner-clients .left-wrapper,
    .inner-clients .right-wrapper {
        width: 100%;
    }

    .inner-clients .right-wrapper {
        padding: 1rem 1.8rem 0;
    }

    .inner-clients #clientsLogo, .inner-events #events {
        background: #dc0030;
        width: auto;
        color: #fff;
    }

    .inner-why-acme .nav-pills-custom .nav-link,
    .inner-foot-care .nav-pills-custom .nav-link {
        margin-right: 10px;
        width: auto;
        min-width: auto;
        font-size: 1.1rem;
    }

        .inner-foot-care .nav-pills-custom .nav-link::before {
            bottom: -7px;
            top: auto;
            left: 50%;
            transform: translateX(-50%);
            border: none;
        }

    .inner-why-acme .nav-pills-custom .nav-link {
        padding: 8px 12px;
    }

        .inner-why-acme .nav-pills-custom .nav-link::before {
            bottom: -11px;
            left: 50%;
            transform: translateY(-50%);
            border: none;
        }

        .inner-why-acme .nav-pills-custom .nav-link.active::before {
            border-right: 8px solid transparent;
            border-top: 8px solid #e31d3c;
            border-left: 8px solid transparent;
        }

    .energy-footprint .icon-energy {
        padding: 10px;
    }

        .energy-footprint .icon-energy img {
            width: 50px;
        }

    .inner-sustainability .card-saving {
        padding: 10px;
    }

    .inner-sustainability .Section2 .nav-pills li a {
        font-size: 20px;
        padding: 10px 6px;
    }

    .inner-sustainability .Section2 .icon-save {
        position: relative;
        width: 100%;
        transform: none;
        left: auto;
        top: auto;
        transform: none;
        text-align: right;
    }

        .inner-sustainability .Section2 .icon-save img {
            width: 70px;
        }
}

@media screen and (max-width:767px) {


    .category-img-wrap#CatImage {
        margin-top: -2rem;
    }

    #homeModal .modal-body h5 {
        font-size: 1.1rem;
    }

    #homeModal .modal-body {
        padding: 2rem 1.5rem;
    }

    #header #headerbottom-wrapper .search-wrap .search-box {
        padding: 0px;
    }

    #homebannerSlider .banner-caption {
        top: 50%;
        transform: translateY(-50%);
        width: 90%;
    }

        #homebannerSlider .banner-caption h1 {
            font-size: 3rem;
        }

        #homebannerSlider .banner-caption p,
        #homebannerSlider .banner-caption .btn {
            display: none;
        }

    #homepage-slider .slick-slide > img.mobile-image {
        display: block;
        height: 90vh;
        object-fit: cover;
        object-position: right;
    }

    #banner .shoe-ele img:first-child {
        height: 250px;
    }

    .home .section-heading {
        margin-bottom: 3rem;
    }

    .section-heading .h2:before {
        width: 80px;
    }

    /*Section 1*/
    #Section1 .slick-slide {
        margin: 0px;
    }

    #Section1 #shoeCategory:before {
        background-size: 60%;
        top: -6%;
    }

    #Section3:after {
        width: 8rem;
        bottom: 2%;
    }

    /*Section 2*/
    #Section2 .left-container .section-heading p {
        width: auto;
    }

    #Section2 .icon-play {
        width: 70px;
    }

    #Section4 .col-left-container > div {
        height: auto;
    }

    .fp-counter.style-1 .icon {
        max-width: 85px;
    }

    .fact-box .fp-counter {
        width: 100% !important;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #Section4 .img-card, .collection-title {
        margin-bottom: 25px;
        padding: 10px;
        margin-right: 0px;
    }

    .common-causes {
        padding: 20px;
    }

    .symbol-key .icon-card {
        width: 50%;
    }

        .symbol-key .icon-card img {
            margin: 0px 0px;
        }

    .inner-sustainability .Section3 .nav-pills {
        border-top: none;
    }

        .inner-sustainability .Section3 .nav-pills li a {
            font-size: 20px;
            padding: 7px;
            border-bottom: 1px solid #fff0;
        }

        .inner-sustainability .Section3 .nav-pills .nav-link.active {
            border-top: 1px solid #86fb5d;
            border-bottom: 1px solid #86fb5d;
        }

    .inner-sustainability .Section3 .icon-save {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
    }

        .inner-sustainability .Section3 .icon-save img {
            width: 50px;
        }

    .symbol-key .icon-card:nth-child(7),
    .symbol-key .icon-card:nth-child(14),
    .symbol-key .icon-card:nth-child(21),
    .symbol-key .icon-card:nth-child(28) {
        border-right: 1px solid #ddd;
    }

    .symbol-key .icon-card:nth-child(2),
    .symbol-key .icon-card:nth-child(4),
    .symbol-key .icon-card:nth-child(6),
    .symbol-key .icon-card:nth-child(8),
    .symbol-key .icon-card:nth-child(10),
    .symbol-key .icon-card:nth-child(12),
    .symbol-key .icon-card:nth-child(14),
    .symbol-key .icon-card:nth-child(16),
    .symbol-key .icon-card:nth-child(18),
    .symbol-key .icon-card:nth-child(20),
    .symbol-key .icon-card:nth-child(22),
    .symbol-key .icon-card:nth-child(24),
    .symbol-key .icon-card:nth-child(26),
    .symbol-key .icon-card:nth-child(28),
    .symbol-key .icon-card:nth-child(30),
    .symbol-key .icon-card:nth-child(32) {
        border-right: none;
    }

    .symbol-key .icon-card {
        padding: 15px;
    }

    .inner-safety-requirements .right-fit {
        position: relative;
    }

    .inner-safety-requirements .icon-logo {
        position: absolute;
        right: 0%;
        top: 4%;
    }

        .inner-safety-requirements .icon-logo img {
            width: 100px;
        }

    .follow-us ul {
        display: none;
    }

    .energy-footprint .item {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        margin-bottom: 5px;
        padding-bottom: 15px;
        margin-left: 15px;
    }

    .inner-about-us .card {
        width: 43%;
        margin: 10px;
        height: 200px;
    }

    .inner-awards .card-item,
    .inner-csr .card-item {
        width: 100%;
        height: 250px;
    }

    .card-mark {
        width: 1.8rem;
        height: 1.8rem;
    }

    .inner-videos .video-item {
        width: 100%;
        margin-right: 0px;
    }

    .contact-form .card.p-5,
    .contact-form .card .card-item.p-5 {
        padding: 1.5rem !important
    }


    .client-wrap .client-box {
        margin: 5px;
    }

        .client-wrap .client-box img {
            width: 85px;
        }
    /*.inner-clients #Automobile,
        .inner-clients #Cement,
        .inner-clients #Chemicals,
        .inner-clients #Construction,
        .inner-clients #Electrical,
        .inner-clients #Electronics,
        .inner-clients #Engineering,
        .inner-clients #FMCG,
        .inner-clients #Metal,
        .inner-clients #Mining,
        .inner-clients #Petroleum,
        .inner-clients #Pharmaceuticals,
        .inner-clients #Hospitality {
            display: none;
        }*/

    .top-banner .topbanner-ele {
        top: -14%;
        right: -60px;
        width: 240px;
        opacity: 0.2;
    }

    .tabs-btn > li a {
        font-size: 14px;
        padding: 7px 14px;
    }

    .inner-sustainability .Section2 .nav-pills li {
        width: auto;
    }
}

@media screen and (max-width:576px) {
    #Section2 .left-container .section-heading h4 {
        width: 100%;
    }
}




@media (-webkit-device-pixel-ratio: 1.5) {
    html {
        font-size: 14px;
    }

    .material-symbols-outlined {
        font-size: 18px !important;
    }

    #homepage-slider .slick-slide > img.desktop-image {
        height: 490px;
        object-fit: cover;
        object-position: right bottom;
    }

    #main-menu li .dropdown-menu.industries-menu {
        height: 60vh;
        overflow-y: auto;
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {

    .material-symbols-outlined {
        font-size: 18px !important;
    }

    #main-menu li .dropdown-menu.industries-menu {
        height: 60vh;
        overflow-y: auto;
    }
}

@media (-webkit-device-pixel-ratio: 1.10) {
    html {
        font-size: 14px;
    }
}
