.header01 {
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    padding: 0px 95px;
}

.navBar01 {
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.promocode {
    cursor: pointer;
}

.logo {
    line-height: 40px;
    margin-top: -6px;
    padding: 0;
}

    .logo img {
        height: 40px;
        max-width: 100%;
    }

.navArea {
    display: flex;
    flex-basis: auto;
    align-items: center;
}

.menuToggler {
    display: none;
}

.menu_btn {
    display: none;
}

.custom-dropdown-header {
    text-align: right;
}

.mainMenu {
    position: relative;
    margin-right: auto;
    padding-left: 5px !important;
}

    .mainMenu ul {
        margin: 0;
        padding: 0;
    }

        .mainMenu ul li {
            line-height: 0.8;
            margin: 0 99px 0 0;
            padding: 30px 0;
            display: inline-block;
            position: relative;
        }

            .mainMenu ul li:last-child {
                margin-right: 0;
            }

            .mainMenu ul li a {
                font-size: 17px;
                color: #0c0d24;
                display: block;
                letter-spacing: 0.5px;
                line-height: 0.8;
                text-transform: capitalize;
            }

            .mainMenu ul li.menu-item-has-children > a:after {
                content: "+";
                display: inline-block;
                letter-spacing: 0;
                font-size: 14px;
                color: inherit;
                position: relative;
                font-weight: 500;
                top: -1px;
                margin-left: 5px;
            }

            .mainMenu ul li:hover > a,
            .mainMenu ul li.current-menu-item > a {
                color: var(--theme-color);
            }

    .mainMenu > ul ul {
        position: absolute;
        top: 100%;
        left: -20px;
        pointer-events: none;
        min-width: 220px;
        border-radius: 2px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 9px 52px -14px rgba(0, 0, 0, 0.17);
        z-index: 10;
        -webkit-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .mainMenu > ul ul li {
            padding: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            display: block;
            width: 100%;
        }

            .mainMenu > ul ul li:first-child {
                border-top: none;
            }

            .mainMenu > ul ul li.menu-item-has-children > a:after {
                float: right;
            }

            .mainMenu > ul ul li a {
                font-size: 17px;
                line-height: 24px;
                padding: 11px 20px;
            }

        .mainMenu > ul ul ul {
            left: calc(100% - -1px);
            top: 0;
            margin: 0;
        }

    .mainMenu > ul li:hover > ul {
        pointer-events: inherit;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotatex(0deg);
        -moz-transform: rotatex(0deg);
        transform: rotatex(0deg);
    }

.accessNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .accessNav .phoneBtn {
        color: #03030f;
        font-size: 20px;
        line-height: 26px;
    }

        .accessNav .phoneBtn i {
            font-size: 27px;
            margin-right: 10px;
            position: relative;
            top: 7px;
        }

        .accessNav .phoneBtn:hover {
            color: var(--theme-color);
        }

    .accessNav .cartBtn {
        position: relative;
        font-size: 16px;
        color: #03030f;
        margin-left: 25px;
        display: flex;
    }

.cartBtn .twi-map-marker {
    padding-top: 5px;
    padding-right: 3px;
}

.accessNav .cartBtn span {
    background: var(--theme-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 0;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.accessNav .cartBtn:hover {
    color: var(--theme-color);
}

.accessNav .dgBtn_two {
    margin-left: 60px;
    height: 33px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    border: none;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 400;
    background: #364194;
    padding: 0 20px;
    margin-top: 14px;
}

    .accessNav .dgBtn_two i {
        font-size: 16px;
        margin: 0 8px 0 0;
        top: 3px;
    }

    .accessNav .dgBtn_two::after {
        background: var(--theme-color);
        visibility: hidden;
        opacity: 0;
    }

    .accessNav .dgBtn_two:hover::after {
        visibility: visible;
        opacity: 1;
    }

.centerMenu .mainMenu {
    margin-right: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 245px;
}

.heroBanner01 {
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* background: url(../images/home1/1.png) no-repeat center bottom #fff0e6; */
    padding: 0;
    background-color: #63636314;
}

.bMiddle {
    position: absolute;
    left: -9%;
    right: 0;
    margin: auto;
    display: inline-block;
    top: 50%;
    transform: translateY(-47%);
    z-index: auto;
}

.bannerContent {
    position: relative;
    padding: 18px 57px 0 23px;
    z-index: 2;
}

    .bannerContent h2 {
        font-size: 75px;
        line-height: 85px;
        margin-bottom: 42px;
        animation-delay: 1.2s;
        animation-name: fadeInLeft;
    }

    .bannerContent > p {
        color: #0c0d24;
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 60px;
        animation-delay: 1.5s;
        animation-name: fadeInLeft;
    }

.subscribeForm {
    position: relative;
    max-width: 630px;
    animation-delay: 1.8s;
    animation-name: fadeInLeft;
}

    .subscribeForm form > i {
        font-size: 42px;
        color: #c6b2ac;
        position: absolute;
        left: 20px;
        top: 0;
        line-height: 75px;
    }

    .subscribeForm form {
        position: relative;
    }

    .subscribeForm input[type="email"] {
        width: 100%;
        height: 75px;
        border: none;
        border: 2px solid #0c0d24;
        background: 0 0;
        line-height: 75px;
        padding: 0 75px;
        font-size: 16px;
        letter-spacing: 0.4px;
        text-transform: capitalize;
        color: rgba(3, 3, 15, 0.7);
        border-radius: 3px;
        outline: none;
        margin-bottom: 10px;
    }

    .subscribeForm input[type="submit"] {
        background: var(--theme-color);
        height: 54px;
        border-radius: 3px;
        font-size: 17px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.42px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        right: 10px;
        top: 10px;
        line-height: 54px;
        z-index: 2;
        outline: none;
        border: none;
        padding: 0 26px;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
    }

        .subscribeForm input[type="submit"]:hover {
            color: var(--theme-color);
            background: #0c0d24;
        }

.content_coming_soon input[type="email"]::-moz-placeholder {
    color: rgba(3, 3, 15, 0.7);
    opacity: 1;
}

.content_coming_soon input[type="email"]::-ms-input-placeholder {
    color: rgba(3, 3, 15, 0.7);
    opacity: 1;
}

.content_coming_soon input[type="email"]::-webkit-input-placeholder {
    color: rgba(3, 3, 15, 0.7);
    opacity: 1;
}

.subscribeForm .notes {
    margin: 0;
    color: #0c0d24;
    font-size: 16px;
    max-width: 215px;
}

.pnl {
    animation-delay: 2s;
    animation-name: fadeInUp;
}

.bLayer {
    position: relative;
    margin: 0px 0 0;
}

    .bLayer img {
        max-width: none;
        width: auto;
    }

.pera-block h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.custom-variant p {
    margin-bottom: 8px;
}

.custom-quse-innner h4 {
    font-weight: 700;
}

.custom-quse-box h1 {
    margin-bottom: 15px;
    font-weight: 600;
}

.custom-quse-innner h4 {
    margin-bottom: 20px;
}

.layer_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    top: 57%;
    transform: translateY(-50%);
}

.slider_01 {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.ws_nowrap {
    white-space: normal !important;
}

.slider_01 .tparrows.custom {
    background: 0 0;
}

.tparrows.custom:before {
    font-size: 30px;
    color: #000;
    content: "\e90e";
    font-family: dgita-icon !important;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -webkit-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
}

.tp-rightarrow.tparrows.custom:before {
    transform: none;
}

.tparrows.custom:hover:before {
    color: var(--theme-color);
}

.tp-bannertimer {
    display: none !important;
}

.ws_nowrap {
    white-space: normal !important;
}

.tp-caption .dgBtn {
    font-size: 17px !important;
    line-height: 67px !important;
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}

.tp-caption .subbg {
    font-size: 20px;
    line-height: 26px;
    color: #03030f;
    display: inline-block;
    background: #e3f5fd;
    letter-spacing: 0.62px;
}

.prcolor {
    color: #00d1ff;
}

.slider_02 {
    position: relative;
    margin: 0;
    overflow: hidden;
}

    .slider_02 .tparrows.custom {
        width: 65px;
        height: 65px;
        /* background: #fbbe95;
    color: var(--theme-color); */
        border-radius: 50%;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
    }

        .slider_02 .tparrows.custom:before {
            line-height: 65px;
            font-size: 22px;
            color: #fff;
        }

        .slider_02 .tparrows.custom:hover {
            background: var(--theme-color);
        }

            .slider_02 .tparrows.custom:hover:before {
                color: #fff;
            }

.tp-bullets .tp-bullet {
    background: 0 0;
    text-align: center;
    width: 16px;
    height: 16px;
    border: 2px solid #fbbe95;
    border-radius: 50%;
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}

.tp-bullets .tp-bullet-inner {
    width: 0;
    height: 0;
    display: block;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}

.tp-bullets .tp-bullet:hover .tp-bullet-inner,
.tp-bullets .tp-bullet.selected .tp-bullet-inner {
    background: var(--theme-color);
    width: 6px;
    height: 6px;
}

.tp-bullets .tp-bullet:hover,
.tp-bullets .tp-bullet.selected {
    border-color: var(--theme-color);
}

.slider_03 {
    position: relative;
    margin: 0;
    overflow: hidden;
}

    .slider_03 .dgBtn {
        border-radius: 50px;
    }

    .slider_03 .tparrows.custom {
        width: 65px;
        height: 65px;
        background: #fbbe95;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
    }

        .slider_03 .tparrows.custom:before {
            line-height: 65px;
            font-size: 22px;
            color: #03030f;
        }

        .slider_03 .tparrows.custom:hover {
            background: var(--theme-color);
        }

            .slider_03 .tparrows.custom:hover:before {
                color: #03030f;
            }

.rvlist {
    display: inline-block;
    list-style: none;
    width: 100%;
    font-size: 22px;
    color: #0c0d24;
    line-height: 32px;
    margin: 0 0 18px;
}

    .rvlist i {
        width: 34px;
        height: 34px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 18px;
        line-height: 34px;
        display: inline-block;
        margin-right: 10px;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
    }

    .rvlist:hover i {
        background: var(--theme-color);
    }

.serviceItem01 {
    position: relative;
    background: #edfbfd;
    padding: 25px 30px 60px;
    margin: 0 0 40px;
    z-index: 2;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.si2 {
    background: #fff0e6;
}

.si3 {
    background: #eaf7ff;
}

.serImg {
    min-height: 243px;
    position: relative;
}

.serviceItem01 .serImg img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 243px;
}

.serviceItem01 h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin: 22px 0 24px;
}

    .serviceItem01 h3 a {
        color: inherit;
    }

        .serviceItem01 h3 a:hover {
            color: var(--theme-color);
        }

.serviceItem01 p {
    color: rgba(3, 3, 15, 0.8);
    margin: 0;
}

.serviceItem01:after {
    position: absolute;
    left: 14px;
    top: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    z-index: -1;
    content: "";
    background: 0 0;
    border: 1px dashed #e9b999;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.serviceItem01:hover:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.serviceItem01:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(205, 207, 214, 0.55);
    -moz-box-shadow: 0 15px 30px 0 rgba(205, 207, 214, 0.55);
    box-shadow: 0 15px 30px 0 rgba(205, 207, 214, 0.55);
}

.listItem {
    position: relative;
    margin: 0;
    padding: 0;
}

    .listItem li {
        list-style: none;
        display: inline-flex;
        width: 49%;
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 23px;
    }

        .listItem li i {
            width: 34px;
            height: 34px;
            background: #fff;
            border-radius: 50%;
            text-align: center;
            font-size: 18px;
            line-height: 34px;
            display: inline-block;
            margin-right: 10px;
            transition: all ease 300ms;
            -moz-transition: all ease 300ms;
            -webkit-transition: all ease 300ms;
        }

        .listItem li:hover i {
            background: var(--theme-color);
        }

.abImg {
    position: relative;
    overflow: hidden;
}

    .abImg img {
        height: auto;
        width: auto;
    }

.iconbox01 {
    position: relative;
    padding: 0 40px;
}

.ibbox {
    z-index: 2;
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #fef5ee;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 0 27px;
}

    .ibbox img {
        max-width: 100%;
        height: auto;
    }

.iconbox01 h3 {
    font-size: 20px;
    color: #0c0d24;
    font-weight: 600;
    margin-bottom: 10px;
}

.iconbox01 p {
    margin: 0;
    /* font-size: 18px; */
}

.ibborder {
    position: relative;
    right: -162px;
    top: 50px;
}

.pb2 .ibbox {
    background: #eaf7ff;
}

.pb3 .ibbox {
    background: #fff1f1;
}

.pb4 .ibbox {
    background: #f4f4fd;
}

.pb4 {
    padding-top: 134px;
}

.single_skill {
    position: relative;
    margin: 31px 0 0;
}

    .single_skill p {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        color: #060315;
        margin: 0 0 15px;
    }

.ss_parent {
    position: relative;
    background: 0 0;
    height: 19px;
    border: 1px solid #e6e6e6;
    width: 100%;
}

    .ss_parent span {
        position: absolute;
        font-size: 16px;
        color: #18152c;
        font-weight: 500;
        line-height: 26px;
        margin: 0 0 0 -9px;
        left: 0;
        top: -38px;
    }

.ss_child {
    position: absolute;
    left: 7px;
    top: 4px;
    height: 9px;
    background: #03030f;
}

.processConten {
    position: relative;
}

    .processConten img {
        max-width: none !important;
        width: auto;
    }

.fact_01 {
    margin-bottom: -150px;
    z-index: 2;
    position: relative;
    width: 240px;
    background: #fff;
    border-radius: 10px;
    padding: 44px 28px 42px;
    -webkit-box-shadow: 0 15px 38px 0 rgba(197, 198, 208, 0.35);
    -moz-box-shadow: 0 15px 38px 0 rgba(197, 198, 208, 0.35);
    box-shadow: 0 15px 38px 0 rgba(197, 198, 208, 0.35);
}

    .fact_01 h2 {
        color: #65d0ff;
        font-size: 43px;
        line-height: 28px;
        margin-bottom: 15px;
    }

        .fact_01 h2 i {
            font-style: normal;
            font-size: 20px;
            font-weight: 400;
            font-family: rubik, sans-serif;
        }

    .fact_01 h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 1px;
    }

    .fact_01 p {
        font-size: 16px;
        margin: 0;
    }

.factBottom {
    margin: -80px -110px 0;
    float: right;
    z-index: auto;
}

    .factBottom:before {
        width: 44px;
        height: 44px;
        background: #b8e9ff;
        border-radius: 50%;
        content: "";
        position: absolute;
        right: -15px;
        bottom: -15px;
        z-index: -1;
        -webkit-animation: blinker2 3s infinite linear;
        animation: blinker2 3s infinite linear;
    }

    .factBottom h2 {
        color: #fb4736;
    }

.fact_01.fsingle {
    margin: 0;
}

section.serviceSection02 h2 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}

.serviceSection02 {
    position: relative;
    padding: 42px 0 55px;
}

.serviceItem02 h3 {
    font-size: 20px;
}

.serviceItem02 {
    z-index: auto;
    position: relative;
    background: #fff;
    margin-top: 35px;
    text-align: center;
    padding: 20px 25px 30px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -webkit-box-shadow: 0 0 40px 0 rgba(211, 211, 214, 0.35);
    -moz-box-shadow: 0 0 40px 0 rgba(211, 211, 214, 0.35);
    box-shadow: 0 0 40px 0 rgba(211, 211, 214, 0.35);
}

    .serviceItem02:hover {
        -webkit-box-shadow: 0 30px 50px 0 rgba(11, 2, 55, 0.1);
        -moz-box-shadow: 0 30px 50px 0 rgba(11, 2, 55, 0.1);
        box-shadow: 0 30px 50px 0 rgba(11, 2, 55, 0.1);
    }

    .serviceItem02 .serImg {
        min-height: 118px;
        margin: 0 0 15px;
    }

    .serviceItem02 h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 600;
        margin: 22px 0 15px;
    }

        .serviceItem02 h3 a {
            color: inherit;
        }

            .serviceItem02 h3 a:hover {
                color: var(--theme-color);
            }

    .serviceItem02 p {
        font-size: 16px;
        color: rgba(3, 3, 15, 0.8);
        margin: 0 0 23px;
    }

.srmore {
    display: inline-table;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: capitalize;
}

.twIcon {
    position: relative;
    width: 93px;
    height: 93px;
    background: #fbbe95;
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    color: #000;
    line-height: 93px;
    display: inline-block;
    margin: 0 0 31px;
}

    .twIcon i {
        line-height: 103px;
    }

.testimonialSlider01 {
    position: relative;
    width: 630px;
    margin-left: 70px;
    margin-bottom: 120px;
    padding: 0 0 90px;
}

    .testimonialSlider01.owl-carousel .owl-item {
        height: calc(100% + 30px);
        padding: 15px;
        width: calc(100% + 30px);
    }

.testimonialItem {
    position: relative;
    padding: 0;
    text-align: center;
}

.tsAuthor {
    position: relative;
    z-index: 2;
}

.testimonialSlider01 .tsAuthor img {
    width: 248px;
    height: 248px;
    border-radius: 50%;
    display: inline-block;
}

.tsAuthor i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: auto;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.tsContent {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 19px 0 rgba(216, 211, 211, 0.35);
    -moz-box-shadow: 0 0 19px 0 rgba(216, 211, 211, 0.35);
    box-shadow: 0 0 19px 0 rgba(216, 211, 211, 0.35);
    padding: 49px 20px 63px;
    margin-top: -15px;
}

    .tsContent h5 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 23px;
    }

    .tsContent p {
        font-size: 22px;
        line-height: 36px;
        margin: 0;
    }

.testimonialSlider01.owl-carousel .owl-nav {
    width: 268px;
    height: 268px;
    background: #fbbe95;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    z-index: -1;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .testimonialSlider01.owl-carousel .owl-nav button {
        width: 62px;
        height: 38px;
        text-align: center;
        background: #fff;
        color: #000;
        line-height: 45px;
        font-size: 30px;
        margin: 0 10px 40px;
        border-radius: 50%;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
    }

    .testimonialSlider01.owl-carousel .owl-nav .owl-prev i {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        display: block;
    }

    .testimonialSlider01.owl-carousel .owl-nav button:hover {
        background: #fecdac;
    }

.folioSlider {
    position: relative;
}

.folioItem01 {
    position: relative;
}

    .folioItem01 img {
        width: 100%;
        height: auto;
    }

.folioHover {
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    bottom: 35px;
    background: #fff;
    padding: 29px 30px 35px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}

    .folioHover p {
        margin: 0 0 1px;
        font-size: 14px;
        text-transform: uppercase;
    }

        .folioHover p a {
            color: inherit;
        }

            .folioHover p a:hover {
                color: var(--theme-color);
            }

    .folioHover h3 {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
    }

        .folioHover h3 a {
            color: inherit;
        }

            .folioHover h3 a:hover {
                color: var(--theme-color);
            }

.folioSlider .slick-slide {
    margin: 0 15px;
    margin-bottom: 30px;
    position: relative;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

    .folioSlider .slick-slide.slick-current.slick-active.slick-center {
        margin-top: 30px;
        margin-bottom: 0;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
    }

        .folioSlider .slick-slide.slick-current.slick-active.slick-center .folioHover {
            visibility: visible;
            opacity: 1;
            bottom: 25px;
        }

.folioSlider:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.333%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(255, 248, 243, 1) 15px, rgba(246, 226, 211, 0) 100%);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.folioSlider:before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 33.333%;
    height: 100%;
    content: "";
    background: linear-gradient(-90deg, rgba(255, 248, 243, 1) 0%, rgba(246, 226, 211, 0) 100%);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.folioSlider .slick-arrow {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    color: #000;
    border: none;
    z-index: 4;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

    .folioSlider .slick-arrow:hover {
        background: var(--theme-color);
        color: #fff;
    }

    .folioSlider .slick-arrow.prev-arrow {
        left: -10px;
        right: auto;
    }

        .folioSlider .slick-arrow.prev-arrow i {
            transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            display: block;
        }

.folioSlider:hover .slick-arrow.prev-arrow {
    left: 0;
    right: auto;
    visibility: visible;
    opacity: 1;
}

.folioSlider .slick-arrow.next-arrow {
    left: auto;
    right: -10px;
}

.folioSlider:hover .slick-arrow.next-arrow {
    left: auto;
    right: 0;
    visibility: visible;
    opacity: 1;
}

.blogItem01 {
    position: relative;
    margin: 0 0 40px;
}

    .blogItem01 img {
        width: 100%;
        height: auto;
    }

.blogContent {
    position: relative;
    padding: 34px 0 0;
}

    .blogContent p {
        font-size: 16px;
        color: var(--theme-color);
        margin: 0 0 13px;
    }

        .blogContent p a {
            color: inherit;
        }

            .blogContent p a:hover {
                color: #03030f;
            }

    .blogContent h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        margin: 0 0 15px;
    }

        .blogContent h3 a {
            color: inherit;
        }

            .blogContent h3 a:hover {
                color: var(--theme-color);
            }

.bpmeta {
    display: flex;
    font-size: 16px;
}

    .bpmeta a {
        color: inherit;
        margin-right: 25px;
    }

        .bpmeta a:last-child {
            margin-right: 0;
        }

        .bpmeta a:hover {
            color: var(--theme-color);
        }

.footer_01 {
    position: relative;
    background: #fff0e6;
    padding: 125px 0 55px;
}

footer .widget {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
}

.socialLink {
    display: flex;
    align-items: center;
    margin-top: -14px;
}

    .socialLink li {
        padding: 0 10px 0 0;
        float: left;
        width: auto;
        display: flex;
    }

        .socialLink li a {
            display: block;
            width: 26px;
            height: 26px;
            margin: 0;
        }

            .socialLink li a svg {
                width: 26px;
                height: 26px;
            }

footer .widget .widget_title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin: -6px 0 18px;
}

footer.footer_custom {
    padding-top: 40px;
    border-bottom: 3px solid gainsboro;
    background-color: #fff;
}

.aboutWidget {
    position: relative;
}

    .aboutWidget img {
        max-width: 100%;
        height: auto;
    }

    .aboutWidget p {
        font-size: 18px;
        line-height: 30px;
        margin: 35px 0 36px;
    }

    .aboutWidget h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        font-family: rubik, sans-serif;
        margin-bottom: 13px;
    }

.mc4wp-form-fields {
    position: relative;
}

footer input[type="email"] {
    width: 100%;
    height: 70px;
    border: none;
    background: #fce6d7;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    line-height: 70px;
    padding: 0 22px;
    color: #0c0d24;
}

    footer input[type="email"]::-moz-placeholder {
        color: #0c0d24;
        opacity: 0.8;
    }

    footer input[type="email"]::-ms-input-placeholder {
        color: #0c0d24;
        opacity: 0.8;
    }

    footer input[type="email"]::-webkit-input-placeholder {
        color: #0c0d24;
        opacity: 0.8;
    }

footer button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: 0 0;
    position: absolute;
    height: 34px;
    width: 56px;
    border-radius: 0;
    border-left: 1px solid #e4cfbe;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 39px;
    color: #0c0d24;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    footer button:hover {
        color: var(--theme-color);
    }

footer ul {
    margin: 0;
    padding: 0;
}

    footer ul li {
        list-style: none;
        display: block;
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 10px;
    }

        footer ul li a {
            color: inherit;
            display: inline-block;
        }

            footer ul li a:hover {
                color: var(--theme-color);
            }

            footer ul li a:hover {
                color: var(--theme-color);
                padding-left: 6px;
            }

.widget.contact_widget {
    padding-left: 35px;
}

.contact_info {
    position: relative;
}

    .contact_info p {
        font-size: 18px;
        color: #03030f;
        line-height: 28px;
        margin: 0;
    }

.abSocial {
    position: relative;
    margin: 0px 0 0;
}

    .abSocial a {
        display: inline-block;
        width: 43px;
        height: 43px;
        background: 0 0;
        border-radius: 50%;
        text-align: center;
        line-height: 46px;
        color: #0c0d24;
        font-size: 18px;
        margin-right: -4px;
    }

        .abSocial a:hover {
            background: #ffac6a;
        }

.footer_01.white {
    background: #fafafa;
}

.copyright {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .copyright p {
        font-size: 16px;
        margin: 0;
    }

    .copyright ul {
        margin: 0;
        padding: 0;
    }

        .copyright ul li {
            font-size: 16px;
            list-style: none;
            display: inline-block;
            margin-left: 15px;
        }

            .copyright ul li a {
                display: inline-block;
                color: inherit;
            }

                .copyright ul li a:hover {
                    padding-left: 0;
                    color: var(--theme-color);
                }

.ctaMail {
    position: relative;
    margin: 0 -50px;
    margin-top: -300px;
    margin-bottom: 153px;
    border-radius: 10px;
    text-align: center;
    background: url(../images/bg/2.jpg) no-repeat center center/cover;
    padding: 90px 30px 105px;
}

    .ctaMail h2 {
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .ctaMail p {
        margin: 0 0 49px;
    }

        .ctaMail p a {
            color: var(--theme-color);
        }

            .ctaMail p a:hover {
                color: #03030f;
            }

    .ctaMail .mc4wp-form-fields {
        max-width: 610px;
        margin: 0 auto;
    }

        .ctaMail .mc4wp-form-fields > i {
            color: rgba(12, 13, 36, 0.5);
            font-size: 24px;
            left: 23px;
            position: absolute;
            top: 0;
            line-height: 80px;
        }

footer .ctaMail input[type="email"] {
    font-size: 18px;
    height: 80px;
    border: 1px solid #03030f;
    background: 0 0;
    border-radius: 3px;
    padding: 0 60px;
}

    footer .ctaMail input[type="email"]::-moz-placeholder {
        color: #0c0d24;
        opacity: 0.5;
    }

    footer .ctaMail input[type="email"]::-ms-input-placeholder {
        color: #0c0d24;
        opacity: 0.5;
    }

    footer .ctaMail input[type="email"]::-webkit-input-placeholder {
        color: #0c0d24;
        opacity: 0.5;
    }

footer .ctaMail button {
    width: 85px;
    height: 70px;
    border: none;
    background: var(--theme-color);
    right: 5px;
    border-radius: 3px;
    color: #fff;
}

    footer .ctaMail button:hover {
        background: #03030f;
    }

.heroBanner02 {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: url(../images/home2/1.png) no-repeat center center #f9f9ff;
    padding: 0;
}

.bannerContent02 {
    position: relative;
    padding: 130px 0 0;
    z-index: 1;
}

    .bannerContent02 .sub-title {
        font-size: 20px;
        line-height: 26px;
        color: #03030f;
        display: inline-block;
        background: #e3f5fd;
        letter-spacing: 0.62px;
        margin-bottom: 28px;
        animation-delay: 1.1s;
        animation-name: fadeInLeft;
    }

    .bannerContent02 h2 {
        font-size: 75px;
        line-height: 85px;
        margin-bottom: 39px;
        animation-delay: 1.3s;
        animation-name: fadeInLeft;
    }

    .bannerContent02 > p {
        color: #0c0d24;
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 48px;
        margin-right: -15px;
        animation-delay: 1.6s;
        animation-name: fadeInLeft;
    }

    .bannerContent02 .dgBtn {
        animation-delay: 1.9s;
        animation-name: fadeInLeft;
    }

.heroBanner02 .bLayer {
    margin-top: 130px;
    margin-left: 50px;
}

.serviceItem03 {
    position: relative;
    border: 2px solid #f1eeeb;
    padding: 75px 25px 67px;
    margin: 0 0 30px;
    z-index: 2;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

    .serviceItem03 h3 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
        margin: 0 0 31px;
    }

        .serviceItem03 h3 a {
            color: inherit;
        }

            .serviceItem03 h3 a:hover {
                color: var(--theme-color);
            }

    .serviceItem03 p {
        font-size: 19px;
        line-height: 31px;
        margin: 0 0 56px;
    }

    .serviceItem03 i {
        font-size: 90px;
        line-height: 90px;
        color: #000;
        position: relative;
        z-index: 2;
    }

        .serviceItem03 i:after {
            position: absolute;
            content: "";
            width: 77px;
            height: 77px;
            background: #e0fffb;
            border-radius: 50%;
            right: -18px;
            bottom: -25px;
            z-index: -1;
        }

.it32 i:after {
    background: #ffe7e0;
}

.it33 i:after {
    background: #e0ecfe;
}

.serviceItem03:hover {
    border-color: #03030f;
}

.serviceItem04 {
    z-index: 2;
    position: relative;
    background: #fff;
    margin: 0 0 40px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    padding: 57px 30px 56px 214px;
    -webkit-box-shadow: 0 0 40px 0 rgba(211, 211, 214, 0.35);
    -moz-box-shadow: 0 0 40px 0 rgba(211, 211, 214, 0.35);
    box-shadow: 0 0 40px 0 rgba(211, 211, 214, 0.35);
}

    .serviceItem04:hover {
        -webkit-box-shadow: 0 30px 50px 0 rgba(211, 211, 214, 0.35);
        -moz-box-shadow: 0 30px 50px 0 rgba(211, 211, 214, 0.35);
        box-shadow: 0 30px 50px 0 rgba(211, 211, 214, 0.35);
    }

    .serviceItem04 .serImg {
        position: absolute;
        left: 22px;
        top: 70px;
        z-index: 2;
        min-height: auto;
    }

        .serviceItem04 .serImg:after {
            position: absolute;
            left: 28px;
            bottom: 9px;
            content: "";
            width: 102px;
            height: 102px;
            background: #fcf7f2;
            border-radius: 50%;
            z-index: -1;
        }

        .serviceItem04 .serImg img {
            max-height: 160px;
            width: auto;
        }

    .serviceItem04 h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 600;
        margin: 0 0 15px;
    }

        .serviceItem04 h3 a {
            color: inherit;
        }

            .serviceItem04 h3 a:hover {
                color: var(--theme-color);
            }

    .serviceItem04 p {
        font-size: 18px;
        margin: 0 0 17px;
    }

    .serviceItem04 .srmore {
        color: #03030f;
        font-size: 20px;
    }

        .serviceItem04 .srmore:hover {
            color: var(--theme-color);
        }

.processConten02 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 605px;
    height: 605px;
    padding: 110px 0 0 56px;
    margin: 37px 0 0;
}

.proCircle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

    .proCircle .proRound {
        width: 44px;
        height: 44px;
        background: #feaf6f;
        border-radius: 50%;
        border-radius: 100%;
        position: absolute;
        bottom: 60px;
        left: 80%;
        z-index: 2;
    }

.processConten02 .fact_01 {
    margin: 0 2px 2px 0;
    float: left;
}

.fi02.fact_01 h2 {
    color: #46c39c;
}

.fi03.fact_01 h2 {
    color: #ffa246;
}

.fi04.fact_01 h2 {
    color: #fb4736;
}

.testimonialSlider02 {
    position: relative;
    padding: 0 0 105px;
}

.testimonialItem02 {
    position: relative;
}

.testimonialSlider02.owl-carousel .tsAuthor {
    max-width: 402px;
    margin: auto;
}

    .testimonialSlider02.owl-carousel .tsAuthor img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        display: inline-block;
    }

.tsContent02 {
    position: relative;
    padding: 15px 0 0 55px;
}

    .tsContent02 .twIcon {
        margin: 0 0 47px;
    }

    .tsContent02 p {
        font-size: 22px;
        line-height: 34px;
        color: rgba(12, 13, 36, 0.8);
        margin: 0 0 26px;
    }

    .tsContent02 h5 {
        position: relative;
        padding-left: 45px;
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        margin: 42px 0 2px;
    }

        .tsContent02 h5:after {
            position: absolute;
            left: 0;
            bottom: 0;
            top: 3px;
            margin: auto;
            width: 30px;
            height: 2px;
            background: #03030f;
            content: "";
        }

    .tsContent02 span {
        padding-left: 45px;
        font-size: 16px;
    }

.testimonialSlider02.owl-carousel .owl-nav {
    width: 268px;
    height: 268px;
    background: #fbbe95;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 12.5%;
    bottom: -3px;
    z-index: -1;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .testimonialSlider02.owl-carousel .owl-nav button {
        width: 62px;
        height: 38px;
        text-align: center;
        background: #fff;
        color: #000;
        line-height: 45px;
        font-size: 30px;
        margin: 0 10px 40px;
        border-radius: 50%;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
    }

    .testimonialSlider02.owl-carousel .owl-nav .owl-prev i {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        display: block;
    }

    .testimonialSlider02.owl-carousel .owl-nav button:hover {
        background: #fecdac;
    }

.teamItem01 {
    position: relative;
    margin-bottom: 53px;
}

    .teamItem01 img {
        width: 100%;
        height: auto;
    }

.tmContent {
    position: relative;
    padding-left: 47px;
    margin: 34px 0 0;
}

    .tmContent h5 {
        position: relative;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        margin: 0 0 5px;
    }

    .tmContent:after {
        position: absolute;
        left: 0;
        top: 16px;
        width: 32px;
        height: 2px;
        background: #03030f;
        content: "";
    }

    .tmContent h5 a {
        color: inherit;
    }

        .tmContent h5 a:hover {
            color: var(--theme-color);
        }

    .tmContent p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

.tmImgArea {
    position: relative;
    padding-right: 90px;
}

    .tmImgArea img {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }

.tmt_meta {
    position: relative;
    padding: 0;
    margin: -7px 0 0;
}

    .tmt_meta .tm_designation {
        font-size: 16px;
        line-height: 24px;
        color: var(--theme-color);
        display: block;
        margin: 0 0 1px;
    }

    .tmt_meta h4 {
        font-size: 30px;
        font-weight: 500;
        margin: 0 0 25px;
    }

    .tmt_meta p {
        font-size: 18px;
    }

.tm_social {
    position: relative;
    margin: 0 0 35px;
}

    .tm_social a {
        margin: 0 5px;
        display: inline-block;
        width: 35px;
        height: 35px;
        position: relative;
        z-index: 2;
        background: #fff;
        color: #03030f;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        border-radius: 50%;
        -webkit-filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
        -moz-filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
        filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
    }

        .tm_social a::after {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            margin: auto;
            width: 0;
            height: 0;
            z-index: -1;
            content: "";
            background: var(--theme-color);
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .tm_social a:hover {
            color: #fff;
        }

            .tm_social a:hover::after {
                width: 100%;
                height: 100%;
            }

.tm_meta {
    margin: 0;
    padding: 0;
}

    .tm_meta li {
        list-style: none;
        display: block;
        font-size: 18px;
        color: rgba(3, 3, 15, 0.8);
        font-weight: 400;
        line-height: 36px;
        font-family: work sans, sans-serif;
        margin: 0;
    }

        .tm_meta li span {
            display: inline-block;
            font-weight: 500;
            color: #03030f;
        }

        .tm_meta li i {
            color: var(--theme-color);
            display: inline-block;
            font-size: 18px;
            position: relative;
            top: 2px;
            line-height: inherit;
            margin-right: 15px;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.tmDetails {
    position: relative;
}

    .tmDetails p {
        font-size: 18px;
        margin: 0 0 27px;
    }

    .tmDetails .tm_meta {
        margin-bottom: 85px;
    }

.tmcon p {
    font-size: 18px;
    margin: 0 0 27px;
}

.accessNav .transparentBtn {
    background: 0 0;
    border-radius: 50px;
    color: #03030f;
    border: 1px solid #03030f;
    font-size: 17px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

    .accessNav .transparentBtn:hover {
        color: #fff;
        border-color: var(--theme-color);
    }

.heroBanner03 {
    position: relative;
    overflow: hidden;
    background: url(../images/home3/1.png) no-repeat bottom center/cover;
    padding: 160px 0 210px;
    border-radius: 0 0 30px 30px;
}

    .heroBanner03 .bLayer {
        float: right;
    }

    .heroBanner03 .bannerContent02 .sub-title {
        animation-delay: 1.1s;
        animation-name: fadeInUp;
    }

    .heroBanner03 .bannerContent02 h2 {
        animation-delay: 1.3s;
        animation-name: fadeInUp;
    }

.bannerContent02 h2 span {
    color: #00d1ff;
}

.bannerContent02 ul {
    margin: 0;
    padding: 5px 0 45px;
    animation-delay: 1.6s;
    animation-name: fadeInUp;
}

    .bannerContent02 ul li {
        list-style: none;
        display: inline-flex;
        width: 100%;
        font-size: 22px;
        color: #0c0d24;
        line-height: 32px;
        margin: 0 0 18px;
    }

        .bannerContent02 ul li i {
            width: 34px;
            height: 34px;
            background: #fff;
            border-radius: 50%;
            text-align: center;
            font-size: 18px;
            line-height: 34px;
            display: inline-block;
            margin-right: 10px;
            transition: all ease 300ms;
            -moz-transition: all ease 300ms;
            -webkit-transition: all ease 300ms;
        }

        .bannerContent02 ul li:hover i {
            background: var(--theme-color);
        }

.heroBanner03 .bannerContent02 .dgBtn {
    animation-delay: 1.9s;
    animation-name: fadeInUp;
    border-radius: 50px;
}

.serviceItem05 {
    position: relative;
    padding: 63px 25px 77px;
    margin: 0 0 30px;
    z-index: 2;
    -webkit-box-shadow: 0 0 40px 0 rgba(229, 229, 229, 0.55);
    -moz-box-shadow: 0 0 40px 0 rgba(229, 229, 229, 0.55);
    box-shadow: 0 0 40px 0 rgba(229, 229, 229, 0.55);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

    .serviceItem05 h3 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
        margin: 0 0 31px;
    }

        .serviceItem05 h3 a {
            color: inherit;
        }

            .serviceItem05 h3 a:hover {
                color: var(--theme-color);
            }

    .serviceItem05 p {
        font-size: 19px;
        line-height: 31px;
        margin: 0;
    }

    .serviceItem05 i {
        font-size: 90px;
        line-height: 90px;
        color: #000;
        position: relative;
        display: inline-block;
        z-index: 2;
        margin: 0 0 51px;
    }

        .serviceItem05 i:after {
            position: absolute;
            content: "";
            width: 77px;
            height: 77px;
            background: #e0fffb;
            border-radius: 50%;
            right: -18px;
            bottom: -25px;
            z-index: -1;
        }

    .serviceItem05.it52 i:after {
        background: #fbbe95;
    }

.it53 i:after {
    background: #e0ecfe;
}

.serviceItem05:hover {
    background: #fef1e7;
    box-shadow: none;
}

.mixing {
    padding-top: 78px;
    padding-bottom: 4px;
}

    .mixing p {
        margin-bottom: 58px;
    }

.iconbox02 {
    position: relative;
    background: #fff;
    padding: 60px 40px 70px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -webkit-box-shadow: 0 0 40px 0 rgba(213, 212, 222, 0.35);
    -moz-box-shadow: 0 0 40px 0 rgba(213, 212, 222, 0.35);
    box-shadow: 0 0 40px 0 rgba(213, 212, 222, 0.35);
}

    .iconbox02:hover {
        -webkit-box-shadow: 0 30px 50px 0 rgba(211, 211, 214, 0.35);
        -moz-box-shadow: 0 30px 50px 0 rgba(211, 211, 214, 0.35);
        box-shadow: 0 30px 50px 0 rgba(211, 211, 214, 0.35);
    }

    .iconbox02 .ibbox {
        background: 0 0;
        border: 1px solid #f5ece5;
        margin-bottom: 32px;
    }

    .iconbox02 h3 {
        font-size: 26px;
        color: #0c0d24;
        font-weight: 600;
        margin-bottom: 21px;
    }

    .iconbox02 p {
        margin: 0;
        font-size: 18px;
    }

.folioItem02 {
    position: relative;
    background: #fff;
    margin: 0 0 32px;
}

    .folioItem02 img {
        width: 100%;
        height: auto;
    }

.folioCon {
    position: relative;
    padding: 32px 25px 20px;
}

    .folioCon h3 {
        font-size: 24px;
        line-height: 34px;
        color: #0c0d24;
        font-weight: 600;
        margin-bottom: 6px;
    }

        .folioCon h3 a {
            color: inherit;
        }

            .folioCon h3 a:hover {
                color: var(--theme-color);
            }

    .folioCon .cate {
        font-size: 16px;
        letter-spacing: 0.4px;
        margin: 0 0 17px;
        color: var(--theme-color);
    }

        .folioCon .cate a {
            color: inherit;
        }

            .folioCon .cate a:hover {
                color: #0c0d24;
            }

    .folioCon p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 29px;
    }

.flmore {
    position: relative;
    border-top: 1px solid #eeeae7;
    padding: 22px 0 3px;
}

    .flmore a {
        display: inline-block;
        font-size: 16px;
        color: #03030f;
        font-weight: 500;
        letter-spacing: 0.4px;
        text-transform: capitalize;
    }

        .flmore a i {
            position: relative;
            margin-left: 3px;
            top: 3px;
        }

        .flmore a:hover {
            color: var(--theme-color);
        }

.testimonialSlider03 {
    position: relative;
    padding: 0 60px;
    z-index: auto;
}

.testimonialItem03 {
    position: relative;
    text-align: center;
}

    .testimonialItem03 .twIcon {
        margin: 0 0 58px;
    }

    .testimonialItem03 p {
        font-size: 28px;
        line-height: 44px;
        color: #0c0d24;
        margin: 0 0 50px;
    }

    .testimonialItem03 .tsborder {
        width: 32px;
        height: 2px;
        background: #03030f;
        display: inline-block;
        margin: 0 0 38px;
    }

    .testimonialItem03 h5 {
        position: relative;
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        margin: 0 0 2px;
    }

    .testimonialItem03 span {
        font-size: 16px;
    }

.testimonialSlider03.owl-carousel .owl-nav {
    width: 265px;
    /* height: 265px; */
    /* background: #fbbe95; */
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: flex;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    margin-top: -122px;
    justify-content: center;
    align-items: flex-end;
}

    .testimonialSlider03.owl-carousel .owl-nav:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 160px;
        background: #fff;
        content: "";
    }

    .testimonialSlider03.owl-carousel .owl-nav button {
        width: 62px;
        height: 38px;
        text-align: center;
        background: #fff;
        color: #000;
        line-height: 45px;
        font-size: 30px;
        margin: 0 10px 40px;
        border-radius: 50%;
        transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
    }

    .testimonialSlider03.owl-carousel .owl-nav .owl-prev i {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        display: block;
        position: absolute;
        left: -216%;
        top: 85%;
        font-size: 20px;
    }

    .testimonialSlider03.owl-carousel .owl-nav .owl-next i {
        position: absolute;
        right: -216%;
        top: 85%;
        font-size: 20px;
    }

    .testimonialSlider03.owl-carousel .owl-nav button:hover {
        background: #fecdac;
    }

.blogItem02 {
    position: relative;
    background: #fff;
    margin: 0 0 40px;
}

    .blogItem02 img {
        width: 100%;
        height: auto;
    }

    .blogItem02 > a {
        height: 29px;
        background: #00d1ff;
        border-radius: 30px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        line-height: 29px;
        text-transform: capitalize;
        color: #fff;
        padding: 0 13px;
        position: relative;
        top: -18px;
        z-index: 2;
        margin: 0 0 5px 25px;
    }

        .blogItem02 > a:hover {
            background: var(--theme-color);
        }

    .blogItem02 .bpmeta {
        margin-bottom: 10px;
    }

    .blogItem02 .blogContent {
        padding: 1px 25px 24px;
    }

        .blogItem02 .blogContent h3 {
            font-weight: 500;
        }

.dgitaTabWrapper {
    position: relative;
    margin-right: 40px;
}

.dgitaTab {
    position: relative;
    border-bottom: 1px solid #dae3e9;
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 64px 0 67px;
}

    .dgitaTab li {
        list-style: none;
        display: inline-block;
    }

        .dgitaTab li a {
            color: #0c0d24;
            font-size: 22px;
            line-height: 32px;
            position: relative;
            display: inline-block;
            padding: 0 0 13px;
            font-weight: 500;
            font-family: work sans, sans-serif;
        }

            .dgitaTab li a:after {
                position: absolute;
                left: 0;
                bottom: -2px;
                right: 0;
                width: 0;
                margin: auto;
                background: var(--theme-color);
                height: 4px;
                content: "";
                transition: all ease 300ms;
                -moz-transition: all ease 300ms;
                -webkit-transition: all ease 300ms;
            }

            .dgitaTab li a:hover:after,
            .dgitaTab li a.active:after {
                width: 100%;
            }

.dgiTabContent {
    position: relative;
}

    .dgiTabContent span {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0 0 25px;
    }

    .dgiTabContent h4 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        margin: 0 0 34px;
    }

    .dgiTabContent p {
        line-height: 34px;
        margin: 0;
    }

.tabThumb {
    position: relative;
    margin-top: -52px;
}

    .tabThumb img {
        max-width: 100%;
    }

.tabFull {
    margin: 0;
}

    .tabFull .tabThumb {
        margin: 0;
    }

    .tabFull .dgitaTab {
        margin-top: 20px;
    }

.dgiTabContent .listItem {
    margin: 38px 0 30px;
}

    .dgiTabContent .listItem li {
        margin-bottom: 2px;
    }

        .dgiTabContent .listItem li i {
            background: 0 0;
            margin-right: 1px;
        }

        .dgiTabContent .listItem li:hover i {
            background: 0 0;
        }

.video_banner {
    position: relative;
}

    .video_banner img {
        width: 100%;
    }

    .video_banner .popup_video {
        width: 94px;
        height: 94px;
        background: #fff;
        color: #010002;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        line-height: 98px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
        animation: shadows 1.4s linear infinite;
        -webkit-animation: shadows 1.4s linear infinite;
        -moz-animation: shadows 1.4s linear infinite;
    }

        .video_banner .popup_video:hover {
            color: var(--theme-color);
        }

.singleServicePage {
    position: relative;
    overflow: hidden;
    background: url(../images/bg/5.jpg) no-repeat top center;
    padding: 240px 0 42px;
}

    .singleServicePage .secTitle {
        font-size: 75px;
        line-height: 85px;
        margin-bottom: 42px;
    }

    .singleServicePage .secDesc2 {
        font-size: 24px;
        line-height: 40px;
        color: #03030f;
        margin: 0 0 35px;
    }

    .singleServicePage .secDesc {
        line-height: 36px;
        color: #03030f;
        margin: 0 0 65px;
    }

    .singleServicePage .abImg {
        margin-left: 50px;
        margin-top: 75px;
    }

.ctaContent {
    position: relative;
}

    .ctaContent span {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .ctaContent h4 {
        font-size: 36px;
        line-height: 46px;
        color: #0c0d24;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .ctaContent .listItem li {
        margin-bottom: 2px;
    }

        .ctaContent .listItem li i {
            background: 0 0;
            margin-right: 1px;
        }

        .ctaContent .listItem li:hover i {
            background: 0 0;
        }

    .ctaContent p {
        line-height: 34px;
        margin: 28px 0 0;
    }

.auditForm {
    position: relative;
    margin: 0 42px;
    background: #fff;
    padding: 48px 42px 50px;
    -webkit-box-shadow: 0 0 38px 0 rgba(203, 203, 203, 0.35);
    -moz-box-shadow: 0 0 38px 0 rgba(203, 203, 203, 0.35);
    box-shadow: 0 0 38px 0 rgba(203, 203, 203, 0.35);
}

    .auditForm h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .auditForm p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 32px;
    }

    .auditForm .col-lg-6,
    .auditForm .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .auditForm label {
        font-size: 16px;
        line-height: 30px;
        color: #03030f;
        cursor: pointer;
        display: block;
        margin-bottom: 10px;
    }

    .auditForm input[type="email"],
    .auditForm input[type="text"],
    .auditForm input[type="number"],
    .auditForm input[type="url"],
    .auditForm input[type="tel"],
    .auditForm input[type="password"],
    .auditForm textarea,
    .auditForm select {
        display: block;
        width: 100%;
        height: 50px;
        background: #f5f5f5;
        padding: 0 18px;
        border: none;
        border-radius: 3px;
        font-size: 16px;
        line-height: 50px;
        margin: 0 0 16px;
        color: #03030f;
    }

    .auditForm select {
        cursor: pointer;
        background: url(../images/select.png) no-repeat calc(100% - 25px) center #f5f5f5;
        appearance: none;
        -moz-appearance: none;
    }

        .auditForm select::-moz-placeholder,
        .auditForm input::-moz-placeholder {
            color: #03030f;
            opacity: 0.7;
        }

        .auditForm select::-ms-input-placeholder,
        .auditForm input::-ms-input-placeholder {
            color: #03030f;
            opacity: 0.7;
        }

        .auditForm select::-webkit-input-placeholder,
        .auditForm input::-webkit-input-placeholder {
            color: #03030f;
            opacity: 0.7;
        }

    .auditForm input[type="submit"] {
        background: #03030f;
        height: 50px;
        border-radius: 3px;
        border: none;
        outline: none;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        padding: 0 35px;
        margin: 24px 0 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .auditForm input[type="submit"]:hover {
            background: var(--theme-color);
        }

.singleServicePage .video_banner {
    margin-top: 80px;
}

.auditForm input.reqError,
.auditForm .reqError {
    background: red;
}

.fixedItem .tsAuthor {
    max-width: 402px;
}

    .fixedItem .tsAuthor img {
        max-width: 100%;
    }

.fixedItem .tsContent02 {
    padding: 0;
    margin: 0 70px 0 -15px;
}

    .fixedItem .tsContent02 .subTitle {
        color: rgba(3, 3, 15, 0.8);
        font-size: 18px;
        font-weight: 400;
        margin: 6px 0 23px;
    }

    .fixedItem .tsContent02 .secTitle {
        margin-bottom: 28px;
    }

.folioPage {
    position: relative;
    padding: 120px 0 60px;
}

.filter_menu {
    position: relative;
    display: flex;
    margin: 0 0 50px;
    padding: 0;
}

    .filter_menu.text-center {
        justify-content: center;
    }

    .filter_menu.text-right {
        justify-content: flex-end;
    }

    .filter_menu li {
        list-style: none;
        display: inline-block;
        font-size: 17px;
        color: #03030f;
        cursor: pointer;
        margin-right: 20px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .filter_menu li:last-child {
            margin-right: 0;
        }

        .filter_menu li:hover,
        .filter_menu li.active {
            color: var(--theme-color);
        }

.folioItem01.fi01 {
    overflow: hidden;
    margin: 0 0 60px;
}

    .folioItem01.fi01 .folioHover {
        bottom: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .folioItem01.fi01:hover .folioHover {
        bottom: 25px;
        visibility: visible;
        opacity: 1;
    }

.singleFolioPage {
    position: relative;
    overflow: hidden;
    background: url(../images/bg/13.png) no-repeat top center;
    padding: 280px 0 75px;
}

    .singleFolioPage .subTitle {
        font-weight: 400;
        margin: 30px 0 33px;
    }

    .singleFolioPage .secTitle {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 43px;
    }

    .singleFolioPage .secDesc {
        line-height: 36px;
        margin: 0 0 27px;
    }

    .singleFolioPage .abImg {
        margin-left: 40px;
        margin-top: 0;
    }

.iconbox03 {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    padding: 49px 35px 45px;
    -webkit-box-shadow: 0 18px 18px 0 rgba(214, 214, 214, 0.45);
    -moz-box-shadow: 0 18px 18px 0 rgba(214, 214, 214, 0.45);
    box-shadow: 0 18px 18px 0 rgba(214, 214, 214, 0.45);
}

    .iconbox03 .ibbox {
        height: auto;
        width: auto;
        background: 0 0;
        font-size: 70px;
        color: #000;
        line-height: initial;
        margin: 0 0 11px;
    }

    .iconbox03 h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        font-family: inherit;
        margin: 0 0 23px;
    }

        .iconbox03 h3 a {
            color: inherit;
        }

            .iconbox03 h3 a:hover {
                color: var(--theme-color);
            }

    .iconbox03 p {
        font-size: 16px;
        line-height: 30px;
        color: rgba(24, 21, 44, 0.8);
        margin: 0;
    }

.folioPagination {
    position: relative;
    margin: 60px 0 42px;
}

    .folioPagination a {
        display: flex;
        font-size: 22px;
        line-height: 32px;
        color: #03030f;
    }

        .folioPagination a i {
            min-width: 43px;
            height: 74px;
            background: #ffd1b0;
            font-size: 25px;
            color: #03030f;
            line-height: 74px;
            text-align: center;
            display: block;
            margin-right: 15px;
            position: relative;
            top: -7px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .folioPagination a.prev {
            padding-right: 150px;
        }

        .folioPagination a.next {
            padding-left: 150px;
            text-align: right;
        }

            .folioPagination a.next i {
                margin-right: 0;
                margin-left: 15px;
            }

        .folioPagination a:hover {
            color: var(--theme-color);
        }

            .folioPagination a:hover i {
                color: #fff;
                background: #03030f;
            }

.folioShare {
    position: relative;
}

    .folioShare a {
        display: inline-block;
        width: 51px;
        height: 51px;
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 50%;
        text-align: center;
        line-height: 52px;
        color: #0c0d24;
        font-size: 15px;
        margin: 0 3px;
    }

        .folioShare a:hover {
            color: #fff;
            border-color: var(--theme-color);
            background: var(--theme-color);
        }

.blogPage {
    position: relative;
    padding: 150px 0;
}

.blogItem03 {
    position: relative;
    background: #fff8f3;
    margin: 0 0 60px;
}

    .blogItem03.noThumb {
        text-align: center;
        background: #f2fbff;
    }

.noThumb .blogContent02 .bpmeta {
    justify-content: center;
}

.blogItem03 img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.blogContent02 {
    position: relative;
    padding: 50px 40px 44px;
}

    .blogContent02 .bpmeta {
        color: #7d7874;
        margin-bottom: 21px;
    }

        .blogContent02 .bpmeta a {
            position: relative;
            margin-right: 20px;
        }

            .blogContent02 .bpmeta a:after {
                position: absolute;
                height: 12px;
                width: 1px;
                background: #7d7874;
                content: "";
                right: -11px;
                bottom: 0;
                top: 0;
                margin: auto 0;
            }

            .blogContent02 .bpmeta a:last-child:after {
                display: none;
            }

    .blogContent02 h3 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        margin: 0 0 23px;
    }

        .blogContent02 h3 a {
            color: inherit;
        }

            .blogContent02 h3 a:hover {
                color: var(--theme-color);
            }

    .blogContent02 p {
        margin: 0 0 26px;
    }

.rm_more {
    display: inline-block;
    font-size: 17px;
    color: var(--theme-color);
    font-weight: 500;
    text-transform: uppercase;
}

    .rm_more i {
        color: #ff893a;
        font-size: 15px;
        padding-left: 2px;
        position: relative;
        top: 1px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .rm_more:hover i {
        color: #03030f;
        padding-left: 7px;
    }

    .rm_more:hover {
        color: #03030f;
    }

.dgita_pagination {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}

    .dgita_pagination.text-center {
        justify-content: center;
    }

    .dgita_pagination.text-right {
        justify-content: flex-end;
    }

    .dgita_pagination a,
    .dgita_pagination span {
        line-height: 0.8;
        margin: 0 2px 0 0;
        padding: 0 17px;
        height: 42px;
        background: #eee;
        color: #000;
        line-height: 42px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
    }

        .dgita_pagination a:last-child {
            margin-right: 0;
        }

        .dgita_pagination a.next,
        .dgita_pagination a.prev {
            font-weight: 500;
            font-size: 15px;
            text-transform: capitalize;
        }

        .dgita_pagination a:hover,
        .dgita_pagination span.current {
            color: #fff;
            background: #03030f;
        }

.blogPage02 {
    position: relative;
    background: #f8f3ef;
    padding: 140px 0;
}

    .blogPage02 .dgita_pagination {
        margin-top: 20px;
    }

.sidebar {
    position: relative;
    padding-left: 18px;
}

    .sidebar.lsb {
        padding-left: 0;
        padding-right: 18px;
    }

    .sidebar .widget {
        position: relative;
        margin: 0 0 75px;
    }

        .sidebar .widget:last-child {
            border: none;
            margin: 0;
        }

        .sidebar .widget .widget_title {
            font-weight: 500;
            font-size: 24px;
            padding: 0 0 33px;
            margin: 0;
            position: relative;
            border-bottom: 1px solid #e5e5e6;
            line-height: 0.8;
        }

        .sidebar .widget.widget_search .widget_title {
            border: none;
            padding: 0 0 31px;
        }

.search_form {
    position: relative;
}

    .search_form input[type="search"] {
        display: block;
        width: 100%;
        padding: 0 58px;
        height: 60px;
        border: 1px solid #eee;
        border-radius: 3px;
        font-size: 16px;
        color: #0c0d24;
        background: 0 0;
        font-weight: 400;
    }

        .search_form input[type="search"]::-moz-placeholder {
            color: #0c0d24;
            opacity: 0.7;
        }

        .search_form input[type="search"]::-ms-input-placeholder {
            color: #0c0d24;
            opacity: 0.7;
        }

        .search_form input[type="search"]::-webkit-input-placeholder {
            color: #0c0d24;
            opacity: 0.7;
        }

    .search_form button {
        background: 0 0;
        border: none;
        font-size: 21px;
        line-height: 66px;
        color: #03030f;
        position: absolute;
        margin: 0;
        padding: 0;
        left: 19px;
        top: 0;
        transition: all ease 400ms;
        -moz-transition: all ease 400ms;
        -webkit-transition: all ease 400ms;
    }

        .search_form button:hover {
            color: var(--theme-color);
        }

.sidebar ul {
    margin: 0;
    padding: 0;
}

    .sidebar ul li {
        list-style: none;
        display: block;
        font-size: 18px;
        line-height: 34px;
        border-bottom: 1px solid #efeded;
        position: relative;
        padding: 10px 0 13px;
        margin: 0;
    }

.sidebar .widget_categories ul li {
    text-align: right;
    width: 100%;
    display: inline-block;
    color: #03030f;
}

    .sidebar .widget_categories ul li a {
        float: left;
    }

.sidebar ul li a {
    display: inline-block;
    color: inherit;
    line-height: inherit;
}

    .sidebar ul li a:hover {
        color: var(--theme-color);
    }

.pp_post_item {
    position: relative;
    min-height: 88px;
    padding-left: 102px;
    border-bottom: 1px solid #e5e5e6;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .pp_post_item img {
        width: 83px;
        height: 88px;
        position: absolute;
        left: 0;
        top: 30px;
    }

    .pp_post_item span {
        display: block;
        font-size: 16px;
        line-height: 21px;
        color: #898989;
        margin: 0 0 5px;
    }

    .pp_post_item a {
        font-size: 20px;
        line-height: 30px;
        color: #03030f;
        display: block;
        margin: 0 0 0;
    }

        .pp_post_item a:hover {
            color: var(--theme-color);
        }

.tagcloud {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 34px 0 0;
}

    .tagcloud a {
        height: 31px;
        text-align: center;
        padding: 0 12px;
        line-height: 30px;
        border: none;
        display: inline-block;
        border-radius: 50px;
        background: #f1f1f1;
        color: #2a2b3a;
        text-transform: lowercase;
        font-size: 16px !important;
        margin-right: 10px;
        margin-bottom: 15px;
        float: left;
    }

        .tagcloud a:hover {
            background: var(--theme-color);
            color: #fff;
        }

.singleBlog {
    position: relative;
    padding: 120px 0 295px;
}

.sic_the_content {
    position: relative;
}

    .sic_the_content p {
        color: rgba(0, 1, 8, 0.8);
        margin: 0 0 33px;
    }

    .sic_the_content .wp-block-image {
        margin: 40px 0 37px;
    }

    .sic_the_content img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .sic_the_content blockquote,
    .sic_the_content blockquote.wp-block-quote {
        padding: 40px 45px 31px;
        position: relative;
        background: #f7f5f4;
        margin: 51px 0 46px;
    }

        .sic_the_content blockquote:before {
            content: "\e90d";
            font-family: dgita-icon !important;
            left: 0;
            top: 0;
            position: relative;
            display: inline-block;
            color: #000;
            font-size: 25px;
            line-height: 25px;
            margin: 0 0 24px;
        }

        .sic_the_content blockquote p,
        .sic_the_content blockquote.wp-block-quote p {
            font-size: 28px;
            line-height: 40px;
            color: #0c0d24;
            font-style: normal;
            margin: 0 0 24px;
        }

        .sic_the_content blockquote cite {
            font-style: normal;
            font-size: 20px;
            color: #0c0d24;
            position: relative;
            padding-left: 36px;
        }

            .sic_the_content blockquote cite:after {
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                content: "";
                background: #000;
                width: 30px;
                height: 1px;
                position: absolute;
            }

.lstitle {
    font-size: 28px;
    line-height: 36px;
    color: #000108;
    font-weight: 500;
    font-family: inherit;
    margin: 0 0 38px;
}

.spMeta {
    position: relative;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 43px 0 33px;
    margin: 67px 0 65px;
}

.tags {
    position: relative;
}

    .tags a {
        height: 31px;
        text-align: center;
        padding: 0 18px;
        line-height: 30px;
        border: none;
        display: inline-block;
        border-radius: 50px;
        background: #f1f1f1;
        color: #0c0d24;
        text-transform: lowercase;
        font-size: 16px !important;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }

        .tags a:hover {
            background: var(--theme-color);
            color: #fff;
        }

.socialShare {
    display: flex;
    justify-content: flex-end;
}

    .socialShare a {
        display: inline-block;
        font-size: 15px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 10px 0;
        text-align: center;
        color: #fefeff;
        margin-left: 10px;
    }

        .socialShare a.twi {
            background: #55acee;
        }

        .socialShare a.pin {
            background: #bd081c;
        }

        .socialShare a.fac {
            background: #3b5999;
        }

        .socialShare a.dri {
            background: #ea4c89;
        }

        .socialShare a:hover {
            background: var(--theme-color);
            color: #fff;
        }

.postPagination {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 57px;
    padding: 0 0 53px;
}

    .postPagination a {
        display: inline-block;
        font-size: 20px;
        line-height: 32px;
        color: #0c0d24;
        font-weight: 500;
        padding-left: 37px;
        position: relative;
    }

        .postPagination a span {
            display: block;
            font-size: 16px;
            font-weight: 400;
            opacity: 0.8;
            line-height: 0.8;
            text-transform: uppercase;
            margin: 0 0 13px;
        }

        .postPagination a i {
            position: absolute;
            left: 0;
            bottom: 19px;
            font-size: 25px;
        }

        .postPagination a.prev {
            padding-right: 20px;
        }

        .postPagination a.next {
            text-align: right;
            padding-left: 20px;
            padding-right: 37px;
        }

            .postPagination a.next i {
                left: auto;
                right: 0;
            }

        .postPagination a:hover {
            color: var(--theme-color);
        }

.comment_area {
    position: relative;
}

.sic_comments {
    position: relative;
    margin: 0 0 57px;
}

    .sic_comments > .sicc_title,
    .productCommentForm .sicc_title {
        margin-bottom: 30px;
    }

.sicc_list {
    margin: 0;
    padding: 0;
}

    .sicc_list li {
        list-style: none;
        position: relative;
    }

        .sicc_list li .children {
            margin: 0 0 0 60px;
            padding: 0;
        }

.single_comment {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 32px 35px 30px 174px;
    margin: 0 0 30px;
    border-radius: 0;
}

    .single_comment > img {
        width: 103px;
        height: 103px;
        position: absolute;
        left: 46px;
        top: 35px;
    }

    .single_comment .cm_author {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px;
    }

        .single_comment .cm_author a {
            color: inherit;
        }

            .single_comment .cm_author a:hover {
                color: var(--theme-color);
            }

    .single_comment .cm_date {
        display: block;
        font-size: 13px;
        color: var(--theme-color);
        line-height: 0.8;
        margin: 0 0 17px;
    }

.sc_content {
    margin: 0 0 18px;
}

    .sc_content p {
        font-size: 18px;
        line-height: 28px;
    }

    .sc_content > p:last-of-type {
        margin: 0;
    }

.single_comment .star-rating {
    position: relative;
    top: 0;
}

.comment-reply-link {
    font-size: 16px;
    color: #03030f;
    display: inline-block;
    line-height: 0.8;
}

    .comment-reply-link i {
        margin-right: 10px;
    }

    .comment-reply-link:hover {
        color: var(--theme-color);
    }

.commentForm {
    position: relative;
}

.sicc_title {
    font-size: 28px;
    color: #0c0d24;
    line-height: 0.8;
    margin: 0 0 31px;
    font-weight: 600;
}

.commentForm input[type="email"],
.commentForm input[type="text"],
.commentForm input[type="url"],
.commentForm input[type="tel"],
.commentForm textarea {
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 16px;
    line-height: 55px;
    margin: 0 0 19px;
    color: #100c0b;
}

.commentForm textarea {
    height: 160px;
    line-height: 26px;
    padding-top: 12px;
    margin-bottom: 38px;
    resize: none;
}

    .commentForm textarea::-moz-placeholder,
    .commentForm input::-moz-placeholder {
        color: #100c0b;
        opacity: 0.6;
    }

    .commentForm textarea::-ms-input-placeholder,
    .commentForm input::-ms-input-placeholder {
        color: #100c0b;
        opacity: 0.6;
    }

    .commentForm textarea::-webkit-input-placeholder,
    .commentForm input::-webkit-input-placeholder {
        color: #100c0b;
        opacity: 0.6;
    }

.commentForm .comment-form-cookies-consent {
    margin: 8px 0 30px;
}

.commentForm input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    .commentForm input[type="checkbox"] ~ label {
        position: relative;
        padding-left: 30px;
        font-size: 16px;
        color: #100c0b;
        opacity: 0.6;
        cursor: pointer;
        display: block;
    }

        .commentForm input[type="checkbox"] ~ label:before {
            content: "";
            font-family: dgita-icon !important;
            position: absolute;
            left: 0;
            top: 6px;
            background-color: transparent;
            border: 1px solid #e8e8f1;
            height: 18px;
            width: 18px;
            line-height: 18px;
            text-align: center;
            font-size: 9px;
            font-weight: 400;
        }

    .commentForm input[type="checkbox"]:checked ~ label:before {
        content: "\e901";
        color: var(--theme-color);
        border-color: var(--theme-color);
    }

.commentForm .dgBtn {
    background: var(--theme-color);
    height: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 50px;
    padding: 0 28px;
    letter-spacing: 0;
}

    .commentForm .dgBtn:after {
        visibility: hidden;
        opacity: 0;
        background: #03030f;
    }

    .commentForm .dgBtn:hover:after {
        visibility: visible;
        opacity: 1;
    }

.product_comment_form .dgBtn_two {
    margin-top: 30px;
}

.conFormWrapper {
    position: relative;
    background: #fff;
    padding: 59px 45px 85px;
}

    .conFormWrapper h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .conFormWrapper p {
        line-height: 34px;
        margin-bottom: 55px;
    }

.contact_form {
    position: relative;
    padding-bottom: 20px;
}

    .contact_form input[type="email"],
    .contact_form input[type="text"],
    .contact_form input[type="url"],
    .contact_form input[type="tel"],
    .contact_form input[type="number"],
    .contact_form textarea {
        display: block;
        width: 100%;
        height: 30px;
        background: 0 0;
        padding: 0;
        border: none;
        border-bottom: 1px solid #b9b9b9;
        border-radius: 0;
        font-size: 15px;
        line-height: 60px;
        margin: 0 0 20px;
        color: #181818;
    }

    .contact_form textarea {
        height: 132px;
        line-height: 26px;
        padding-top: 27px;
        margin-bottom: 40px;
        resize: none;
    }

        .contact_form textarea::-moz-placeholder,
        .contact_form input::-moz-placeholder {
            color: #181818;
            opacity: 0.7;
        }

        .contact_form textarea::-ms-input-placeholder,
        .contact_form input::-ms-input-placeholder {
            color: #181818;
            opacity: 0.7;
        }

        .contact_form textarea::-webkit-input-placeholder,
        .contact_form input::-webkit-input-placeholder {
            color: #181818;
            opacity: 0.7;
        }

    .contact_form input[type="checkbox"] {
        visibility: hidden;
        opacity: 0;
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        display: none;
    }

        .contact_form input[type="checkbox"] ~ label {
            position: relative;
            padding-left: 28px;
            font-size: 15px;
            color: #100c0b;
            opacity: 0.8;
            cursor: pointer;
            display: block;
        }

            .contact_form input[type="checkbox"] ~ label:before {
                content: "";
                font-family: dgita-icon !important;
                position: absolute;
                left: 0;
                top: 6px;
                background-color: transparent;
                border: 1px solid #868686;
                height: 18px;
                width: 18px;
                line-height: 18px;
                text-align: center;
                font-size: 9px;
                font-weight: 400;
            }

        .contact_form input[type="checkbox"]:checked ~ label:before {
            content: "\e901";
            color: var(--theme-color);
            border-color: var(--theme-color);
        }

    .contact_form .dgBtn {
        background: var(--theme-color);
        height: 50px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 50px;
        padding: 0 28px;
        letter-spacing: 0;
    }

        .contact_form .dgBtn:after {
            visibility: hidden;
            opacity: 0;
            background: #03030f;
        }

        .contact_form .dgBtn:hover:after {
            visibility: visible;
            opacity: 1;
        }

    .contact_form input.reqError,
    .contact_form .reqError {
        border-color: red;
    }

.con_message {
    display: block;
    width: 100%;
    display: none;
    font-size: 18px;
    padding: 15px;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0;
}

.conFormWrapper h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #000108;
    margin-bottom: 43px;
}

.contactInfo {
    position: relative;
    background: #fdf2e9;
    padding: 30px 20px 43px 105px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .contactInfo:last-child {
        background: #f3fafc;
    }

    .contactInfo img {
        max-height: 52px;
        width: auto;
        max-width: 52px;
        position: absolute;
        left: 30px;
        top: 35px;
    }

    .contactInfo h4 {
        font-size: 22px;
        color: #000108;
        line-height: 42px;
        font-weight: 500;
        font-family: inherit;
        margin-bottom: 8px;
    }

    .contactInfo p {
        font-size: 18px;
        color: #03030f;
        line-height: 30px;
        margin: 0;
    }

.historyWrapper {
    position: relative;
}

.historyItem {
    position: relative;
    padding-top: 70px;
}

.historyThumb {
    position: relative;
    border: 8px solid #fff;
    margin-right: -35px;
}

    .historyThumb img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 3;
    }

    .historyThumb .animLayer {
        width: 89px;
        height: 59px;
        position: absolute;
        left: -30px;
        top: -25px;
        z-index: 1;
        -webkit-animation: rotated 9s infinite linear;
        animation: rotated 9s infinite linear;
    }

.historyContent {
    position: relative;
    padding-left: 110px;
    margin: -7px 0 0;
}

    .historyContent h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 21px;
    }

    .historyContent p {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 20px;
    }

        .historyContent p:last-child {
            margin: 0;
        }

.bars {
    height: calc(100% + 32px);
    width: 6px;
    background: #eee3d4;
    position: absolute;
    left: -10px;
    right: 0;
    top: 10px;
    border-radius: 10px;
    margin: auto;
    text-align: center;
}

.hdots {
    position: absolute;
    left: 68px;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffcc9f;
    content: "";
    -webkit-animation: blinker2 3s infinite linear;
    animation: blinker2 3s infinite linear;
}

    .hdots:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--theme-color);
        content: "";
    }

.cusCol {
    padding-left: 10px;
    padding-right: 10px;
}

.gallerItem {
    position: relative;
    overflow: hidden;
    background: var(--theme-color);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    margin: 0 0 20px;
}

    .gallerItem img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 1;
        mix-blend-mode: unset;
        transition: all ease 750ms;
        -moz-transition: all ease 750ms;
        -webkit-transition: all ease 750ms;
    }

    .gallerItem:hover img {
        opacity: 0.95;
        mix-blend-mode: luminosity;
        transform: scale(1.2) rotate(-3deg);
        -moz-transform: scale(1.2) rotate(-3deg);
        -webkit-transform: scale(1.2) rotate(-3deg);
    }

.galleryItem_btn {
    position: absolute;
    height: 45px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .galleryItem_btn a {
        width: 45px;
        height: 45px;
        background: #fff;
        font-size: 16px;
        text-align: center;
        color: var(--theme-color);
        padding: 14px 0;
        line-height: 0.8;
        margin: 0 3px;
        opacity: 0;
        visibility: hidden;
        border-radius: 50%;
    }

        .galleryItem_btn a:hover {
            background: var(--theme-color);
            color: #fff;
        }

        .galleryItem_btn a:nth-child(01) {
            -webkit-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -moz-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -ms-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -o-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transform: translate3d(0, 90px, 0);
            -moz-transform: translate3d(0, 90px, 0);
            -webkit-transform: translate3d(0, 90px, 0);
            -ms-transform: translate3d(0, 90px, 0);
            -o-transform: translate3d(0, 90px, 0);
        }

        .galleryItem_btn a:nth-child(02) {
            -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -moz-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -ms-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            -o-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
            transform: translate3d(0, 90px, 0);
            -moz-transform: translate3d(0, 90px, 0);
            -webkit-transform: translate3d(0, 90px, 0);
            -ms-transform: translate3d(0, 90px, 0);
            -o-transform: translate3d(0, 90px, 0);
        }

.gallerItem:hover .galleryItem_btn a:nth-child(01),
.gallerItem:hover .galleryItem_btn a:nth-child(02) {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.pricingTable {
    position: relative;
    background: #edfbfd;
    padding: 40px 30px;
    margin: 0 0 40px;
    z-index: 2;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

    .pricingTable:hover {
        -webkit-box-shadow: 0 15px 30px 0 rgb(205 207 214/55%);
        -moz-box-shadow: 0 15px 30px 0 rgba(205, 207, 214, 0.55);
        box-shadow: 0 15px 30px 0 rgb(205 207 214/55%);
    }

.pricingImg {
    position: relative;
    min-height: 222px;
    margin: 0 0 35px;
}

    .pricingImg img {
        width: auto;
        max-width: 75% !important;
        height: auto;
    }

.pricingTable h2 {
    color: #03030f;
    font-size: 48px;
    line-height: 1;
    margin: 0 0 36px;
    position: relative;
}

    .pricingTable h2 span:first-child {
        font-size: 20px;
        position: absolute;
        top: 5px;
        margin-left: -20px;
    }

    .pricingTable h2 span:last-child {
        font-size: 16px;
        font-weight: 600;
        margin-left: 7px;
        position: absolute;
        bottom: 4px;
    }

.pricingTable h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 0.8;
    color: #ff790d;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.pricingTable ul {
    list-style: none;
    margin: 0 0 51px;
    padding: 0;
}

    .pricingTable ul li {
        list-style: none;
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 13px;
    }

        .pricingTable ul li.disabled {
            color: rgba(3, 3, 15, 0.35);
            text-decoration: line-through;
        }

.shopPageSection {
    position: relative;
    padding: 120px 0;
}

.woocommerce-result-count {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.woocommerce-ordering {
    margin: 0;
}

    .woocommerce-ordering select {
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        font-family: rubik, sans-serif;
        color: rgba(3, 3, 15, 0.8);
        border: none;
        padding: 0 15px;
        appearance: none;
        -moz-appearance: none;
        background: url(../images/select.png) no-repeat center right;
    }

.shop_sort_count_row {
    margin-bottom: 15px;
}

.loop_product {
    position: relative;
    display: block;
    margin: 0 0 28px;
}

.lp_thumb {
    position: relative;
    overflow: hidden;
}

    .lp_thumb img {
        width: 100%;
        height: auto;
    }

.lp_details {
    position: relative;
    padding: 30px 0 0;
}

.lp_cate {
    font-size: 16px;
    color: var(--theme-color);
    margin: 0 0 2px;
}

    .lp_cate a {
        color: inherit;
    }

        .lp_cate a:hover {
            color: #03030f;
        }

.lp_details h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 8px;
}

    .lp_details h4 a {
        color: inherit;
    }

        .lp_details h4 a:hover {
            color: var(--theme-color);
        }

.star-rating {
    margin: 0;
    position: absolute;
    right: 0;
    top: 40px;
    float: none;
    width: 69px;
    height: 13px;
    background: url(../images/rating_1.png) no-repeat left center;
}

.loop_price {
    display: flex;
    font-size: 14px;
    font-weight: 600;
}

    .loop_price del {
        opacity: 0.45;
        margin-right: 5px;
    }

    .loop_price ins {
        text-decoration: none;
    }

.lp_thumb_hover {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    justify-content: flex-start;
}

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .lp_thumb_hover a {
        height: 67px;
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
        justify-content: center;
        padding: 0 46px;
        font-size: 17px;
        font-weight: 500;
        line-height: 67px;
        border-radius: 3px;
        color: #03030f;
        letter-spacing: 0.42px;
        background: #fbbe95;
        position: relative;
        z-index: 2;
        overflow: hidden;
        border: none;
        outline: none;
    }

        .woocommerce #respond input#submit:hover,
        .woocommerce a.button:hover,
        .woocommerce button.button:hover,
        .woocommerce input.button:hover,
        .lp_thumb_hover a:hover {
            background: #ffa66a;
            color: #03030f;
        }

        .lp_thumb_hover a.button,
        .lp_thumb_hover a {
            width: 55px;
            height: 55px;
            padding: 0 5px;
            color: #fff;
            margin-right: 5px;
            opacity: 0;
            visibility: hidden;
        }

            .lp_thumb_hover a.button.loading,
            .lp_thumb_hover a.loading {
                opacity: 1;
                padding: 0 5px;
            }

                .lp_thumb_hover a.button.loading i,
                .lp_thumb_hover a.loading i,
                .lp_thumb_hover a.button.added i,
                .lp_thumb_hover a.added i {
                    display: none;
                }

        .woocommerce a.button.added::after {
            margin-left: 0;
        }

        .lp_thumb_hover a.button.loading:after,
        .lp_thumb_hover a.loading:after {
            width: 100%;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            top: 0;
            right: 0;
        }

        .lp_thumb_hover a.added_to_cart {
            color: transparent;
            padding: 0;
            position: relative;
            display: inline-flex;
            justify-content: center;
        }

            .lp_thumb_hover a.added_to_cart:after {
                content: "\f625";
                font-family: themewar;
                color: #fff;
                width: 100%;
                height: 100%;
                line-height: 55px;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                transition: all ease 400ms;
                -moz-transition: all ease 400ms;
                -webkit-transition: all ease 400ms;
            }

            .lp_thumb_hover a.added_to_cart:hover:after {
                color: #03030f;
            }

        .lp_thumb_hover a:nth-child(01) {
            -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transform: translate3d(0, 60px, 0);
            -moz-transform: translate3d(0, 60px, 0);
            -webkit-transform: translate3d(0, 60px, 0);
            -ms-transform: translate3d(0, 60px, 0);
            -o-transform: translate3d(0, 60px, 0);
        }

        .lp_thumb_hover a:nth-child(02) {
            -webkit-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -moz-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -ms-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -o-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transform: translate3d(0, 60px, 0);
            -moz-transform: translate3d(0, 60px, 0);
            -webkit-transform: translate3d(0, 60px, 0);
            -ms-transform: translate3d(0, 60px, 0);
            -o-transform: translate3d(0, 60px, 0);
        }

        .lp_thumb_hover a:nth-child(03) {
            -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
            transform: translate3d(0, 60px, 0);
            -moz-transform: translate3d(0, 60px, 0);
            -webkit-transform: translate3d(0, 60px, 0);
            -ms-transform: translate3d(0, 60px, 0);
            -o-transform: translate3d(0, 60px, 0);
        }

.loop_product:hover .lp_thumb_hover a:nth-child(01),
.loop_product:hover .lp_thumb_hover a:nth-child(02),
.loop_product:hover .lp_thumb_hover a:nth-child(03) {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.pt_labels {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    line-height: 20px;
    text-align: right;
}

    .pt_labels span {
        background: #ff834f;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.45px;
        font-weight: 500;
        line-height: 18px;
        padding: 4px 10px;
        margin: 0 0 5px;
    }

        .pt_labels span.hot,
        .pt_labels span.pt_featured {
            background: #37bf4e;
        }

        .pt_labels span.pt_limited {
            background: #03030f;
        }

        .pt_labels span.pt_outofStock {
            background: #db2b2b;
        }

        .pt_labels span.bestseller {
            background: #7635f5;
        }

        .pt_labels span.justin {
            background: #822bdb;
        }

.sidebar .widget_product_categories ul li {
    text-align: right;
    width: 100%;
    display: inline-block;
    color: #03030f;
}

    .sidebar .widget_product_categories ul li a {
        float: left;
    }

.sidebar .widget_product_categories ul ul {
    margin-bottom: -10px;
    padding-top: 11px;
}

.sidebar ul .children li:last-child,
.sidebar ul .children li {
    border-top: 1px solid #efeded;
    padding: 11px 0;
    border-bottom: none;
}

.sidebar .widget_product_search .widget_title {
    border: none;
}

#slider-range {
    width: 100%;
    height: 6px;
    background: #e7e7ee;
    position: relative;
    border-radius: 3px;
    margin: 0 0 30px;
}

    #slider-range .ui-slider-range {
        background: var(--theme-color);
        height: 100%;
        top: 0;
        position: absolute;
        border-radius: 0;
    }

    #slider-range .ui-slider-handle {
        background: var(--theme-color);
        border: none;
        border-radius: 50%;
        display: inline-block;
        height: 16px;
        width: 16px;
        position: absolute;
        top: -5px;
        cursor: pointer;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

        #slider-range .ui-slider-handle:focus {
            outline: 0;
            box-shadow: none;
        }

.price_wrap {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

    .price_wrap label {
        margin: 0 0 0 auto;
    }

    .price_wrap p {
        margin: 0;
        padding: 0;
    }

.woocommerce .price_slider_wrapper .button {
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.shop_details_page_section {
    position: relative;
    padding: 140px 0;
}

.product_gallery {
    position: relative;
}

.gallery_sliders {
    margin: 0 0 10px;
}

.product_gallery .lSPager li img {
    width: 100%;
    height: auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}

.product_gallery .lSPager li.active,
.product_gallery .lSPager li:hover {
    border-radius: 0 !important;
}

    .product_gallery .lSPager li.active img,
    .product_gallery .lSPager li:hover img {
        opacity: 0.6;
        border-radius: 0 !important;
    }

.product_gallery.thumbpos_2 .lSSlideOuter .lSPager.lSGallery li {
    padding-left: 5px;
}

.pg_item {
    position: relative;
    overflow: hidden;
}

    .pg_item img {
        width: 100%;
        height: auto;
    }

.product_details {
    position: relative;
    padding: 65px 0 0 90px;
}

.pd_cates {
    font-size: 16px;
    margin: 0 0 3px;
}

    .pd_cates a {
        color: inherit;
    }

        .pd_cates a:hover {
            color: var(--theme-color);
        }

.product_details h3 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 15px;
}

.pd_price {
    margin: 0 0 34px;
}

    .pd_price.pd_price_no_rating {
        margin-bottom: 20px;
    }

.product_details .pd_price p.price {
    font-size: 24px;
    line-height: 1;
    color: #03030f;
    font-weight: inherit;
    font-weight: 500;
}

    .product_details .pd_price p.price del {
        font-weight: 400;
        margin-right: 5px;
    }

    .product_details .pd_price p.price ins {
        text-decoration: none;
        font-weight: 500;
    }

.woocommerce-product-rating {
    display: flex;
    line-height: 30px;
    margin: 0 0 34px;
}

    .woocommerce-product-rating .star-rating {
        position: relative;
        top: 9px;
        margin-right: 10px;
    }

    .woocommerce-product-rating a {
        color: rgba(3, 3, 15, 0.8);
        font-size: 16px;
    }

        .woocommerce-product-rating a:hover {
            color: var(--theme-color);
        }

.pd_button_area {
    position: relative;
    display: flex;
    margin: 0 0 20px;
}

    .pd_button_area .quantity {
        height: 67px;
        width: 100px;
        margin: 0;
        margin: 0 6px 0 0;
        padding: 0;
        position: relative;
    }

        .pd_button_area .quantity .qty {
            border: 1px solid #efeded;
            height: 67px;
            padding: 0 25px;
            margin: 0;
            text-align: center;
            width: 100%;
            font-size: 16px;
            border-radius: 3px;
        }

.minus {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.plus {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .minus:hover,
    .plus:hover {
        color: var(--theme-color);
    }

.quantity input[type="number"] {
    -moz-appearance: textfield !important;
}

.product_details .pd_excrpt {
    font-size: 16px;
    line-height: 25.6px;
    margin: 0 0 44px;
}

.pd_excrpt p {
    margin-bottom: 15px;
}

    .pd_excrpt p:last-of-type {
        margin-bottom: 0;
    }

.productMetas {
    margin: 30px 0 0;
    border-top: 1px solid #efeded;
    padding: 30px 0 0;
}

.productMeta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    margin: 0 0 12px;
}

    .productMeta span {
        font-size: 16px;
        color: #03030f;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 15px 0 0;
    }

    .productMeta a {
        color: inherit;
    }

    .productMeta.tagese a {
        margin: 0 5px;
        text-transform: capitalize;
    }

        .productMeta.tagese a:first-child {
            margin-left: 0;
        }

    .productMeta a:hover {
        color: var(--theme-color);
    }

.product_details_tab {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

    .product_details_tab li {
        list-style: none;
        padding: 0;
        margin: 0 2px 0 0;
    }

.order-list-inner {
    border: 1px solid gainsboro;
    margin-top: 20px;
    border-radius: 5px;
}

.device-img {
    border-right: 1px solid gainsboro;
}

    .device-img img {
        max-width: 100px;
        margin: 0 auto;
        padding: 15px;
    }

.device-order-details p {
    margin: 0;
}

.device-order-details h4 {
    margin: 0;
    font-size: 20px;
    padding-top: 5px;
}

.device-img {
    text-align: center;
}

.product_details_tab li a {
    border: none;
    font-weight: 500;
    color: inherit;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 30px;
    background: #fbbe95;
}

.product_details_tab li:first-child a {
    border-radius: 5px 0 0 0;
}

.product_details_tab li:last-child a {
    border-radius: 0 5px 0 0;
}

.product_details_tab li a:hover {
    color: #fff;
}

.product_details_tab li a.active {
    background: #ffa66a;
    color: #fff;
}

.pdtc_inner {
    position: relative;
    padding: 68px 0 0;
}

.pdtc_title,
.woocommerce-Reviews-title,
#reply-title {
    font-size: 24px;
    color: #03030f;
    line-height: 0.8;
    margin: 0 0 36px;
    padding: 0 0 17px;
    position: relative;
    font-weight: 700;
}

#reply-title {
    display: block;
    position: relative;
}

    #reply-title #cancel-comment-reply-link {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        float: right;
        padding: 4px 0 0;
    }

        #reply-title #cancel-comment-reply-link:hover {
            color: #03030f;
        }

    .pdtc_title:after,
    .woocommerce-Reviews-title:after,
    #reply-title:after {
        content: "";
        width: 40px;
        height: 3px;
        background: #03030f;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.pdtc_inner p {
    margin: 0 0 20px;
}

    .pdtc_inner p:last-of-type {
        margin: 0;
    }

.pdtci_content_description {
    margin: 0 0 -8px;
}

.pdtci_content table,
.woocommerce .pdtci_content table.shop_attributes {
    width: 100%;
    border: none;
    margin: 0;
}

    .pdtci_content table tr th,
    .woocommerce .pdtci_content table.shop_attributes tr th {
        color: #03030f;
        font-weight: 600;
    }

    .pdtci_content table tr th,
    .pdtci_content table tr td,
    .woocommerce .pdtci_content table.shop_attributes tr th,
    .woocommerce .pdtci_content table.shop_attributes tr td {
        padding: 10px 0;
        border-bottom: 1px dotted #efeded;
    }

    .pdtci_content table tr:first-child th,
    .pdtci_content table tr:first-child td,
    .woocommerce .pdtci_content table.shop_attributes tr:first-child th,
    .woocommerce .pdtci_content table.shop_attributes tr:first-child td {
        padding-top: 0;
    }

.product_reviews_list {
    margin: 0;
    padding: 0 0 68px;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0 0 57px;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding: 0;
}

.product_reviews_list li {
    list-style: none;
}

.single_comment {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 32px 35px 30px 174px;
    margin: 0 0 30px;
    border-radius: 0;
}

    .single_comment > img {
        width: 103px;
        height: 103px;
        position: absolute;
        left: 46px;
        top: 35px;
    }

.woocommerce #reviews h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: capitalize;
}

    .woocommerce #reviews h4 a {
        color: inherit;
    }

        .woocommerce #reviews h4 a:hover {
            color: var(--theme-var);
        }

.woocommerce #reviews .single_comment .pd_rating {
    padding-top: 11px;
    margin-bottom: 9px;
}

.woocommerce #review_form #respond form > p.comment-notes {
    font-size: 18px;
    color: #100c0b;
    opacity: 0.6;
    line-height: 1;
    margin: -2px 0 23px;
}

.comment-form-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    margin: 0 0 23px;
}

    .comment-form-rating label {
        font-size: 16px;
        color: #100c0b;
        opacity: 0.6;
        margin: 0;
        color: inherit;
        text-transform: capitalize;
        margin-right: 25px;
    }

.woocommerce #review_form #respond p.stars {
    margin: 0;
    font-size: 19px;
}

.woocommerce #review_form #respond form > p {
    margin: 0;
}

    .woocommerce #review_form #respond form > p label {
        position: relative;
        font-size: 16px;
        color: #100c0b;
        opacity: 0.6;
        margin: 0 0 -3px;
        display: block;
    }

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"] {
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 16px;
    line-height: 55px;
    margin: 0 0 19px;
    color: #100c0b;
}

.woocommerce #review_form #respond textarea {
    height: 160px;
}

.woocommerce #review_form #respond form > p.comment-form-cookies-consent {
    display: flex;
    margin: 5px 0 19px;
}

    .woocommerce #review_form #respond form > p.comment-form-cookies-consent input {
        display: none;
    }

    .woocommerce #review_form #respond form > p.comment-form-cookies-consent label {
        padding-left: 30px;
        cursor: pointer;
    }

    .woocommerce #review_form #respond form > p.comment-form-cookies-consent input[type="checkbox"] ~ label:before {
        content: "";
        font-family: dgita-icon !important;
        position: absolute;
        left: 0;
        top: 6px;
        background-color: transparent;
        border: 1px solid #e8e8f1;
        height: 18px;
        width: 18px;
        line-height: 18px;
        text-align: center;
        font-size: 9px;
        font-weight: 400;
    }

    .woocommerce #review_form #respond form > p.comment-form-cookies-consent input[type="checkbox"]:checked ~ label:before {
        content: "\e901";
        color: var(--theme-color);
        border-color: var(--theme-color);
    }

.mt134 {
    margin-top: 134px;
}

/* custom css */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 360px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

    .modal.left .modal-content,
    .modal.right .modal-content .close {
        border: navajowhite;
        color: #3b3a3a;
        opacity: 1;
        font-size: 40px;
        font-weight: normal;
    }

.custom-promo input {
    position: relative;
}

.apply-coupon {
    display: flex;
    border: 1px dashed gainsboro;
}

    .apply-coupon input {
        border-radius: 0;
        border-right: 1px solid gainsboro;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        padding: 20px 10px;
    }

    .apply-coupon button {
        border-radius: 0px;
        padding: 2px 11px;
        background-color: #fff;
        border: none;
        color: rgb(58 193 176);
        font-weight: 600;
        font-size: 16px;
    }

        .apply-coupon button:hover {
            background-color: transparent;
            color: rgb(58 193 176);
        }

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.promo-details {
    margin-top: 3px;
}

    .promo-details span {
        color: red;
        font-size: 13px;
    }

.custom-promo-list {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
    margin-top: 15px;
}

.datetabheaditem input[type="radio"] {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 999;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.payment-de {
    padding-left: 20px !important;
}

.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* section.model-section {
    overflow: hidden;
} */

.variant-main.col-md-6 {
    padding-left: 0;
}

.custom-variant select {
    border: 1px solid gainsboro;
    padding: 6px;
    width: 100%;
    font-size: 15px !important;
    border-radius: 5px;
}

.radio {
    padding: 8px;
    padding-left: 0px;
    width: 100%;
    /* position: relative; */
}

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        /*width: 100%;*/
        /* height: 100%; */
    }

    .radio.addres-radio {
        position: relative;
        min-height: 145px;
        display: flex;
        padding-top: 20px;
        flex-wrap: wrap;
    }

        .radio.addres-radio label {
            position: absolute;
        }

.custom-btn2 a:hover {
    color: #fff;
}

.custom-border h4 {
    margin-bottom: 10px !important;
}

.card-detals-main input[type="radio"] {
    height: 100%;
    width: 100%;
}

.save-address-list input[type="radio"] {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.custom-heading {
    display: block;
    width: 100%;
}

.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0px;
    margin-right: 11px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197ee;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.custom-brand-variant li {
    display: inline-flex;
    width: calc(28% - 10px);
    box-shadow: rgb(0 0 0 / 14%) 0px 0px 8px 0px;
    text-align: left;
    margin-right: 10px;
    margin-top: 0px;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.custom-heading p {
    font-size: 14px;
}

ul.custom-brand-variant {
    padding: 0;
}

.variant2 li {
    width: 30%;
    font-size: 16px;
}

.radio label {
    margin-bottom: 0px;
    width: 100%;
    /*position: absolute;*/
    left: 88%;
    cursor: pointer;
}

ul.custom-contact-footer {
    padding-left: 0;
    /*margin-top: 7px;*/
    display: block;
    width: 100%;
}

.custom-profile-radio {
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
    padding-top: 20px;
}

    .custom-profile-radio p {
        display: block;
        width: 100%;
    }

ul.custom-contact-footer li a {
    font-size: 12px;
    color: #4caf50;
}

li.line-n {
    position: relative;
}

/* li.line-n:before {
        content: "";
        position: absolute;
        height: 16px;
        width: 20px;
        border-right: 2px solid gainsboro;
        top: 1px;
        right: -1px;
    }*/

ul.custom-contact-footer li {
    width: 25% !important;
    text-align: left;
    margin-right: 0;
    display: inline-flex;
    border: none;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: center;
    box-shadow: none !important;
}

.radio p {
    margin-bottom: 0px;
    font-size: 15px;
}

.pera-block.ml50 {
    margin-top: 30px;
}

.pera-block .ree-btn-grdt1 {
    background-color: #364194;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

ul.custom-brand-variant {
    margin-bottom: 5px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.radio-label {
    display: flex;
    align-items: center;
}

    .radio-label span + span {
        margin-left: auto;
        padding-left: 5px;
    }

    .radio-label span p {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .radio-label abbr {
        font-size: 14px;
    }

    .radio-label span em {
        color: red;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        display: block;
    }

/*Time Slot css start*/

.datetabhead {
    display: flex;
    flex-wrap: wrap;
}

.datetabheaditem label {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px 10px;
    cursor: pointer;
}

.datetabheaditem {
    width: 135px;
    text-align: center;
    padding: 3px;
    position: relative;
}

    .datetabheaditem label span {
        font-size: 15px;
        display: block;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .datetabheaditem label em {
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
    }

    .datetabheaditem input[type="radio"]:checked + label {
        border-color: green;
    }

        .datetabheaditem input[type="radio"]:checked + label span {
            color: green;
        }

.datetabbodyitem ul li input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

    .datetabbodyitem ul li input[type="radio"]:checked + label {
        background-color: #dbffda;
    }

.datebodylabel {
    font-size: 17px;
    padding: 10px 0px;
}

.datetabbodyitem:not(.on) {
    display: block;
}

.datetabbodyitem ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

    .datetabbodyitem ul li label {
        box-shadow: 0px 0px 2px 0px #d3d3d3;
        padding: 8px 13px;
        margin: 5px;
        display: block;
        border-radius: 2px;
        cursor: pointer;
    }

.ItemclickOpen {
    display: flex;
    box-shadow: 0px 0px 3px -1px #dddddd;
    border-radius: 2px;
    background-color: #dcdcdc59;
    margin: 8px 0px;
    padding: 10px 10px;
    max-width: 100%;
    align-items: center;
    cursor: pointer;
    position: relative;
}

    .ItemclickOpen:before {
        content: "";
        top: 10px;
        position: absolute;
        height: 10px;
        width: 10px;
        border-left: 2px solid #423a91;
        right: 14px;
        border-bottom: 2px solid #423a91;
        transform: rotate(-41deg);
    }

.datetabbody {
    padding-bottom: 30px;
}

.ItemclickOpen span {
    display: inline-block;
    background-color: #f1f1f1;
    height: 17px;
    width: 17px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 2px;
    margin-right: 10px;
}

.formItem {
    margin-bottom: 15px;
}

    .formItem input {
        border: none;
        border-bottom: 1px solid #dddddd;
        display: block;
        width: 100%;
        padding: 7px 7px;
        max-width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        line-height: 1.4;
    }

        .formItem input:focus {
            border-color: #7e7e7e;
            outline: none;
        }

.shippingaddForm,
.datetab,
.shippingMethod {
    padding: 15px 5px 0px;
}

/*ul.custom-brand-variant.save-address-list {
    margin-top: 15px;
    overflow-y: scroll;
    height: 160px;
    overflow-x: hidden;
}
*/
/*.edit-addres-list {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 203px;
}*/

a#lnkRemove {
    color: #ea1e30;
    display: flex;
}

    a#lnkRemove i {
        padding-top: 2px;
        padding-right: 5px;
    }

/*ul.custom-brand-variant.save-address-list {
   margin-top: 0;
}

    ul.custom-brand-variant.save-address-list .custom-profile-radio {
        padding-top: 10px;
    }
*/
/* Default styles for larger screens */
.custom-brand-variant.save-address-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .custom-brand-variant.save-address-list li {
        flex-basis: calc(31.33% - 10px);
        margin: 10px;
        box-sizing: border-box;
    }

/* Media query for smaller screens (e.g., mobile devices) */
@media screen and (max-width: 768px) {
    .custom-brand-variant.save-address-list li {
        flex-basis: calc(50% - 10px); /* Adjust the width for two columns */
    }
}

ul.custom-contact-footer li {
    margin-bottom: 0 !important;
}

.upi-payment li {
    width: 17% !important;
}

/*.upi-payment {
    margin-top: 15px;
    overflow-y: scroll;
    height: 57px;
    overflow-x: hidden;
}*/

ul.custom-cards.payment-de {
    margin-bottom: 0;
}

/*.payment-mode.saved-account {
    margin-top: 15px;
    overflow-y: scroll;
    height: 160px;
    overflow-x: hidden;
}*/

.location-form.custom-address-list {
    display: inline-flex;
    width: 33%;
}

ul.custom-cards.payment-de.listing-account li {
    display: inline-block;
    width: 46% !important;
    box-shadow: none !IMPORTANT;
}

.location-form.custom-address-list ul li {
    width: 100% !important;
}

.saveBtn button {
    display: inline-block;
    background-color: #00abab;
    border: 1px solid #00abab;
    border-radius: 3px;
    color: #ffffff;
    padding: 8px 10px;
    max-width: 270px;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
}

.formLandmark ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.formLandmark {
    margin-bottom: 35px;
}

.savas {
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.formLandmark ul li {
    display: flex;
    align-items: center;
}

    .formLandmark ul li input {
        margin: 0;
        margin-right: 7px;
    }

    .formLandmark ul li:not(:last-child) {
        margin-right: 14px;
    }

.shippingMethod ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.tabscontainer h4 {
    margin-bottom: 14px;
}

.add-list-order ul li {
    width: 24% !important;
}

.tabscontainer ul li {
    /*width: 30% !important;*/
    position: relative;
}

.payment-mode li {
    padding: 0 !important;
}

.shippingMethod ul li {
    display: flex;
    align-items: center;
    padding: 17px 0px;
}

    .shippingMethod ul li:not(:last-child) {
        border-bottom: 1px solid #f3f3f3;
        /* margin-bottom: 0px;*/
    }

.header-main.saved-address-list {
    margin-bottom: 10px;
}

/*.location-form.custom-upi-list {
    overflow-y: scroll;
    height: 53px;
}*/


/*.location-form.profile-upi {
    overflow-y: scroll;
    height: 85px;
    overflow-x: hidden;
}*/

/*.location-form.profile-account {
    overflow-y: scroll;
    height: 205px;
    overflow-x: hidden;
}*/

/*.location-form.custom-account-list {
    overflow-y: scroll;
    height: 180px;
}*/

/*.contact_form.add-list-order {
    overflow-y: scroll;
    height: 160px;
    overflow-x: hidden;
}*/

ul.custom-brand-variant.card-detals-main.payment-mode.upi-payment {
    margin-bottom: 0 !important;
}

.shippingMethod ul li label {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 9px;
}

.shippingMethod ul li .imgIc img {
    max-width: 100%;
    max-height: 100%;
}

.shippingMethod ul li .imgIc {
    height: 23px;
    width: 36px;
    text-align: center;
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 2px 7px;
    box-sizing: border-box;
    margin-right: 10px;
}

.payVal {
    margin-left: auto;
}

.paymodeLabel {
    font-size: 15px;
}

.shippingMethod ul li label span {
    display: inline-block;
    font-size: 14px;
}

.shippingMethod ul li input {
    margin: 0;
}

.sectiontbTitle {
    margin-bottom: 16px;
}

.tabscontainer {
    display: none;
}

.coupon_area {
    display: table;
    height: auto;
    /* width: 250px; */
    border: 3px dashed #688ace;
    width: 100%;
    padding-top: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.coupon_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .coupon_content h2,
    .coupon_content h3 {
        text-transform: uppercase;
        font-size: 20px;
        margin: 0;
    }

    .coupon_content .code {
        color: white;
        background-color: #688ace;
        display: inline-block;
        padding: 10px;
        margin: 10px 0;
        font-size: 12px;
        width: 100%;
    }

.code_text {
    padding: 10px 0;
    color: #688ace;
}

/*Time Slot css end*/

section.model-section .custom-model {
    padding-bottom: 0px;
}

.custom-base-price {
    margin-top: 65px !important;
}

.custom-page-ui {
    border: 1px solid gainsboro;
    max-width: 1325px;
    margin: 0 auto;
}

.save-address-list li {
    display: inline-block;
    width: 31.5%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

.address-listing-after-login {
    width: 23% !important;
}

p.custom-price {
    font-size: 30px;
    font-weight: bold;
    color: #ea1e30;
    margin-bottom: 35px;
}

.custom-quse-box {
    box-shadow: rgb(0 0 0 / 9%) 0px 0px 6px 0px;
    background-color: rgb(255, 255, 255);
    padding: 32px;
}

ul.quBox li h2 {
    font-size: 18px;
    font-weight: 600;
}

.custom-heading h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.custom-heading {
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-img img {
    max-width: 120px;
}

.custom-ques-main.model-section {
    margin: 60px 130px;
}

.custom-models-listing {
    padding-bottom: 70px;
}

.variant-margin {
    margin-top: 60px;
}

.variant-page-space {
    margin-top: 75px;
}

.model-img img {
    border-right: 1px solid gainsboro;
    width: 100%;
    padding: 35px 60px;
}

.pera-block .ree-btn-grdt1:hover {
    background-color: #ff002d;
    border: 1px solid #ff0033;
    color: #fff;
}

.custom-model h2 {
    /*   margin-left: 86px;*/
    margin-top: 4%;
}

.top-header {
    text-align: center;
    padding: 16px 49px 10px 55px;
}

.custom-search input {
    width: 100%;
    border: 1px solid gainsboro;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
}

header.header01.isSticky {
    /*border-top: 1px solid #dcdcdcad;
    margin-top: 5px;*/
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%);
}

.subscribeForm form input {
    width: 100%;
    border: 1px solid #dcdcdcc4;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 5px;
}

header.header01.isSticky.fixedHeader.animated.slideInDown {
    margin-top: 0;
    border: none;
}

.Custom-brand-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

    .Custom-brand-list ul li {
        display: inline-block;
        width: 14%;
        position: relative;
        text-align: center;
        background-color: #fff;
        padding: 10px 9px;
        margin-right: 10px;
        margin-bottom: 12px;
        border-radius: 5px;
        box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
    }

        .Custom-brand-list ul li a i {
            vertical-align: middle;
        }

        .Custom-brand-list ul li a img {
            width: 100%;
        }

.Custom-brand-list {
    padding-top: 20px;
}

.subscribeForm form {
    margin-bottom: 15px;
}

.custom-brand {
    position: relative;
    padding-left: 42px;
}

    .custom-brand:after {
        content: "";
        position: absolute;
        width: 35px;
        height: 1px;
        background-color: #000000;
        left: 0;
        top: 16px;
    }

    .custom-brand:before {
        content: "";
        position: absolute;
        width: 35px;
        height: 1px;
        background-color: #000000;
        right: 0;
        top: 16px;
    }

li.custom-brand-text {
    width: 100% !important;
    background-color: transparent !important;
    box-shadow: none !important;
    position: relative;
}

p.notes.custom-more-brand {
    position: absolute;
    right: 0%;
    top: -31px;
}

.wordProcessSection01 {
    position: relative;
    padding: 100px 0;
}

.footer_01 {
    position: relative;
    background: #80808012;
    padding: 225px 0 0px;
}

.testimonailSection03:after {
    display: none;
}

.testimonailSection03 {
    padding: 0px !important;
}

.custom-brand-slide {
    padding: 15px 20px;
    background-color: #ffffff8c;
    margin: 8px;
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
    border-radius: 5px;
}

.custom-margin.row {
    margin-left: 4%;
}

.custom-model {
    padding-bottom: 6%;
}

.custom-brand-slide2 {
    background-color: #ffffff8c;
    margin: 12px;
    padding: 8px 8px;
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    min-height: 168px;
    justify-content: center;
}

.select-models {
    margin-left: 94px;
}

.custom-model i {
    top: 15px !important;
}

.custom-brand-slide2 h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}

.custom-brand-slide2 img {
    padding: 5px;
    max-width: 100px;
    margin: 0 auto;
}

.custom-ui-logo li {
    display: inline-block;
}

    .custom-ui-logo li img {
        max-width: 125px;
    }

ul.custom-ui-logo {
    padding-left: 0;
}

p.secDesc2 {
    margin-bottom: 14px !important;
    color: #423a91 !important;
    font-size: 20px !important;
}

.ctaSection02 {
    background-color: #9e9e9e0f;
    padding-bottom: 0px;
}

.testimonailSection01 {
    padding-bottom: 0px;
}

section.ctaSection02 {
    padding: 0px 85px;
}

section.videoSection01 {
    padding: 0px 65px;
    margin-top: 55px;
    display: none;
}

.bannerContent h2 {
    font-size: 45px !important;
    line-height: 40px !important;
    font-weight: 700;
    margin-bottom: 30px;
}

.custom-process {
    padding: 75px 98px;
}

.hot-deals-inner img {
    width: 100%;
    border-radius: 10px;
}

.hot-deals-inner {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
    margin-left: -10px;
    border-radius: 10px;
}

.secTitle {
    position: relative;
    text-align: left;
}

    .secTitle:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 22px;
        background-color: #ea1e30;
        z-index: -99;
        top: 17px;
        left: -18px;
        transform: rotate(90deg);
    }

.aboutSection01 {
    padding: 60px 0 20px !important;
}

.mobile-logo img {
    max-width: 160px;
}

header.header01.isSticky {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%) !important;
}

.rev_slider ul li:nth-child(1) {
    background-color: rgb(29, 61, 147) !important;
}

.rev_slider ul li:nth-child(2) {
    background-color: rgb(102 216 65) !important;
}

.bnr-form {
    position: absolute;
    top: 27%;
    left: 10%;
    width: 450px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 8px 0 #00000024;
    border-radius: 5px;
}

.form-inner select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid gainsboro;
    margin-top: 10px;
}

.bnr-form button {
    width: 100%;
    border: 1px solid gainsboro;
    background-color: #43ccbb;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
    margin-top: 10px;
}

.bnr-content p {
    font-size: 19px;
    color: #fff;
    line-height: 1.8;
}

.bnr-content h3 {
    color: #fff;
    font-size: 35px;
}

.bnr-content {
    margin-left: 38%;
}

.form-inner h5 {
    border-bottom: 2px solid #38cdbb;
    color: #3f3d3d;
    max-width: 45px;
    font-size: 23px;
}

.custom-model ul li {
    display: inline-block;
    width: 14%;
    text-align: center;
    background-color: #fff;
    margin: 8px 7px;
    border-radius: 8px;
    padding: 10px 8px;
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
}

    .custom-model ul li img {
        max-width: 105px;
        padding: 10px;
    }

    .custom-model ul li span {
        display: block;
        margin-top: 0;
        margin-bottom: 5px;
        color: #000;
    }

/*  
    .custom-model ul li img {
        max-width: 105px;
        display: none;
    }
    
    .custom-model ul li a:hover img {
        display: block;
        transition: 0.3s;
    }

    .custom-model ul li a:hover span {
        display: none;
        transition: 0.3s;
    }*/

.custom-model {
    text-align: center;
}

    .custom-model ul {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .custom-model ul li a {
            display: block;
            width: 100%;
        }

/* section.model-section {
    overflow: hidden;
} */

.custom-quse-box {
    box-shadow: rgb(0 0 0 / 9%) 0px 0px 6px 0px;
    background-color: rgb(255, 255, 255);
    padding: 18px 32px;
}

.custom-pagination {
    position: absolute;
    top: 11px;
    right: 15px;
}

.custom-quse-box {
    position: relative;
}


    .custom-quse-box h1 {
        font-size: 23px;
        width: 100%;
    }

    .custom-quse-box p {
        margin-bottom: 0;
    }

    .custom-quse-box hr {
        margin: 10px;
    }

ul.quBox li h2 {
    font-size: 18px;
    font-weight: 600;
}

.custom-heading h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.custom-heading {
    margin-top: 20px;
}

.custom-img img {
    width: 100%;
}

.custom-text {
    padding-top: 13px;
}

    .custom-text p {
        font-size: 18px;
    }

.ques-answer-list ul {
    padding-left: 17px;
}

.custom-model-n ul li label span {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-top: 15px;
    background-color: #f9f8f8;
    padding: 10px;
    width: 100%;
    min-height: 40px;
}

.custom-model-n ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    .custom-model-n ul li {
        display: inline-block;
        box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
        width: 22%;
        text-align: center;
        margin-right: 17px;
        border-radius: 10px;
        margin-bottom: 25px;
    }

        .custom-model-n ul li input[type="checkbox"][id^="myCheckbox"] {
            display: none;
        }

        .custom-model-n ul li label {
            display: flex;
            flex-wrap: wrap;
            position: relative;
            margin-bottom: 0;
            cursor: pointer;
            height: 100%;
            justify-content: center;
        }

            .custom-model-n ul li label:before {
                background-color: white;
                color: white;
                content: " ";
                display: block;
                border-radius: 50%;
                border: 1px solid rgb(102 216 65);
                position: absolute;
                top: -5px;
                left: -5px;
                width: 25px;
                height: 25px;
                text-align: center;
                line-height: 28px;
                transition-duration: 0.4s;
                transform: scale(0);
            }

            .custom-model-n ul li label img {
                max-width: 100px;
                transition-duration: 0.2s;
                transform-origin: 50% 50%;
                padding-top: 15px;
            }

        .custom-model-n ul li :checked + label {
            border-color: rgb(102 216 65);
        }

            .custom-model-n ul li :checked + label > span {
                background-color: rgb(102 216 65);
                color: #fff;
            }

            .custom-model-n ul li :checked + label:before {
                content: "✓";
                background-color: rgb(102 216 65);
                transform: scale(1);
            }

            .custom-model-n ul li :checked + label img {
                transform: scale(0.9);
                /* z-index: -1;*/
            }


.custom-fuctional-issues ul li :checked + label {
    border-color: #ff6264;
}

    .custom-fuctional-issues ul li :checked + label > span {
        background-color: #ff6264;
        color: #fff;
    }

    .custom-fuctional-issues ul li :checked + label:before {
        content: "✓";
        background-color: #ff6264;
        transform: scale(1);
    }

.custom-fuctional-issues ul li label:before {
    border: 1px solid #ff6264;
}

.custom-btn-p {
    text-align: center;
    margin-bottom: 20px;
}

.modal {
    position: fixed;
    top: 10%;
}

ul.custom-cards {
    padding: 0;
    margin-top: 10px;
    border-radius: 4px;
}

    ul.custom-cards li {
        display: inline-block;
        width: 46% !important;
        border: none !important;
        font-size: 15px;
        padding-left: 0;
    }

.custom-img-popup img {
    width: 100%;
}

.form-head-custom {
    border: 1px solid gainsboro;
    margin: 5px 0px;
    border-radius: 5px;
}

.custom-text-popu button {
    padding: 0px;
    line-height: 2.5;
    background-color: #353f92;
    border-color: #353f92;
}

.custom-text-popu .form-block {
    box-shadow: none;
}

.custom-new-check {
    margin-top: 10%;
}

.custom-quse-box22 {
    padding-bottom: 20px;
}

section.custom-ques-main-n {
    margin: 50px 80px;
}

.login-inner {
    background-color: #00968894;
    padding: 18px 10px;
}

    .login-inner img {
        width: 100%;
        padding-top: 65%;
    }

    .login-inner h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

.custom-model-body {
    padding: 0;
    position: relative;
}

    .custom-model-body .col-lg-4 {
        padding: 0;
    }

.login-inner-content input {
    width: 100%;
    border: 1px solid gainsboro;
    padding: 5px 8px;
    border-radius: 5px;
}

.login-inner-content label {
    margin-bottom: 5px;
    color: #4c328e;
    font-size: 16px;
}

.login-inner-content {
    /* border: 1px solid gainsboro;*/
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .login-inner-content .custom-img img {
        width: 100%;
        margin-top: 10px;
        background-color: #80808014;
        margin-left: 10px;
    }

.custom-check.custom-checkbox {
    margin-left: 25px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 80px;
}

.custom-btn2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 40px;
}

    .custom-btn2 a {
        display: block;
        text-align: center;
        background-color: #423a91;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        margin-right: 20px;
    }

span.custom-price {
    display: block;
    font-weight: bold;
    color: red;
}

.custom-text p {
    margin-bottom: 8px;
}

.nav-pills-custom .nav-link {
    color: #282828;
    background: #fff;
    position: relative;
}

    .nav-pills-custom .nav-link.active {
        color: #423a91;
        background: #fff;
    }

.tab-inner-main header {
    margin-left: 5%;
}

.tab-inner-main {
    position: relative;
}

.submt-btn {
    max-width: 200px !important;
    margin: 0 auto;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.custom-vertical-tabs-main {
    min-height: 100vh;
    background: rgb(236 234 255 / 31%);
    overflow: hidden;
    /* margin-bottom: 28%; */
}

.tab-inner-main header h1 {
    font-size: 20px;
    margin-bottom: 3px;
    color: #fff;
    font-weight: 500;
}

.tab-inner-main header p {
    color: #fff;
}

    .tab-inner-main header p span {
        margin-right: 10px;
    }

.tab-content {
    max-width: 1050px;
}

.custom-tab-inner {
    /* position: absolute; */
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    z-index: 999;
    overflow: hidden;
    max-width: 1375px;
    margin: 0 auto;
}

a.custom-btn-n {
    text-align: right;
    padding: 8px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color: #000;
    border-radius: 3px;
}

    a.custom-btn-n:hover {
        background-color: #423a91;
        color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    a.custom-btn-n i {
        font-size: 10px;
    }

.header-button {
    text-align: right;
    margin-right: 28px;
}

.heading-custom h4 {
    margin: 0;
}

.product-details {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
    padding: 20px;
    border-radius: 10px;
}

section.product-details-main {
    margin: 80px 80px;
}

.product-summary {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px 0px;
    border-radius: 10px;
}

ul.layout {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    padding-left: 0;
}

    ul.layout li {
        list-style: none;
    }

.layout-flex {
    display: flex;
}

    .layout-flex i {
        padding-right: 10px;
    }

    .layout-flex span {
        padding-top: 5px;
    }

span.border-n {
    border: 1px solid #00000026;
}

.product-desc p {
    margin-bottom: 0;
}

.product-desc {
    padding-bottom: 30px;
}

p.pro-price {
    font-weight: 700;
    font-size: 21px;
    color: #ea1e30;
}

.custom-border {
    border-bottom: 1px dashed gainsboro;
}

.product-summary-inner ul li {
    display: inline-block;
    width: 49%;
    padding: 5px 0px;
    font-size: 15px;
}

.product-summary-inner ul {
    padding: 0;
}

.product-summary-inner {
    padding: 20px;
    height: 301px;
}

span.inner-price {
    text-align: right;
    display: block;
}

.pay-option ul li {
    display: inline-block;
    width: 24%;
    padding-bottom: 10px;
}

    .pay-option ul li img {
        border: 1px solid #80808040;
        border-radius: 5px;
        max-width: 89px;
        width: 100%;
        padding: 4px 15px;
        height: 35px;
    }

.pay-option ul {
    margin: 0 auto;
    background: #9191910f;
    text-align: left;
    border-radius: 10px;
    padding: 20px 10px 10px 20px;
}

.pay-option {
    margin-top: 30px;
}

    .pay-option ul h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 500;
    }

.custom-border h4 {
    font-size: 18px;
    font-weight: 500;
}

.product-offer ul li {
    width: 100%;
}

.product-offer p {
    padding-left: 37px;
    font-size: 14px;
    font-weight: normal;
}

.product-offer label {
    font-weight: 500;
}

.product-offer span {
    padding-left: 37px;
    color: #ec1335;
    font-size: 14px;
}

p.price-offer {
    font-weight: 600;
    font-size: 24px;
}

span.free {
    color: #23c9b4;
}

.contact_form ul li {
    box-shadow: none;
    /* width: 15%;*/
    margin-bottom: 15px;
}

.contact_form h5 {
    color: #6c6a6a;
    font-size: 18px;
    font-weight: 500;
}

.save-add {
    background-color: rgb(102 216 65);
    border: 1px solid gainsboro;
    color: #fff;
    padding: 7px 30px;
    display: block;
    width: 100%;
    max-width: 373px;
    border-radius: 5px;
}

.sidebar-details {
    margin-bottom: 25px;
}

    .sidebar-details img {
        width: 100%;
    }

    .sidebar-details h4 {
        font-size: 20px;
    }

    .sidebar-details .product-desc {
        padding-bottom: 0;
    }

/* location-popup */

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration: 0.6s;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

.modal-dialog.animated.fadeInDown {
    max-width: 100% !important;
}

.footer-to-bottom {
    top: 0;
    height: 70%;
}

.custom-location h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.custom-location ul li {
    display: inline-block;
    margin-right: 30px;
}

    .custom-location ul li h3 {
        font-size: 16px;
        font-weight: 500;
    }

.custom-location {
    text-align: center;
}

    .custom-location h4 {
        text-align: center;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.footer-to-bottom .modal-content {
    padding: 0px 120px;
}

.custom-location input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc14;
    border-radius: 5px;
    margin: 30px 0px;
}

.svg-img svg {
    height: 70px;
}

.btn-city {
    text-align: center;
}

    .btn-city a {
        color: rgb(102 216 65);
        margin-top: 40px;
        display: block;
    }

.custom-location-list {
    padding: 30px 0px;
}

.custom-location-inner {
    display: inline-block;
    width: 14%;
}

.location-main {
    height: 200px;
    overflow-y: scroll;
}

.custom-alpha-top {
    margin-bottom: 18px;
}

.svg-img svg path {
    filter: hue-rotate(45deg);
}

.cartBtn .twi-map-marker:after {
    content: "";
    position: absolute;
    background-color: #fbfbfb;
    height: 8px;
    left: 2px;
    right: 0;
    top: 8px;
    width: 8px;
    border-radius: 50px;
}

/* location popup end */

.card-detals ul li img {
    max-width: 50px;
}

ul.custom-brand-variant.card-detals-main li {
    width: 48%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

ul.custom-cards.custom-profile li {
    box-shadow: none !important;
}

ul.custom-brand-variant.card-detals-main li {
    width: 48%;
    /*border: 1px solid gainsboro;*/
}

.card-detals ul li {
    display: inline-block !important;
    width: 49% !important;
    border: none !important;
}

    .card-detals ul li p {
        margin-bottom: 0;
    }

.custom-Utilized li {
    display: inline-block;
    width: 48%;
    margin-bottom: 20px;
}

/*Login CSS Start*/
.ghost {
    background-color: transparent;
    padding: 5px 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.form-container img {
    max-width: 150px;
    padding-bottom: 15px;
}

.form-container a {
    margin-top: 10px;
}

.form-container button {
    border-radius: 20px;
    border: 1px solid #61c250;
    background-color: #61c250;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 10px;
}

.form-container form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.form-container input {
    padding: 10px 15px;
    margin: 8px 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid gainsboro;
}

.container-n {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 2px rgb(66 58 145), 0 0px 0px rgb(66 58 145);
    position: relative;
    overflow: hidden;
    max-width: 100%;
    min-height: 480px;
    margin: 65px 200px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container-n.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container-n.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container-n.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.sign-in-container a {
    color: #423a91;
}

.overlay {
    background: #ff416c;
    background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
    background: #364194;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container-n.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container-n.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container-n.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.product-img img {
    width: 100%;
}

.product-desc h1 {
    font-size: 25px;
    margin-bottom: 5px;
}

/*End User Dropdown css start*/

.drop-down {
    display: none;
    position: relative;
}

.drop-down__button {
    background: #364194;
    display: inline-block;
    line-height: 38px;
    padding: 0 18px;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.drop-down__name {
    font-size: 14px;
    color: #fff;
}

.drop-down__icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 14px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

/*.tab-content-custom {
    max-width: 1445px;
    margin: 0 auto;
}

.back-btn{
    margin-bottom: 20px;
}*/

.custom-tab-inner #btnSaveOrder {
    background-color: #423a91;
    color: #fff;
    border: navajowhite;
    padding: 5px 30px;
    margin-left: 16px;
    border-radius: 4px;
    max-width: 140px;
}

.drop-down__menu-box {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 5px;
}

.drop-down__menu {
    margin: 0;
    padding: 0 13px;
    list-style: none;
}

.drop-down__menu-box:before {
    content: "";
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    right: 18px;
}

.drop-down__menu-box:after {
    content: "";
    background-color: transparent;
}

.drop-down__item {
    font-size: 13px;
    padding: 5px 0;
    text-align: left;
    font-weight: 500;
    color: #909dc2;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0e2e9;
}

.custom-dropdown-header {
    padding-left: 18%;
}

.drop-down__item a {
    color: #000000c4;
    display: block;
}

.drop-down__name span {
    padding-right: 5px;
}

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;
}

.drop-down__item:hover .drop-down__item-icon {
    fill: #3d6def;
}

.drop-down__item:hover {
    color: #3d6def;
}

.drop-down__item:last-of-type {
    border-bottom: 0;
}

.drop-down--active .drop-down__menu-box {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 999;
}

.drop-down__item:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 28px;
    background-color: #3d6def;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.drop-down__item:hover:before {
    display: block;
}

/*Login CSS End*/

/*faq css*/

.faq-faq-tabs {
    border-radius: 8px;
    overflow: hidden;
    /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.faq-tab {
    width: 100%;
    color: #000c;
    overflow: hidden;
}

.faq-tab-label {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f6f6f6;
    font-weight: 600;
    cursor: pointer;
    /*margin-bottom: 20px;*/
}

.custom-main-faq {
    padding: 55px 50px;
    background-color: #fff;
}

    .custom-main-faq h3 {
        padding-bottom: 15px;
        text-align: center;
    }

.faq-tab-label:hover {
    background: #f6f6f6;
}

.faq-tab-label::after {
    content: "â¯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.faq-tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}

.faq-tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .faq-tab-close:hover {
        background: #1a252f;
    }

input:checked + .faq-tab-label {
    background: #f6f6f6;
}

    input:checked + .faq-tab-label::after {
        transform: rotate(90deg);
    }

input:checked ~ .faq-tab-content {
    max-height: 100vh;
    padding: 1em;
    padding-top: 0;
}

.faq-faq-tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/*New Home Page css Strat*/
.main-banner-instant-cash {
    text-align: center;
}

.banner-inner ul {
    list-style-type: none;
}

    .banner-inner ul li {
        display: inline-block;
        padding: 0px 23px;
    }

.main-banner-instant-cash {
    background-image: url("img/banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.banner-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.banner-inner h4 {
    color: #26a24d;
    margin-bottom: 12px;
    font-size: 30px;
}

.banner-inner ul li {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
}

    .banner-inner ul li:after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        border: 2px solid;
        left: 0;
        border-radius: 50px;
        top: 5px;
        border-right: 0;
    }

    .banner-inner ul li:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 9px;
        border: 2px solid;
        left: 4px;
        top: 5px;
        border-bottom: 0;
        background-color: #e0eee1;
        border-left: 0;
        transform: rotate(133deg);
    }

.banner-form select {
    width: 64%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #3fba7b6b;
    border-radius: 5px;
    margin-left: 5px;
}

.bnr-btn button {
    width: 100%;
    background: #e72829;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-top: -1px;
}

.sell-your-mobile-in-3steps {
    text-align: center;
    padding: 50px 0px;
    background-color: #fff;
}

    .sell-your-mobile-in-3steps h2 {
        font-size: 26px;
        margin-bottom: 35px;
        font-weight: 700;
    }

.steps-inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.steps-inner img {
    max-width: 71px;
}

.steps-inner.custom-steps-img img {
    max-width: 98px;
    margin-bottom: 7px;
}

.custom-top-selling-brand-main.wordProcessSection01 {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 0px;
    background-color: #fff;
}

.top-secTitle {
    margin-bottom: 20px;
    font-weight: 700;
}

.custom-brand-slide {
    padding: 29px 15px;
    /* background-color: #f4f7f5; */
    margin: 18px;
    border-radius: 10px;
}

.testimonialItem03 p {
    font-size: 17px;
    font-weight: 500;
    margin-top: -12px;
}

.testimonialSlider03.owl-carousel .owl-nav .owl-prev i {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    display: block;
    position: absolute;
    left: -217%;
    top: 45px;
}

.testimonialSlider03.owl-carousel .owl-nav .owl-next i {
    position: absolute;
    right: -217%;
    top: 45px;
}

.ctaThumb-img img {
    width: 100%;
}

.custom-screens.ctaThumb-img {
    position: relative;
}

    .custom-screens.ctaThumb-img img {
        position: absolute;
        top: 103px;
    }

.custom-Download {
    padding-top: 70px;
}

.folioSlider:after {
    background: none !important;
}

.folioSlider:before {
    background: none !important;
}

.testimonials-inner {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 10px;
}

.testimonials-profile img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: gainsboro;
}

.user-rating {
    display: flex;
    flex-wrap: wrap;
    margin-top: 29px;
    padding-left: 13px;
}

    .user-rating i {
        color: #179a45;
        padding: 2px;
    }

.testimonials-inner h4 {
    font-size: 19px;
}

.testimonials-inner h4 {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.custom-testimonials-main {
    background-color: #f7f7f7;
    padding: 60px 0px;
}

    .custom-testimonials-main h3 {
        text-align: center;
        margin-bottom: 45px;
        font-weight: 700;
    }

.user-profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonials-profile {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.user-details h4 {
    margin-bottom: 0px;
}

.user-details {
    padding-left: 12px;
}

.folioSlider .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.folioSlider .slick-slide.slick-current.slick-active.slick-center {
    margin-top: 0px !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.folioSlider .slick-arrow.prev-arrow {
    left: -80px;
}

.folioSlider .slick-arrow.next-arrow {
    right: -80px;
}

.folioSlider:hover .slick-arrow.prev-arrow {
    left: -80px;
}

.folioSlider:hover .slick-arrow.next-arrow {
    right: -80px;
}

.video-content {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px 15px;
}

    .video-content h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

.item.youtube {
    background-color: #fff;
    border-radius: 10px;
}

.folioSlider .slick-slide.slick-current.slick-active.slick-center .video-content {
    border-radius: 10px !important;
}

.folioSlider .slick-arrow {
    background: #f7f7f7;
}

.logo-n a img {
    max-width: 155px;
    position: absolute;
    left: 0;
    top: -10px;
}

.logo-n {
    position: relative;
}

.steps-inner p {
    max-width: 60%;
    padding-top: 10px;
    margin: 0 auto;
}

.layout-flex i img {
    max-width: 31px;
}

.bottomLogo a img {
    width: 100%;
    max-width: 200px;
}

ul.contactList {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}

    ul.contactList li a {
        font-size: 15px;
        padding-right: 9px px;
        color: #000;
        font-weight: 500;
    }

.footerAssistant {
    width: 100%;
    float: left;
    margin-top: 18px;
    padding: 15px 20px 20px;
    display: flex;
    border: 2px solid #ededed;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
}

    .footerAssistant h4 {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.2px;
        text-decoration: none;
        margin: 0 0 10px 0;
    }

    .footerAssistant .contactBtn {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: normal;
        line-height: 16px;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 12px;
        margin: 0;
        display: block;
        text-align: center;
        color: #fff;
        background: #ed2024;
        border: 2px solid #ededed;
    }

.copyrightArea {
    background: #f9f9fa;
    padding-top: 18px;
}

.bottom_footer_menu {
    background-color: #fff;
    padding: 40px 0px;
}

.leftArea {
    color: #6f6b6b;
    font-weight: normal;
}

i.twi-map-marker {
    position: relative;
}

.twi-map-marker:after {
    content: "";
    position: absolute;
    height: 6px;
    background-color: #fff;
    width: 6px;
    top: 2px;
    left: 2px;
    border-radius: 50px;
}

.half {
    width: 50%;
    float: left;
    padding-bottom: 10px;
}

.copyrightArea img {
    width: 50%;
}

.designedBySection {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 42px;
}

.dgBtn_two span em {
    font-style: inherit;
}

.tracking-detail {
    padding: 3rem 0;
}

#tracking {
    margin-bottom: 1rem;
}

[class*="tracking-status-"] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

[class*="tracking-status-"] {
    padding: 1.6rem 0;
}

.tracking-list {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 5px;
}

.tracking-item {
    border-left: 4px solid #00ba0d;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

    .tracking-item:last-child {
        padding-bottom: 4rem;
    }

    .tracking-item .tracking-date {
        margin-bottom: 0.5rem;
    }

        .tracking-item .tracking-date span {
            color: #888;
            font-size: 85%;
            padding-left: 0.4rem;
        }

    .tracking-item .tracking-content {
        padding: 0.5rem 0.8rem;
        background-color: #f4f4f4;
        border-radius: 0.5rem;
    }

        .tracking-item .tracking-content span {
            display: block;
            color: #767676;
            font-size: 13px;
        }

    .tracking-item .tracking-icon {
        position: absolute;
        left: -0.7rem;
        width: 1.1rem;
        height: 1.1rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.1rem;
        background-color: #fff;
        color: #fff;
    }

.tracking-item-pending {
    border-left: 4px solid #d6d6d6;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

    .tracking-item-pending:last-child {
        padding-bottom: 4rem;
    }

    .tracking-item-pending .tracking-date {
        margin-bottom: 0.5rem;
    }

        .tracking-item-pending .tracking-date span {
            color: #888;
            font-size: 85%;
            padding-left: 0.4rem;
        }

    .tracking-item-pending .tracking-content {
        padding: 0.5rem 0.8rem;
        background-color: #f4f4f4;
        border-radius: 0.5rem;
    }

        .tracking-item-pending .tracking-content span {
            display: block;
            color: #767676;
            font-size: 13px;
        }

    .tracking-item-pending .tracking-icon {
        line-height: 2.6rem;
        position: absolute;
        left: -0.7rem;
        width: 1.1rem;
        height: 1.1rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.1rem;
        color: #d6d6d6;
    }

    .tracking-item-pending .tracking-content {
        font-weight: 600;
        font-size: 17px;
    }

.tracking-item .tracking-icon.status-current {
    width: 1.9rem;
    height: 1.9rem;
    left: -1.1rem;
}

.tracking-item .tracking-icon.status-intransit {
    color: #00ba0d;
    font-size: 0.6rem;
}

.tracking-item .tracking-icon.status-current {
    color: #00ba0d;
    font-size: 0.6rem;
}

@media (min-width: 992px) {
    .tracking-item {
        margin-left: 10rem;
    }

        .tracking-item .tracking-date {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right;
        }

            .tracking-item .tracking-date span {
                display: block;
            }

        .tracking-item .tracking-content {
            padding: 0;
            background-color: transparent;
        }

    .tracking-item-pending {
        margin-left: 10rem;
    }

        .tracking-item-pending .tracking-date {
            position: absolute;
            left: -10rem;
            width: 7.5rem;
            text-align: right;
        }

            .tracking-item-pending .tracking-date span {
                display: block;
            }

        .tracking-item-pending .tracking-content {
            padding: 0;
            background-color: transparent;
        }
}

.tracking-item .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.blinker {
    border: 7px solid #cfffd2;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.tracking-date svg {
    color: #969696;
}

.modal-header.custom-order-track h4 {
    font-size: 20px;
    font-weight: 600;
}

.custom-cross {
    display: block;
    width: 100%;
    padding-bottom: 0 !important;
    margin-top: 7px !important;
    background-color: #fff !important;
}

    .custom-cross svg {
        height: 100px;
        color: #423a91f2;
        width: 55px;
        fill: none;
        stroke: #423a91f2;
        stroke-width: 1px;
        stroke-linejoin: round;
    }

.saved-address-list h4 {
    margin-bottom: 0 !important;
}

.upi_form .col-md-12 {
    padding: 0;
}

.upi_form .form-check.form-check-inline {
    margin-bottom: 20px;
}

.order-cancelled {
    border-left: 4px solid #f44336;
}

.cancel {
    color: #f44336;
    background-color: #f44336;
    border-radius: 50px;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.custom-form-contact {
    overflow-y: scroll;
    height: 443px;
    overflow-x: hidden;
}

#alphabeticalOrder p {
    font-family: rubik, sans-serif;
}

@media only screen and (max-width: 767px) {

    ul.custom-location-alpha-list li {
        width: 12% !important;
    }

    #responseContainer ul li a {
        color: #333;
        font-size: 14px !important;
    }

    button#locationButton img {
        max-width: 20px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    #responseContainer ul li {
        display: inline-block;
        width: 50% !important;
        padding: 8px 10px !important;
    }

    a.locationicon img {
        max-width: 60px !important;
    }

    .custom-btn-change-address button {
        width: 46% !important;
        padding: 10px;
        font-size: 12px;
    }

    .tracking-item {
        padding: 15px;
    }

    .custom-orderdetails label {
        margin-left: 0px !important;
    }

    .tracking-item .tracking-content {
        font-size: 13px;
    }

        .tracking-item .tracking-content span {
            font-size: 10px;
        }

    .tracking-item-pending .tracking-content {
        font-size: 13px;
    }

    .tracking-item-pending {
        padding: 15px;
    }

        .tracking-item-pending .tracking-icon {
            height: 1.1rem;
        }

    .tracking-item-pending {
        margin-left: 2rem;
    }

        .tracking-item-pending .tracking-icon {
            line-height: 1.6rem;
        }

    .tracking-item {
        margin-left: 2rem;
    }

    .tracking-item-pending .tracking-content span {
        font-size: 10px;
    }

    section.serviceSection02 h2 {
        font-size: 22px;
    }

    .serviceItem02 h3 {
        margin: 0px 0 15px;
        font-size: 22px;
    }

    .serviceItem02 p {
        font-size: 15px;
    }

    .serviceItem02 {
        padding: 20px 15px 15px;
        margin-bottom: 5px !important;
    }

    .serviceSection02 {
        position: relative;
        padding: 20px 0 28px;
    }

    section.custom-testimonials-main {
        padding-bottom: 0 !important;
    }

    .custom-top-selling-brand-main.wordProcessSection01 {
        padding-top: 35px;
    }

    .custom-testimonials-main {
        padding: 10px 0px;
    }

        .custom-testimonials-main h3 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 18px;
        }

    section.sell-your-mobile-in-3steps {
        padding-bottom: 0px;
        padding-top: 24px;
    }

    .sell-your-mobile-in-3steps h2 {
        font-size: 21px;
    }

    .custom-models-listing {
        margin-top: 0 !important;
    }

    .tab-content-custom .fade {
        padding: 10px !important;
    }

    .card-body {
        padding: 10px !important;
    }

    h6.card-title {
        margin-top: 15px;
    }

    .card-deatils img {
        padding: 10px;
        max-width: 125px !important;
    }

    .accessNav .dgBtn_two {
        margin-left: 22px;
        padding: 0px 11px;
    }

        .accessNav .dgBtn_two i {
            margin: 0 0px 0 0;
        }

    footer.footer_custom {
        padding-bottom: 25px;
    }

    .leftArea {
        font-size: 13px;
        padding-top: 11px;
    }

    .bottomLogo a img {
        max-width: 145px;
    }

    .copyrightArea img {
        width: 100%;
    }

    .navBar01 .col-md-2 {
        padding-left: 0;
    }

    .half {
        width: 100%;
    }

    .bottom_footer_menu {
        padding: 20px 0px;
    }

    .model-search .search-container {
        position: unset !important;
        top: unset !important;
        right: unset;
        margin: 0 4%;
    }

    .layout-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 100%;
    }

    ul #ModelList {
        margin-top: 40px !important;
    }

    span.full-name {
        display: none;
    }

    .product-summary-inner {
        padding: 15px;
        height: auto;
    }

    .modal-body.custom-promo {
        padding-top: 0 !important;
    }

    .product-desc h1 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 10px;
        font-weight: 600;
    }

    .tabscontainer ul li {
        width: 100% !important;
        position: relative;
    }

    .datetabheaditem label {
        padding: 8px 10px;
    }

    .datetabheaditem {
        width: 99px;
    }

        .datetabheaditem label span {
            font-size: 13px;
        }

    .datebodylabel {
        font-size: 13px;
    }

    a.custom-btn-n {
        padding: 5px 15px;
        font-size: 13px;
        border: none;
    }

    .header-button {
        position: absolute;
        right: 0;
        top: -35px;
        margin-right: 0;
    }

    .shippingMethod ul {
        margin-bottom: 0px !important;
    }

    .radio {
        padding: 5px;
        font-size: 12px;
    }

    ul.custom-cards li {
        font-size: 10px;
    }

    .payment-de {
        padding-left: 8px !important;
    }

    ul.custom-cards.payment-de li {
        width: 38% !important;
    }

    .ItemclickOpen {
        font-size: 12px;
    }

        .ItemclickOpen:before {
            top: 10px;
            height: 7px;
            width: 7px;
        }

    .device-order-details h4 {
        font-size: 14px;
    }

    .product-desc-order {
        padding-left: 5px;
    }

    .mobile-width li {
        width: 100% !important;
    }

    .add-acc {
        top: -64px;
        right: 5px;
    }

    .ItemclickOpen {
        padding: 6px 10px;
    }

    .contact_form {
        margin-bottom: 0 !important;
    }

    .tabscontainer h4 {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .datetabheaditem label em {
        font-size: 17px;
    }

    .radio label {
        left: 75%;
    }

    .drop-down__button {
        background: #364194;
        display: inline-block;
        line-height: 41px;
        height: 38px;
        padding: 0 12px;
        text-align: left;
        border-radius: 4px;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .custom-dropdown-header {
        padding-left: 0;
        position: absolute;
        left: 3px;
        display: block;
        width: 100%;
        top: -48px;
    }

    .drop-down__name span {
        padding-right: 0;
    }

    .drop-down__menu-box {
        position: absolute;
        width: auto;
    }

    .menu_btn {
        margin-left: 92% !important;
    }

    .custom-main-faq h3 {
        padding-bottom: 10px;
        font-size: 22px;
    }

    .navBar01 {
        position: relative;
    }

    .mobile-logo img {
        max-width: 115px;
        padding-top: 2px;
    }



    .ctaThumb-img {
        display: none;
    }

    .custom-Download {
        padding-top: 0;
    }

    .custom-main-faq {
        padding: 20px;
    }

    .custom-brand-slide {
        padding: 15px 15px;
    }

    .banner-form select {
        width: 100%;
        padding: 5px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .banner-form {
        text-align: left;
    }

    .folioSlider .slick-arrow.next-arrow {
        right: 0;
        visibility: hidden;
    }

    .header01,
    header.fixedHeader {
        padding: 18px !important;
    }
}
/*New Home Page css End*/

@media (min-width: 576px) {

    .modal-dialog {
        max-width: 440px !important;
    }
}

@media (max-width: 767px) {
    .login-to-unlock-btn {
        width: 94% !important;
        font-size: 14px;
    }

    ul.layout.custom-xxxx-price li {
        padding-right: 0 !important;
        text-align: center !important;
    }

    section.model-section {
        padding-top: 10px;
    }

    .bredCrumbsarea {
        margin-bottom: 10px;
    }

    .dgBtn_two span em {
        display: none;
    }


    .breadcrumb-ul {
        padding-left: 0px;
        left: 0 !important;
        top: 10px !important;
    }

    .breadcrumb-variant-ul {
        padding-left: 0;
        left: 0 !important;
        top: 0px !important;
    }

    .breadcrumb-basePrice-ul {
        padding-left: 0;
        left: 0 !important;
        top: 8px !important;
    }

        .breadcrumb-basePrice-ul li a {
            font-size: 12px !important;
        }


    section.product-details-main {
        margin-top: 60px !important;
    }

    .accessNav .dgBtn_two,
    .accessNav .phoneBtn {
        display: block !important;
    }

    .menu_btn {
        border-radius: 4px;
    }

    section.custom-ques-main {
        padding-top: 25px;
    }

    .custom-quse-box h1 {
        padding-left: 18px;
    }

    .modal {
        top: 8% !important;
        height: 90% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        background: #fff;
    }

    .modal-content{height:auto!important;}

    .custom-check.custom-checkbox {
        position: static;
    }

    .custom-btn2 {
        position: static;
    }

    .custom-text {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .custom-control-label {
        font-size: 14px !important;
    }

    .login-inner img {
        padding-top: 0%;
    }

    .btn-city a {
        margin-top: 18px;
    }

    .footer-to-bottom {
        height: 100% !important;
    }

    .custom-location ul {
        padding: 0;
    }

        .custom-location ul li {
            margin-right: 0;
            width: 49%;
            margin-bottom: 10px;
        }

    .footer-to-bottom .modal-content {
        padding: 0px 0px;
    }

    section.product-details-main {
        margin: 10px 0px;
    }

    span.border-n {
        margin-right: 5px;
        margin-left: 5px;
    }

    .product-desc h4 {
        font-size: 18px;
    }

    .layout-flex img {
        max-width: 24px;
    }

    .layout-flex span {
        padding-top: 4px;
        font-size: 9px;
        line-height: 1.4;
    }

    .product-summary {
        margin-top: 30px;
    }

    .product-offer ul {
        margin-bottom: 5px;
    }

    .pay-option ul li {
        width: 32%;
    }

    .tab-inner-main header p span {
        margin-right: 8px;
    }

    .tab-content > .active {
        display: block;
        padding: 15px !important;
    }

    .custom-tab-inner {
        left: 0;
        z-index: 9;
    }

    .mainMenu > ul > li > a {
        font-size: 14px !important;
        padding: 13px 20px !important;
    }

    .custom-quse-innner h4 {
        font-size: 16px;
    }

    .custom-quse-box {
        box-shadow: none;
        padding: 15px;
    }

    .custom-heading {
        margin-top: 0;
    }

        .custom-heading h2 {
            font-size: 14px;
            font-weight: 600;
        }

    ul.custom-brand-variant {
        margin-top: 5px;
    }

    .custom-text p {
        font-size: 15px;
    }

    .custom-models-listing {
        padding-bottom: 0px;
    }

    .pera-block h2 {
        margin-bottom: 12px;
    }


    .custom-page-ui.custom-base-price h2 {
        font-size: 20px;
    }

    .product-summary-inner ul li {
        font-size: 13px;
    }

    .new-login-inner {
        padding: 16px 10px !important;
    }

    .new-form-container {
        padding: 40px 20px !important;
    }

    .login-logo img {
        width: 100%;
    }

    .otp-input-fields {
        text-align: left !important;
    }

    .otp-inner-new p {
        font-size: 12px !important;
    }


    p.custom-price {
        margin-bottom: 15px;
    }

    .custom-quse-box.about-content-home.m-mb60.pera-block br {
        display: none;
    }

    .pera-block .ree-btn-grdt1 {
        padding: 7px 15px;
    }

    .custom-model ul li img {
        max-width: 80px;
        padding-top: 10px;
    }

    .model-img img {
        border-right: 0;
        width: 100%;
        padding: 0;
        max-width: 135px;
        display: block;
        margin: 0 auto;
    }

    .model-img {
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .custom-model ul {
        padding-left: 0;
        margin-top: 20px;
    }

        .custom-model ul li {
            width: 45% !important;
            margin: 5px 4px;
        }

    section.custom-ques-main-n {
        margin: 0px 5px;
    }

    .custom-model-n ul li {
        width: 100%;
        margin-bottom: 14px;
        margin-right: 0px;
    }

        .custom-model-n ul li label img {
            max-width: 70px;
        }

        .custom-model-n ul li label span {
            font-size: 12px;
        }

    .custom-model ul li span {
        font-size: 13px;
    }

    .custom-model h2 {
        margin-left: 8px;
        margin-top: 10%;
    }

    .custom-ques-main.model-section {
        margin: 0px;
    }

    .custom-brand-variant li {
        width: 90%;
        margin-bottom: 17px;
    }

    .pera-block.ml50 {
        margin-top: 25px;
        margin-bottom: 35px;
        padding-left: 25px;
    }

    header.header01.isSticky.fixedHeader.animated.slideInDown .mobile-logo {
        display: block;
    }

        header.header01.isSticky.fixedHeader.animated.slideInDown .mobile-logo img {
            max-width: 120px;
        }

    .bannerContent > p {
        font-size: 16px !important;
    }

    .bnr-form {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .bnr-content {
        margin-left: 0;
    }

    .tsContent p {
        font-size: 18px;
        line-height: 32px;
    }

    .centerMenu .mainMenu,
    .mainMenu {
        top: 2px !important;
    }

    .testimonialSlider01 .tsAuthor img {
        width: 150px;
        height: 150px;
    }

    .testimonialSlider03.owl-carousel .owl-nav {
        display: none;
    }

    .secTitle:before {
        top: 9px;
    }

    /*.custom-brand:before {
        right: 53% !important;
    }*/

    .custom-search {
        display: none;
    }

    .custom-logo {
        position: absolute;
        top: 38px;
    }

    .header01,
    header.fixedHeader {
        padding: 0 !important;
    }

    header.header01.isSticky {
        border-top: 0;
        /* margin-top: 5px; */
        /* margin-bottom: 5px; */
        padding-top: 45px !important;
        padding-bottom: 15px !important;
    }

    .menu_btn {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
    }

    .heroBanner01 {
        padding: 0 !important;
    }

    .bannerContent h2 {
        font-size: 20px !important;
        line-height: 2px !important;
    }

    .bannerContent {
        margin-top: 40px;
    }

    .Custom-brand-list ul li {
        width: 29%;
        margin: 3px;
    }

        .Custom-brand-list ul li a img {
            width: 100%;
            max-width: 60px;
        }

    .Custom-brand-list ul li {
        padding: 7px 7px;
    }

    .Custom-brand-list {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    p.notes.custom-more-brand {
        right: 68%;
        top: 6px;
        font-size: 13px;
    }

    .steps-inner {
        margin-bottom: 30px;
    }

    .custom-process {
        padding: 60px 20px;
    }

    .secTitle {
        font-size: 19px !important;
        line-height: 20px !important;
        text-align: left;
    }

    .listItem li {
        width: 100%;
        font-size: 15px;
        line-height: 16px;
        margin: 0 0 16px;
    }

        .listItem li i {
            width: 28px;
            height: 28px;
            font-size: 14px;
            line-height: 30px;
        }

    .secDesc {
        font-size: 15px;
    }

    .tw-stretch-element-inside-column {
        margin: 0 !important;
        display: none;
    }

    .custom-brand-slide {
        margin: 5px;
        padding: 8px 5px;
    }

    .custom-margin.row {
        margin-left: 0px;
    }

    .wordProcessSection01 {
        padding: 60px 0;
    }

    .custom-brand-slide2 {
        margin: 7px;
        padding: 8px 6px;
    }

        .custom-brand-slide2 img {
            padding: 10px;
        }

        .custom-brand-slide2 h5 {
            font-size: 10px;
        }

    section.ctaSection02 {
        padding: 26px 8px;
    }

    .custom-model {
        padding-bottom: 16%;
    }

    section.videoSection01 {
        padding: 0px 15px;
        margin-top: 40px;
    }

    .testimonailSection01 {
        position: relative;
        padding: 0px 0 0px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .mainMenu ul li {
        margin-right: 90px !important;
    }
}

.tab-content-custom {
    max-width: 1445px;
    margin: 0 auto;
}

.back-btn input {
    margin-bottom: 15px;
}

.custom-btn-n:hover {
    color: #fff;
}

.custom-select-n {
    margin-top: 15px;
}

    .custom-select-n select {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-color: #80808094 !important;
        border-radius: 0 !important;
        padding: 0px !important;
        color: gray !important;
    }

.pincode {
    height: 45px !important;
}

.upi_form input[type="text"] {
    width: 100%;
    border: 1px solid gainsboro;
    padding: 10px;
    margin-bottom: 15px;
}

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: "Arvo", serif;
}

    .page_404 img {
        width: 100%;
    }

.four_zero_four_bg {
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}

    .four_zero_four_bg h1 {
        font-size: 80px;
    }

    .four_zero_four_bg h3 {
        font-size: 80px;
    }

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
}

.section .error {
    font-size: 150px;
    color: #008b62;
    text-shadow: 1px 1px 1px #00593e, 2px 2px 1px #00593e, 3px 3px 1px #00593e, 4px 4px 1px #00593e, 5px 5px 1px #00593e, 6px 6px 1px #00593e, 7px 7px 1px #00593e, 8px 8px 1px #00593e, 25px 25px 8px rgba(0, 0, 0, 0.2);
}

.page {
    margin: 1rem 0;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.back-home {
    display: inline-block;
    border: 2px solid #222;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 1rem 0.6rem;
    transition: all 0.2s linear;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

    .back-home:hover {
        background: #222;
        color: #ddd;
    }

.accordion-button h3 {
    font-size: 15px;
}

div#accordionFlushExample {
    display: none;
}

.mobileview h3 {
    display: none !important;
}

.contact_info.mobileview {
    display: none;
}

@media only screen and (max-width: 767px) {

    section.custom-testimonials-main button {
        display: none !important;
    }

    .custom-quse-box {
        padding-top: 35px !important;
        margin-top: 35px !important;
    }

    .steps-inner p {
        max-width: 80%;
    }

    .custom-top-selling-brand-main.wordProcessSection01 {
        padding-bottom: 0px;
    }

    .mobile-responsive-img {
        width: 49%;
    }

    .custom-img {
        text-align: center;
    }

    div#accordionFlushExample {
        display: block;
        margin-bottom: 35px;
    }

    .desktop-view {
        display: none;
    }

    .accordion-body .widget {
        margin-bottom: 30px;
    }

    .widget.contact_widget .widget_title {
        display: none;
    }

    .contact_info {
        display: none;
    }

    .footerAssistant {
        margin-top: 0;
    }

    .mobileview h3 {
        display: block !important;
    }

    .contact_info.mobileview {
        display: block;
    }

    .widget.contact_widget.mobileview {
        margin-bottom: 20px;
    }

    .centerMenu .mainMenu,
    .mainMenu {
        z-index: 9999 !important;
    }

    header.fixedHeader {
        z-index: 999999;
    }
}

@media screen and (min-width: 320px) {
    .custom-dropdown-header {
        padding-left: 10px !important;
    }
}

@media screen and (min-width: 360px) {
    .custom-dropdown-header {
        padding-left: 17px !important;
    }
}

@media screen and (min-width: 412px) {
    /*    .custom-dropdown-header {
        left: 73%;
    }*/
}


body.stickyadd {
    padding-top: 73px;
}

@media(max-width: 767px) {

    .custom-quse-box .custom-btn-p {
        text-align: center;
        margin-bottom: 20px;
        position: sticky;
        bottom: 0;
        background-color: #fff !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    body.stickyadd {
        padding-top: 50px;
    }

    .mobile-v {
        display: none !important;
    }

    .menu_btn {
        display: none !important;
    }

    .buySellIndicator {
        position: absolute;
        top: 62px;
        left: 5px;
        width: 100%;
        z-index: 999;
    }

        .buySellIndicator a {
            width: 49%;
        }

    .rightsidemenu-inner li {
        padding-right: 0 !important;
    }

    .buySellIndicator {
        height: auto !important;
    }

    .hs-menu-wrapper-outer {
        z-index: 999 !important;
    }

    .user-profile {
        background-color: #ffffff !important;
        color: #151515 !important;
    }

    .close-menu-trigger:after, .close-menu-trigger:before {
        background-color: #fff !important;
    }

    .hs-menu-wrapper ul {
        padding: 50px 15px 20px !important;
    }

    .user-profile {
        top: 0;
        border-bottom: 1px solid gainsboro;
        background-color: #3F51B5 !important;
        color: #fff !important;
    }

    .iconItem img {
        width: 27px;
        height: 27px;
        padding: 0 !important;
        margin-top: 16px;
        margin-right: 14px;
    }
}



/*New header CSS Start*/

.custom-header-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.hs-menu-wrapper {
    position: relative;
}


.hs-menu-deft li a {
    text-decoration: none;
    display: block;
    color: #1d1d1d;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 15px;
    border-bottom: #e4e4e4 solid 1px;
}

.hs-menu-deft li.hs-item-has-children > a {
    position: relative;
    padding-right: 30px;
}

.hs-menu-deft li ul ul::-webkit-scrollbar {
    width: 6px;
    background-color: #bfbfbf;
    border-radius: 8px 8px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

.hs-menu-deft li ul ul:after,
.hs-menu-deft li ul ul:before {
    content: "";
    display: block;
}

.hs-menu-deft:before {
    content: "";
    height: 20px;
    width: 100%;
    display: block;
    top: -20px;
    position: absolute;
}

.desktop-trigger {
    display: flex;
    align-items: center;
    padding: 13px 0px;
    cursor: pointer;
}

.trigger-style {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

    .trigger-style span,
    .trigger-style span:after,
    .trigger-style span:before {
        height: 3px;
        width: 3px;
        background-color: #333333;
        content: "";
        display: block;
        border-radius: 50%;
        border: 1px solid #333333;
        box-sizing: content-box;
        position: absolute;
    }

        .trigger-style span:after {
            position: relative;
            top: 10px;
            left: -1px;
        }

        .trigger-style span:before {
            position: relative;
            top: 7px;
            left: -1px;
        }

        .trigger-style span:nth-child(2) {
            left: 8px;
        }

.trigger-text {
    padding-left: 12px;
}

.trigger-style span:nth-child(3) {
    left: 16px;
}

.hs-menu-deft li.button-style-link > a {
    background-color: #0071dc;
    text-align: center;
    color: #ffffff;
}

.hs-menu-deft li.button-style-link {
    margin: 10px;
}

    .hs-menu-deft li.button-style-link:hover > a {
        background-color: #ffc221;
    }

.hs-menu-wrapper-outer {
    display: block;
    background-color: #fff;
    width: 270px;
    position: fixed;
    left: -280px;
    top: 0px;
    height: 100vh;
    padding: 0px 0px 5px;
    transition: left .3s;
    z-index: 999;
}

.mobile-open .hs-menu-wrapper-outer {
    left: 0px;
}

.custom-header-wrap:after {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(0 0 0 / 36%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-open .custom-header-wrap:after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hs-menu-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}

.hs-menu-deft {
    position: relative;
    display: block;
}

.hs-menu-wrapper ul {
    padding: 50px 15px 20px;
    margin: 0px;
    list-style: none;
}

.hs-menu-children-wrapper {
    top: 0px;
    left: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    transition: all .7s;
}

    .hs-menu-children-wrapper.open-cheldren {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.hs-menu-wrapper ul li a {
    color: #000;
    font-size: 14px;
    padding: 11px 0px;
    display: block;
    outline: none;
    text-align: left;
}

.child-trigger {
    width: 100%;
    height: 44px;
    /* float: right; */
    margin-top: -44px;
    text-align: center;
    padding: 13px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: -1px;
}

    .child-trigger:after {
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
        vertical-align: middle;
        transform: rotate( -45deg);
        -webkit-transform: rotate( -45deg);
        content: "";
        position: relative;
        top: -4px;
        left: 100px;
    }

.dl-back a:before {
    content: "";
    position: relative;
    top: -1px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    transform: rotate( 135deg);
    -webkit-transform: rotate( 135deg);
    margin-right: 7px;
}

.hs-menu-deft li.button-style-link > a {
    background-color: #ffc221;
    color: #333333;
    border: 0px;
    padding: 8px 0px;
}

.hs-menu-deft li.button-style-link {
    border-bottom: 1px solid #1583ee;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
}

.close-menu-trigger {
    position: absolute;
    right: 7px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    top: 12px;
}

    .close-menu-trigger:after,
    .close-menu-trigger:before {
        content: "";
        height: 19px;
        width: 1px;
        position: absolute;
        background-color: #fff;
        transition: all .3s;
    }

    .close-menu-trigger:after {
        transform: rotate(40deg);
    }

    .close-menu-trigger:before {
        transform: rotate(-40deg);
    }

    .close-menu-trigger:hover:after,
    .close-menu-trigger:hover:before {
        background-color: #000;
    }

@media (max-width: 1260px) and (min-width: 992px) {
    .hs-menu-deft li ul ul li {
        float: none;
        width: 100%;
    }

    .hs-menu-deft li ul ul {
        width: 240px;
    }
}



.buySellIndicator {
    display: flex;
    align-items: center;
    height: 64px
}

.buySellIndicator_mobile {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 10px 4px;
    display: flex;
    align-items: center
}

    .buySellIndicator a, .buySellIndicator_mobile a {
        display: block;
        padding: 5px 15px;
        font-family: 'Poppins',sans-serif;
        font-style: normal;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .2px;
        line-height: 13px;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        text-align: center;
        background-color: #254897;
        position: relative
    }

        .buySellIndicator a span {
            font-size: 12px;
            font-weight: 500
        }

        .buySellIndicator_mobile a span {
            font-weight: 400
        }

        .buySellIndicator a.active, .buySellIndicator_mobile a.active {
            background-color: #e9282b;
            z-index: 1
        }

        .buySellIndicator a:hover, .buySellIndicator_mobile a:hover {
            background-color: #72b34f
        }

        .buySellIndicator a:last-child, .buySellIndicator_mobile a:last-child {
            padding-left: 25px;
            margin-left: -15px
        }

    .buySellIndicator_mobile a {
        width: 50%;
        padding: 15px 10px
    }

        .buySellIndicator_mobile a:last-child {
            width: calc(50% + 15px)
        }

.rightsidemenu-inner {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin-bottom: 3px;
}

    .rightsidemenu-inner li img {
        padding: 10px;
    }

    .rightsidemenu-inner li {
        padding-right: 10px;
    }

.menu-icon-main i {
    font-size: 25px;
    font-weight: 900;
    margin-top: 5px;
}

.menu-icon-main {
    display: flex;
}

    .menu-icon-main em {
        font-style: inherit;
        font-weight: 600;
        padding-top: 12px;
        padding-right: 7px;
    }

.custom-login {
    padding-right: 40px;
}

.iconItem img {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin-top: 13px;
}

.user-profile {
    background-color: #3F51B5;
    color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    padding: 13px;
    z-index: 999;
}

    .user-profile span {
        position: relative;
    }

        .user-profile span i {
            border: 2px solid;
            font-size: 14px;
            border-radius: 50%;
            padding: 5px 6px;
            margin-right: 5px;
        }


.sn-sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 999999;
}

    .sn-sidebar.sn-sidebar-in {
        transform: translateX(0%);
    }

    .sn-sidebar.sn-sidebar-right {
        left: inherit;
        right: 0px;
        transform: translateX(100%);
    }

        .sn-sidebar.sn-sidebar-right.sn-sidebar-in {
            transform: translateX(0%);
        }

.sn-sidebar-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9995;
}

    .sn-sidebar-overlay.sn-sidebar-in {
        visibility: visible;
        opacity: 1;
    }


.side-user-profile {
    text-align: left;
}

    .side-user-profile ul {
        list-style-type: none;
        padding-left: 21px;
        padding-top: 10px;
    }

        .side-user-profile ul li {
            padding-top: 10px;
        }

            .side-user-profile ul li a i {
                padding-right: 10px;
                color: #969696;
            }

.sn-sidebar button {
    border: aliceblue;
    color: #ffffff;
    margin: 10px;
    position: absolute;
    right: 0;
    background-color: #3F51B5;
    top: 0;
}

.side-user-profile-main {
    background-color: #3F51B5;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
    position: relative;
}

    .side-user-profile-main span i {
        border: 2px solid;
        padding: 9px;
        border-radius: 50%;
        margin-right: 5px;
    }


/*login css start */
.custom-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99999;
}

    .custom-popup .popup__content2 {
        width: 55%;
        padding: 0;
        background: white;
        color: black;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

        .custom-popup .popup__content2 .close {
            position: absolute;
            right: 20px;
            top: 20px;
            width: 20px;
            display: block;
            z-index: 999;
            opacity: 1 !important
        }

            .custom-popup .popup__content2 .close span {
                cursor: pointer;
                position: fixed;
                width: 16px;
                height: 2px;
                background: #4d4d4d;
            }

                .custom-popup .popup__content2 .close span:nth-child(1) {
                    transform: rotate(45deg);
                }

                .custom-popup .popup__content2 .close span:nth-child(2) {
                    transform: rotate(135deg);
                }


.checkbox-main {
    display: flex;
    margin-top: 50%;
}

.checkbox-inner {
    display: flex;
    padding-left: 5px;
}


.login-right-form input[type="number"] {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.login-right-form lable {
    display: block;
    text-align: left;
}

button.custom-btn-continue {
    display: block;
    width: 100%;
    margin-top: 20px;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 5px;
    background-color: #3F51B5;
    color: #fff;
}

.login-right-form {
    padding: 25px;
}

.bottom-img {
    position: absolute;
    bottom: 0;
}

.login-bg {
    background-color: #3F51B5;
}

.login-left-img h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    font-family: revert;
    padding-top: 19px;
}

.text-91 {
    display: flex;
    border-bottom: 1px solid gainsboro;
    padding-top: 5px;
    padding-bottom: 5px;
}

.otp-input-fields input {
    display: inline-block;
    width: 55px;
    background-color: #ffffff4d !important;
    border: 1px solid #969696 !important;
}

.login-with-otp p {
    text-align: left;
    font-size: 14px;
    color: #6b6b6b;
}

.login-with-otp lable {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.otp-input-fields {
    margin-top: 20px;
    text-align: left;
}

    .otp-input-fields input:focus {
        border: 2px solid #3F51B5 !important;
    }

.custom-resend-otp {
    margin-top: 55%;
}

    .custom-resend-otp .checkbox-inner {
        position: absolute;
        top: 168px;
        left: 32px;
    }

        .custom-resend-otp .checkbox-inner .subtitle-agree {
            padding-right: 5px;
        }

.custom-input-container {
    position: relative;
    margin: 28px 0;
    border-bottom: 2px solid gainsboro;
}

    .custom-input-container label {
        position: absolute;
        top: 0;
        left: 0px;
        pointer-events: none;
        transition: 0.2s;
        color: #888;
        background-color: #fff;
        display: block;
        width: 100%;
        text-align: left;
    }

    .custom-input-container input:focus + label {
        top: -20px;
        font-size: 12px;
        color: #000;
    }

    .custom-input-container input {
        width: 100%;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }



        .custom-input-container input[placeholder]:focus {
            opacity: 1;
            border: none !important;
            padding-left: 0;
        }

.login-model-img img {
    width: 100%;
    background-color: #eeeeee;
    border-radius: 10px;
}

.login-unlock-price-inner {
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.login-model-Details {
    text-align: left;
}

.login-model-img {
    margin: 16px;
}

.login-model-Details h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    padding-bottom: 4px;
}

.login-model-Details p {
    color: #7f7f7f;
    font-size: 14px;
}

.login-model-Details h2 {
    color: #ff6264;
    font-weight: 700;
}

.unlock-btn button {
    display: block;
    border: 1px solid #d8f4f1;
    background-color: #d8f4f1;
    color: rgb(102 216 65);
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}

    .unlock-btn button span {
        padding-right: 7px;
    }


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup-onload {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.cnt223 {
    min-width: 600px;
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

    .cnt223 p {
        clear: both;
        color: #555555;
        /* text-align: justify; */
        font-size: 20px;
        font-family: sans-serif;
    }

        .cnt223 p a {
            color: #d91900;
            font-weight: bold;
        }

    .cnt223 .x {
        float: right;
        height: 35px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 34px;
    }

        .cnt223 .x:hover {
            cursor: pointer;
        }

.modal-body h1 {
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
}

.modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 600;
}

    .modal-body a.pre-order-btn:hover {
        background-color: #000;
        text-decoration: none;
        color: gold;
    }

.custom-question-popup {
    left: 0 !important;
    top: 20% !important;
}

    .custom-question-popup .modal-dialog {
        max-width: 600px !important;
        text-align: center;
    }

    .custom-question-popup .modal-content {
        height: auto;
    }

.question-popup-img img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}

.custom-question-popup button {
    background-color: #3F51B5;
    border: none;
    padding: 7px 28px;
}

@media (max-width: 767px) {
    .profile-btn-view {
        margin-bottom: 20px !important;
        font-size: 11px !important;
    }

    .device-order-details {
        padding: 5px 10px !important;
    }

    .otp-input-fields input {
        display: inline-block;
        width: 55px !important;
        background-color: #dcdcdc4d;
    }

    .card.custom-otp-card {
        padding: 45px 20px !important;
        margin-top: 20px !important;
    }

    .login-left-img {
        display: none;
    }

    .custom-popup .popup__content2 {
        width: 100%;
        height: 100vh;
    }

    .custom-resend-otp .checkbox-inner {
        top: 175px !important;
    }

    .login-with-otp p {
        font-size: 12px;
    }
}

/*Login CSS End*/

/*New header CSS End*/



.location-model {
    left: 0 !important;
    height: 65% !important;
}

    .location-model .close {
        border: none;
        color: #000;
        opacity: 1;
        font-size: 40px;
        font-weight: normal;
    }

.custom-location input:hover {
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc14;
    border-radius: 5px;
    margin: 30px 0px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

    .accordion .accordion-item button[aria-expanded=true] {
        border-bottom: 1px solid #3F51B5;
    }

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

    .accordion button:hover, .accordion button:focus {
        cursor: pointer;
        color: #000;
    }

        .accordion button:hover::after, .accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2;
        }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 3px;
        width: 22px;
        height: 22px;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: "";
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: "";
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded=true] {
        color: #3F51B5;
    }

        .accordion button[aria-expanded=true] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded=true] + .accordion-content {
            /*opacity: 1;
            max-height: 9em;*/
            transition: all 200ms linear;
            will-change: opacity, max-height;
            display: block;
        }

.accordion .accordion-content {
    /*  opacity: 0;
    max-height: 0;*/
    display: none;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p {
        margin: 2em 0;
        padding: 0px 12px;
    }

.custom-faq-main {
    margin: 35px 50px 45px;
}

    .custom-faq-main .accordion {
        margin-top: 25px;
    }

    .custom-faq-main h2 {
        font-size: 22px;
    }

@media only screen and (max-width: 767px) {
    .custom-faq-main {
        margin: 20px 0px 26px;
    }

        .custom-faq-main h2 {
            font-size: 19px;
        }

        .custom-faq-main .accordion {
            margin-top: 15px;
        }

    .accordion button {
        font-size: 13px;
    }

    .accordion .accordion-content p {
        font-size: 12px;
    }
}

}

.hs-menu-children-wrapper {
    top: 0px;
    left: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    transition: all .7s;
}

    .hs-menu-children-wrapper.open-cheldren {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.hs-menu-wrapper ul li a {
    color: #000;
    font-size: 14px;
    padding: 11px 0px;
    display: block;
    outline: none;
    text-align: left;
}

.child-trigger {
    width: 100%;
    height: 44px;
    /* float: right; */
    margin-top: -44px;
    text-align: center;
    padding: 13px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: -1px;
}

    .child-trigger:after {
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
        vertical-align: middle;
        transform: rotate( -45deg);
        -webkit-transform: rotate( -45deg);
        content: "";
        position: relative;
        top: -4px;
        left: 100px;
    }

.dl-back a:before {
    content: "";
    position: relative;
    top: -1px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    transform: rotate( 135deg);
    -webkit-transform: rotate( 135deg);
    margin-right: 7px;
}

.hs-menu-deft li.button-style-link > a {
    background-color: #ffc221;
    color: #333333;
    border: 0px;
    padding: 8px 0px;
}

.hs-menu-deft li.button-style-link {
    border-bottom: 1px solid #1583ee;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
}

.close-menu-trigger {
    position: absolute;
    right: 7px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    top: 12px;
}

    .close-menu-trigger:after,
    .close-menu-trigger:before {
        content: "";
        height: 19px;
        width: 1px;
        position: absolute;
        background-color: #fff;
        transition: all .3s;
    }

    .close-menu-trigger:after {
        transform: rotate(40deg);
    }

    .close-menu-trigger:before {
        transform: rotate(-40deg);
    }

    .close-menu-trigger:hover:after,
    .close-menu-trigger:hover:before {
        background-color: #000;
    }

@media (max-width: 1260px) and (min-width: 992px) {
    .hs-menu-deft li ul ul li {
        float: none;
        width: 100%;
    }

    .hs-menu-deft li ul ul {
        width: 240px;
    }
}



.buySellIndicator {
    display: flex;
    align-items: center;
    height: 64px
}

.buySellIndicator_mobile {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 10px 4px;
    display: flex;
    align-items: center
}

    .buySellIndicator a, .buySellIndicator_mobile a {
        display: block;
        padding: 5px 15px;
        font-family: 'Poppins',sans-serif;
        font-style: normal;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .2px;
        line-height: 13px;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        text-align: center;
        background-color: #254897;
        position: relative
    }

        .buySellIndicator a span {
            font-size: 12px;
            font-weight: 500
        }

        .buySellIndicator_mobile a span {
            font-weight: 400
        }

        .buySellIndicator a.active, .buySellIndicator_mobile a.active {
            background-color: #e9282b;
            z-index: 1
        }

        .buySellIndicator a:hover, .buySellIndicator_mobile a:hover {
            background-color: #72b34f;
            color: #fff;
        }

        .buySellIndicator a:last-child, .buySellIndicator_mobile a:last-child {
            padding-left: 25px;
            margin-left: -15px
        }

    .buySellIndicator_mobile a {
        width: 50%;
        padding: 15px 10px
    }

        .buySellIndicator_mobile a:last-child {
            width: calc(50% + 15px)
        }

.rightsidemenu-inner {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin-bottom: 3px;
}

    .rightsidemenu-inner li img {
        padding: 10px;
    }

    .rightsidemenu-inner li {
        padding-right: 10px;
    }

.menu-icon-main i {
    font-size: 25px;
    font-weight: 900;
    margin-top: 5px;
}

.menu-icon-main {
    display: flex;
}

    .menu-icon-main em {
        font-style: inherit;
        font-weight: 600;
        padding-top: 12px;
        padding-right: 7px;
    }

.custom-login {
    padding-right: 40px;
}

.iconItem img {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin-top: 13px;
}

.user-profile {
    background-color: #3F51B5;
    color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    padding: 13px;
    z-index: 999;
}

    .user-profile span {
        position: relative;
    }

        .user-profile span i {
            border: 2px solid;
            font-size: 14px;
            border-radius: 50%;
            padding: 5px 6px;
            margin-right: 5px;
        }


.sn-sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 999999;
}

    .sn-sidebar.sn-sidebar-in {
        transform: translateX(0%);
    }

    .sn-sidebar.sn-sidebar-right {
        left: inherit;
        right: 0px;
        transform: translateX(100%);
    }

        .sn-sidebar.sn-sidebar-right.sn-sidebar-in {
            transform: translateX(0%);
        }

.sn-sidebar-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9995;
}

    .sn-sidebar-overlay.sn-sidebar-in {
        visibility: visible;
        opacity: 1;
    }


.side-user-profile {
    text-align: left;
}

    .side-user-profile ul {
        list-style-type: none;
        padding-left: 21px;
        padding-top: 10px;
    }

        .side-user-profile ul li {
            padding-top: 10px;
        }

            .side-user-profile ul li a i {
                padding-right: 10px;
                color: #969696;
            }

.sn-sidebar button {
    border: aliceblue;
    color: #ffffff;
    margin: 10px;
    position: absolute;
    right: 0;
    background-color: #3F51B5;
    top: 0;
}

.side-user-profile-main {
    background-color: #3F51B5;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
    position: relative;
}

    .side-user-profile-main span i {
        border: 2px solid;
        padding: 9px;
        border-radius: 50%;
        margin-right: 5px;
    }


/*login css start */
.custom-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99999;
}

    .custom-popup .popup__content2 {
        width: 55%;
        padding: 0;
        background: white;
        color: black;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

        .custom-popup .popup__content2 .close {
            position: absolute;
            right: 20px;
            top: 20px;
            width: 20px;
            display: block;
            z-index: 999;
            opacity: 1 !important
        }

            .custom-popup .popup__content2 .close span {
                cursor: pointer;
                position: fixed;
                width: 16px;
                height: 2px;
                background: #4d4d4d;
            }

                .custom-popup .popup__content2 .close span:nth-child(1) {
                    transform: rotate(45deg);
                }

                .custom-popup .popup__content2 .close span:nth-child(2) {
                    transform: rotate(135deg);
                }


.checkbox-main {
    display: flex;
    margin-top: 50%;
}

.checkbox-inner {
    display: flex;
    padding-left: 5px;
}


.login-right-form input[type="number"] {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.login-right-form lable {
    display: block;
    text-align: left;
}

button.custom-btn-continue {
    display: block;
    width: 100%;
    margin-top: 20px;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 5px;
    background-color: #3F51B5;
    color: #fff;
}

.login-right-form {
    padding: 25px;
}

.bottom-img {
    position: absolute;
    bottom: 0;
}

.login-bg {
    background-color: #3F51B5;
}

.login-left-img h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    font-family: revert;
    padding-top: 19px;
}

.text-91 {
    display: flex;
    border-bottom: 1px solid gainsboro;
    padding-top: 5px;
    padding-bottom: 5px;
}

.otp-input-fields input {
    display: inline-block;
    width: 55px;
    background-color: #ffffff4d !important;
    border: 1px solid #969696 !important;
}

.login-with-otp p {
    text-align: left;
    font-size: 14px;
    color: #6b6b6b;
}

.login-with-otp lable {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.otp-input-fields {
    margin-top: 20px;
    text-align: center;
    display:flex;
    justify-content:space-between;
}

    .otp-input-fields input:focus {
        border: 2px solid #3F51B5 !important;
    }

.custom-resend-otp {
    margin-top: 55%;
}

    .custom-resend-otp .checkbox-inner {
        position: absolute;
        top: 168px;
        left: 32px;
    }

        .custom-resend-otp .checkbox-inner .subtitle-agree {
            padding-right: 5px;
        }

.custom-input-container {
    position: relative;
    margin: 28px 0;
    border-bottom: 2px solid gainsboro;
}

    .custom-input-container label {
        position: absolute;
        top: 0;
        left: 0px;
        pointer-events: none;
        transition: 0.2s;
        color: #888;
        background-color: #fff;
        display: block;
        width: 100%;
        text-align: left;
    }

    .custom-input-container input:focus + label {
        top: -20px;
        font-size: 12px;
        color: #000;
    }

    .custom-input-container input {
        width: 100%;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }



        .custom-input-container input[placeholder]:focus {
            opacity: 1;
            border: none !important;
            padding-left: 0;
        }

.login-model-img img {
    width: 100%;
    background-color: #eeeeee;
    border-radius: 10px;
}

.login-unlock-price-inner {
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.login-model-Details {
    text-align: left;
}

.login-model-img {
    margin: 16px;
}

.login-model-Details h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    padding-bottom: 4px;
}

.login-model-Details p {
    color: #7f7f7f;
    font-size: 14px;
}

.login-model-Details h2 {
    color: #ff6264;
    font-weight: 700;
}

.unlock-btn button {
    display: block;
    border: 1px solid #d8f4f1;
    background-color: #d8f4f1;
    color: rgb(102 216 65);
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}

    .unlock-btn button span {
        padding-right: 7px;
    }


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup-onload {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.cnt223 {
    min-width: 600px;
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

    .cnt223 p {
        clear: both;
        color: #555555;
        /* text-align: justify; */
        font-size: 20px;
        font-family: sans-serif;
    }

        .cnt223 p a {
            color: #d91900;
            font-weight: bold;
        }

    .cnt223 .x {
        float: right;
        height: 35px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 34px;
    }

        .cnt223 .x:hover {
            cursor: pointer;
        }

.modal-body h1 {
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
}

.modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 600;
}

    .modal-body a.pre-order-btn:hover {
        background-color: #000;
        text-decoration: none;
        color: gold;
    }

.custom-question-popup {
    left: 0 !important;
    top: 20% !important;
}

    .custom-question-popup .modal-dialog {
        max-width: 600px !important;
        text-align: center;
    }

    .custom-question-popup .modal-content {
        height: auto;
    }

.question-popup-img img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}

.custom-question-popup button {
    background-color: #3F51B5;
    border: none;
    padding: 7px 28px;
}

@media (max-width: 767px) {

    section.custom-vertical-tabs-main.py-5.header {
        padding-top: 0 !important;
    }

    .otp-input-fields input {
        display: inline-block;
        width: 55px !important;
        background-color: #dcdcdc4d;
    }

    .card.custom-otp-card {
        padding: 45px 20px !important;
        margin-top: 20px !important;
    }

    .login-left-img {
        display: none;
    }

    .custom-popup .popup__content2 {
        width: 100%;
        height: 100vh;
    }

    .custom-resend-otp .checkbox-inner {
        top: 175px !important;
    }

    .login-with-otp p {
        font-size: 12px;
    }
}

/*Login CSS End*/

/*New header CSS End*/


/*New Login css 07/08/2023 start*/


.new-login-inner {
    background-color: #f9f9fa;
    padding: 65px 0px;
}

.new-form-container {
    max-width: 918px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
    border-radius: 15px;
    border: 1px solid gainsboro;
}

    .new-form-container input {
        max-width: 400px;
        margin: 0 auto;
    }

    .new-form-container p {
        max-width: 400px;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 15px;
        padding-top: 10px;
        font-size: 16px;
    }

.btn-login {
    border-radius: 6px;
    padding: 5px 40px;
    background: #e02a31;
    border: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px !important;
}

.leftArea p {
    margin-bottom: 0;
    font-size: 13px;
    color: #3c3c3c;
    font-weight: 500;
}

.secure-payment-text {
    text-align: right;
}

.copyrightArea {
    padding-bottom: 10px;
}

.secure-payment-text p {
    margin-bottom: 0;
}

.contactList li:nth-child(2) {
    margin-left: 16px;
    position: relative;
}

    .contactList li:nth-child(2) i {
        position: absolute;
        left: 0;
        top: 5px;
    }

    .contactList li:nth-child(2) a {
        padding-left: 20px;
    }

.side-user-profile ul li a {
    color: #454545;
}

.btn-login:hover, .btn-login:focus {
    color: #fff !important;
}

.new-otp-card {
    max-width: 918px;
    margin: 0 auto;
    text-align: center;
}

    .new-otp-card .custom-otp-main {
        margin-bottom: 50px;
        margin-top: 25px;
    }

    .new-otp-card.card.custom-otp-card {
        margin-top: 35px;
        margin-bottom: 60px;
        border-radius: 15px;
    }

.otp-inner-new {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}

    .otp-inner-new h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .otp-inner-new p {
        font-size: 13px;
        margin-top: 5px;
    }

.sign-up-main input[type=text] {
    width: 100%;
    display: block;
    border: 1px solid gainsboro;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.sign-up-main .btn-login {
    margin-top: 30px;
}

.custom-notification {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

    .custom-notification input {
        width: 18px;
        height: 20px;
        position: absolute;
    }

    .custom-notification label {
        padding-left: 25px;
    }

.brandLink span {
    display: none !important;
}


.bredCrumbsarea {
    width: 100%;
    padding: 10px 0 15px;
    position: relative;
}

    .bredCrumbsarea ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        left: 50px;
        top: 30px;
    }

        .bredCrumbsarea ul li {
            padding: 0 20px 0 0;
            position: relative;
            list-style-type: none;
        }

            .bredCrumbsarea ul li::after {
                content: "";
                width: 20px;
                height: 18px;
                background: url('https://scripts.xtracover.com/Live/XcStyles/img/next.svg') 50% 50% no-repeat;
                background-size: 10px;
                position: absolute;
                right: 0;
                bottom: 0
            }

            .bredCrumbsarea ul li:last-child::after {
                content: initial
            }

            .bredCrumbsarea ul li a {
                font-family: 'Open Sans',sans-serif;
                font-style: normal;
                color: #9b9b9b;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: 0;
                line-height: 20px;
                text-decoration: none;
                display: block
            }

                .bredCrumbsarea ul li a:hover {
                    color: #000
                }

            .bredCrumbsarea ul li:last-child a {
                color: #000;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: pre
            }

            .bredCrumbsarea ul li:last-child {
                padding: 0;
                padding: 0;
                max-width: 60%
            }


.location-model {
    left: 0 !important;
    height: 65% !important;
}

    .location-model .close {
        border: none;
        color: #000;
        opacity: 1;
        font-size: 40px;
        font-weight: normal;
    }

.custom-location input:hover {
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc14;
    border-radius: 5px;
    margin: 30px 0px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

    .accordion .accordion-item button[aria-expanded=true] {
        border-bottom: 1px solid #3F51B5;
    }

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

    .accordion button:hover, .accordion button:focus {
        cursor: pointer;
        color: #000;
    }

        .accordion button:hover::after, .accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid transparent;
        }
    .accordion button .accordion-title {
        padding: 0;
        width: 96%;
        display: block;
    }
    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 3px;
        width: 22px;
        height: 22px;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: "";
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: "";
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded=true] {
        color: #3F51B5;
    }

        .accordion button[aria-expanded=true] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded=true] + .accordion-content {
            /* opacity: 1;
            max-height: 9em;*/
            display: block;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    /* opacity: 0;
    max-height: 0;*/
    display: none;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p {
        margin: 2em 0;
        padding: 0px 12px;
    }

.custom-faq-main {
    margin: 35px 50px 45px;
}

    .custom-faq-main .accordion {
        margin-top: 25px;
    }

    .custom-faq-main h2 {
        font-size: 22px;
    }

.testimonialSlider03.owl-carousel {
    z-index: auto;
}

.sitemap-main {
    background-color: #fff;
    padding: 40px 50px;
}

.custom-sitemap a {
    display: inline-block;
    width: 14%;
    text-align: left;
    margin-bottom: 7px;
}

.custom-price-hide span {
    font-size: 25px;
    font-weight: bold;
    color: #ea1e30;
}

.login-to-unlock-btn {
    background-color: #d8f4f1;
    display: block;
    width: 29%;
    text-align: center;
    padding: 7px 5px;
    color: rgb(102 216 65);
    border-radius: 5px;
    font-weight: 600;
}
/*18 08 2023 css start*/



/*18 08 2023 css start*/



.custom-popuporder-details {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}


.custom-popuporder-details-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 1085px;
    margin: 0 auto;
}



.custom-popuporder-details.active {
    display: flex;
}



.custom-orderdetails input {
    margin-top: 5px;
}


.custom-orderdetails {
    position: relative;
}



    .custom-orderdetails label {
        margin-left: 22px;
    }



.custom-popuporder-details-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
}



.custom-address-edit label {
    margin-left: 0 !important;
}



.custom-address-edit .radio.addres-radio {
    padding-top: 8px;
}



.custom-address-edit ul {
    overflow-y: scroll;
    height: 306px;
    overflow-x: hidden;
}

.sign-up-main input {
    width: 100%;
    display: block;
    border: 1px solid gainsboro;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}



.custom-notification input[type="checkbox"] {
    width: 18px;
}

.sign-up-main input[type="button"] {
    width: auto;
}

.login-model a {
    color: #fff;
}

    .login-model a:hover {
        color: #fff;
    }

/*18 08 2023 css End*/
.custom-popuporder-details {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}



.custom-popuporder-details-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    max-width: 1085px;
}



.custom-popuporder-details.active {
    display: flex;
}



.custom-orderdetails input {
    /*  position: absolute;*/
    margin-top: 5px;
}

.custom-orderdetails {
    position: relative;
}

.login-model a {
    color: #fff;
}

    .login-model a:hover {
        color: #fff;
        text-decoration: none;
    }

.custom-orderdetails label {
    margin-left: 22px;
}

.custom-popuporder-details-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.custom-address-edit label {
    margin-left: 0 !important;
}

.custom-address-edit .radio.addres-radio {
    padding-top: 8px;
}

.custom-address-edit ul {
    overflow-y: scroll;
    height: 306px;
    overflow-x: hidden;
}



/*18 08 2023 css End*/

@media only screen and (max-width: 767px) {
    .bredCrumbsarea ul li {
        padding: 0 20px 0 0;
        position: relative;
        list-style-type: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 66px;
    }

        .bredCrumbsarea ul li a {
            font-family: 'Open Sans',sans-serif;
            font-style: normal;
            color: #9b9b9b;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 20px;
            text-decoration: none;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .custom-base-price {
        margin-top: 28px !important;
    }

    .modal-backdrop {
        position: fixed !important;
    }

    .custom-faq-main {
        margin: 20px 0px 26px;
    }

        .custom-faq-main h2 {
            font-size: 19px;
        }

        .custom-faq-main .accordion {
            margin-top: 15px;
        }

    .accordion button {
        font-size: 13px;
    }

    .accordion .accordion-content p {
        font-size: 12px;
    }

    .accordion-content ul {
        font-size: 11px;
    }

    .accordion .accordion-content p {
        margin: 1em 0;
        padding: 0px 12px;
    }
}

/*New Login css 07/08/2023 End*/

.header-search {
    max-width: 500px;
    display: block;
    margin-left: auto;
    position: relative;
}

.searchbox {
    background: #f5f5f5;
    height: 46px;
    border: 2px solid #ececec;
    border-radius: 4px;
    font-size: 13px;
    color: #4b4b4b;
    line-height: 46px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    width: 100%;
    padding-left: 15px;
    padding-right: 40px;
}

.header-search button {
    left: initial;
    right: 0;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}


/*19 css*/

.customheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9;
}

.headerhellper {
    height: 64px;
}

.custom-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search {
    max-width: 400px;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: 10px;
    padding-left: 10px;
}

.searchbox {
    background: #f5f5f5;
    height: 46px;
    border: 2px solid #ececec;
    border-radius: 4px;
    font-size: 13px;
    color: #4b4b4b;
    line-height: 46px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    width: 100%;
    padding-left: 15px;
    padding-right: 40px;
}

.header-search button {
    left: initial;
    right: 0;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0px 4px 4px 0px;
}



.navBar01 {
    flex-wrap: nowrap;
}

.custom-dropdown-header {
    width: auto;
}

.headermenuwrp {
    display: flex;
    padding: 0px 20px;
    align-items: center;
}

.has-suggestions {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #dddddd;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
}

    .has-suggestions li {
        cursor: pointer;
        padding: 8px 14px;
    }

        .has-suggestions li:not(:last-child) {
            border-bottom: 1px solid #dddddd;
        }

        .has-suggestions li:hover {
            background-color: #f4f4f4;
        }

.suggestions1 {
    position: absolute;
    left: 10px;
    right: 0;
}

.custom-top-selling-brand-main .owl-nav {
    display: none !important;
}

@media(max-width: 767px) {

    .custom-brand-variant.save-address-list li {
        flex-basis: 100% !important;
    }

    .model-search {
        position: relative;
        z-index: 1 !important;
    }

    body.class-for-footer-only.stickyadd footer {
        display: none;
    }

    body.class-for-footer-only .bottom_footer_menu {
        display: none;
    }

    .bottom_footer_menu {
    }

    body.class-for-footer-only .copyrightArea {
        display: none;
    }

    body.class-for-footer-only .footer_custom {
        display: none;
    }

    body.class-for-footer-only .col-lg-4 {
        display: none;
    }

    .header-search {
        display: none;
    }
}

.buySellIndicator {
    margin-left: auto;
}

.userlogin {
    margin-left: 20px;
}

.desktop-trigger {
    margin-left: 20px;
    padding: 0px 0px;
}

.iconItem img {
    margin: 0;
}

@media(max-width: 767px) {

    ul.layout.custom-xxxx-price {
        justify-content: stretch;
        padding: 5px 10px;
        max-width: 100% !important;
        margin-right: 0 !important;
        background-color: #fff;
    }

    .add-list-order ul li {
        width: 47% !important;
    }

    .desktop-trigger {
        order: 1;
        margin-left: 0;
    }

    .mobile-logo {
        order: 2;
        width: auto;
    }

    .headermenuwrp {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px 16px;
    }

    .buySellIndicator {
        position: static;
        margin: 0 auto;
        justify-content: center;
        order: 4;
        margin-top: 5px;
    }

    .userlogin {
        order: 3;
    }

    .menu-icon-main em {
        display: none;
    }

    .headerhellper {
        height: 105px;
    }
}


ul.layout.custom-xxxx-price {
    justify-content: stretch;
    padding: 5px 10px;
    max-width: 63%;
    margin-right: 42%;
    background-color: #fff;
}


    ul.layout.custom-xxxx-price li {
        padding-right: 15px;
    }


.custom-btn-change-address button {
    display: inline-block;
    width: 19%;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .modal.right.fade .modal-dialog {
        right: auto !important;
        width: 100% !important;
        overflow-y: auto;
    }
}

button#locationButton {
    color: #333;
    background-color: transparent;
    border: none;
    /*position: absolute;
    right: 20%;*/
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {

    button#locationButton {
        color: #333;
        background-color: transparent;
        top: 4px;
        border: none;
        position: absolute;
        right: 10%;
        font-size: 13px;
        transform: scale(0.9);
    }

  button#locationButton img {
            max-width: 50px;
        }
    .location-model {
        top: 0px !important;
    }
}



    button#locationButton img {
        max-width: 20px;
        vertical-align: top;
    }

    button#locationButton:focus {
        box-shadow: none;
    }


ul.custom-location-alpha-list {
    padding: 0;
    list-style: none;
}

    ul.custom-location-alpha-list li {
        display: inline-block;
        width: 3%;
        border: 1px solid gainsboro;
        text-align: center;
        padding: 7px;
        margin: 1px;
    }

ul.custom-location-alpha-list {
    margin-top: 15px;
}

#responseContainer ul li {
    display: inline-block;
    width: 20%;
    padding: 8px 0px;
}

#responseContainer ul {
    padding: 0;
}

    #responseContainer ul li a {
        color: #333;
        font-size: 16px;
    }

a.locationicon h3 {
    text-align: center;
    color: #28a745;
    font-size: 15px !important;
}

ul#ulpopularcity {
    padding: 0;
    text-align: center;
}

.suggestion-item {
    padding: 10px;
    border: 1px solid gainsboro;
    margin: 20px;
}

div#suggestionList {
    max-width: 399px;
    margin: 0 auto;
    padding-top: 20px;
}