    body {
        margin: 0;
        font-family: 'Lato', sans-serif !important;
        color: #1C1C1C;
        left: 0 !important;
    }

    section {
        padding: 100px 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 900;
        text-align: left;
    }

    h2.head {
        font-size: 23px;
    }

    footer {
        padding: 45px 10px;
        color: #fff;
    }

    footer .social-icons {
        padding-left: 0px;
        margin-top: 15px;
    }

    footer .social-icons li {
        display: inline-block;
    }

    footer .social-icons a {
        width: 50px;
        height: 50px;
        background: #181f2a61;
        display: block;
        transition: .3s;
        text-align: center;
        line-height: 45px;
        border-radius: 50%;
        margin-right: 15px;
    }

    footer .social-icons a:hover {
        background: #181f2a9e;
        transition: .3s;
    }

    footer .links {
        list-style: none;
    }

    footer .links a {
        color: #fff;
        text-decoration: none;
        font-weight: 400;
    }

    footer h6 {
        padding-bottom: 15px;
    }

    footer p {
        padding-right: 45px;
    }

    footer .about-img-wrap {
        /* background-size: cover !important; */
        height: 100px;
        border-radius: 5px;
    }

    /* inner-page */

    .inner-page .default-banner .banner {
        height: 97px;
    }

    .inner-page .default-banner .banner .logo-wrap {
        width: 65px;
        height: 65px;
    }

    .inner-page .default-banner .banner .banner-content {
        transform: translate(50%, 24%);
    }

    .inner-page .default-banner .banner .banner-content h1 {
        font-size: 25px;
        padding-top: 13px;
        ;
    }

    .inner-page .cart {
        padding: 50px 0px;
    }

    .inner-page .cart .card {
        -webkit-box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
        box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
    }

    .inner-page .cart .card .head-top {
        font-size: 16px;
        font-weight: 900;
        padding: 18px 25px;
        border-bottom: 0px solid #ccc;
    }

    .inner-page .cart .card .item-row {
        padding: 20px;
        border-bottom: 0px solid #ccc;
        font-size: 15px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
        box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
        background-color: white;
        border-radius: 20px;
    }

    .inner-page .cart .card .item-row .image {
        width: 100px;
        height: 125px;
        border-radius: 12px;
        background-size: cover !important;
        display: inline-block;
        border: 1px solid #ccc;
        margin-right: 20px;
    }

    .cart .sbttl-stl {
        color: #8d8d8d;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0;
        line-height: normal;
        padding-top: 0px;
    }

    .cart .qty-stl {
        color: #8d8d8d;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0px;
        line-height: normal;
    }

    .price-class {
        font-size: 18px;
        /* font-weight: 600; */
    }

    .price-quant-class {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .price-quant-name-class {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: end;
    }

    .price-quant-name-class-1 {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        align-items: baseline;
    }


    .close-class {
        text-align: right;
        /* padding-left: 60px;
        padding-right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px; */
    }

    .txt-area .form-control {
        min-height: 175px;
    }

    .cart p.price-main-class {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
    }

    .name-price-class {
        height: 100%;
        justify-content: space-between;
        flex-direction: column;
        display: flex;
    }

    .cart .product-title {
        font-size: 16px;
        text-align: left;
        font-weight: 600;
        line-height: normal;
        /* padding-top: 2px; */
    }

    .cart .price-sub-class {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 0;
    }

    .final-amt {
        font-size: 21px;
        text-align: right;
        font-weight: 700;
        margin-bottom: 0;
    }

    .final-amt-name {
        margin-bottom: 0;
        font-size: 14px;
        color: #8d8d8d;
        text-align: end;
        line-height: normal;
        margin-top: 15px;
    }

    .final-amt-container {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .final-amt-container2 {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .final-amt-container2 .final-amt {
        text-align: left;
    }


    .final-amt-container2 .final-amt-name {
        text-align: left;
    }


    .react-tel-input .form-control {
        border: 1px solid #dee2e6 !important;
    }

    .shield-icn {
        margin-right: 16px;
        padding-left: 5px;
    }

    .text-muted p {
        margin-bottom: 0;
        line-height: normal;
        font-size: 16px;
    }

    .amount-box .btn-wrap {
        text-align: left !important;
    }

    .breadcrumb {
        margin-bottom: 12px !important;
    }

    .logged-msg {
        width: 61%;
        float: right;
        margin-bottom: 0;
        height: 100%;
        display: grid;
        align-items: center;
    }

    .banner-padding {
        padding-top: 100px;
    }

    .default-banner .container-fluid {
        padding: 0;
    }

    .default-banner .container-fluid .banner {
        margin: 0;
    }

    .pg-nmbrdcrump {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

    .price-small p {
        font-size: 14px;
        font-weight: 600;
        padding-right: 15px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .price-small {
        display: flex;
        align-items: baseline;
    }

    .amount-box {
        position: sticky;
        top: 21%;
    }

    .amount-box small {
        font-size: 14px;
    }

    .inner-page .cart .card .total {
        text-align: right;
        padding: 18px;
        font-size: 17px;
        /*font-weight: 900;*/
    }

    .inner-page .cart .card .pay-total {
        text-align: left;
        padding: 18px 25px;
        font-size: 17px;
        font-weight: 900;
    }

    .inner-page .cart .card .total p {
        padding: 0;
        margin: 0;
    }

    .inner-page .cart .card .customer {
        padding: 15px 0 0 25px;
        font-size: 15px;
    }

    .inner-page .cart .card .address {
        padding: 40px 25px 35px;
        font-size: 15px;
    }

    .inner-page .cart .card p b {
        font-weight: 900;
        /*padding-top: 17px;*/
        display: block;
        padding-bottom: 5px;
    }

    .inner-page .placed {
        padding-bottom: 65px;
        text-align: center;
    }

    .inner-page .placed img {
        width: 80px;
        margin-bottom: 25px;
    }

    .inner-page .placed h6 {
        text-align: center;
        font-size: 20px;
    }

    .inner-page .btn-dark {
        background: #1C1C1C;
        padding: 11px 18px;
        font-size: 14px;
        transition: .3s;
    }

    .inner-page .btn-dark:hover {
        background: #000;
        transition: .3s;
    }

    .inner-page .btn-success {
        padding: 11px 18px;
    }

    .inner-page .btn-default {
        padding: 11px 18px;
        background: #fff;
        border: 1px solid #949393;
        font-size: 14px;
        transition: .3s;
    }

    .inner-page .btn-default:hover {
        background: rgb(245, 245, 245);
        transition: .3s;
    }

    .inner-page .btn-wrap {
        text-align: right;
    }

    .inner-page .cart .plus-minus-input {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .inner-page .cart .plus-minus-input .input-group-field {
        text-align: center;
        border: none !important;
        width: 65px;
        outline: none !important;
        background: transparent;
    }

    .inner-page .cart .plus-minus-input .input-group-field::-webkit-inner-spin-button,
    .inner-page .cart .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
    }

    .inner-page .cart .plus-minus-input .input-group-button .circle {
        border-radius: 50%;
        padding: 0;
        background: #DEDEDE;
        border: none;
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    .craete-user {
        overflow: hidden;
        max-width: 450px;
        background: #fff;
        padding: 35px 45px 45px;
        border-radius: 5px;
        box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
        margin: 50px auto;
    }

    .craete-user .title-text {
        display: flex;
        width: 200%;
    }

    .craete-user .title {
        width: 50%;
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .craete-user .slide-controls {
        position: relative;
        display: flex;
        height: 50px;
        width: 100%;
        overflow: hidden;
        margin: 0px 0 25px 0;
        justify-content: space-between;
        border-radius: 0px;
        border-bottom: 1px solid #ccc;
    }

    .craete-user .slide-controls .slide {
        height: 100%;
        width: 100%;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        line-height: 35px;
        cursor: pointer;
        z-index: 1;
        transition: all 0.6s ease;
        color: #212529;
        text-align: left;
    }

    .craete-user .slide-controls label.signup {
        color: #212529;
    }

    .craete-user .slide-controls .slider-tab {
        position: absolute;
        height: 100%;
        width: 50%;
        left: 0;
        z-index: 0;
        border-radius: 0px;
        border-bottom: 2px solid #333;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    input[type="radio"] {
        display: none;
    }

    .craete-user #signup:checked~.slider-tab {
        left: 50%;
    }

    .craete-user #signup:checked~label.signup {
        color: #212529;
        cursor: default;
        user-select: none;
    }

    .craete-user #signup:checked~label.login {
        color: #212529;
    }

    .craete-user #login:checked~label.signup {
        color: #212529;
    }

    .craete-user #login:checked~label.login {
        cursor: default;
        user-select: none;
    }

    .craete-user .form-container {
        width: 100%;
        overflow: hidden;
    }

    .craete-user .form-container .form-inner {
        display: flex;
        width: 200%;
    }

    .craete-user .form-container .form-inner form {
        width: 50%;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .craete-user .form-inner form .field {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }

    .craete-user .form-inner form span.text {
        text-align: center;
        display: block;
    }

    .intl-tel-input .country-list {
        width: 320px;
    }

    .text.active {
        display: none !important;
    }

    .craete-user .form-inner form .field input {
        height: 100%;
        width: 100%;
        outline: none;
        padding: 11px 15px;
        border-radius: 5px;
        border: 1px solid lightgrey;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .craete-user .form-inner form .field input:focus {
        border-color: #b5b5b5;
    }

    .craete-user .form-inner form label {
        padding-bottom: 10px;
    }

    .craete-user .form-inner form .field input::placeholder {
        color: #999;
        transition: all 0.3s ease;
    }

    .craete-user form .field input:focus::placeholder {
        color: #b3b3b3;
    }

    .craete-user .form-inner form .pass-link {
        margin-top: 5px;
    }

    .craete-user .form-inner form .signup-link {
        text-align: center;
        margin-top: 30px;
    }

    .craete-user .form-inner form .pass-link a,
    .craete-user .form-inner form .signup-link a {
        color: #fa4299;
        text-decoration: none;
    }

    .craete-user .form-inner form .pass-link a:hover,
    .craete-user .form-inner form .signup-link a:hover {
        text-decoration: underline;
    }

    .craete-user form .btn {
        height: 50px;
        width: 100%;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
    }

    .craete-user form .btn .btn-layer {
        height: 100%;
        width: 300%;
        position: absolute;
        left: -100%;
        background: -webkit-linear-gradient(right, #a445b2, #fa4299, #a445b2, #fa4299);
        border-radius: 5px;
        transition: all 0.4s ease;
        ;
    }

    .craete-user form .btn:hover .btn-layer {
        left: 0;
    }

    .craete-user form .btn input[type="submit"] {
        height: 100%;
        width: 100%;
        z-index: 1;
        position: relative;
        background: none;
        border: none;
        color: #fff;
        padding-left: 0;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
    }

    .billing-address {
        padding: 25px;
    }

    /*custom radio button*/

    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        position: relative;
        padding-left: 40px;
        cursor: pointer;
        line-height: 24px;
        display: inline-block;
        color: #1C1C1C;
    }

    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 25px;
        border: 1px solid rgb(204 204 204);
        border-radius: 100%;
        background: #fff;
    }

    [type="radio"]:checked+label:after,
    [type="radio"]:not(:checked)+label:after {
        content: '';
        width: 13px;
        height: 13px;
        background: #1C1C1C;
        position: absolute;
        top: 6px;
        left: 6px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:not(:checked)+label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="radio"]:checked+label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /*custom radio button*/

    .payment img {
        height: 20px;
        margin-right: 5px;
        width: 20px;
    }

    .inner-page .cart.profile .card {
        padding: 35px;
    }

    .inner-page .cart.profile .card .fa-user-circle {
        font-size: 53px;
    }

    .inner-page .cart.profile .card .form-control {
        margin-bottom: 25px;
    }

    .inner-page .cart.profile .card .form-group label {
        padding-bottom: 5px;
        font-weight: 600;
    }

    .inner-page .cart.profile .card .form-group.read-only .form-control {
        border: none;
        pointer-events: none;
        padding-left: 0px;
    }

    .slide:before {
        display: none;
    }

    .slide:after {
        display: none;
    }


    /*Update from aswin company done by Justin*/

    /* .btn-dark {
        padding: 0 !important;
        border-radius: 0px !important;
        font-size: 14px !important;
        background: transparent !important;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
        outline: none !important;
        box-shadow: none !important;
        transition: .5s ease;
    }

    .btn-success {
        padding: 13px 22px !important;
        border-radius: 0px !important;
        font-size: 14px;
        background: #4d5586 !important;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        outline: none !important;
        box-shadow: none !important;
        transition: .5s ease;
        position: relative;
    } */


    @media only screen and (min-device-width: 393px) and (max-device-width:393px) {
        .inner-page .mob-pay .btn {
            width: 48% !important;
            font-size: 14px !important;
        }
    }

    @media only screen and (min-device-width: 375px) and (max-device-width: 375px) {
        /* .shop-now {
            padding-top: 118px;
        } */

        .inner-page .mob-pay .btn {
            width: 48% !important;
        }
    }

    @media only screen and (min-device-width: 414px) and (max-device-width: 414px) {
        /* .shop-now {
            padding-top: 118px;
        } */

        .inner-page .mob-pay .btn {
            width: 48% !important;
        }
    }

    @media screen and (max-width: 375px) {
        .item-row .d-flex.justify-content-between {
            flex-direction: column;
        }
    }


    @media only screen and (min-device-width: 320px) and (max-device-width:667px) {

        .inner-page .cart .card .item-row {
            padding: 15px;
        }

        .inner-page .cart .card .item-row .image {
            width: 100px;
            height: 125px;
        }

        .cart .product-title,
        .price-main-class {
            font-size: 14px !important;
        }

        .qty-stl {
            font-size: 12px;
            margin-bottom: 15px !important;
            margin-top: 15px !important;
        }

        .price-sub-class {
            font-size: 10px;

        }

        .price-class {
            font-size: 16px;
            font-weight: 600;

        }

        .banner-padding {
            padding-top: 120px;
        }

        .pg-nmbrdcrump {
            display: flex;
            flex-direction: row-reverse;
            height: 100%;
            justify-content: space-between;
        }

        .logged-msg {
            width: 100%;
        }

        .price-quant-name-class {
            display: none;
            flex-direction: column;
            justify-content: space-around;
            align-items: end;
        }

        .price-quant-name-class-1 {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }


        /* .shop-now {
            padding-top: 118px;
        } */

        .inner-page .cart .plus-minus-input .input-group-field {
            width: 30px;
        }

        .inner-page .cart .remove {
            color: #1C1C1C;
        }

        .inner-page .cart .card .total {
            font-size: 14px;
        }

        h2.head {
            font-size: 19px !important;
        }

        footer .about-img-wrap {
            margin-bottom: 25px;
            height: 160px !important;
        }

        footer p {
            padding-bottom: 25px;
            padding-right: 15px;
        }

        .powered-by {
            text-align: center;
            margin-top: 45px !important;
            border-top: 1px solid #cccccc2e;
            padding-top: 25px;
        }

        .inner-page .default-banner .banner {
            height: 97px;
        }

        .craete-user {
            margin: 50px 23px;
            padding: 35px 26px 45px;
            max-width: 100%;
        }

        .inner-page .cart .card .item-row .col-4.text-center {
            text-align: left !important;
        }

        .inner-page .cart .btn {
            width: 43%;
            margin-bottom: 15px;
            font-size: 14px;
            padding: 11px 10px;
        }

        .billing-address {
            padding: 25px;
        }

        .inner-page .btn-wrap {
            text-align: left;
        }

        .default-banner .banner .banner-content h1 {
            font-size: 17px !important;
            padding-top: 22px !important;
            padding-left: 15px;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .inner-page .cart .plus-minus-input .input-group-field {
            width: 39px;
        }

        .default-banner .banner .logo-wrap {
            width: 115px;
            height: 115px;
        }

        .inner-page .default-banner .banner {
            height: 97px;
        }

        .inner-page .default-banner .banner .banner-content h1 {
            font-size: 26px;
            padding-top: 16px;
        }

        .default-banner {
            padding-top: 165px;
        }

        footer p {
            padding-right: 30px;
        }

        .inner-page .mob-pay .btn {
            width: 32% !important;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .inner-page .cart .card .item-row .image {
            width: 35px;
            height: 45px;
        }
    }

    /* inner-page */

    .mob-pay {
        position: fixed;
        bottom: -5px;
        left: 0;
        background: #ffffff;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
        padding: 10px 15px 15px;
        box-shadow: 0px -12px 50px 3px rgb(0 0 0 / 12%);
    }

    .mob-pay .btn {
        font-size: 12px !important;
        width: 48% !important;
        padding: 13px 10px;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

    .mob-pay .cancel {
        position: absolute;
        right: 19px;
        top: 12px;
        color: #333;
        text-decoration: none;
        font-size: 13px;
    }

    .out-of-stock {
        position: absolute;
        background-color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0.6;
        justify-content: center;
        display: flex;
    }

    .out-of-stock span {
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 22px;
        text-decoration: underline;
    }

    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #000;
        border-bottom: 16px solid #000;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Common style updates from Anshad and Team . Design updated on June 2024*/


    /** Reset CSS **/
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    /* section, Commenting out this, for some layout issues as mentioned in the ticket  LSI-75 */
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
    }

    *,
    :after,
    :before {
        box-sizing: border-box;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    blockquote,
    q {
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

    a,
    a:hover {
        text-decoration: none;
        transition: 0.3s all;
        cursor: pointer;
        color: inherit;
    }

    a {
        text-decoration: none;
        outline: none;
        color: inherit;
    }

    body {
        margin: 0;
        padding: 0;
    }

    ol,
    ul,
    li {
        list-style: none;
    }

    button {
        cursor: pointer;
    }

    /**====================================
Common 
====================================**/
    .font-poppins {
        font-family: "Poppins", sans-serif;
    }

    .font-bentham {
        font-family: "Bentham", serif;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bg-white {
        background: #ffffff;
    }

    .bg-black {
        background: #000000;
    }

    .grey-bg {
        background: #F0F0F0;
    }

    .text-white {
        color: #ffffff;
    }

    .text-black {
        color: #000000;
    }

    /**====================================
Header
====================================**/
    header {
        position: relative;
    }


    /**====================================
Side popup 
====================================**/
    .ecomm-side-popup {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        z-index: 999;
    }

    .ecomm-side-popup.right {
        right: 30px;
        left: auto;
    }

    .ecomm-side-popup .ecomm-side-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        padding: 5px;
        border: 0;
    }

    .ecomm-side-popup .ecomm-side-icon+.ecomm-side-icon {
        margin-left: 10px;
    }

    .ecomm-side-popup .ecomm-side-icon img {
        display: block;
        max-width: 80%;
        max-height: 80%;
    }

    .ecomm-side-popup .ecomm-side-icon.bg-green {
        background-color: #4CAF50;
    }

    /**====================================
slider animation
====================================**/
    .animation {
        opacity: 0;
        transition: opacity .5s ease-in-out;
    }

    .animation-visible {
        opacity: 1;
    }

    /**====================================
Banner 
====================================**/
    .object-cover {
        object-fit: cover;
    }

    .object-contain {
        object-fit: contain;
    }

    .object-center {
        object-position: center;
    }

    .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }

    .slick-dots li {
        margin: 0 10px;
    }

    .slick-dots li button {
        width: 6px;
        height: 6px;
        background: #000;
        opacity: .15;
        overflow: hidden;
        text-indent: -999px;
        font-size: 0px;
        display: block;
        padding: 0;
        border: 0;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button {
        opacity: 1;
    }

    .sm-link {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
    }

    .sm-link img {
        display: block;
        max-width: 6px;
        max-height: 12px;
        margin-left: 10px;
    }

    .ct-head {
        margin-bottom: 30px;
    }

    .ct-head h2 {
        font-size: 34px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .ct-head h2+p {
        margin-top: 20px;
    }

    .ct-head p {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .mb-6 {
        margin-bottom: 30px;
    }

    .black-btn {
        height: 42px;
        color: #fff;
        background-color: black;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        border: 0;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        transition: 0.3s all ease;
        letter-spacing: 3px;
    }

    .black-btn:hover {
        color: #fff;
        background: #555;
    }

    .black-btn img {
        max-width: 6px;
        max-height: 11px;
        margin-left: 10px;
    }

    .section-padding {
        padding: 100px 0;
    }

    .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 60px;
        margin: auto 0;
        width: 34px;
        height: 34px;
        overflow: hidden;
        text-indent: -999px;
        padding: 0;
        border: 0;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    .slick-arrow:before {
        content: '';
        display: block;
        width: 65%;
        height: 65%;
        border: 2px solid #000;
        opacity: .2;
        transform: rotate(45deg);
        margin: auto;
    }

    .slick-arrow.slick-prev {
        left: -40px;
    }

    /* .slick-arrow.slick-next {
        right: -40px;
    } */

    .slick-arrow.slick-prev:before {
        border-right: 0;
        border-top: 0;
    }

    .slick-arrow.slick-next:before {
        border-left: 0;
        border-bottom: 0;
    }

    /**====================================
Responsive 
====================================**/
    @media (min-width: 1200px) {

        .navbar-expand-xl .backbtn,
        .navbar-expand-xl .close-menu,
        .navbar-expand-xl .nav-toggle {
            display: none !important;
        }

        .container {
            max-width: 1380px;
        }
    }

    @media (min-width: 992px) {

        .navbar-expand-lg .backbtn,
        .navbar-expand-lg .close-menu,
        .navbar-expand-lg .nav-toggle {
            display: none !important;
        }
    }

    @media (min-width: 768px) {

        .navbar-expand-md .backbtn,
        .navbar-expand-md .close-menu,
        .navbar-expand-md .nav-toggle {
            display: none !important;
        }
    }

    @media (min-width: 578px) {

        .navbar-expand-sm .backbtn,
        .navbar-expand-sm .close-menu,
        .navbar-expand-sm .nav-toggle {
            display: none !important;
        }
    }


    @media (max-width: 1399px) {
        .slick-arrow.slick-prev {
            left: -20px;
        }

        .slick-arrow.slick-next {
            right: -20px;
        }
    }

    @media (max-width: 1199px) {
        .xl-hide {
            display: none !important;
        }

        .xl-bg-white {
            background: #ffffff !important;
        }

        .xl-bg-black {
            background: #000000 !important;
        }

        .xl-text-white {
            color: #ffffff !important;
        }

        .xl-text-black {
            color: #000000 !important;
        }

        .navbar-expand-xl .nav-menu.left {
            left: -100%;
        }

        .navbar-expand-xl .nav-menu.left.show {
            left: 0;
        }

        .navbar-expand-xl .nav-menu.right {
            right: -100%;
        }

        .navbar-expand-xl .nav-menu.right.show {
            right: 0;
        }

        .navbar-expand-xl .nav-menu {
            position: fixed;
            top: 0;
            bottom: 0;
            transition: 0.3s all ease-in;
            z-index: 1000;
        }

        .navbar-expand-xl .nav-list {
            flex-direction: column;
        }

        .section-padding {
            padding: 70px 0;
        }
    }

    @media (max-width: 991px) {
        .lg-hide {
            display: none !important;
        }

        .navbar-expand-lg .nav-menu.left {
            left: -100%;
        }

        .navbar-expand-lg .nav-menu.left.show {
            left: 0;
        }

        .navbar-expand-lg .nav-menu.right {
            right: -100%;
        }

        .navbar-expand-lg .nav-menu.right.show {
            right: 0;
        }

        .navbar-expand-lg .nav-menu {
            position: fixed;
            top: 0;
            bottom: 0;
            transition: 0.3s all ease-in;
            z-index: 1000;
        }

        .navbar-expand-lg .nav-list {
            flex-direction: column;
        }

        .lg-bg-white {
            background: #ffffff !important;
        }

        .lg-bg-black {
            background: #000000 !important;
        }

        .lg-text-white {
            color: #ffffff !important;
        }

        .lg-text-black {
            color: #000000 !important;
        }

        .container {
            max-width: 100%;
        }
    }

    @media (max-width: 767px) {
        .md-hide {
            display: none !important;
        }

        .md-bg-white {
            background: #ffffff !important;
        }

        .md-bg-black {
            background: #000000 !important;
        }

        .md-text-white {
            color: #ffffff !important;
        }

        .md-text-black {
            color: #000000 !important;
        }

        .navbar-expand-md .nav-menu.left {
            left: -100%;
        }

        .navbar-expand-md .nav-menu.left.show {
            left: 0;
        }

        .navbar-expand-md .nav-menu.right {
            right: -100%;
        }

        .navbar-expand-md .nav-menu.right.show {
            right: 0;
        }

        .navbar-expand-md .nav-menu {
            position: fixed;
            top: 0;
            bottom: 0;
            transition: 0.3s all ease-in;
            z-index: 1000;
        }

        .navbar-expand-md .nav-list {
            flex-direction: column;
        }

        .ct-head h2 {
            font-size: 24px;
        }

        .section-padding {
            padding: 50px 0;
        }

        .slick-list {
            padding-left: 0 !important;
        }

        .ct-head p {
            font-size: 12px;
        }

        .ct-head p br {
            display: none;
        }

        .ecomm-side-popup {
            left: 15px;
        }

        .ecomm-side-popup.right {
            right: 15px;
        }
    }

    @media (max-width: 575px) {
        .sm-hide {
            display: none !important;
        }

        .sm-bg-white {
            background: #ffffff !important;
        }

        .sm-bg-black {
            background: #000000 !important;
        }

        .sm-text-white {
            color: #ffffff !important;
        }

        .sm-text-black {
            color: #000000 !important;
        }

        .navbar-expand-sm .nav-menu.left {
            left: -100%;
        }

        .navbar-expand-sm .nav-menu.left.show {
            left: 0;
        }

        .navbar-expand-sm .nav-menu.right {
            right: -100%;
        }

        .navbar-expand-sm .nav-menu.right.show {
            right: 0;
        }

        .navbar-expand-sm .nav-menu {
            position: fixed;
            top: 0;
            bottom: 0;
            transition: 0.3s all ease-in;
            z-index: 1000;
        }

        .navbar-expand-sm .nav-list {
            flex-direction: column;
        }

        .container {
            padding-left: 20px;
            padding-right: 20px;
        }

        .black-btn {
            height: 38px;
            padding: 0 15px;
            font-size: 12px;
        }

        .black-btn img {
            max-width: 5px;
        }

        .slick-dots {
            margin-top: 40px;
        }

        .slick-arrow.slick-next {
            right: 0px !important;
        }
    }