/******************* Common Css ********************/
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Geologica:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Geologica:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Font Family */
.ff_ibm_500 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
}

.ff_ibm_600 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
}

.ff_ibm_700 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
}


.ff_poppins_400 {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.ff_poppins_700 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.ff_geo_300 {
    font-weight: 300;
    font-family: "Geologica", sans-serif;
}

.ff_geo_400 {
    font-weight: 400;
    font-family: "Geologica", sans-serif;
}

.ff_geo_500 {
    font-weight: 500;
    font-family: "Geologica", sans-serif;
}

.ff_geo_600 {
    font-weight: 600;
    font-family: "Geologica", sans-serif;
}

.ff_geo_700 {
    font-weight: 700;
    font-family: "Geologica", sans-serif;
}

.ff_geo_800 {
    font-weight: 800;
    font-family: "Geologica", sans-serif;
}

.ff_encode_300 {
    font-weight: 300;
    font-family: "Encode Sans Expanded", sans-serif;
}

.ff_encode_400 {
    font-weight: 400;
    font-family: "Encode Sans Expanded", sans-serif;
}

.ff_encode_500 {
    font-weight: 500;
    font-family: "Encode Sans Expanded", sans-serif;
}

.ff_encode_600 {
    font-weight: 600;
    font-family: "Encode Sans Expanded", sans-serif;
}

.ff_encode_700 {
    font-weight: 700;
    font-family: "Encode Sans Expanded", sans-serif;
}

.ff_encode_800 {
    font-weight: 800;
    font-family: "Encode Sans Expanded", sans-serif;
}

.whiteText {
    color: #ffffff;
}

.blackText {
    color: #000000;
}

.blueText {
    color: #0c0056;
}

.blueTextLt {
    color: #5e438b
}

.grayText {
    color: #5c5c5c;
}

.skyText {
    color: #0081EB;
}

.whiteBg {
    background-color: #ffffff;
}

.blueBg {
    /* background-color: #0c0056; */
    background-color: #1d1358;
}

.dealerBg {
    background-color: #1d1358f0;
}

.skyBg {
    background-color: #0081EB;
}

.whiteBox {
    * {
        color: #fff !important;
    }

    .skyText {
        color: #0081EB !important;
    }
}

.blackBox {
    * {
        color: #000 !important;
    }
}

.row_gap20 {
    row-gap: 20px;
}

.row_gap30 {
    row-gap: 30px;
}

body {
    font-size: 18px;
    color: #000000;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    /* font-family: "Geologica", sans-serif; */
    font-family: "IBM Plex Sans", sans-serif;
}

p {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
    /* font-family: "Geologica", sans-serif; */
    font-family: "IBM Plex Sans", sans-serif;
}

ul li {
    font-size: 18px;
}

p:empty {
    display: none !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

ul li:not(:last-child) {
    margin-bottom: 10px;
}

ul li {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Geologica", sans-serif;

    &:not(:last-child) {
        margin-bottom: 20px;
    }
}

.imgBox {
    img {
        width: 100%;
        display: block;
    }
}

.vdoBox {
    video {
        width: 100%;
        display: block;
    }
}

.basic_btn,
.basic_btn_bl,
.basic_btn_sk,
.basic_btn_2,
.basic_btn_sk_2 {
    height: 60px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    min-width: 240px;
    color: #fff;
    padding: 5px 15px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: transparent;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    /* font-family: "Geologica", sans-serif; */
    font-family: "IBM Plex Sans", sans-serif;
}

.basic_btn_bl {
    background-color: #0c0056;
}

.basic_btn:hover,
.basic_btn_bl:hover {
    color: #fff;
    border-color: #0081EB;
    background-color: #0081EB;
}

.basic_btn_sk,
.basic_btn_sk_2 {
    color: #ffffff;
    border-color: #0081EB;
    background-color: #0081EB;
}

.basic_btn_sk:hover {
    color: #0081EB !important;
    background-color: #ffffff;
}

.basic_btn_sk_2:hover {
    border-color: #ffffff;
    background-color: transparent;
}

.basic_btn_2:hover {
    color: #0081EB;
    border-color: #ffffff;
    background-color: #ffffff;
}

h1,
h2 {
    font-weight: 600;
    /* font-family: "Encode Sans Expanded", sans-serif; */
    font-family: "Roboto", sans-serif;
}

.bb_0 {
    border-bottom: 0 !important;
}

.wid_0 {
    width: 0 !important;
}

.secHeadWrap {
    margin-bottom: 30px;

    .smallTitle {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 15px;
        position: relative;
        padding-left: 20px;
        display: inline-block;
        color: #000000 !important;
        font-family: "IBM Plex Sans", sans-serif;

        &:before {
            left: 0;
            top: 50%;
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            border-radius: 50%;
            background-color: #0081EB;
            transform: translateY(-50%);
        }

        &.whiteText {
            &:before {
                background-color: #fff;
            }
        }
    }

    .secHead {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
        /* font-weight: 500; */
        /* font-family: "Encode Sans Expanded", sans-serif; */
        color: #0c0056 !important;
        font-family: "Roboto", sans-serif;

        &.fz_50 {
            line-height: 50px;
            margin-bottom: 20px;
        }
    }

    .secHead+.notificationText {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #0081eb;
        text-align: center;
        letter-spacing: 0.035rem;
    }
}

.skyBg,
.whiteBox {
    .secHeadWrap {
        .secHead {
            color: #fff !important;
        }
    }

    &.secHeadWrap {
        .secHead {
            color: #fff !important;

            &.skyText {
                color: #0081EB !important;
            }
        }
    }
}


h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    font-family: "Geologica", sans-serif;
}

.customBlock {
    padding-top: 130px;
    padding-bottom: 130px;
}

section {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}

.largePara {
    p {
        font-size: 40px;
        line-height: 1.5;
    }
}

/* .textureBg {
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url(../images/home/bgTexture.png);
} */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #0081EB;
}

/* Inner Banner */
.innerbannerWrap {
    height: 600px;
    position: relative;

    &:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #00000090;
    }

    .bannerCont {
        .bannerContInner {
            height: 100%;

            img {
                height: 100%;
            }

            .bannerContBox {
                left: 0;
                right: 0;
                z-index: 1;
                position: absolute;

                .inner_bannerTitle {
                    margin-bottom: 0;
                    font-size: 100px;
                    line-height: 80px;
                    position: relative;
                    padding-bottom: 30px;
                    display: inline-block;

                    &:after {
                        right: 0;
                        bottom: 0;
                        width: 150px;
                        height: 17px;
                        content: "";
                        transition: 0.3s;
                        position: absolute;
                        background-size: contain;
                        background-position: 0 0;
                        background-repeat: no-repeat;
                        background-image: url(../images/innerBannerBg.png);
                    }
                }
            }
        }
    }
}

.daZsEH {
    z-index: 90 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

a {
    text-decoration: none;

    &:hover {
        text-decoration: none;
    }
}


/* Slick Slider Arrows */
.slick-arrow {
    bottom: 0;
    z-index: 2;
    width: 58px;
    height: 58px;
    bottom: 15px;
    font-size: 0;
    top: inherit;
    display: flex;
    transition: 0.3s;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    backdrop-filter: blur(10px);
    background-color: #ededed48;

    &:before {
        top: 50%;
        left: 50%;
        content: "";
        width: 20px;
        height: 30px;
        transition: 0.3s;
        position: absolute;
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
    }

    &:hover {
        border-color: #0091ff;
        background-color: #0091ff;

        &:before {}
    }

    &.slick-prev {
        right: 130px;

        &:before {
            background-image: url(../images/arrow-lft.png);
        }
    }

    &.slick-next {
        right: 55px;

        &:before {
            transform: translate(-50%, -50%) rotate(180deg);
            background-image: url(../images/arrow-lft.png);
        }
    }

    &.slick-disabled {
        opacity: 0.3;
    }
}

.centerSliderSec {
    padding-bottom: 220px;

    .slick-arrow {
        bottom: -90px;
        border-color: #000000;

        &:before {
            filter: invert(1);
        }

        &.slick-prev {
            right: inherit;
            left: calc(50% - 70px);
        }

        &.slick-next {
            right: calc(50% - 70px);
        }

        &:hover {
            border-color: #0081EB;

            &:before {
                filter: invert(0);
            }
        }
    }
}

/* ------------Common Sections----------- */

.productCardWrap {
    .eachProductCard {
        width: 100%;
        padding: 0 10px;
        padding-top: 75px;
        position: relative;

        .figTitleBtn {
            top: 0;
            left: 40px;
            width: 170px;
            height: 75px;
            display: flex;
            position: absolute;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            background-color: #0081EB;
            border-radius: 10px 10px 0 0;
            transition: all 0.6s;

            span {
                display: block;
                font-size: 18px;
                line-height: 1.2;
                color: #ffffff;
                transition: all 0.6s;
            }
        }

        .cardInner {
            transition: 0.6s;
            position: relative;

            .cardInnerWrap {
                .figureWrap {
                    position: relative;

                    .figure {
                        width: 100%;
                        height: 420px;
                        display: flex;
                        align-items: center;
                        border-radius: 25px;
                        justify-content: center;
                        background-color: #f4f4f4;
                        transition: 0.6s;
                        padding-top: 10px;

                        img {
                            z-index: 1;
                            /* width: 100%; */
                            position: relative;
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                }

                .figContBox {
                    padding: 30px 10px 40px;

                    .figContBoxInner {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;

                        .figContLeft {
                            width: calc(100% - 180px);

                            .figContTitle {
                                color: #000000;
                                font-weight: 400;
                                font-size: 1.5rem;
                                margin-bottom: 10px;
                                font-family: "IBM Plex Sans", sans-serif;
                            }

                            .figContTitle+span {
                                color: #000000;
                                font-weight: 400;
                                line-height: 1.4;
                                transition: 0s;
                            }

                            .figContTitle+span+p {
                                opacity: 1;
                                color: #000000;
                                font-weight: 400;
                            }
                        }

                        .basic_btn {
                            transform: scale(0);
                        }
                    }
                }
            }

            &:hover {
                .cardInnerWrap {
                    border-radius: 25px;
                    background-color: #0081EB;

                    .figureWrap {
                        position: relative;

                        .figure {
                            background-color: #0081EB;
                        }
                    }

                    .figContBox {
                        .figContBoxInner {
                            .figContLeft {
                                .figContTitle {
                                    visibility: visible;
                                    opacity: 1;
                                    color: #fff;
                                }

                                .figContTitle+span {
                                    color: #fff !important;
                                }

                                .figContTitle+span+p {
                                    visibility: visible;
                                    opacity: 1;
                                    color: #fff;
                                }
                            }

                            .basic_btn {
                                transform: scale(1);
                            }
                        }
                    }
                }
            }
        }

        &:hover {
            .figTitleBtn {
                top: 0;
                left: 40px;
                background-color: #0c0056;
            }

            .figContTitle+span {
                color: #fff !important;
            }
        }

        .basic_btn {
            &:hover {
                background-color: #fff;
                color: #0081EB;
            }
        }
    }
}

#tab-21 {
    .eachProductCard {
        padding-top: 0;

        .basic_btn {
            display: none !important;
        }
    }
}

#tab-22 {
    .eachProductCard {
        padding-top: 0;
    }
}

.commonNumberScrollWrap {
    border: 1px solid #0000002d;

    .eachNumContWrap {
        /* margin-bottom: 70px; */

        .eachNumCont {
            height: 50%;
            position: relative;

            .numCont {
                padding: 50px;
                display: flex;
                flex-wrap: wrap;
                position: relative;
                text-align: center;
                align-items: center;
                justify-content: center;
                border: 1px solid #0000002d;

                &:after {
                    left: 0;
                    right: 0;
                    height: 1px;
                    bottom: 50px;
                    content: "";
                    margin: auto;
                    max-width: 190px;
                    position: absolute;
                    background-color: #483071;
                }

                .numContInner {
                    font-size: 26px;
                    font-weight: 600;
                    position: relative;
                    font-family: "Encode Sans Expanded", sans-serif;

                    &::after {
                        content: "";
                        position: absolute;
                        width: 50px;
                        height: 1px;
                        background-color: #fff;
                        bottom: 0;
                        left: 50%;
                        transform: translateX(-50%);
                    }

                    .counterText {
                        font-size: 60px;
                        font-weight: 800;
                        line-height: 90px;
                        /* color: #483071; */
                        /* color: #5e438b; */
                        display: inline-block;
                        font-family: "Roboto", sans-serif;
                    }
                }

                .numTitle {
                    color: #000;
                    font-size: 20px;
                    font-weight: 400;
                    padding-left: 15px;
                    font-family: "IBM Plex Sans", sans-serif;
                }
            }
        }
    }
}

.blueBg {
    .commonNumberScrollWrap {

        /* border: 1px solid #ffffff2d; */
        .eachNumContWrap {
            row-gap: 0 !important;

            .eachNumCont {
                .numCont {
                    border: 1px solid #ffffff2d;

                    &::after {
                        background-color: #fff;
                    }

                    .numContInner {
                        &::after {
                            content: normal;
                        }
                    }
                }
            }
        }
    }
}

.commonApplicationWrap {
    height: 100vh;

    .sectionInner {
        height: 100%;

        .resView {
            display: none;
        }
    }

    .container-fluid {
        z-index: 1;
        position: relative;
    }

    .ourAppInner {
        height: 100%;
        position: relative;

        .appTabConWrap {
            z-index: 1;
            height: 100%;
            position: relative;

            &:after {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: "";
                position: absolute;
                background: #000;
                background: linear-gradient(90deg, #000000b3 30%, #00000000 100%);
            }

            .appTabCon {
                height: 100%;
                display: none;
                padding-top: 130px;
                background-size: cover;
                background-position: 0 0;
                background-repeat: no-repeat;

                &.current {
                    display: block;
                }

                .appOverlay {
                    .secHeadWrap {
                        z-index: 1;
                        max-width: 50%;
                        position: relative;
                    }

                    .appResImg {
                        display: none;
                    }
                }

                .accTrigger {
                    display: none;
                }
            }
        }

        .appTabMenuWrap {
            left: 0;
            right: 0;
            z-index: 1;
            bottom: 25px;
            position: absolute;
            padding: 0px 15px;

            .appMenuList {
                display: flex;
                align-items: flex-end;
                justify-content: space-between;

                li {
                    height: 240px;
                    display: flex;
                    margin-bottom: 0;
                    align-items: flex-end;
                    width: calc(25% - 15px);

                    .figureWrap {
                        width: 100%;
                        height: 195px;
                        transition: 0.3s;
                        cursor: pointer;
                        overflow: hidden;
                        position: relative;
                        border-radius: 30px;
                        border: 1px solid #ffffff;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                        .span {
                            left: 15px;
                            right: 15px;
                            bottom: 15px;
                            color: #000000;
                            line-height: 1.2;
                            position: absolute;
                            display: inline-block;

                            span {
                                font-size: 18px;
                                padding: 10px 15px;
                                border-radius: 15px;
                                display: inline-block;
                                background-color: #fff;
                            }
                        }
                    }

                    &:hover,
                    &.active {
                        .figureWrap {
                            height: 240px;
                        }
                    }
                }
            }
        }
    }
}

.application-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #fff;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.7) 100%);
}

.hero-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 60px 100px;
}

.hero-inner-wrap {
    max-width: 50%;
}

.hero-tag {
    /* font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.8; */
}

.hero-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f5f5f5;
}

.hero-title {
    font-size: 42px;
    line-height: 1.1;
    margin: 10px 0 16px;
}

.hero-text {
    color: #fff;
}

.hero-btn {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    /* transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; */
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Thumbnails row */

.thumbs-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thumb-arrow {
    /* width: 34px;
    height: 34px; */
    /* border-radius: 50%; */
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
    /* display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    user-select: none;
    font-size: 20px; */
    bottom: 80px;
    z-index: 3;

    &.slick-prev {
        left: 130px;
    }

    &.slick-next {
        right: 130px;
    }
}

.thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    flex: 1;
    max-width: 1400px;
}

.thumb {
    flex: 0 0 33.33%;
    /* roughly 3 visible at a time */
    /* opacity: 0.5; */
    /* transform: scale(0.9); */
    height: 210px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: relative;
    flex: 1;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
    background: #111;
}

.thumb figure {
    width: 100%;
    height: 100%;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb-label {
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #000000;
    line-height: 1.2;
    position: absolute;
    display: inline-block;
}

.thumb-label span {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 15px;
    display: inline-block;
    background-color: #fff;
}

.thumbs .thumb.active {
    opacity: 1;
    /* transform: scale(1.05); */
    height: 265px;
    z-index: 2;
}

.thumb.active img {
    /* height: 140px; */
}

.thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.thumb.active::after {
    border-color: rgba(255, 255, 255, 0.85);
}


.mobileViewNew {
    display: none;
}

@media (max-width: 1366px) {
    .thumb {
        height: 170px;
    }

    .thumbs .thumb.active {
        height: 225px;
    }

    .thumb-arrow {
        &.slick-prev {
            left: 0px;
        }
    }

    .thumb-arrow {
        &.slick-next {
            right: 0px;
        }
    }
}

@media (max-width: 1365px) {
    .commonNumberScrollWrap {
        .eachNumContWrap {
            .eachNumCont {
                .numCont {
                    flex-direction: column;

                    .numTitle {
                        padding-left: 0;
                        padding-bottom: 15px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .application-hero {
        display: none;
    }

    .mobileViewNew {
        display: block;
    }

}

@media (max-width: 900px) {
    .hero-inner {
        padding: 24px 18px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-text {
        max-width: none;
        font-size: 14px;
    }

    .thumbs-wrap {
        flex-direction: row;
    }

    .thumb img {
        height: 90px;
    }

    .thumb.active img {
        height: 105px;
    }

    .commonNumberScrollWrap {
        .eachNumContWrap {
            row-gap: 0px !important;

            .eachNumCont {
                &.wid_33 {
                    width: 50%;
                }

                .numCont {
                    padding: 30px 15px;

                    .numContInner {
                        .counterText {
                            margin-bottom: 5px;
                            line-height: 1 !important;
                        }
                    }

                    &:after {
                        content: normal;
                    }

                    .numTitle {
                        padding-bottom: 0px;
                    }
                }
            }
        }
    }
}

@media (max-width: 640px) {
    .application-hero {
        max-height: none;
        height: 100vh;
    }

    .thumbs {
        flex-direction: row;
        overflow-x: auto;
    }

    .thumb {
        min-width: 160px;
    }
}

@media (max-width: 500px) {
    .commonNumberScrollWrap {
        .eachNumContWrap {
            .eachNumCont {
                &.wid_33 {
                    width: 100%;
                }
            }
        }
    }
}

.commonTestimonialWrap {
    padding-bottom: 220px;

    .secHeadWrap {
        margin-bottom: 0;
    }

    .testiWrap {
        .testiInner {
            .slick-list {
                padding-top: 30px;
            }

            .eachTestiBox {
                .testiBlock {
                    .mainPara {
                        text-align: center;
                        position: relative;
                        margin-bottom: 35px;

                        &:before,
                        &:after {
                            content: "";
                            width: 175px;
                            height: 125px;
                            position: absolute;
                            background-size: contain;
                            background-position: 0 0;
                            background-repeat: no-repeat;
                        }

                        &:before {
                            top: -30px;
                            left: -200px;
                            background-image: url(../images/testimonials/quote_open.png);
                        }

                        &:after {
                            bottom: -30px;
                            right: -200px;
                            background-image: url(../images/testimonials/quote_close.png);
                        }

                        p,
                        li,
                        a,
                        span {
                            font-weight: 600;
                            color: #0081EB;
                        }

                        .mainTestiTxt {
                            padding-bottom: 0px;
                            position: relative;
                            height: 100px;
                            overflow: hidden;
                            padding-right: 10px;

                            &::after {
                                width: 100%;
                                height: 90px;
                                content: "";
                                position: absolute;
                                background: linear-gradient(to top, #fff, transparent);
                                bottom: 0;
                                left: 0;
                            }

                            &.show-more-height {
                                height: auto;
                                margin-bottom: 15px;

                                &::after {
                                    content: normal;
                                }
                            }
                        }

                        .tetimonial-show-more {
                            color: #0081EB;
                            padding: 10px 20px;
                            border: 1px solid #1a92fc;
                            margin-top: 10px;
                            border-radius: 30px;
                            position: relative;
                        }
                    }

                    .testiTitle {
                        text-align: center;
                        margin-bottom: 25px;

                        .testiName {
                            display: block;
                            font-size: 40px;
                            color: #0c0056;
                            font-weight: 600;
                            line-height: 20px;
                            margin-bottom: 25px;
                        }

                        .testiDesg {
                            display: block;
                            font-size: 22px;
                            font-weight: 300;
                            color: #000000;
                            line-height: 15px;
                        }
                    }

                    .vdoBoxWrap {
                        text-align: center;

                        .vdoBox {
                            align-items: center;
                            display: inline-flex;
                            justify-content: center;

                            span {
                                color: #000000;
                                margin-right: 15px;
                                display: inline-block;
                            }

                            .vdoBtn {
                                width: 42px;
                                height: 42px;
                                border-radius: 50%;
                                background-color: #0c0056;
                                display: flex;
                                align-items: center;
                                justify-content: center;

                                img {
                                    width: 20px;
                                    display: inline-block;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .testiNavWrap {
        padding-top: 40px;

        .testinavInner {
            .eachTestiNav {
                cursor: pointer;
                transition: 0.3s;
                transform: scale(0.8);

                figure {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    object-fit: cover;
                    border-radius: 20px;
                    border: 5px solid transparent;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                &.slick-current {
                    transform: scale(1);

                    figure {
                        border-color: #0081EB;
                    }
                }
            }
        }
    }
}

.commonLogoScrollWrap {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #00000025;

    .secHeadWrap {
        .smallTitle {
            display: inline-block;
        }

        .secHead {
            color: #0c0056 !important;
        }
    }

    .clientleWrap {
        .imgBox {
            width: 100%;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

.commonGlobalWrap {
    .globalWrap {
        .globalInner {
            .mapBox {
                width: 100%;
                max-width: 90%;
                margin: 0 auto;
                position: relative;

                img {
                    width: 100%;
                    height: 100%;
                }

                .mapPointerWrap {
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    position: absolute;

                    .pointerInner {
                        width: 100%;
                        height: 100%;

                        .eachPointer {
                            width: 20px;
                            height: 20px;
                            position: absolute;

                            .pointerIco {
                                width: 20px;
                                height: 11px;
                                display: block;
                                cursor: pointer;
                                border-radius: 50%;
                                position: relative;
                                /* background-color: #ffffff40; */
                                animation-name: pulse;
                                animation-duration: 2s;
                                animation-iteration-count: infinite;
                                animation-direction: alternate;
                                animation: pulse 1.5s infinite;
                                filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.6));

                                &:before {
                                    width: 20px;
                                    height: 11px;
                                    top: 0;
                                    left: 0;
                                    content: '';
                                    position: absolute;
                                    border-radius: 50%;
                                    background-color: #ffffffc4;
                                }

                                &:after {
                                    top: -24px;
                                    left: -8px;
                                    width: 30px;
                                    height: 30px;
                                    content: '';
                                    margin: auto;
                                    position: absolute;
                                    background-image: url(../images/location-pin.png);
                                    background-repeat: no-repeat;
                                }

                            }

                            .pointerInfo {
                                right: 0;
                                opacity: 0;
                                width: 280px;
                                display: flex;
                                position: absolute;
                                transition: 0.6s;
                                padding: 10px 5px;
                                border-radius: 20px;
                                align-items: center;
                                background-color: #fff;
                                justify-content: space-between;
                                box-shadow: 0 4px 30px 4px #00000020;

                                .imgBox {
                                    width: 115px;
                                    display: block;
                                    overflow: hidden;
                                    margin-bottom: 0;
                                    border-radius: 10px;

                                    img {
                                        width: 100%;
                                        height: 100%;
                                    }
                                }

                                .pointerName {
                                    width: calc(100% - 135px);
                                    padding-left: 10px;
                                }
                            }

                            &.ep_1 {
                                top: 33%;
                                left: 14%;
                                animation-duration: 1.8s;
                            }

                            &.ep_2 {
                                bottom: 27%;
                                left: 26%;
                                animation-duration: 2.5s;
                            }

                            &.ep_3 {
                                top: 15%;
                                right: 40%;
                                animation-duration: 3.2s;
                            }

                            &.ep_4 {
                                bottom: 39%;
                                right: 42%;
                                animation-duration: 2.0s;
                            }

                            &.ep_5 {
                                top: 42%;
                                right: 14%;
                                animation-duration: 2.7s;
                            }

                            &.ep_6 {
                                top: 45%;
                                right: 11%;
                                animation-duration: 1.5s;
                            }

                            &.ep_7 {
                                bottom: 17%;
                                right: 11%;
                                animation-duration: 1.6s;
                            }

                            &.ep_8 {
                                top: 42%;
                                right: 28%;
                                animation-duration: 2.1s;

                                .pointerInfo {
                                    left: -100px;
                                    right: auto;
                                }
                            }


                            &:hover {
                                /* .pointerIco {
                  background-color: #0081EB;
                } */

                                .pointerInfo {
                                    opacity: 1;
                                }
                            }
                        }
                    }
                }
            }

            .mapRes {
                display: none;
            }
        }
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #ffffff70;
        box-shadow: 0 0 0 0 #ffffff70;
    }

    70% {
        -moz-box-shadow: 0 0 0 20px #ffffff00;
        box-shadow: 0 0 0 20px #ffffff00;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ffffff00;
        box-shadow: 0 0 0 0 #ffffff00;
    }
}

.commonEventWrap {
    padding-bottom: 220px;

    .secHeadWrap {
        text-align: center;
    }

    .eventCardWrap {
        margin-left: -15px;
        margin-right: -15px;

        .eachEventCard {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;

            a {
                display: block;
            }

            .eventCardInner {
                .imgBox {
                    position: relative;

                    .figure {
                        width: 100%;
                        height: 350px;
                        overflow: hidden;
                        border-radius: 20px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }

                    .imgInfo {
                        z-index: 1;
                        right: 8px;
                        bottom: 15px;
                        min-width: 180px;
                        max-width: calc(100% - 20px);
                        height: auto;
                        min-height: 32px;
                        max-height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        text-align: center;
                        position: absolute;
                        border-radius: 10px;
                        background-color: #fff;
                        padding: 12px 10px;

                        .imgInfoInner {
                            .eventType {
                                font-size: 18px;
                                line-height: 1.3;
                                color: #2092f6;
                                margin-bottom: 15px;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box !important;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                            }

                            .eventDate {
                                font-size: 16px;
                                line-height: 10px;
                                color: #8f8f8f;
                            }
                        }
                    }
                }

                .eventInfo {
                    .eventTitle {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;

                        p {
                            font-size: 22px;
                            /* font-weight: 600; */
                            transition: 0.6s;
                        }
                    }
                }

                &:hover {
                    .eventInfo {
                        .eventTitle {
                            p {
                                color: #0081EB;
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }
        }
    }
}

.commonDealerWrap {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;

    .mainBg {
        width: 100%;
        object-fit: cover;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        position: absolute;
    }

    .sectionInner {
        z-index: 1;
        width: 100%;
        padding-left: 15px;
        position: relative;
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.commonNewsWrap {
    padding-bottom: 220px;

    .secHeadWrap {
        width: 45%;

        .smallTitle {
            display: inline-block;
        }

        .secHead {
            color: #0c0056 !important;
        }
    }



    .newsTabWrap {
        position: relative;
        /* margin-top: -110px; */

        .tabWrapInner {
            .tabList {
                display: none;
                /* display: flex; */
                flex-wrap: wrap;
                margin-bottom: 50px;
                justify-content: flex-end;

                li {
                    &.basic_btn {
                        cursor: pointer;
                        border: 1px solid #00000025;

                        span {
                            color: #595959;
                            transition: 0.3s;
                        }
                    }

                    &:not(:last-child) {
                        margin-right: 25px;
                    }

                    span {}

                    &.active,
                    &:hover {
                        background-color: #0c0056;

                        span {
                            color: #fff;
                        }
                    }
                }
            }

            .tabContWrap {
                .tab_content {
                    display: none;

                    &.active {
                        display: block;
                    }
                }

                .accTrigger {
                    display: none;
                }

                .accCont {
                    .accInner {}
                }
            }
        }
    }

    .newsCardWrap {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.eachNewsCard {
    width: 100%;
    padding: 0 15px;
    position: relative;

    .cardInner {
        transition: 0.6s;
        position: relative;

        .cardInnerWrap {
            overflow: hidden;
            position: relative;
            border-radius: 20px;

            .figureWrap {
                position: relative;

                .figure {
                    width: 100%;
                    height: 500px;
                    display: flex;
                    align-items: center;
                    border-radius: 25px;
                    justify-content: center;
                    background-color: #f4f4f4;

                    img {
                        z-index: 1;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        position: relative;
                    }
                }
            }

            .figContBox {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                position: absolute;

                &:after {
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    content: "";
                    transition: 0.3s;
                    position: absolute;
                    background-color: #0000009c;
                }

                .figContBoxInner {
                    z-index: 1;
                    display: flex;
                    position: relative;
                    align-items: center;
                    flex-direction: column;

                    .figCont {
                        height: 385px;
                        padding: 40px 20px;

                        .figContPara {
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 4;
                        }

                        p {
                            color: #fff;
                        }
                    }

                    .figContBottom {
                        width: 100%;
                        display: flex;
                        align-items: center;
                        padding: 20px 15px 20px 30px;
                        justify-content: space-between;
                        border-top: 1px solid #ffffff70;

                        .dateInner {
                            font-size: 50px;
                            color: #ffffff;
                            font-weight: 600;
                            font-family: "Encode Sans Expanded", sans-serif;
                        }

                        .monthInner {
                            .monthId {
                                font-size: 24px;
                                color: #ffffff;
                            }

                            .yearId {
                                font-size: 24px;
                                color: #ffffff;
                            }
                        }
                    }
                }
            }
        }

        &:hover {
            .cardInnerWrap {
                .figContBox {
                    &:after {
                        background-color: #0081EB;
                    }
                }
            }
        }
    }
}

.blogSecWrap {
    .commonNewsWrap {
        .eachNewsCard {
            padding: 0 0px;
        }
    }
}

.commonFAQWrap {
    .faqWrap {
        .whiteBox {
            .secHead {
                color: #fff !important;
            }
        }

        .smallTitle {
            display: inline-block;
        }

        .secHead {
            color: #0c0056 !important;
        }

        .eachFaq {
            overflow: hidden;
            border-radius: 10px;

            &:not(:last-child) {
                margin-bottom: 24px;
            }

            .eachFaqInner {
                .faqTitle {
                    cursor: pointer;
                    font-size: 18px;
                    transition: 0.3s;
                    overflow: hidden;
                    margin-bottom: 0;
                    position: relative;
                    border-radius: 10px;
                    padding: 25px 85px 25px 25px;
                    border: 1px solid #00000025;

                    span {
                        font-size: 18px;
                        margin-right: 8px;
                        display: inline-block;
                        text-transform: uppercase;
                    }

                    &:after {
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        right: 25px;
                        font-size: 40px;
                        top: 20px;
                        /* transform: translateY(-50%); */
                        position: absolute;
                        transition: 0.6s;
                        font-family: "Font Awesome 6 Free";
                        font-weight: 900;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-font-smoothing: antialiased;
                        display: var(--fa-display, inline-block);
                        font-style: normal;
                        font-variant: normal;
                        line-height: 1;
                        text-rendering: auto;
                        content: "\f055";
                        color: #0c0056;
                    }

                    &:hover {
                        color: #fff;
                        background-color: #0c0056;

                        span,
                        &:after {
                            color: #fff;
                        }
                    }
                }

                .faqCont {
                    display: none;

                    .fqContInner {
                        padding: 0 25px 25px 25px;
                    }
                }
            }

            &.active {
                background-color: #0c0056;

                .eachFaqInner {
                    .faqTitle {
                        color: #fff;

                        &:after {
                            color: #fff;
                            content: "\f056";
                        }
                    }

                    .faqCont {
                        display: block;

                        .fqContInner {
                            color: #fff;

                            * {
                                color: #fff;
                            }
                        }
                    }
                }
            }
        }
    }

    .getInTouchWrap {
        .getInTouchWrapInner {
            padding: 80px 25px;
            border-radius: 20px;
            position: sticky;
            top: 60px;

            /* .getInTouchForm{
                .formWrap{
                    .row{
                        &:not(:last-child){
                            margin-bottom: 25px;
                        }
                    }
                    .inputBox{
                        input[type=text],
                        input[type=tel],
                        input[type=mail],
                        textarea{
                            width: 100%;
                            height: 60px;
                            font-size: 18px;
                            color: #ffffff;
                            line-height: 50px;
                            padding: 5px 20px;
                            border-radius: 8px;
                            border: 1px solid #fff;
                            background-color: transparent;

                            &::placeholder {
                                color: #ffffff;
                            }
                        }

                        textarea{
                            padding: 20px;
                            height: 120px;
                            line-height: 1.2;
                        }

                        &.submitBox{
                            input{
                                width: auto;
                                cursor: pointer;

                                &:hover{
                                    color: #0081EB;
                                    background-color: #fff;
                                }
                            }
                        }
                    }
                }
            } */
        }
    }
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin: 10px 0 0 !important;
}

.skyBg {

    .wpcf7-not-valid-tip,
    .wpcf7 form.invalid .wpcf7-response-output {
        color: #000 !important;
    }
}

.getInTouchForm {
    position: relative;

    .formWrap {
        .row {
            &:not(:last-child) {
                margin-bottom: 25px;
            }
        }

        .inputBox {

            input[type="text"],
            input[type="tel"],
            input[type="email"],
            textarea {
                width: 100%;
                height: 60px;
                display: block;
                font-size: 18px;
                color: #ffffff;
                line-height: 50px;
                padding: 5px 20px;
                border-radius: 8px;
                border: 1px solid #fff;
                background-color: transparent;

                &::placeholder {
                    color: #ffffff;
                }
            }

            textarea {
                padding: 20px;
                height: 120px;
                line-height: 1.2;
            }

            &.submitBox {
                input {
                    width: auto;
                    cursor: pointer;

                    &:hover {
                        color: #0081EB;
                        background-color: #fff;
                    }
                }
            }
        }
    }

    .wpcf7-spinner {
        position: absolute;
        bottom: -30px;
        right: 0;
    }
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin-left: 0;
    border: none;
    padding-left: 0;
    color: #dc3232;
}

.inner-header {
    & .headerInner {
        & .menuWrap {
            & .nav {
                & ul {
                    & li {
                        a {
                            color: #000;
                        }
                    }
                }
            }
        }

        & .callWrap {
            .callInner {
                /* border: 1px solid #000; */
            }
        }
    }

    & .headerInner {
        & .callWrap {
            & .callInner {
                & .locIcon {
                    & a {
                        span {
                            color: #000;
                        }
                    }
                }
            }
        }
    }
}

.popupFormInner {
    p {
        margin-bottom: 20px;
    }
}

.innerBanner {
    position: relative;
    padding: 0px;
    height: 500px;
    /* height: 250px; */
    /* background-image: linear-gradient(to right,
      transparent 0%,
      rgb(19, 130, 232) 34%,
      rgb(19, 130, 232) 66%,
      transparent 100%); */
    /* height: auto; */
    /* padding: 40px 0 0; */
    /* padding-top: 144px; */
    overflow: hidden;

    img {
        width: 100%;

    }

    &::before {
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background-image: linear-gradient(0deg,
                transparent 0 30%,
                #ffffff 86% 100%);
    }

    .imgImg {
        width: 100%;
        height: 100%;
        z-index: -1;
        position: relative;
        /* display: none; */

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .innerBannerCont {
        left: 0;
        padding: 20px 320px 20px 30px;
        background-image: linear-gradient(-90deg, transparent 0 30%, #1382e8 86% 100%);
        /* background-image: linear-gradient(-90deg,
      transparent 0 0%,
      #1382e8 86% 100%); */
        /* background-image: linear-gradient(to right, transparent 0%, rgb(19, 130, 232) 34%, rgb(19, 130, 232) 66%, transparent 100%); */
        /* width: 50%; */
        left: 0;
        /* top: 50%; */
        bottom: 150px;
        width: auto;
        position: absolute;
        text-align: center;
        display: inline-block;

        .innerBannerTitle {
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 10px;
        }

        .cd-breadcrumb {
            display: flex;
            justify-content: flex-start;
            gap: 30px;
        }

        .cd-breadcrumb li>* {
            display: inline-block;
            font-size: 16px;
            color: #fff;
        }

        .cd-breadcrumb li.current {
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .cd-breadcrumb li {
            font-size: 16px;
            color: #fff;
            font-weight: 300;
            position: relative;
        }

        .cd-breadcrumb li::after {
            display: inline-block;
            content: "\f054";
            margin: 0 0.6em;
            color: #fff;
            font-family: "FontAwesome";
            font-size: 12px;
            position: absolute;
            top: 5px;
        }

        .cd-breadcrumb li:last-child {
            &::after {
                display: none;
            }
        }
    }
}

.blockListBg {
    ul {
        li {
            &:not(:last-child) {
                margin-bottom: 10px;
            }
        }
    }
}

.largeText {
    /* p {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
    } */
}

/* enquiry form */

.enquiryPopup,
#downloadBrochurePopup {
    label {
        font-size: 18px;
    }

    input,
    textarea,
    select {
        width: 100%;
        height: 45px;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        font-size: 16px;
        padding: 6px 10px;
        outline: none;
    }

    textarea {
        height: 120px;
    }

    input[type="submit"] {
        width: 150px;
        height: 56px;
        margin: 0px auto;
        display: flex;
        cursor: pointer;
        font-size: 18px;
        font-weight: 400;
        color: #ffffff;
        padding: 5px 10px;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #ffffff;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
        font-family: "Geologica", sans-serif;
        border-color: #0081EB;
        background-color: #0081EB;

        &:hover {
            background-color: #fff;
            color: #0081EB;
        }
    }
}

#downloadBrochurePopup {
    padding: 25px;

    h4 {
        color: #0081EB;
        margin-bottom: 30px;
        text-align: center;
    }

    .form_group {
        margin-bottom: 20px;
    }

    input,
    textarea {
        height: 45px;
    }

    textarea {
        height: 100px;
    }

    .form_group~p {
        margin-bottom: 0px;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}

.enquiryPopup {
    padding: 25px;
    padding-top: 35px;

    h4 {
        margin-bottom: 18px;
        color: #0081EB;
        text-align: center;
    }
}

.wpcf7-spinner {
    position: absolute;
}

.termsPage {
    h6 {
        color: #0081EB;
        text-align: center;
        font-size: 22px;
    }
}

/* Cart page */

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    padding-top: 200px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
}

.woocommerce-checkout header,
.woocommerce-cart header,
.woocommerce-account header {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.wc-block-cart-items__header-image,
.wc-block-cart-items__header-total,
.wc-block-cart-items__header-product,
.wc-block-cart__totals-title {
    font-size: 20px !important;
}

.wc-block-components-button {
    background-color: #0081EB;
    color: #fff;
    font-size: 16px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    width: 100% !important;
    height: 250px !important;
    object-fit: contain;
}

.wp-block-button__link:hover {
    color: #fff !important;
}

.wc-block-cart__submit-button:hover {
    color: #fff !important;
}

.wc-block-components-sidebar-layout.wc-block-cart,
.wc-block-components-sidebar-layout.wc-block-checkout {
    padding-right: 30px;
    padding-left: 30px;
}

.woocommerce-cart .wp-block-button__link {
    background-color: #0081EB !important;
}

.woocommerce-cart .wc-block-grid__product-title {
    font-size: 20px !important;
}

.woocommerce-cart .wp-block-separator {
    padding-top: 50px;
}

.woocommerce-cart .wp-block-product-new {
    padding-top: 25px;
}

/* start my account page */
.woocommerce-account {
    overflow-x: hidden;
    max-width: 100%;

    /* .inner-header {
    overflow: hidden;
  } */

    .woocommerce-MyAccount-navigation {
        h2 {
            display: none;
        }
    }

    .col2-set .col-1,
    .col2-set .col-2 {
        max-width: 100%;
    }

    .woocommerce {
        form {

            &.login,
            &.register {
                box-shadow: 10px 14px 48px 18px #00000020;
                background-color: #fff;
                padding: 15px;
                border-radius: 10px;
                border: none;
                height: 350px;

                input {
                    padding: 5px 20px;
                    border-radius: 8px;
                    border: 1px solid #00000025;
                    background-color: transparent;
                    color: #000000;
                    height: 40px;
                }

                input[type="email"],
                input[type="text"],
                input[type="password"] {
                    display: block;
                    width: 100%;
                }

                .password-input {
                    display: block;
                    width: 100%;
                }

                .form-row {
                    display: block;
                }

                .woocommerce-form-register__submit {
                    border: 1px solid #ffffff;
                    color: #fff;
                    border-radius: 30px;
                    font-weight: 400;
                    min-width: 180px;
                    height: 44px;
                    background-color: #0081EB;
                    padding: 5px 10px;
                    font-family: "Geologica", sans-serif;
                    transition: 0.4s;
                    margin-top: 15px;

                    &:hover {
                        color: #0081EB;
                        background-color: #fff;
                        border-color: #0081EB;
                    }
                }
            }
        }
    }

    &.woocommerce-orders {
        .woocommerce {
            .woocommerce-info {
                display: flex;
                justify-content: space-between;

                .button {
                    border: 1px solid #ffffff;
                    color: #fff;
                    border-radius: 30px;
                    font-weight: 400;
                    min-width: 180px;
                    height: 44px;
                    background-color: #0081EB;
                    padding: 5px 10px;
                    font-family: "Geologica", sans-serif;
                    transition: 0.4s;
                    line-height: 30px;
                    text-align: center;
                    margin-left: auto;

                    &:hover {
                        border: 1px solid #0081EB;
                        background-color: transparent;
                        color: #0081EB;
                    }
                }
            }
        }
    }

    &.woocommerce-downloads {
        .woocommerce {
            .woocommerce-info {
                display: flex;
                justify-content: space-between;

                .button {
                    border: 1px solid #ffffff;
                    color: #fff;
                    border-radius: 30px;
                    font-weight: 400;
                    min-width: 180px;
                    height: 44px;
                    background-color: #0081EB;
                    padding: 5px 10px;
                    font-family: "Geologica", sans-serif;
                    transition: 0.4s;
                    line-height: 30px;
                    text-align: center;
                    margin-left: auto;

                    &:hover {
                        border: 1px solid #0081EB;
                        background-color: transparent;
                        color: #0081EB;
                    }
                }
            }
        }
    }

    &.woocommerce-payment-methods {
        .woocommerce-MyAccount-content {
            .button {
                border: 1px solid #ffffff;
                color: #fff;
                border-radius: 30px;
                font-weight: 400;
                min-width: 200px;
                height: 44px;
                background-color: #0081EB;
                padding: 5px 10px;
                font-family: "Geologica", sans-serif;
                transition: 0.4s;
                line-height: 30px;
                text-align: center;

                &:hover {
                    border: 1px solid #0081EB;
                    background-color: transparent;
                    color: #0081EB;
                }
            }
        }
    }

    .woocommerce {
        padding: 200px 15px 100px;

        nav {
            border: 2px solid #2196f35e;
            border-radius: 10px;
            box-shadow: 10px 14px 48px 18px #00000020;
            background-color: #fff;

            ul {
                li {
                    padding: 20px 15px;
                    margin-bottom: 0;

                    &:not(:last-child) {
                        border-bottom: 2px solid #2196f35e;
                    }

                    &.is-active {
                        background-color: #0081EB;

                        a {
                            color: #fff;
                        }
                    }

                    &:first-child {
                        &.is-active {
                            border-radius: 10px 10px 0 0;
                        }
                    }

                    &:last-child {
                        &.is-active {
                            border-radius: 0 0 10px 10px;
                        }
                    }

                    a {
                        display: block;
                    }
                }
            }
        }

        .woocommerce-MyAccount-content {
            box-shadow: 10px 14px 48px 18px #00000020;
            background-color: #fff;
            padding: 15px;
            border-radius: 10px;
        }
    }

    /* start address */
    &.woocommerce-edit-address {
        .woocommerce-Address {
            float: left;
            max-width: 50%;
            width: 50%;
            border: 1px solid #000000;
            padding: 0;

            header.woocommerce-Address-title {
                width: 100%;
                position: static;
                border-bottom: unset;
                margin-bottom: 10px;
                padding: 0;
                font-size: 0;
                line-height: normal;

                h2 {
                    width: 100%;
                    font-size: 27px;
                    font-weight: 600;
                    font-family: "Geologica", sans-serif;
                    background-color: #0081EB;
                    color: #ffffff;
                    padding: 10px;
                }

                a.edit {
                    width: 100%;
                    font-size: 18px;
                    font-weight: 600;
                    color: #0081EB;
                    display: block;
                    padding: 0 10px;
                    text-decoration: underline;
                }
            }

            address {
                margin-bottom: 0;
                padding: 0 10px 15px;
            }
        }

        &.fixHeader {
            & .woocommerce-Address {
                header.woocommerce-Address-title {
                    &::after {
                        content: normal;
                    }
                }
            }
        }

        /* edit address */
        .woocommerce-address-fields {
            padding: 20px 0 0;

            .woocommerce-address-fields__field-wrapper {
                margin-bottom: 20px;
            }

            p {
                width: 100%;

                &.form-row {
                    margin-bottom: 10px;

                    label {
                        line-height: normal;

                        span {
                            display: inline-block;
                            width: auto;
                        }
                    }

                    span {
                        display: block;
                        width: 100%;

                        input {
                            padding: 5px 20px;
                            border-radius: 8px;
                            border: 1px solid #00000025;
                            background-color: transparent;
                            color: #000000;
                            height: 40px;
                        }

                        &.woocommerce-input-wrapper {
                            .select2-container .select2-selection--single .select2-selection__arrow b {
                                right: 0;
                                left: auto;
                            }

                            .select2-container .select2-dropdown,
                            .select2-container .select2-selection {
                                padding: 5px 20px !important;
                                border-radius: 8px !important;
                                border: 1px solid #00000025 !important;
                                color: #000000;
                            }
                        }
                    }
                }
            }

            p {
                .button {
                    border: 1px solid #ffffff;
                    color: #fff;
                    border-radius: 30px;
                    font-weight: 400;
                    min-width: 180px;
                    height: 44px;
                    background-color: #0081EB;
                    padding: 5px 10px;
                    font-family: "Geologica", sans-serif;
                    transition: 0.4s;

                    &:hover {
                        border: 1px solid #0081EB;
                        background-color: transparent;
                        color: #0081EB;
                    }
                }
            }
        }
    }

    /* end address */

    /* start account */
    &.woocommerce-edit-account {
        .woocommerce-EditAccountForm {
            p.woocommerce-form-row {
                input {
                    padding: 5px 20px;
                    border-radius: 8px;
                    border: 1px solid #00000025;
                    background-color: transparent;
                    color: #000000;
                    height: 40px;
                }

                #account_display_name_description {
                    em {
                        font-size: 13px;
                    }
                }

                .password-input {
                    margin-left: 10px;
                }
            }

            fieldset {
                margin-top: 20px;
            }

            p {
                .woocommerce-Button {
                    margin-top: 20px;
                    border: 1px solid #ffffff;
                    color: #fff;
                    border-radius: 30px;
                    font-weight: 400;
                    min-width: 180px;
                    height: 44px;
                    background-color: #0081EB;
                    padding: 5px 10px;
                    font-family: "Geologica", sans-serif;
                    transition: 0.4s;

                    &:hover {
                        border: 1px solid #0081EB;
                        background-color: transparent;
                        color: #0081EB;
                    }
                }
            }
        }
    }

    /* end account */

    /* start logout */
    .woocommerce-form-login {
        .woocommerce-form__label {
            display: flex;
            align-items: center;

            .woocommerce-form__input {
                width: 14px;
            }

            span {
                display: inline-block;
                margin-left: 7px;
                margin-right: 10px;
            }
        }

        .woocommerce-form-login__submit {
            border: 1px solid #ffffff;
            color: #fff;
            border-radius: 30px;
            font-weight: 400;
            min-width: 180px;
            height: 44px;
            background-color: #0081EB;
            padding: 5px 10px;
            font-family: "Geologica", sans-serif;
            transition: 0.4s;

            &:hover {
                border: 1px solid #0081EB;
                background-color: transparent;
                color: #0081EB;
            }
        }
    }

    /* end logout */

    /* start payment */
    &.woocommerce-add-payment-method {
        #wc-stripe-upe-form {
            margin-top: 15px !important;
        }

        .woocommerce-Button {
            border: 1px solid #ffffff;
            color: #fff;
            border-radius: 30px;
            font-weight: 400;
            min-width: 180px;
            height: 44px;
            background-color: #0081EB !important;
            padding: 5px 10px;
            font-family: "Geologica", sans-serif;
            transition: 0.4s;
            line-height: 30px;
            text-align: center;
            margin-right: auto;

            &:hover {
                border: 1px solid #0081EB;
                background-color: transparent;
                color: #0081EB;
            }
        }
    }

    /* end payment */
}

/* end my account page */



.customList {
    &:not(:last-child) {
        margin-bottom: 30px;
    }

    li {
        font-size: 16px;
        position: relative;
        padding-left: 20px;

        &:before {
            left: 0;
            top: 8px;
            width: 8px;
            height: 8px;
            content: "";
            border-radius: 50%;
            position: absolute;
            background-color: #000;
        }

        &:not(:last-child) {
            margin-bottom: 10px;
        }
    }

    &.whiteList {
        li {
            color: #fff;

            &:before {
                background-color: #fff;
            }
        }
    }
}

/* policy pages */

.page-template-common-templte {
    p {
        font-size: 16px;
    }

    .customList {
        &:not(:last-child) {
            margin-bottom: 30px;
        }

        p {
            font-size: 16px;
        }

        li {
            font-size: 16px;
            position: relative;
            padding-left: 20px;

            &:before {
                left: 0;
                top: 8px;
                width: 8px;
                height: 8px;
                content: "";
                border-radius: 50%;
                position: absolute;
                background-color: #000;
            }

            &:not(:last-child) {
                margin-bottom: 15px;
            }
        }
    }

    .tableWrap {
        overflow-y: hidden;
        overflow-x: scroll;
        margin-bottom: 20px;

        table {
            width: 100%;

            th {
                color: #ffffff;
                background-color: #0081EB;
            }

            th,
            td {
                padding: 10px;
                border: 1px solid #cfcfcf;
                font-size: 16px;
            }
        }
    }

    h3 {
        font-size: 25px;
        color: #0081EB;
    }
}

/* start 404 page */
.pnf_sec {
    .pnf_wrap {
        text-align: center;

        .btnOne {
            height: 56px;
            cursor: pointer;
            font-size: 20px;
            font-weight: 400;
            min-width: 180px;
            color: #ffffff;
            padding: 5px 15px;
            line-height: 46px;
            text-align: center;
            border-radius: 30px;
            display: inline-block;
            border: 1px solid #0081EB;
            background-color: #0081EB;
            transition: all 0.3s ease-in-out;
            font-family: "Geologica", sans-serif;

            &:hover {
                background-color: transparent;
                color: #0081EB;
            }
        }
    }

    .pnf_img {
        margin: 0 auto 20px;
        text-align: center;

        img {
            display: inline-block;
        }
    }
}

/* end 404 page */

/* start thank you page */
.thank_you_sec {
    padding: 150px 0 100px;
}

.thank_you_wrap {
    text-align: center;

    h2 {
        font-size: 50px;
        color: #1d1358;
        margin-bottom: 20px;
    }
}

/* end thank you page */

/* get in touch form */

.getTouchBtnDiv {
    .getTouchBtn {
        padding: 10px 20px;
        top: 50%;
        right: -80px;
        z-index: 30;
        width: 200px;
        height: 40px;
        display: flex;
        font-size: 16px;
        position: fixed;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        background-color: #0081EB;
        border: 1px solid #0081EB;
        transform: translateY(-50%) rotate(90deg);
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 0px 6px 0px #ccc;

        &:hover {
            background-color: #fff;
            color: #0081EB;
        }
    }
}

.sidebarForm {
    position: fixed;
    width: 100%;
    max-width: 350px;
    transform: translateX(120%);
    right: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    min-width: 300px;
    background: #fff;
    z-index: 110;
    transition: all 0.5s;
    padding: 30px 20px;
    box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;

    &.active {
        transform: translateX(0%);
    }

    .sidebarFormInn {
        .sidebarFormTop {
            text-align: center;

            .sectionMainTitle {
                margin: 0;
                padding: 0;
                font-weight: 600;
            }

            .sidebarHead {
                color: #0081EB;
                font-size: 17px;
                margin-top: 10px;
                margin-bottom: 18px;
                line-height: 1.5;
            }

            .sideMenuClose {
                position: absolute;
                right: 10px;
                top: 8px;
                font-size: 22px;

                i {
                    color: #0081EB;
                }
            }
        }

        form {
            .form-group {
                margin-bottom: 20px;
            }

            input,
            select,
            textarea {
                outline: 0;
                background-color: transparent;
                border-radius: 0;
                border: none;
                padding: 0;
                font-size: 15px;
                font-weight: 500;
                border-bottom: 1px solid #dee2e6;
                height: 50px;
                width: 100%;
                font-size: 15px;
                color: #000;

                &::placeholder {
                    color: #000;
                }
            }

            textarea {
                height: 100px;
            }

            .basic_btn_sk {
                background-color: #0081EB;
                color: #fff;
                border: 1px solid transparent;
                border-radius: 30px;

                &:hover {
                    color: #0081EB;
                    background-color: #fff;
                    border-color: #0081EB;
                }
            }
        }

        .quickAdd {
            .titleSub {
                margin-bottom: 20px;
            }

            .menu_link_box {
                margin-bottom: 10px;

                a {
                    display: flex;

                    i {
                        font-size: 17px;
                    }

                    span {
                        padding-left: 10px;
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

/* start connect with us */
.daZsEH {
    left: auto !important;
    right: 0 !important;
    bottom: 66px !important;
}

/* end connect with us */

/* start shop page */
.woocommerce-shop {
    #sidebar {
        display: none;
    }

    #primary {
        padding: 130px 0 100px;

        header.woocommerce-products-header {
            position: inherit;
            padding: 0;

            .woocommerce-products-header__title {
                display: none;
            }
        }

        .woocommerce-breadcrumb {
            a {
                color: #fff;
            }

            background-image: linear-gradient(to right,
                transparent 0%,
                rgb(19, 130, 232) 34%,
                rgb(19, 130, 232) 66%,
                transparent 100%);
            text-align: center;
            color: #fff;
            padding: 50px 30px;
        }

        p.woocommerce-result-count {
            padding: 0 30px 0;
            font-weight: 400;
            font-family: "Geologica", sans-serif;
            font-size: 20px;
        }

        .woocommerce-ordering {
            padding: 0 30px 0;

            select {
                border: 1px solid #00000025;
                background-color: transparent;
                padding: 5px 20px;
                border-radius: 8px;
                color: #000000;
                height: 40px;
                font-size: 14px;
                line-height: 30px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-image: url(../images/down-arrow-black.png);
                background-position: 98%;
                background-repeat: no-repeat;
            }
        }

        ul.products {
            padding: 0 30px 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: -25px;
            width: 100%;

            li {
                width: 100%;
                max-width: 22%;
                flex: 0 0 22%;
                -ms-flex: 0 0 22%;
                margin-right: 15px;
                margin-left: 15px;
                padding-bottom: 25px;
                float: unset;
                background-color: #ffffff;
                box-shadow: 6px 9px 20px #ccc;
                padding: 10px;
                border-radius: 10px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                a {
                    &.woocommerce-LoopProduct-link {}

                    &.button {
                        margin-top: 10px;
                        cursor: pointer;
                        font-size: 16px;
                        font-weight: 400;
                        color: #ffffff;
                        padding: 5px 15px;
                        line-height: 30px;
                        text-align: center;
                        border-radius: 30px;
                        display: inline-block;
                        border: 1px solid #ffffff;
                        border-color: #0081EB;
                        background-color: #0081EB;
                        transition: all 0.3s ease-in-out;

                        &:hover {
                            color: #0081EB;
                            background-color: #fff;
                        }
                    }
                }
            }
        }
    }

    &.fixHeader {
        header.woocommerce-products-header {
            border: unset;

            &::after {
                content: normal;
            }
        }
    }
}

.woocommerce-cart {
    .wp-block-woocommerce-empty-cart-block {
        .wc-block-cart__empty-cart__title {
            padding: 80px 20px;
            background: #ffe4e4;
        }
    }
}

/* .customList {
    li {
        position: relative;
        padding-left: 30px;

        &::after {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #1d1358;
        }
    }
} */

.single-post {
    .blogDetailsSec {
        ul {
            li {
                position: relative;
                padding-left: 12px;

                &::before {
                    content: "";
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: #1d1358;
                }
            }
        }
    }
}

/* end shop page */

/* Responsive */

@media (max-width: 1768px) {
    .commonTestimonialWrap {
        .testiNavWrap {
            .testinavInner {
                .eachTestiNav {
                    transform: scale(0.7);
                }
            }
        }

        .testiWrap {
            .testiInner {
                .eachTestiBox {
                    .testiBlock {
                        .mainPara {

                            &:before,
                            &:after {
                                width: 130px;
                                height: 110px;
                            }

                            &:before {
                                left: -150px;
                            }

                            &:after {
                                right: -150px;
                            }
                        }

                        .testiTitle {
                            margin-bottom: 20px;

                            .testiName {
                                font-size: 35px;
                            }

                            .testiDesg {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
    }

    .productCardWrap {
        .eachProductCard {
            .cardInner {
                .cardInnerWrap {
                    .figureWrap {
                        .figure {
                            height: 360px;
                        }
                    }

                    .figContBox {
                        padding: 25px 10px 25px;

                        .figContBoxInner {
                            .figContLeft {
                                width: calc(100% - 140px);
                                padding-right: 10px;

                                .figContTitle {
                                    font-size: 22px;
                                }

                                .figContTitle+p {
                                    font-size: 16px;
                                }
                            }

                            .basic_btn {
                                height: 50px;
                                font-size: 18px;
                                min-width: auto;
                                width: 140px;
                                padding: 5px 12px;
                                line-height: 38px;
                            }
                        }
                    }
                }
            }
        }
    }

    .application-hero {
        .secHeadWrap {
            .smallTitle {
                margin-bottom: 0;
            }
        }

        .hero-inner {
            padding: 110px 60px 85px;

            .thumb-arrow {
                &.slick-prev {
                    left: 0;
                }

                &.slick-next {
                    right: 0;
                }
            }
        }
    }


}

@media (max-width: 1680px) {
    .commonNumberScrollWrap {
        .eachNumContWrap {
            .eachNumCont {
                .numCont {
                    .numContInner {
                        font-size: 22px;

                        .counterText {
                            font-size: 50px;
                        }
                    }
                }
            }
        }
    }

    .commonTestimonialWrap {
        .testiNavWrap {
            width: 75%;
        }
    }

    .eachNewsCard {
        .cardInner {
            .cardInnerWrap {
                .figureWrap {
                    .figure {
                        height: 420px;
                    }
                }

                .figContBox {
                    .figContBoxInner {
                        .figCont {
                            height: 320px;
                        }

                        .figContBottom {
                            padding: 20px 15px;

                            .dateInner {
                                font-size: 42px;
                            }

                            .monthInner {
                                .monthId {
                                    font-size: 22px;
                                }

                                .yearId {
                                    font-size: 20px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1600px) {
    .secHeadWrap {
        .secHead {
            font-size: 44px;
            font-weight: 600;
            line-height: 60px;
            font-family: "Encode Sans Expanded", sans-serif;
        }
    }

    .largeText {
        /* p {
            font-size: 20px;
            line-height: 1.5;
        } */
    }

    p,
    ul li {
        font-size: 16px;
    }

    .innerBanner {
        position: relative;
        padding-top: 120px;
        /* padding: 0px; */
        /* height: 360px; */
        /* height: 220px; */

        .innerBannerCont {
            .innerBannerTitle {
                font-size: 24px;
            }
        }

        &::before {
            background-image: linear-gradient(0deg, #00000000 0% 32%, #ffffff 75% 15%);
        }
    }

    .commonApplicationWrap {
        .ourAppInner {
            .appTabMenuWrap {
                .appMenuList {
                    li {
                        .figureWrap {
                            height: 190px;

                            .span {
                                span {
                                    font-size: 16px;
                                }
                            }
                        }

                        &:hover,
                        &.active {
                            .figureWrap {
                                height: 220px;
                            }
                        }
                    }
                }
            }

            .appTabConWrap {
                .appTabCon {
                    padding-top: 70px;

                    .appOverlay {
                        .secHeadWrap {
                            max-width: 60%;
                        }
                    }
                }
            }
        }
    }

    .application-hero {
        .hero-inner {
            padding: 60px;

            .thumbs-wrap {
                padding: 0px 80px;

                .thumbs {
                    .thumb {
                        height: 180px;

                        &.active {
                            height: 220px;
                        }

                        .thumb-label {
                            span {
                                font-size: 16px;
                            }
                        }
                    }
                }
            }

            .hero-inner-wrap {
                max-width: 60%;
            }
        }
    }

    .commonTestimonialWrap {
        .testiWrap {
            .testiInner {
                .eachTestiBox {
                    .testiBlock {
                        .mainPara {
                            width: 85%;

                            &:before,
                            &:after {
                                width: 85px;
                                height: 85px;
                            }

                            &:before {
                                left: -85px;
                            }

                            &:after {
                                right: -85px;
                            }
                        }

                        .testiTitle {
                            margin-bottom: 15px;

                            .testiName {
                                font-size: 22px;
                                margin-bottom: 15px;
                            }

                            .testiDesg {
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }

        .testiNavWrap {
            padding-top: 20px;

            .testinavInner {
                .eachTestiNav {
                    transform: scale(0.6);

                    &.slick-current {
                        transform: scale(0.8);
                    }
                }
            }
        }
    }

    .commonGlobalWrap {
        .globalWrap {
            .globalInner {
                .mapBox {
                    .mapPointerWrap {
                        .pointerInner {
                            .eachPointer {
                                .pointerInfo {
                                    width: 190px;

                                    .imgBox {
                                        width: 75px;
                                    }

                                    .pointerName {
                                        width: calc(100% - 80px);
                                        font-size: 15px;
                                    }
                                }

                                .pointerIco {
                                    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.8));

                                    &:after {
                                        top: -17px;
                                        left: -3px;
                                        width: 25px;
                                        height: 25px;
                                        background-size: 100% 100%;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .productCardWrap {
        .eachProductCard {
            .cardInner {
                .cardInnerWrap {
                    .figContBox {
                        .figContBoxInner {
                            .figContLeft {
                                width: calc(100% - 130px);

                                .figContTitle {
                                    font-size: 20px;
                                }
                            }

                            .basic_btn {
                                height: 45px;
                                font-size: 16px;
                                width: 130px;
                                line-height: 32px;
                            }
                        }
                    }

                    .figureWrap {
                        .figure {
                            height: 300px;
                        }
                    }
                }
            }
        }
    }

    .ourProduct {
        .productTabWrap {
            .tabWrapInner {
                .tabList {
                    li {
                        &.basic_btn {
                            height: 50px;
                            font-size: 16px;
                            min-width: 175px;
                            line-height: 35px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1540px) {
    .secHeadWrap {
        .smallTitle {
            font-size: 20px;
        }

        .secHead {
            font-size: 38px;
            line-height: 44px;
        }
    }

    .basic_btn,
    .basic_btn_bl,
    .basic_btn_sk,
    .basic_btn_2,
    .basic_btn_sk_2 {
        height: 50px;
        font-size: 18px;
        line-height: 40px;
    }

    .commonFAQWrap {
        & .getInTouchWrap {
            .getInTouchWrapInner {
                padding: 50px 25px;
            }
        }
    }
}

@media (max-width: 1440px) {
    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .secHeadWrap {
        margin-bottom: 20px;

        .smallTitle {
            font-size: 16px;
        }

        .secHead {
            font-size: 30px;
            line-height: 38px;
        }
    }

    .largeText {
        /* p {
            font-size: 20px;
            line-height: 30px;
        } */
    }

    p {
        font-size: 14px;
    }

    ul {
        li {
            font-size: 14px;
        }
    }

    .largeText {
        /* p {
            font-size: 18px;
            line-height: 28px;
        } */
    }

    .basic_btn,
    .basic_btn_bl,
    .basic_btn_sk,
    .basic_btn_2,
    .basic_btn_sk_2 {
        height: 44px;
        font-size: 15px;
        padding: 5px 10px;
        line-height: 34px;
    }

    .slick-arrow {
        width: 48px;
        height: 48px;

        &.slick-prev {
            right: 120px;
        }

        &::before {
            width: 15px;
            height: 20px;
        }
    }

    .centerSliderSec {
        padding-bottom: 180px;
    }

    .commonNumberScrollWrap {
        .eachNumContWrap {
            row-gap: 30px;

            .eachNumCont {
                .numCont {
                    .numContInner {
                        font-size: 18px;

                        .counterText {
                            font-size: 40px;
                            line-height: 70px;
                        }
                    }

                    .numTitle {
                        font-size: 17px;
                    }
                }
            }
        }
    }

    .commonApplicationWrap {
        .ourAppInner {
            .appTabMenuWrap {
                .appMenuList {
                    li {
                        .figureWrap {
                            .span {
                                left: 10px;
                                right: 10px;
                                bottom: 10px;
                            }
                        }
                    }
                }
            }
        }
    }

    .application-hero {
        .hero-inner {
            padding: 50px;
        }

        .thumbs {
            .thumb {
                height: 160px;

                &.active {
                    height: 190px;
                }

                .thumb-label {
                    span {
                        font-size: 15px;
                    }
                }
            }
        }
    }

    .commonTestimonialWrap {
        padding-bottom: 130px;

        .slick-arrow {
            bottom: -70px;

            &.slick-prev {
                left: calc(50% - 60px);
            }

            &.slick-next {
                right: calc(50% - 60px);
            }
        }

        .testiWrap {
            .testiInner {
                .eachTestiBox {
                    .testiBlock {
                        .testiTitle {
                            .testiName {
                                font-size: 28px;
                                margin-bottom: 20px;
                            }

                            .testiDesg {
                                font-size: 18px;
                            }
                        }

                        .vdoBoxWrap {
                            .vdoBox {
                                .vdoBtn {
                                    width: 35px;
                                    height: 35px;

                                    img {
                                        width: 16px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .commonGlobalWrap {
        .globalWrap {
            .globalInner {
                .mapBox {
                    .mapPointerWrap {
                        .pointerInner {
                            .eachPointer {
                                .pointerIco {
                                    width: 15px;
                                    height: 15px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .commonNewsWrap {
        & .newsTabWrap {
            & .tabWrapInner {
                .tabList {
                    margin-bottom: 75px;
                }
            }
        }
    }

    .commonEventWrap {
        padding-bottom: 180px;
    }

    .commonDealerWrap {
        .sectionInner {
            padding-top: 100px;
            padding-bottom: 100px;
        }
    }

    .getInTouchForm {
        .formWrap {
            & .row {
                &:not(:last-child) {
                    margin-bottom: 20px;
                }
            }

            .inputBox {

                input[type="text"],
                input[type="tel"],
                input[type="email"],
                textarea {
                    height: 40px;
                    font-size: 14px;
                    line-height: 30px;
                    padding: 5px 15px;
                }

                textarea {
                    padding: 15px;
                    height: 100px;
                }
            }
        }
    }

    /* contact form */
    .commonFAQWrap {
        & .getInTouchWrap {
            .getInTouchWrapInner {
                padding: 40px 25px;
            }
        }
    }

    /* form error */
    .wpcf7-not-valid-tip {
        font-size: 14px !important;
    }

    .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 14px !important;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 14px !important
    }
}

@media (max-width: 1366px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    p {
        margin-bottom: 20px;
    }

    .largeText {
        /* p {
            font-size: 20px;
            line-height: 30px;
        } */
    }

    .commonApplicationWrap {
        .ourAppInner {
            .appTabConWrap {
                .appTabCon {
                    padding-top: 40px;
                }
            }
        }
    }

    .secHeadWrap {
        .secHead {
            font-size: 34px;
            line-height: 44px;
        }
    }

    .innerBanner {
        /* height: 210px; */
    }

    .commonTestimonialWrap {
        .testiWrap {
            .testiInner {
                .eachTestiBox {
                    .testiBlock {
                        .mainPara {
                            .tetimonial-show-more {
                                font-size: 16px;
                            }

                            &:before,
                            &:after {
                                width: 70px;
                                height: 70px;
                            }

                            &::before {
                                left: -70px;
                            }

                            &::after {
                                right: -70px;
                            }
                        }
                    }
                }
            }
        }
    }

    .commonEventWrap {
        .eventCardWrap {
            .eachEventCard {
                .eventCardInner {
                    .imgBox {
                        .figure {
                            height: 270px;
                        }
                    }

                    .eventInfo {
                        .eventTitle {
                            p {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
    }

    .centerSliderSec {
        .slick-arrow {
            &.slick-prev {
                left: calc(50% - 60px);
            }

            &.slick-next {
                right: calc(50% - 60px);
            }
        }
    }

    .commonEventWrap {
        .eventCardWrap {
            .eachEventCard {
                .eventCardInner {
                    .imgBox {
                        .imgInfo {
                            .imgInfoInner {
                                .eventType {
                                    font-size: 16px;
                                }
                            }
                        }
                    }

                    .eventInfo {
                        .eventTitle {
                            p {
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }
    }

    .commonDealerWrap {
        .sectionInner {
            padding-top: 80px;
            padding-bottom: 80px;
        }
    }

    .eachNewsCard {
        .cardInner {
            .cardInnerWrap {
                .figureWrap {
                    .figure {
                        height: 350px;
                    }
                }

                .figContBox {
                    .figContBoxInner {
                        .figCont {
                            height: 250px;
                            padding: 20px;
                        }

                        .figContBottom {
                            .monthInner {
                                .monthId {
                                    font-size: 19px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .commonNewsWrap {
        padding-bottom: 180px;

        .newsTabWrap {
            .tabWrapInner {
                .tabList {
                    margin-bottom: 70px;
                }
            }
        }
    }

    .commonFAQWrap {
        .getInTouchWrap {
            .getInTouchWrapInner {
                padding: 40px 25px;
            }
        }
    }

    .productCardWrap {
        .eachProductCard {
            .figTitleBtn {
                span {
                    font-size: 16px;
                }
            }

            .cardInner {
                .cardInnerWrap {
                    .figureWrap {
                        .figure {
                            height: 260px;
                        }
                    }

                    .figContBox {
                        padding: 18px 10px 25px;

                        .figContBoxInner {
                            .figContLeft {
                                width: calc(100% - 120px);

                                .figContTitle {
                                    font-size: 18px;
                                }

                                .figContTitle+p {
                                    font-size: 14px;
                                }
                            }

                            .basic_btn {
                                width: 120px;
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* start shop page */
    .woocommerce-shop {
        #primary {
            padding: 110px 0 100px;
        }
    }

    /* end sho page */
}

@media (max-width: 1365px) {
    .application-hero {
        .hero-inner {
            .hero-inner-wrap {
                max-width: 100%;
            }
        }
    }

    .daZsEH {
        bottom: 30px !important;
    }
}

@media (max-width: 1280px) {
    .secHeadWrap {
        .secHead {
            font-size: 28px;
            line-height: 36px;
        }
    }

    .largeText {
        /* p {
            font-size: 18px;
            line-height: 28px;
        } */
    }

    .innerBanner {
        /* height: 190px; */
    }

    .commonApplicationWrap {
        .ourAppInner {
            .appTabConWrap {
                .appTabCon {
                    .appOverlay {
                        .secHeadWrap {
                            max-width: 100%;
                        }
                    }
                }
            }
        }
    }

    .application-hero {
        .hero-inner {
            .thumbs-wrap {
                .thumbs {
                    .thumb {
                        height: 130px;

                        &.active {
                            height: 160px;
                        }

                        .thumb-label {
                            span {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }

    .commonEventWrap {
        .secHeadWrap {
            .smallTitle {
                margin-bottom: 10px;
            }
        }

        .eventCardWrap {
            .eachEventCard {
                .eventCardInner {
                    .imgBox {
                        .figure {
                            height: 240px;
                        }
                    }
                }
            }
        }
    }

    .eachNewsCard {
        .cardInner {
            .cardInnerWrap {
                .figureWrap {
                    .figure {
                        height: 300px;
                    }
                }

                .figContBox {
                    .figContBoxInner {
                        .figCont {
                            height: 200px;
                        }

                        .figContBottom {
                            .monthInner {
                                .monthId {
                                    font-size: 17px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .productCardWrap {
        .eachProductCard {
            .figTitleBtn {
                background-color: #0c0056;
                left: 50% !important;
                transform: translateX(-50%) !important;
            }

            .cardInner {
                .cardInnerWrap {
                    background-color: #0081EB;
                    border-radius: 25px;
                    /* max-height: 390px; */

                    .figureWrap {
                        .figure {
                            height: 220px;
                            background-color: #0081EB;
                        }
                    }

                    .figContBox {
                        .figContBoxInner {
                            flex-wrap: wrap;
                            justify-content: center;
                            row-gap: 20px;

                            .figContLeft {
                                width: 100%;
                                min-height: 50px;
                                padding-right: 0;
                                text-align: center;

                                .figContTitle {
                                    visibility: visible;
                                    opacity: 1;
                                    color: #fff;
                                }

                                .figContTitle+span {
                                    visibility: visible;
                                    opacity: 1;
                                    color: #fff;
                                }

                                .figContTitle+span+p {
                                    visibility: visible;
                                    opacity: 1;
                                    color: #fff;
                                }
                            }

                            .basic_btn {
                                transform: scale(1);
                                background-color: #fff;
                                color: #0081EB;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1199px) {
    .innerBanner {
        /* height: 430px; */
    }

    .commonNumberScrollWrap {
        .eachNumContWrap {
            .eachNumCont {
                .numCont {
                    .numContInner {
                        .counterText {
                            font-size: 38px;
                        }
                    }
                }
            }
        }
    }

    .commonApplicationWrap {
        .ourAppInner {
            .appTabMenuWrap {
                .appMenuList {
                    li {
                        .figureWrap {
                            height: 160px;
                        }

                        &:hover,
                        &.active {
                            .figureWrap {
                                height: 180px;

                                .span {
                                    span {
                                        font-size: 14px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .commonTestimonialWrap {
        .testiWrap {
            .testiInner {
                .eachTestiBox {
                    .testiBlock {
                        .testiTitle {
                            .testiName {
                                font-size: 24px;
                            }
                        }

                        .mainPara {

                            &:before,
                            &:after {
                                width: 60px;
                                height: 60px;
                            }

                            &::before {
                                left: -60px;
                            }

                            &::after {
                                right: -60px;
                            }
                        }
                    }
                }
            }
        }
    }

    .commonEventWrap {
        padding-bottom: 140px;
    }

    .eachNewsCard {
        .cardInner {
            .cardInnerWrap {
                .figureWrap {
                    .figure {
                        height: 330px;
                    }
                }

                .figContBox {
                    .figContBoxInner {
                        .figCont {
                            height: 230px;
                        }

                        .figContBottom {
                            .monthInner {
                                .monthId {
                                    font-size: 16px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .getInTouchForm {
        .formWrap {
            .inputBox {
                &.submitBox {
                    text-align: center !important;

                    input {
                        color: #0081EB;
                        background-color: #fff;
                    }
                }
            }
        }
    }

    .woocommerce-account {
        .woocommerce {
            padding: 150px 15px 100px;
        }
    }

    /* cart page */

    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout {
        padding-top: 150px !important;
    }

    .wc-block-cart-items__header-image,
    .wc-block-cart-items__header-total,
    .wc-block-cart-items__header-product,
    .wc-block-cart__totals-title {
        font-size: 18px !important;
    }

    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
        font-size: 18px !important;
    }

    .wc-block-grid__products .wc-block-grid__product-image img {
        height: 200px !important;
    }

    .wc-block-components-sidebar-layout.wc-block-cart,
    .wc-block-components-sidebar-layout.wc-block-checkout {
        padding-left: 0;
    }

    /* checkout page */

    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-right: 0 !important;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .wc-block-components-sidebar {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .wc-block-components-title.wc-block-components-title {
        font-size: 20px !important;
    }

    .wc-block-components-express-payment--checkout .wc-block-components-title.wc-block-components-express-payment__title {
        font-size: 14px !important;
    }

    /* start 404 page */
    .pnf_sec {
        .pnf_wrap {
            padding: 30px 0 0;

            .btnOne {
                height: 44px;
                line-height: 32px;
                font-size: 16px;

                span.arrow {
                    i {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    /* end 404 page */
}

@media (max-width: 1140px) {

    /* start shop page  */
    .woocommerce-shop {
        & #primary {
            & ul.products {
                li {
                    max-width: 30%;
                    flex: 0 0 30%;
                    -ms-flex: 0 0 30%;
                }
            }
        }
    }

    /* end shop page */
}

@media (max-width: 1024px) {
    .innerBanner {
        .innerBannerCont {
            padding: 20px 20px 20px 30px;
            background-image: linear-gradient(-90deg, transparent 0 0%, #1382e8 86% 100%);
        }
    }

    .commonApplicationWrap {
        height: auto;
        padding-top: 80px !important;

        .sectionInner {
            padding: 0px 15px;

            .resView {
                display: block;

                h2 {
                    color: #5c5c5c;
                }
            }
        }

        .ourAppInner {
            .appTabConWrap {
                .appTabCon {
                    padding-top: 0;
                    background-image: none !important;
                    display: block;
                    border-radius: 10px;

                    .accTrigger {
                        display: block;
                        cursor: pointer;
                        font-size: 20px;
                        transition: 0.3s;
                        overflow: hidden;
                        margin-bottom: 0;
                        position: relative;
                        padding: 20px 85px 25px 20px;
                        border: 1px solid #00000025;
                        border-radius: 10px;

                        &:after {
                            width: 40px;
                            height: 40px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            right: 20px;
                            font-size: 40px;
                            top: 50%;
                            transform: translateY(-50%);
                            position: absolute;
                            transition: 0.6s;
                            font-family: "Font Awesome 6 Free";
                            font-weight: 900;
                            -moz-osx-font-smoothing: grayscale;
                            -webkit-font-smoothing: antialiased;
                            display: var(--fa-display, inline-block);
                            font-style: normal;
                            font-variant: normal;
                            line-height: 1;
                            text-rendering: auto;
                            content: "\f055";
                            color: #0c0056;
                        }
                    }

                    .appOverlay {
                        display: none;

                        .container-fluid {
                            padding: 0;
                        }

                        .secHeadWrap {
                            position: static;
                            margin-bottom: 0;
                            padding: 10px 20px 30px 20px;

                            .smallTitle,
                            .secHead {
                                display: none;
                            }
                        }

                        .appResImg {
                            display: block;
                            width: 100%;
                            height: auto;

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                border-radius: 10px;
                            }
                        }
                    }

                    &.active {
                        background-color: #0c0056;

                        .accTrigger {
                            color: #fff;

                            &:after {
                                color: #fff;
                                content: "\f056";
                            }
                        }

                        .appOverlay {
                            display: block;

                            .secHeadWrap {
                                * {
                                    color: #fff;
                                }

                                .basic_btn {
                                    margin-bottom: 15px;
                                    height: 40px;
                                    line-height: 27px;
                                    font-size: 15px;
                                    min-width: 158px;
                                }
                            }
                        }
                    }

                    &:not(:last-child) {
                        margin-bottom: 25px;
                    }
                }

                &::after {
                    content: normal;
                }
            }
        }

        .appTabMenuWrap {
            position: static;
            padding: 0px 15px;
            display: none;
        }
    }

    .commonGlobalWrap {
        .globalWrap {
            .globalInner {
                .mapBox {
                    display: none;
                }

                .mapRes {
                    display: block;
                    width: 100%;
                    height: auto;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
    }

    .commonNewsWrap {
        padding-bottom: 80px;

        .secHeadWrap {
            width: 100%;
            text-align: center;
        }

        .newsTabWrap {
            margin-top: 0;

            .tabWrapInner {
                .tabContWrap {
                    .accEach {
                        .accTrigger {
                            display: block;
                            border: 1px solid #00000025;
                            font-size: 17px;
                            padding: 15px 25px !important;
                            position: relative;
                            margin: 0;
                            transition: all 0.5s;
                            border-radius: 30px;

                            &::after {
                                content: "\f0d7";
                                position: absolute;
                                font-family: fontawesome;
                                color: #00000025;
                                right: 20px;
                                top: 10px;
                                font-size: 25px;
                                transition: transform 0.3s;
                            }
                        }

                        .accCont {
                            display: none;
                        }

                        &.active {
                            .accTrigger {
                                background-color: #0c0056;
                                color: #fff;

                                &::after {
                                    transform: rotate(180deg);
                                    color: #fff;
                                }
                            }

                            .accCont {
                                display: block;
                            }
                        }
                    }

                    .tab_content {
                        display: block;
                        border-radius: 20px;
                        overflow: hidden;

                        &:not(:last-child) {
                            margin-bottom: 25px;
                        }

                        .tabContinner {
                            padding: 40px 30px 60px 30px;
                        }

                        .newsCardWrap {
                            padding-bottom: 50px;

                            .slick-arrow {
                                bottom: -25px;
                                background: #fff;
                                border-color: #fff;

                                &:hover {
                                    background-color: #0081EB;
                                }
                            }
                        }

                        &.active {
                            background-color: #0c0056;
                        }
                    }
                }

                .tabList {
                    display: none;
                }
            }
        }
    }

    /* cart page */

    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-right: 0 !important;
        width: 100% !important;
    }

    .wc-block-components-sidebar {
        padding-left: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 991px) {

    .wpcf7-not-valid-tip,
    form .wpcf7-response-output {
        font-size: 14px !important;
    }

    .innerBanner {
        padding-top: 100px;

        .innerBannerCont {
            /* width: 80%; */
        }
    }

    .enquiryPopup,
    #downloadBrochurePopup {
        padding: 40px 20px;
    }

    .secHeadWrap {
        width: 100%;

        .smallTitle {
            margin-bottom: 10px;
        }
    }

    .largeText {
        /* p {
            font-size: 20px;
            line-height: 30px;
        } */
    }

    .centerSliderSec {
        padding-bottom: 150px;
    }

    .commonTestimonialWrap {
        .testiWrap {
            .testiInner {
                .eachTestiBox {
                    .testiBlock {
                        .mainPara {

                            &:before,
                            &:after {
                                width: 40px;
                                height: 40px;
                            }

                            &::before {
                                left: -30px;
                                top: -25px;
                            }

                            &::after {
                                right: -30px;
                                bottom: 0px;
                            }
                        }
                    }
                }
            }
        }

        .testiNavWrap {
            .testinavInner {
                .eachTestiNav {
                    transform: none !important;

                    &.slick-current {
                        transform: none !important;
                    }

                    figure {
                        width: 300px;
                        height: auto;
                        margin: 0px auto;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                }
            }
        }
    }

    .commonGlobalWrap {
        .sectionInner {
            .topBlock {
                text-align: center;

                &.mb_70 {
                    margin-bottom: 30px !important;
                }

                .secHeadWrap {
                    margin-bottom: 0;
                }
            }
        }
    }

    .commonDealerWrap {
        .mainBg {
            position: static;
            display: none;
        }

        .sectionInner {
            width: 100%;
            padding: 60px 15px;

            .secHeadWrap {
                text-align: center;
            }

            .dealerInfo {
                text-align: center;
            }

            .btnWrap {
                justify-content: center !important;
                margin-top: 30px !important;

                a {
                    margin: 0 !important;

                    &:not(:last-child) {
                        margin-right: 10px !important;
                    }
                }
            }

            .basic_btn,
            .basic_btn_bl,
            .basic_btn_sk,
            .basic_btn_2,
            .basic_btn_sk_2 {
                min-width: 170px;
            }
        }
    }

    .commonNewsWrap {
        padding-bottom: 70px;

        .newsTabWrap {
            .tabWrapInner {
                .tabContWrap {
                    .tab_content {
                        .tabContinner {
                            padding: 20px 15px 60px 15px;
                        }
                    }
                }
            }
        }
    }

    .eachNewsCard {
        .cardInner {
            .cardInnerWrap {
                .figContBox {
                    .figContBoxInner {
                        .figContBottom {
                            .dateInner {
                                font-size: 30px;
                            }
                        }
                    }
                }
            }
        }
    }

    .mobReverseWrap {
        display: flex;
        flex-direction: column-reverse;

        .appResImg {
            margin-bottom: 15px;
            height: 400px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }
        }
    }

    .commonApplicationWrap {
        & .ourAppInner {
            & .appTabConWrap {
                & .appTabCon {
                    & .appOverlay {
                        .appResImg {
                            display: block;
                            width: 100%;
                            height: 400px;

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: center center;
                            }
                        }
                    }
                }
            }
        }
    }

    /* cart page */

    .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .wc-block-components-sidebar-layout.wc-block-cart,
    .wc-block-components-sidebar-layout.wc-block-checkout {
        padding-right: 0;
    }

    /* account page */

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100%;

        h2 {
            text-align: center !important;
            font-size: 22px;
        }
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;

        h2 {
            text-align: center !important;
            font-size: 22px;
        }
    }

    .woocommerce-account {
        .woocommerce-form-login {
            .woocommerce-form-login__submit {
                display: block;
                width: 100%;
            }
        }

        .woocommerce-LostPassword {
            text-align: center;
        }

        .woocommerce {
            form {

                &.login,
                &.register {
                    height: auto;
                    margin-top: 1rem;
                    padding-bottom: 20px;

                    .woocommerce-form-register__submit {
                        width: 100%;
                    }
                }
            }
        }
    }

    /* start shop page  */
    .woocommerce-shop {
        & #primary {
            & ul.products {
                li {
                    max-width: 46%;
                    flex: 0 0 46%;
                    -ms-flex: 0 0 46%;
                }
            }
        }
    }

    /* end shop page */

    .page-template-product-listing {
        .rockBreaker_sec {
            .leftAboutInner {
                .btnWrap {
                    justify-content: center;
                }
            }
        }
    }
}

@media (max-width: 820px) {

    /* start shop page  */
    .woocommerce-shop {
        & #primary {
            & ul.products {
                li {
                    max-width: 40%;
                    flex: 0 0 40%;
                    -ms-flex: 0 0 40%;
                }
            }
        }
    }

    /* end shop page */
}

@media (max-width: 768px) {

    p,
    ul li {
        font-size: 14px;
    }

    .page-template-common-templte {
        p {
            font-size: 14px;
        }

        ul {
            li {
                font-size: 14px;
            }
        }

        table {

            td,
            th {
                font-size: 14px;
            }
        }
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .largeText {
        /* p {
            font-size: 18px;
            line-height: 28px;
        } */
    }

    .innerBanner {
        .innerBannerCont {
            .innerBannerTitle {
                font-size: 22px;
                text-align: left;
            }
        }
    }

    .secHeadWrap {
        .smallTitle {
            font-size: 18px;
            margin-bottom: 8px;
        }

        .secHead {
            font-size: 24px;
            line-height: 34px;
        }
    }

    .innerBanner {
        /* height: 380px; */

        .innerBannerCont {
            /* top: 55%;
      min-width: 50%;
      width: auto;
      max-width: 100%;
      background-image: linear-gradient(-90deg,
          transparent 0 0,
          #1382e8 86% 100%); */
        }
    }

    .commonApplicationWrap {
        padding-top: 60px !important;

        .ourAppInner {
            .appTabConWrap {
                .appTabCon {
                    .accTrigger {
                        font-size: 18px;
                        padding: 20px 60px 20px 20px;

                        &:after {
                            width: 30px;
                            height: 35px;
                            font-size: 35px;
                        }
                    }
                }
            }
        }
    }

    .commonFAQWrap {
        .faqWrap {
            .eachFaq {
                .eachFaqInner {
                    .faqTitle {
                        font-size: 16px;
                        padding: 18px 60px 18px 20px;

                        &::after {
                            top: 12px;
                            width: 30px;
                            height: 30px;
                            font-size: 35px;
                            right: 20px;
                        }
                    }
                }
            }
        }
    }

    .wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
        flex-direction: column !important;
        row-gap: 10px !important;
    }

    .woocommerce-cart .wc-block-grid__product-title {
        font-size: 17px !important;
    }

    /* my account */
    .woocommerce-account {
        & .woocommerce {
            .woocommerce-MyAccount-content {
                margin-top: 20px;
            }
        }
    }

    /* start my account */
    .woocommerce-account {
        &.woocommerce-edit-account {
            & .woocommerce-EditAccountForm {
                p.woocommerce-form-row {
                    flex-direction: column;
                    width: 100%;

                    .password-input {
                        margin-left: 0;
                    }
                }
            }
        }

        &.woocommerce-edit-address {
            .woocommerce-Address {
                float: unset;

                & header.woocommerce-Address-title {
                    h2 {
                        font-size: 22px;
                    }

                    a.edit {
                        font-size: 16px;
                    }
                }

                address {
                    font-size: 16px;
                }
            }
        }
    }

    .woocommerce-account {
        & .woocommerce-MyAccount-navigation {
            h2 {
                display: block;
                padding: 10px;
                color: #1f165a;
                border-bottom: 1px solid #0081EB;
                position: relative;
                margin-bottom: 0;
                font-size: 26px;

                &::after {
                    transform: translateY(-50%);
                    font-family: "FontAwesome";
                    position: absolute;
                    content: "\f0c9";
                    color: #1f165a;
                    font-size: 30px;
                    right: 15px;
                    top: 50%;
                }

                &.active:after {
                    content: "\f00d";
                }
            }

            ul {
                display: none;
            }
        }

        & .woocommerce {
            nav {
                ul {
                    li {
                        &:first-child {
                            &.is-active {
                                border-radius: 0 0 0 0;
                            }
                        }

                        &:last-child {
                            &.is-active {
                                border-radius: 0 0 0 0;
                            }
                        }
                    }
                }
            }
        }

        &.woocommerce-orders,
        &.woocommerce-downloads {
            & .woocommerce {
                & .woocommerce-info {
                    flex-direction: column;
                    justify-content: center;

                    .button {
                        width: 200px;
                        min-width: auto;
                        margin: 20px auto 0;
                    }
                }
            }
        }
    }

    /* end my account */

    /* policy pages */
    .page-template-common-templte {
        .tableWrap {
            table {

                th,
                td {
                    font-size: 15px;
                }
            }
        }

        h3 {
            font-size: 20px;
        }
    }
}

@media (max-width: 767px) {
    .commonNumberScrollWrap {
        .eachNumContWrap {
            .eachNumCont {
                &:nth-child(even) {
                    &::after {
                        content: normal;
                    }
                }
            }
        }
    }

    .productCardWrap {
        & .eachProductCard {
            & .cardInner {
                & .cardInnerWrap {
                    & .figContBox {
                        & .figContBoxInner {
                            & .figContLeft {
                                .figContTitle+span {
                                    font-size: 14px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .getTouchBtnDiv {
        .getTouchBtn {
            padding: 8px 20px;
            right: -76px;
            width: 186px;
            height: 36px;
            font-size: 14px;
        }
    }
}

@media (max-width: 575px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .commonNumberScrollWrap {
        .eachNumContWrap {
            gap: 0;

            .eachNumCont {
                .numCont {
                    padding: 15px 0px;
                }

                &:not(:last-child) {
                    &::after {
                        content: "";
                        top: auto;
                        bottom: 0;
                        width: 100%;
                        height: 1px;
                    }
                }
            }
        }
    }

    .getInTouchForm {
        .formWrap {
            .row {
                &.row_2 {
                    flex-direction: column;
                    row-gap: 25px;

                    .wid_50 {
                        width: 100% !important;
                    }
                }
            }
        }
    }

    .commonApplicationWrap {
        .ourAppInner {
            .appTabConWrap {
                .appTabCon {
                    .appOverlay {
                        .appResImg {
                            height: 350px;
                        }
                    }
                }
            }
        }
    }

    .page-template-product-listing {
        .rockBreaker_sec {
            .leftAboutInner {
                .btnWrap {
                    flex-direction: column;

                    .basic_btn {
                        margin: 0 !important;
                    }
                }
            }
        }
    }


    /* cart page */

    .wc-block-grid__products .wc-block-grid__product-image img {
        height: 150px !important;
    }

    /* my account  */
    .woocommerce-account {
        &.woocommerce-edit-address {
            .woocommerce-Address {
                width: 100%;
                max-width: 100%;
            }
        }
    }

    /* end my account */

    /* thank you page */
    .thank_you_wrap {
        h2 {
            font-size: 45px;
        }
    }

    /* end thank you page */

    /* start shop page  */
    .woocommerce-shop {
        & #primary {
            .woocommerce-ordering {
                width: 100%;

                select {
                    width: 100%;
                }
            }

            & ul.products {
                li {
                    max-width: 100%;
                    flex: 0 0 100%;
                    -ms-flex: 0 0 100%;

                    & a {
                        &.woocommerce-LoopProduct-link {
                            text-align: center;

                            img {
                                width: 200px;
                                margin: 0 auto 20px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end shop page */
}

@media (max-width: 480px) {
    .commonTestimonialWrap {
        .testiWrap {
            .testiInner {
                .eachTestiBox {
                    .testiBlock {
                        .mainPara {
                            &::before {
                                left: -25px;
                            }

                            &::after {
                                right: -20px;
                            }
                        }
                    }
                }
            }
        }
    }

    .commonApplicationWrap {
        & .ourAppInner {
            & .appTabConWrap {
                & .appTabCon {
                    & .appOverlay {
                        .appResImg {
                            height: 250px;
                        }
                    }
                }
            }
        }
    }

    .commonDealerWrap {
        .sectionInner {
            .btnWrap {
                justify-content: center !important;
                flex-direction: column;
                row-gap: 20px;

                .btnMain {
                    margin-right: 0 !important;
                }
            }
        }
    }

    .productCardWrap {
        /* height: 470px; */

        .eachProductCard {
            .cardInner {
                .cardInnerWrap {
                    .figureWrap {
                        .figure {
                            height: auto;
                        }
                    }
                }
            }
        }
    }

    .wc-block-components-order-summary-item {
        flex-wrap: wrap !important;
        row-gap: 20px !important;
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
        width: 100% !important;
        text-align: left !important;
    }

    .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
        padding-left: 0 !important;
    }

    .wc-block-components-radio-control-accordion-content {
        padding: 0 10px 10px !important;
    }

    .woocommerce-checkout {
        font-size: 16px !important;

        input {
            font-size: 14px !important;
        }
    }

    .wc-block-cart-items__row {
        display: flex !important;
        flex-direction: column !important;
    }

    .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        align-items: flex-start !important;
    }

    .wc-block-cart table.wc-block-cart-items,
    .wc-block-cart table.wc-block-cart-items td,
    .wc-block-cart table.wc-block-cart-items th {
        margin-bottom: 0 !important;
    }

    /* connect with us */
    .daZsEH {
        bottom: 100px !important;
    }

    /* enquiry popup */
    .enquiryPopup,
    #downloadBrochurePopup {
        .row_2 {
            flex-direction: column;

            .col_2,
            .col_3 {
                width: 100% !important;
            }

            .col_2 {
                margin-bottom: 20px;
            }
        }
    }
}

.whiteBox {
    .smallTitle {
        color: #fff !important;
    }
}

.smallTitle {
    &.whiteText {
        color: #fff !important;
    }
}



input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-text-fill-color: #000000 !important;
}