* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    text-decoration: none
}

body {
    font-family: 'Helvetica' !important
}

label span {
    color: #ee3137
}

.container {
    width: 100%;
    margin: 0 auto
}

footer .container,
nav .container {
    max-width: 1200px
}

@media (max-width:3140px) {
    .container {
        max-width: 1760px !important
    }
}

@media (max-width:2140px) {
    .container {
        max-width: 1660px !important
    }
}

@media (max-width:1920px) {
    .container {
        max-width: 1460px !important
    }
}

@media (max-width:1620px) {
    .container {
        max-width: 1400px !important
    }
}

@media (max-width:1400px) {
    .container {
        max-width: 1360px !important
    }
}

@media (max-width:1440px) {
    .chec-desc h4 {
        font-size: 12px !important
    }

    .container {
        max-width: 1260px !important
    }
}

@media (max-width:1300px) {
    .container {
        max-width: 1170px !important
    }
}

@media (max-width:1251px) {
    .container {
        max-width: 1100px !important
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 1000px !important
    }
}

@media (max-width:992px) {
    .container {
        max-width: 750px !important
    }
}

@media (max-width:768px) {
    .container {
        max-width: 700px !important
    }
}

@media (max-width:576px) {
    .container {
        max-width: 100% !important;
        padding: 0 15px !important
    }
}

.select {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.select+.select {
    margin-left: 4px
}

.dealer-selectioin {
    position: absolute;
    z-index: 1;
    opacity: 0
}

.select-ui {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 15px
}

.select-ui.is-open {
    z-index: 3
}

.select-ui .label {
    display: flex;
    position: relative;
    width: 100%;
    text-align: left;
    min-height: 54px;
    padding: 15px 42px 16px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    transition: all 0s ease
}

.select-ui .label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    margin: -7px 0 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg)
}

.select-ui .label>span {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap
}

.select-ui .label:active,
.select-ui.is-open .label {
    border-color: red;
    transition-duration: .15s;
    text-align: left
}

.select-ui .options {
    opacity: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: max-content;
    min-width: 100%;
    border: 0 solid #ddd;
    background-color: #fff;
    transition: opacity .15s ease
}

.select-ui .options[class*="show-"] {
    overflow-y: auto;
    max-height: 310px;
    height: auto;
    opacity: 1;
    border-width: 1px;
    padding-left: 0
}

.select-ui .options.show-down {
    top: 54px
}

.select-ui .options.show-up {
    bottom: 54px
}

.select-ui .options>.item {
    padding: 10px 16px;
    background-color: #fff;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    cursor: pointer
}

.select-ui .options>.item:active,
.select-ui .options>.item:hover,
.select-ui .options>.item.is-active {
    background-color: #f4f4f4
}

.dealer-selectioin:disabled~.select-ui .label {
    background-color: #f4f4f4;
    border-color: #eee;
    color: #aaa;
    pointer-events: none
}

.dealer-selectioin:disabled~.select-ui .label:after {
    border-color: #aaa
}

.select-usr-type {
    display: none
}

#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#myImg3:hover {
    opacity: .7
}

.modal3 {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0 / .9)
}

.modal3-content {
    margin: auto;
    display: block;
    width: 75%;
    height: 75%
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2)
    }
}

@keyframes zoom {
    from {
        transform: scale(.4)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-out {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

.out {
    animation-name: zoom-out;
    animation-duration: 0.6s
}

@media only screen and (max-width:700px) {
    .modal3-content {
        width: 100%
    }
}

#myImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#myImg4:hover {
    opacity: .7
}

.modal4 {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0 / .9)
}

.modal4-content {
    margin: auto;
    display: block;
    width: 75%;
    height: 75%
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2)
    }
}

@keyframes zoom {
    from {
        transform: scale(.4)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-out {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

.out4 {
    animation-name: zoom-out;
    animation-duration: 0.6s
}

@media only screen and (max-width:700px) {
    .modal4-content {
        width: 100%
    }
}

#call-now-button {
    width: 100%;
    margin-right: 45px;
    float: right;
    margin-left: -5px
}

#close-button {
    width: 100%;
    margin-right: 45px;
    float: right;
    margin-left: -5px
}

.description-deatil {
    text-align: center
}

#account-activation-required {
    margin-left: 55px
}

#model-dialog-box {
    margin-top: 170px
}

.banner-pdf-video {
    display: flex;
    align-items: center
}

.banner-pdf-video a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    background-color: #e8e8e8;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #e31e24;
    justify-content: center
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(.77, 0, .18, 1);
    transition-delay: 0.8s
}

.overlay .overlayDoor:before {
    left: 0
}

.overlay .overlayDoor:after {
    right: 0
}

.overlay.loaded .overlayDoor:before {
    left: -50%
}

.overlay.loaded .overlayDoor:after {
    right: -50%
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: 0.5s cubic-bezier(.77, 0, .18, 1)
}

.overlay .overlayContent span {
    font-size: 10rem;
    color: #fff;
    font-weight: 800
}

.overlay .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease
}

.details_about {
    padding-right: 20px
}

.details_about p {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    margin-top: 10px;
    margin-bottom: 20px
}

.details_about h3 {
    margin-top: 30px;
    font-size: 20px
}

.details_about h4 {
    font-size: 16px;
    margin: 15px 0
}

.details_about h2 {
    font-size: 22px;
    font-weight: 700
}

.overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd
}

.loader {
    width: 105px;
    height: 105px;
    border: 30px solid #D6392B;
    border-bottom: 30px solid #fff0;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 15px solid #fff0;
    border-top: 15px solid #fff0;
    border-radius: 50%;
    animation: spinInner 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-720deg)
    }
}








/* loader new css 3 dots */
.overlay-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.overlay-door-new::before,
.overlay-door-new::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

.overlay-door-new::before {
    left: 0;
    transform: translateX(0);
}

.overlay-door-new::after {
    right: 0;
    transform: translateX(0);
}

.loader-new {
    position: relative;
    z-index: 10000;
}

/* Hide overlay smoothly */
.overlay-new.hidden {
    opacity: 0;
    pointer-events: none;
}








.pure_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
}

.logo_circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #ffffff;
    animation: shake 0.5s infinite;
}

@keyframes shake {
    0% {
        transform: translateX(-10px);
    }

    25% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(-10px);
    }
}

.logo_circle img {
    max-width: 100px;
    height: auto;
    backface-visibility: hidden;
}


@media (max-width: 545px) {
    .logo_circle {
        width: 80px;
        height: 80px;
        padding: 10px;
    }

    .logo_circle img {
        max-width: 60px;
    }
}




.pure_overlay.hidden {
    opacity: 0;
    pointer-events: none;
}





































.bank_detail_btn {
    background-color: #ee3137;
    border: 1px solid #ee3137;
    color: #fff;
    width: 130px
}

#feedback-error {
    margin-top: 101px
}

#fullname-error {
    margin-top: 42px;
    z-index: 1
}

#mobile-error {
    margin-top: 55px !important;
    z-index: 1 !important
}

.show_less {
    display: flex;
    justify-content: center;
    margin: 17px auto;
    align-items: center;
    background-color: #ee3137;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #ee3137;
    border-radius: 7px;
    transition: all 0.5s ease-in-out
}

.show_less:hover {
    background-color: #fff0;
    border: 1px solid #ee3137;
    color: #ee3137
}

header .side-menu-close {
    background: #fff0;
    cursor: pointer
}

form .error {
    font-size: 13px !important;
    color: #ee3137 !important
}

header .side-menu-close span {
    background: #ee3137;
    width: 28px
}

#LoginModal,
#SignupModal,
#forgetModal {
    z-index: 999999;
    background: rgb(0 0 0 / .6)
}

.btn-header-user {
    position: relative;
    border-radius: 22px
}

.btn-header-user.open_user>.header-menu-button {
    color: #000
}

#search_inputs {
    position: relative
}

.page-body .head h3 {
    color: #00af80;
    font-size: 36px;
    text-align: center;
    margin-bottom: 2rem
}

.log_out_cls {
    background-color: #ee3137;
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    color: #fff
}

.log_out_cls:hover {
    color: #fff
}

.count_cart {
    position: absolute;
    top: -.7rem;
    right: auto;
    left: 15px;
    background-color: #ee3137;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px
}

.counter_notifi {
    background-color: #ee3137;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-left: .3rem
}

.notification_list {
    display: flex;
    align-items: center
}

.main-header {
    position: absolute;
    top: 30px;
    z-index: 999;
    width: 100%
}

.header-cont {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #D6392B;
    background: #FFF;
    padding-left: 20px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / .25);
    max-height: 72px
}

.main-login-drop {
    padding: 0 18px
}

.after-login-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px
}

.main-menu {
    padding-right: 15px;
    margin-right: 0;
    border-right: 1px solid #e4e4e4
}

.cart-opts {
    border-right: 1px solid #e4e4e4;
    padding-right: 10px
}

.main-menu ul li:last-child {
    margin-right: 0
}

.search-main-btn a {
    color: #071017;
    font-size: 20px;
    display: flex;
    align-items: center
}

.search-main-btn a span {
    font-size: 14px;
    margin-left: 5px
}

.search-main-btn .count_cart {
    font-size: 10px;
    margin-left: 0
}

.main-login-drop li {
    margin: 10px 0
}

.main-login-drop li a {
    color: #030303;
    font-size: 14px
}

.main-menu ul li {
    margin-right: 25px
}

.login-btn {
    float: right;
    height: 100%;
    margin-right: -1px
}

.login-btn button {
    min-width: 190px;
    max-width: 195px;
    background: #e31e24;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    height: 72px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.login-btn button::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border-left: 8px solid rgb(0 0 0 / .6);
    top: 0
}

.login-btn button i {
    margin-right: 5px
}

.main-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-style: normal
}

.main-menu ul li a:hover,
.main-menu ul li .active {
    color: #D6392B
}

.main-login-drop {
    width: 200px
}

.main-login-drop li a i {
    margin-right: 8px;
    color: #595959
}

.main-login-drop li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4
}

.main-login-drop li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.main-login-drop li a:hover,
.main-login-drop li a:hover i {
    color: #ee3137;
}

.user__title {
    color: #000;
}

.dropdown-toggle::after {
    color: #ffffff;
}

.main-banner-slider .slider-wrap {
    position: relative
}

.main-banner-slider .image-slider {
    height: 100vh;
    overflow: hidden
}

.main-banner-slider .img-wrap {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.main-banner-slider .img-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 1
}

.main-banner-slider .img-wrap img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover
}

.main-banner-slider .bottom-cont {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 80px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%
}

.bottom-cont h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 200;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgb(0 0 0 / .5)
}

.bottom-cont a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.bottom-cont h1 b {
    font-weight: 600
}

.main-banner-slider .bottom-cont.show {
    letter-spacing: .15em;
    opacity: 1
}

.main-banner-slider .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    background-color: rgb(255 255 255 / .2);
    backdrop-filter: blur(2px);
    border-radius: 60px;
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
    z-index: 2
}

.slick-arrow.slick-prev {
    left: 20px
}

.slick-arrow.slick-next {
    right: 20px
}

.main-banner-slider .slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

.main-banner-slider .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(2px, 2px)
}

.main-banner-slider .slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(2px, 2px)
}

.main-banner-slider .slider-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px
}

.main-banner-slider .slider-progress span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 100%;
    background: #D6392B;
    transition: all 0s linear
}

.main-banner-slider .slider-progress span.active {
    width: 100%
}

.aboutprogress-dtls p {
    text-align: justify
}

.inner-sections {
    padding: 20px 0 80px 0;
}

.black-titl h2 {
    color: #c4c4c4 !important;
    font-weight: 200 !important;
    font-size: 3.2vw !important
}

.borchure-bx {
    border: 1px solid #000
}

.hover-img-cl {
    display: none
}

.mellow-coll:hover .brochure-img {
    filter: none !important
}

.mellow-coll:hover .hover-img-cl {
    display: block
}

.mellow-coll:hover .normal-img-cl {
    display: none
}

.brochure-img img {
    width: 100%
}

.brochure-cont h2 {
    font-size: 3.2vw;
    color: #ff3636
}

.cont-bx-sig {
    width: 50%
}

.cont-bx-sig h3 {
    font-size: 1.5vw;
    line-height: 2vw
}

.cont-bx-sig p {
    font-size: 18px;
    font-weight: 500
}

.downl-brochur {
    font-weight: 500;
    padding: 0 15px;
    margin-bottom: 20px
}

.borchure-bx:hover {
    background-color: #000 !important;
    color: #fff
}

.borchure-bx:hover .brochure-img {
    filter: invert(1)
}

.borchure-bx:hover a,
.borchure-bx:hover h2 {
    color: #fff
}

.borchure-bx:hover .brochure-cont {
    border-color: #fff
}

.borchure-bx:hover svg path {
    fill: #fff
}

.downl-brochur a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000
}

.brochure-cont {
    border-top: 1px solid #000;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.black-titl b {
    color: #fff !important;
    font-weight: 600
}

.koil-inner-titles {
    position: relative
}

.koil-inner-titles h2 {
    color: #000;
    font-size: 3.56vw;
    font-style: normal;
    font-weight: 300;
    position: relative
}

.koil-inner-titles h2 mark {
    background: #fff0;
    padding: 0;
    color: #6d6e71
}

.koil-inner-titles h2 b {
    color: #D6392B;
    font-weight: 200 !important
}

.main-cate-bx .cate-dtls {
    position: relative;
    transition: 0.5s
}

.main-cate-bx .cate-dtls .cate-img-bx {
    position: relative;
    transition: 0.5s;
    filter: grayscale(200)
}

.main-cate-bx .cate-dtls .cate-img-bx img {
    border: none
}

.main-cate-bx .cate-dtls .cate-img-bx img {
    max-height: 100%
}

.main-cate-bx .koil-inner-titles a {
    color: #fff;
    font-size: 18px
}

.main-cate-bx .cate-dtls .cate-img-bx:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, black 100%)
}

.main-cate-bx .cate-dtls:hover .cate-img-bx {
    filter: grayscale(0);
    transition: 0.5s
}

.main-cate-bx .cate-dtls:hover {
    transition: 0.5s;
    transform: scale(1.08)
}

.main-cate-bx .cate-dtls .cate-dtls-txt {
    position: absolute;
    bottom: 0
}

.main-cate-bx .cate-dtls .cate-dtls-txt a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-cate-bx .cate-dtls .cate-dtls-txt h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    width: 80%
}

.main-cate-bx .cate-dtls {
    border-color: #353535;
    background: none
}

.right-aligned h2 {
    text-align: right;
    padding-right: 20px
}

.right-aligned h2::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #D6392B;
    right: 0;
    top: 0
}

.bodr-title {
    width: 100%;
    border-top: 1px solid #C9C9C9
}

.about-koil-dtls p {
    color: #595959;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px
}

.about-koil-dtls a {
    color: #000;
    font-size: 18px
}

.bg-teal {
    background-color: #FFFEF0
}

.koil-inner-titles h2 b {
    font-weight: 700
}

.owners-img {
    position: relative
}

.owners-img img {
    width: 100%
}

.owners-img::before {
    position: absolute;
    content: "";
    width: 15%;
    height: 15%;
    transition: .3s;
    border-top: 10px solid #ff3636;
    border-right: 10px solid #ff3636;
    right: 0
}

.owners-img::after {
    position: absolute;
    content: "";
    width: 15%;
    height: 15%;
    transition: .3s;
    border-left: 10px solid #ff3636;
    border-bottom: 10px solid #ff3636;
    bottom: 0;
    left: 0
}

.owners-img:hover::before,
.owners-img:hover::after {
    width: 30%;
    height: 30%
}

.progress {
    height: 5px;
    margin-bottom: 10px
}

.progress-dtls {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.progress-dtls span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.5%
}

.experian-dtls {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
    width: 100%
}

.experian-dtls:first-child {
    padding-top: 0
}

.experian-dtls span {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    text-transform: uppercase
}

.experian-dtls p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.archive-dtls.d-flex.align-items-center {
    min-width: 140px;
    justify-content: end
}

.hot-produ .hot_card {
    background-color: #EDEADC;
    padding: 25px;
    border: 1px solid #fff0
}

.hot-produ .hot_card:hover {
    border: 1px solid #000
}

.hot-produ .hot_card .hot_pro_text {
    padding: 20px 0 0
}

.hot-produ .hot_card .hot_pro_text a {
    font-weight: 600;
    font-size: 20px
}

.see-mre-btn {
    text-transform: uppercase;
    color: #353535 !important;
    font-size: 15px !important;
    font-weight: 200 !important
}

.bottom-con h2 {
    font-size: 3.6vw;
    color: #6D6D6D;
    font-weight: 300;
    margin-bottom: 5rem
}

.bottom-con h2 span {
    color: #ff3636
}

.bottom-con h2 b {
    color: #fff
}

.bottom-con p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px
}

.bottom-count {
    text-align: right
}

.counter-num {
    color: #fffdf4;
    margin-bottom: 20px
}

.counter-num span {
    font-size: 8vw;
    font-weight: 500
}

.hot-produ .hot_card .hot_pro_text {
    padding: 20px;
}

.hot-produ .product-info-dtls {
    padding: 0 20px 20px
}

.download-koil-footer {
    background: #1E1E1E;
    padding: 15px 0
}

.download-footer-txt {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.download-koil-footer h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.023%;
    margin-bottom: 0
}

.download-btns p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.023%;
    text-transform: uppercase
}

.download-btns ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0
}

.download-btns ul li {
    margin-right: 10px
}

.download-btns ul li:last-child {
    margin-right: 0
}

.cate-dtls {
    border: 1px solid #DEDEDE;
    background: #FFF;
    margin-bottom: 30px
}

.inne-cate-dtls {
    text-align: left
}

.cate-img-bx {
    width: 100%
}

.cate-img-bx img {
    width: 100%;
    height: 100%;
    max-height: 330px;
    object-fit: fill;
    border: 1px solid #e4e4e4
}

.inner-cate-img-bx img {
    max-height: 300px
}

.cate-dtls-txt {
    padding: 20px
}

.cate-dtls-txt h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 144%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cate-dtls-txt a {
    color: #D6392B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 144%
}

#back-to-top-button img {
    width: 50px;
    height: 50px;
}

#back-to-top-button {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    border-radius: 50%;
    bottom: 40px;
    right: 40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer
}

#back-to-top-button.show {
    opacity: 1;
    visibility: visible
}

.about-main-title h2 {
    font-size: 5vw;
    font-weight: 200
}

.about-main-title h2 b {
    font-weight: 700
}

.about-main-title h2 mark,
.behid-text h2 mark {
    font-weight: 200;
    background-color: #fff0;
    padding: 0;
    color: #E92127
}

.about-short-descs {
    width: 90%
}

.full-scren-im,
.full-scren-im img {
    width: 100%
}

.about-short-descs p {
    color: #323232;
    font-size: 20px
}

.behid-text h2 {
    font-size: 4.5vw
}

.behid-text-para p {
    font-size: 20px;
    color: #323232
}

.about-gall-im-wrap {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    margin-top: 20px
}

.about-gall-im {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden
}

.about-gall-im.large img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-gall-im.small img {
    width: 100%;
    height: auto;
    object-fit: cover
}

@media (max-width:768px) {
    .about-gall-im-wrap {
        grid-template-columns: 1fr
    }
}

.fture-cont-img,
.fture-cont-img img {
    width: 95%
}

.fture-con-txt h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 500
}

.fture-con-txt p {
    font-size: 20px;
    color: #fff
}

.map-lod-cont {
    border-right: 1px solid #fff;
    padding: 15px 20px;
    margin-bottom: 60px
}

.map-lod-cont h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.map-lod-cont p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0
}

.map-lod-cont p mark {
    background-color: #fff0;
    padding: 0;
    color: #6D6D6D
}

.map-lod-cont a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 0;
    text-decoration: underline !important
}

.more-add-list .col-md-4:nth-child(3n) .map-lod-cont {
    border-right: none
}

.bg-gray {
    background: #fffdf4
}

.brochure-txt {
    padding: 20px
}

.brochure-txt p {
    color: #393939;
    font-size: 14px;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    line-height: 175.023%
}

.koil-brochur-dtl {
    float: left;
    width: 100%
}

.premium-brochur-dtls {
    float: right;
    width: 100%;
    margin-top: 20px
}

.koil-broch,
.signature-broch {
    display: flex;
    align-items: center
}

.small-tooltip {
    margin-left: 20px
}

.koil-brochur-dtl,
.premium-brochur-dtls {
    border: 2px dashed #A5A5A5;
    width: 100%;
    padding: 30px;
    max-width: 350px;
    position: relative
}

.koil-brochur-dtl::before {
    content: "01";
    position: absolute;
    right: 10px;
    color: #D6392B;
    opacity: .1;
    top: -10px;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase
}

.premium-brochur-dtls::before {
    content: "02";
    position: absolute;
    right: 10px;
    color: #D6392B;
    opacity: .1;
    top: -10px;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase
}

.koil-brochur-dtl h4,
.premium-brochur-dtls h4 {
    color: #2C2C2C;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 40px
}

.koil-brochur-dtl a,
.premium-brochur-dtls a {
    border-radius: 5px;
    border: 2px solid #BC0F00;
    background: #D6392B;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.koil-brochur-dtl a i,
.premium-brochur-dtls a i {
    margin-right: 8px
}

.bodr-title-btm {
    border-top: none;
    border-bottom: 1px solid #C9C9C9
}

.footer {
    padding: 40px 0
}

.about-koil-footer {
    display: flex;
    flex-direction: column
}

.about-koil-footer img {
    max-width: 140px
}

.about-koil-footer p {
    color: #262626;
    margin-top: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 140.023%
}

.social-handle span {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 139.023%;
    text-transform: uppercase
}

.social-handle ul {
    display: flex;
    margin-top: 10px
}

.social-handle ul li {
    margin-right: 10px
}

.social-handle ul li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    background-color: #D6392B;
    color: #fff;
    transition: 0.6s
}

.social-handle ul li a:hover {
    transform: rotate(360deg);
    transition: 0.6s
}

.footer-menu-links span {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 139.023%
}

.footer-menu-links ul li {
    position: relative;
    padding-left: 15px
}

.footer-menus-dtls ul:last-child {
    margin-left: 40px
}

.footer-menu-links ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #e31e24;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer-menu-links ul li a {
    color: #434343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 198.523%
}

.footer-menu-links ul li a:hover {
    color: #e31e24
}

.footer-menus-dtls {
    display: flex
}

.addre-dtls span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 139.023%;
    text-transform: capitalize
}

.addre-dtls a {
    font-size: 18px;
    text-decoration: underline !important;
    color: #000;
    margin-bottom: 0
}

.addre-dtls svg {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.addre-dtls svg path {
    fill: #ff3636
}

.addre-dtls p {
    color: #3D3B3B;
    margin-top: 6px;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 145%
}

.copyright-footer {
    padding: 20px 0;
    text-align: center;
    border-top: 5px solid #D3D3D3
}

.copyright-footer p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140.023%
}

.copyright-footer p img {
    width: 30px;
    border-left: 1px solid #000;
    margin-left: 8px;
    padding-left: 8px
}

.timeline-item {
    position: relative
}

.icon-notify {
    width: 45px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #aeb0b1
}

.timeline-header a {
    color: #0d6efd !important;
    margin: 0 .5rem
}

.timeline-header a:hover {
    color: #e74c3c !important
}

.timeline-item>.timeline-header {
    border-bottom: 1px solid rgb(0 0 0 / .125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px
}

.timeline-header form {
    width: fit-content !important;
    margin-left: 0 !important;
    margin-right: 1rem !important
}

.notification_list_data {
    padding-bottom: 0.75rem !important
}

.delete_not {
    background-color: #e74c3c;
    border: 2px solid #e74c3c;
    box-shadow: none;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    color: #fff;
    transition: all 0.5s ease-in-out
}

.timeline-footer a {
    position: absolute;
    top: -12px;
    right: -12px;
    width: fit-content;
    font-size: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0
}

.select_all_del {
    margin-right: .75rem
}

.delete_not:hover {
    background-color: #fff0;
    border: 2px solid #e74c3c;
    color: #e74c3c
}

.timeline-header .time {
    margin-left: auto;
    font-size: 14px
}

.timeline-header {
    border: none !important;
    display: flex;
    align-items: center
}

.btn-header-user.open_user>.header-menu-dropdown {
    display: block;
    border-radius: 11px;
    transition: opacity 0.2s, box-shadow 0.3s, border-radius 0.3s, transform 0.2s 0s ease-out;
    transform: none
}

.header-menu-button {
    background: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff0;
    background-color: #fff;
    border: none;
    height: 44px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    outline: none !important;
    background-color: #fff0;
    color: #ee3137;
    z-index: 1;
    position: relative;
    padding: 0 20px 0 8px
}

.header-menu-button>img {
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border: 1px solid #e4e4e4
}

.contract-error .signupErrorMessage_top p {
    position: relative;
    top: 0;
    text-align: left !important
}

.hot-prod-list .card {
    height: auto !important;
    min-height: 300px
}

.hot-prod-list .card img {
    max-height: none;
    width: 100%;
    height: 300px
}

.dealer-selectioin {
    color: #353535;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    margin-bottom: 15px
}

.dealer-selectioin option {
    padding: 15px 10px !important;
    color: #000 !important
}

.header-menu-dropdown {
    box-shadow: 0 0 60px 5px rgb(0 0 0 / .3);
    display: none;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    overflow: hidden;
    border-radius: 22px 22px 11px 11px;
    transition: opacity 0.2s, box-shadow 0.4s, border-radius 0.4s, transform 0s 0.2s ease-out;
    transform: translateY(10px);
    transform-origin: 0 0;
    padding-top: 44px;
    z-index: 0
}

.header-menu-dropdown .header_user_content {
    overflow: hidden;
    padding: 8px 12px 2.6666666667px;
    visibility: hidden
}

.open_user .header_user_content {
    visibility: visible
}

.header-menu-dropdown .header_user_content>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-menu-dropdown .header_user_content>ul>li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    cursor: pointer
}

.header-menu-dropdown .header_user_content>ul>li a {
    color: #000
}

.header-menu-dropdown .header_user_content>ul>li a:hover {
    color: #ee3137
}

.header-menu-dropdown>.header-menu-button {
    border: none;
    color: #000
}

.side-menu-wrap {
    width: 50%;
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 1px 5px 0 rgb(83 83 83 / .2);
    box-shadow: 0 1px 5px 0 rgb(83 83 83 / .2);
    overflow-y: auto;
    z-index: 15000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s
}

.side-menu-wrap.opened {
    left: 0;
    transition: 0.9s cubic-bezier(.18, .89, .32, 1.28);
    -webkit-transition: 0.9s cubic-bezier(.18, .89, .32, 1.28);
    -moz-transition: 0.9s cubic-bezier(.18, .89, .32, 1.28);
    -ms-transition: 0.9s cubic-bezier(.18, .89, .32, 1.28);
    -o-transition: 0.9s cubic-bezier(.18, .89, .32, 1.28)
}

.side-menu-wrap.opened::after {
    content: "";
    border-radius: 50%;
    border: 25px solid #ee313769;
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 40rem;
    left: -3rem
}

.side-menu-wrap.opened::before {
    content: "";
    border-radius: 50%;
    border: 25px solid #ee313769;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 6rem;
    right: -3rem
}

.close-icons {
    cursor: pointer
}

.side-menu-logo {
    border-bottom: 2px solid #ee3137
}

.side-menu-logo img {
    width: 75px;
    margin-left: 1rem
}

.side-menu-nav .main-menu>li {
    position: relative;
    border-bottom: 1px solid #ccc
}

.side-menu-nav .main-menu>li>a>i {
    color: #03328e
}

.side-menu-nav .main-menu .sub-menu {
    border-top: 1px solid #fe8204;
    background: #fff;
    display: none
}

.side-menu-nav .main-menu .sub-menu li {
    border-bottom: 1px solid #eee
}

.side-menu-nav .main-menu .sub-menu a {
    padding: 10px 22px;
    display: block;
    color: #212529;
    font-weight: 600;
    font-size: .9em;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s
}

.side-menu-nav .main-menu .sub-menu a i {
    color: #03328e
}

.side-menu-nav .main-menu .sub-menu~i {
    font-size: .8em;
    position: absolute;
    padding: 21px 11px;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc
}

.side-menu-nav .main-menu .sub-menu a:hover {
    background: #fffdf4
}

.side-menu-nav .main-menu>li>a {
    color: #212529;
    padding: 15px 30px 15px 10px;
    font-weight: 600;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s
}

.side-menu-wrap .side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.side-menu-close {
    height: 40px;
    width: 40px;
    background: #ee3137;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer
}

.bg-volor-close {
    background-color: #fff0;
    border-radius: 50% !important
}

.bg-volor-close span {
    background: #ee3137 !important
}

.side-menu-wrap .bg-volor-close {
    top: 1.42rem !important;
    right: 1rem !important;
    z-index: 3 !important
}

.side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s
}

.side-menu-close span:nth-child(1) {
    top: -5px
}

.side-menu-close span:nth-child(3) {
    bottom: -5px
}

.side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg)
}

.side-menu-close.closed span:nth-child(2) {
    opacity: 0
}

.side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg)
}

.custom-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / .4);
    z-index: 12500;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s
}

.custom-overlay.show {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

a {
    text-decoration: none !important
}

.follow-icons a:hover,
.contact-part a:hover {
    color: #ee3137
}

.card img {
    transition: transform 0.9s;
    height: 100%;
    width: 100%;
    min-height: 199px;
    max-height: 200px;
    border: 1px solid #e4e4e4
}

.top-header {
    background-color: #373435;
    height: 39.19px;
    display: flex;
    align-items: center
}

.top-header .container .row {
    align-items: center
}

.follow-icons span {
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
    margin-right: 10px
}

.follow-icons a {
    color: #fff;
    margin-right: 10px
}

.contact-part {
    display: flex;
    align-items: center;
    justify-content: end
}

.contact-part a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none
}

.contact-part a:nth-child(1) {
    border-right: 2px solid rgb(255 255 255 / .5);
    padding-right: 10px;
    margin-right: 10px
}

.contact-part a i {
    padding-right: 10px
}

.contact-part span {
    font-size: 14px;
    font-weight: lighter
}

header {
    -webkit-box-shadow: 0 5px 5px -1px rgb(203 203 203 / 56%);
    -moz-box-shadow: 0 5px 5px -1px rgb(203 203 203 / 56%);
    box-shadow: -2px 3px 5px 0 rgb(203 203 203 / 56%);
    background-color: #fff;
    position: sticky;
    top: 0;
    padding: .5rem 0;
    z-index: 99
}

.navbar {
    align-items: center !important;
    padding: 0 !important
}

.navbar-toggler {
    border: transparent !important;
    outline: none !important;
    box-shadow: none !important
}

.navbar-toggler:focus {
    border: transparent !important;
    outline: none !important;
    box-shadow: none !important
}

.navbar-toggler:active {
    border: transparent !important;
    outline: none !important;
    box-shadow: none !important
}

.navbar-brand img {
    width: 100%;
    max-width: 130px
}

.nav-active .nav-item .nav-link.active {
    color: #ee3137
}

.navbar-collapse .nav-active {
    border-right: 1px solid rgb(0 0 0 / .301);
    min-height: 25px;
    display: flex;
    align-items: center;
    padding-right: .5rem;
    margin-right: 1rem;
    line-height: 0
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #000
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ee3137
}

.input-box,
.input-boxside {
    position: relative;
    height: 55px;
    max-width: 55px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(.68, -.55, .265, 1.55)
}

.input-box.open {
    max-width: 350px;
    top: 4rem;
    right: 5%;
    position: absolute;
    display: flex;
    align-items: center
}

.input-boxside.opens {
    max-width: 350px;
    top: 1.5rem;
    right: 5%;
    position: absolute;
    display: flex;
    align-items: center
}

.input-box input,
.input-boxside input {
    position: relative;
    outline: none;
    border: none;
    height: 80%;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #ee3137;
    background-color: #fff
}

.input-box.open,
.input-boxside.opens {
    padding: 0 40px 0 65px
}

.icon,
.icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 60px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    cursor: pointer
}

.icon:hover i,
.icons:hover i {
    color: #ee3137
}

.input-box input,
.input-boxside input {
    background-color: #e5e5e55e;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0
}

.search-icon:hover {
    color: #ee3137
}

.close-icon:hover,
.close-icons:hover {
    color: #ee3137
}

.search-icon,
.close-icon,
.close-icons {
    position: absolute;
    top: 50%;
    font-size: 16px;
    transition: all 0.6s cubic-bezier(.68, -.55, .265, 1.55)
}

.search-icon {
    color: #000;
    transform: translateY(-50%) rotate(0)
}

.input-box.open .search-icon,
.input-boxside.opens .search-icon {
    transform: translateY(-50%) rotate(0)
}

.close-icon,
.close-icons {
    right: 0;
    color: #000;
    border-radius: 6px;
    background: #fff;
    padding: 5px 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%)
}

.input-box.open .close-icon,
.input-boxside.opens .close-icons {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) rotate(180deg)
}

.navbar-collapse .btn-header {
    display: flex !important;
    border-left: 1px solid rgb(0 0 0 / .301);
    align-items: center;
    padding-left: .5rem;
    margin-left: 0;
    height: 25px
}

.login-btn a {
    margin-right: .5rem
}

.head-button a {
    text-decoration: none;
    color: #000;
    padding-left: .5rem;
    border-radius: 5px
}

.head-button a:hover {
    color: #ee3137
}

.banner {
    position: relative
}

.banner .exp-text {
    position: absolute;
    right: 1rem;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    bottom: 0
}

.banner .exp-text a {
    background-color: #373435a8;
    border-radius: 50%;
    padding: 0;
    width: 180.91px;
    height: 180.91px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -9px 3px 15px -9px rgb(0 0 0 / 75%);
    -moz-box-shadow: -9px 3px 15px -9px rgb(0 0 0 / .75);
    box-shadow: -15px 4px 4px -9px rgb(0 0 0 / 8%);
    color: #e4c238;
    text-decoration: none;
    font-family: "Great Vibes", cursive;
    font-size: 42px;
    margin: 0 0 0 auto
}

.banner .exp-text a img {
    margin-left: .5rem
}

.slider,
.slider>div {
    background-position: center center;
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff0;
    overflow: hidden;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s
}

.slider,
.slider>div img {
    object-fit: cover
}

.banner_flex {
    display: flex;
    align-items: self-start
}

.slider_bg_img .left_banner_texts {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background: linear-gradient(321.59deg, #030303 41.98%, #5b5b5b 100%)
}

.slider_bg_img .left_banner_texts .main_box_bnr {
    width: 60%
}

.slider_bg_img .left_banner_texts .main_box_bnr p,
.slider_bg_img .left_banner_texts .main_box_bnr h2 {
    color: #fff
}

.slider_bg_img .right_banner_texts {
    width: 50%;
    background-image: url(../img/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px
}

.banner_span {
    margin-bottom: .5rem
}

.banner_heading {
    margin-bottom: 2rem;
    font-size: 36px
}

.btn_banner {
    text-align: center;
    width: fit-content;
    margin-top: 2rem
}

.btn_banner a {
    color: #fff;
    background-color: #e32125;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: .3rem 3.5rem;
    transition: all 0.5s ease-in-out
}

.btn_banner a:hover {
    background-color: #fff0;
    border: 1px solid #fff;
    color: #fff
}

.slider>div {
    position: absolute
}

.slider>i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: 0.3s;
    width: 15px;
    height: 15px;
    padding: 1rem;
    background: rgb(255 255 255 / 61%);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 50%;
    z-index: 4
}

.slider>i svg {
    margin-top: 0
}

.slider>.left {
    left: -100px
}

.slider>.right {
    right: -100px
}

.slider:hover>.left {
    left: 0
}

.slider:hover>.right {
    right: 0
}

.slider>i:hover {
    background: #fff;
    background: rgb(255 255 255 / .8);
    transform: translateX(-2px)
}

.slider>i.right:hover {
    transform: translateX(2px)
}

.slider>i.right:active,
.slider>i.left:active {
    transform: translateY(1px)
}

.slider:hover>div {
    transform: scale(1.01)
}

.hoverZoomOff:hover>div {
    transform: scale(1)
}

.slider>ul {
    position: absolute;
    bottom: 10px;
    left: 6rem;
    z-index: 4;
    padding: 0;
    margin: 0;
    bottom: 4%
}

.slider>ul>li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 5px 0;
    cursor: pointer;
    border: 6px solid #a8a8a8;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.slider>ul>.showli {
    background-color: #000;
    -moz-animation: boing 0.5s forwards;
    -o-animation: boing 0.5s forwards;
    -webkit-animation: boing 0.5s forwards;
    animation: boing 0.5s forwards;
    border: 6px solid #ee3137
}

.slider>ul>li:hover {
    background-color: #000;
    border: 6px solid #ee3137
}

.slider>.show {
    z-index: 1
}

.hideDots>ul {
    display: none
}

.showArrows>.left {
    left: 0
}

.showArrows>.right {
    right: 0
}

.titleBar {
    z-index: 2;
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: 0.3s;
    color: #fff
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(.37, .31, .2, .85) 200ms;
    opacity: 0
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px)
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%)
}

.slider>div span {
    display: block;
    background: rgb(0 0 0 / .5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%
}

@keyframes boing {
    0% {
        transform: scale(1.2)
    }

    40% {
        transform: scale(.6)
    }

    60% {
        transform: scale(1.2)
    }

    80% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

.about_data {
    display: flex;
    align-items: center
}

.home_abouts {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: fit-content;
    padding: 5rem 0
}

.home_abouts::before {
    content: "";
    width: 35%;
    height: 669px;
    background: linear-gradient(221.96deg, #d9dada 10.94%, #ebecec 60.65%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.home_abouts::after {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    right: -15%;
    border-radius: 50%;
    border: 100px solid #e32125;
    z-index: -1
}

.heading_sec {
    width: 40%
}

.about_right_sec_img {
    width: 60%
}

.about_right_sec_img img {
    width: 100%
}

.heading_sec h3 {
    margin-bottom: 2rem;
    font-size: 32px
}

.tab_btn_pos_cont {
    width: 60%
}

.tab_btn_pos_cont h3 {
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.tab_btn_pos_cont p {
    color: #fff;
    margin-bottom: 2rem
}

.range_cont {
    display: flex;
    align-items: center;
    position: relative
}

.product_range_left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background: linear-gradient(321.59deg, #030303 41.98%, #5b5b5b 100%)
}

.tab_btn_pos {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.tab_btn_pos button {
    border: 1.2px solid #d9dada;
    border-radius: 10px;
    color: #fff;
    background-color: #fff0;
    width: 48%;
    height: 141px;
    transition: all 0.5s ease-in-out
}

.tab_btn_pos button:hover {
    background-color: #e32125;
    color: #fff
}

.tab_btn_pos button:focus {
    background-color: #e32125;
    color: #fff
}

#image_0,
#image_1,
#image_2,
#image_3 {
    display: none
}

.product_range_right {
    width: 50%;
    background-image: url(../img/materials-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e3db;
    flex-direction: column
}

.product_range_right h3 {
    margin-bottom: 3rem
}

.content_tab_img div {
    text-align: center
}

.content_tab_img div img {
    width: 80%
}

.brochure {
    position: relative
}

.brochure::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -7%;
    top: -7rem;
    border-radius: 50%;
    border: 40px solid #e32125;
    z-index: -1
}

.card_broucher {
    background: linear-gradient(168deg, #c5c6c6 10.94%, #ebecec 95.4%);
    padding: 1rem 0
}

.row_div {
    justify-content: center
}

.card-body_btn h4 {
    font-weight: 400;
    margin-bottom: 2rem
}

.card-body_btn a {
    background: #e32125;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: .5rem 1.5rem;
    color: #fff;
    transition: all 0.5s ease-in-out
}

.card-body_btn a:hover {
    background-color: #fff0;
    color: #000;
    border: 1px solid #000
}

.inner_comf_cont .hot_card .card {
    min-height: 290px;
    height: 390px
}

.comfort {
    background-image: url(../img/comfort-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.comfort::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    opacity: .8
}

.card_link {
    color: #000;
    border-radius: 10px;
    margin-bottom: 20px
}

.card_link:hover {
    color: #ee3137
}

.comfort_cont {
    text-align: center
}

.sect_content {
    position: relative
}

.white-title .title_top_section {
    color: #fff
}

.white-title .title_section {
    color: #fff
}

.white-title .title_section .last-char {
    color: #ee3137
}

.hover_card_img {
    overflow: hidden
}

.comfort_cont .card {
    margin: 0 auto;
    min-height: 280px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
}

.comfort_cont .card img {
    max-height: 300px;
    min-height: 300px;
    height: 100%
}

.card-text {
    color: #373435;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.comfort_left_cont.inner_comf_cont,
.comfort_cont.inner_comf_cont {
    justify-content: center
}

.view_all_white {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.view_all_white:hover {
    color: #ee3137
}

.view_all_white span i,
.view_all_black span i,
.read_more span i {
    transition: 0.8s
}

.view_all_white:hover span i,
.view_all_black:hover span i,
.read_more:hover span i {
    top: 35%;
    transition: 0.8s
}

.view_all_white span {
    color: #000;
    background-color: #ee3137;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    position: relative
}

.view_all_white span i {
    font-size: 30px;
    position: absolute;
    left: -4%
}

section.product__list__page {
    height: 150px;
    background-color: #fff0
}

.bnr_search {
    width: 40%;
    height: auto;
    background-color: #fff;
    border-radius: 4rem;
    padding: .3rem;
    -webkit-box-shadow: 0 0 7px 4px rgb(230 230 230 / .5);
    -moz-box-shadow: 0 0 7px 4px rgb(230 230 230 / .5);
    box-shadow: 0 0 7px 4px rgb(230 230 230 / .5)
}

.search__box[class="search__box"] {
    padding-left: 1rem;
    font-size: 1rem
}

.search__box {
    float: left;
    width: 0;
    height: 3rem;
    background: none;
    color: #ee3137;
    font-size: 1.5rem;
    border-radius: 2rem;
    outline: none;
    border: none;
    position: relative;
    opacity: 1;
    transition: all 0.75s ease-in;
    cursor: pointer
}

.search__icon {
    box-sizing: border-box;
    float: right;
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    color: #ee3137;
    transition: all 0.25s ease-in;
    padding: .7rem;
    border-radius: 50%
}

.bnr_search:hover>.search__box {
    width: 90%
}

.bnr_search:hover>.search__icon {
    background-color: #eee
}

.search__box:focus {
    width: 90%
}

.search__box:active {
    width: 90%
}

.bnr_search:focus>.search-icon {
    background-color: #eee
}

.showw {
    width: 90%;
    font-size: 1rem;
    padding: 0 1rem;
    border: 1px solid #fff0
}

.hot_prodcuts {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 700px;
    background-image: url(../img/dash.svg);
    background-position: -38rem 37.4rem;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%
}

.hot_pro_cont::before {
    content: url(../img/bg-shape.png);
    position: absolute;
    top: -20rem;
    right: 0;
    z-index: -1
}

.hot_pro_cont::after {
    content: url(../img/bg-shape2.png);
    position: absolute;
    bottom: -3.2rem;
    left: 0;
    z-index: -1;
    transform: translate(20deg);
    transform: rotate(-6deg)
}

.hot_pro_text .card-text {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hot_pro_text {
    text-align: left
}

.hot_pro_text .card-text a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-info-dtls {
    padding: 0 20px 10px
}

.product-info-dtls li {
    margin-bottom: 8px;
    align-items: center
}

.custom-select-bx {
    width: 75%;
    position: relative
}

@media only screen and (max-width:1441px) {
    .custom-select-bx {
        width: 75%;
        position: relative;
    }

    .detail-page-card .product-info-dtls li span {
        text-transform: capitalize;
        margin-right: 10px;
        font-size: 14px;
        color: #7c7c7c;
        text-align: left;
        width: 40%;
    }

    .detail-page-card .product-info-dtls li p {
        font-size: 14px;
        margin-bottom: 0;
        color: #000;
        width: 60%;
    }
}

@media only screen and (max-width:1301px) {
    .custom-select-bx {
        width: 50%;
        position: relative;
    }

    .detail-page-card .product-info-dtls li span {
        text-transform: capitalize;
        margin-right: 10px;
        font-size: 14px;
        color: #7c7c7c;
        text-align: left;
        width: 50%;
    }

    .detail-page-card .product-info-dtls li p {
        font-size: 14px;
        margin-bottom: 0;
        color: #000;
        width: 50%;
    }
}

@media only screen and (max-width:769px) {
    .custom-select-bx {
        width: 50%;
        position: relative;
    }

    .detail-page-card .product-info-dtls li span {
        text-transform: capitalize;
        margin-right: 10px;
        font-size: 14px;
        color: #7c7c7c;
        text-align: left;
        width: 50%;
    }

    .detail-page-card .product-info-dtls li p {
        font-size: 14px;
        margin-bottom: 0;
        color: #000;
        width: 50%;
    }
}

.custom-select-bx i {
    font-size: 18px;
    color: #78909c;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.product-info-dtls li select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.product-info-dtls li select {
    width: 100%;
    padding: 8px 25px 8px 10px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    font-size: 16px
}

.detail-page-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px !important
}

.tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #e4e4e4
}

.tabs>li {
    transition-duration: 0.25s;
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.tabs>li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.15s
}

.tabs>li:hover:before {
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}

.tabs>li.active {
    color: #fff;
    z-index: 10
}

.tabs>li.active:before {
    transition-duration: 0.5s;
    background-color: #e31e24;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tab__content {
    background-color: #fff;
    position: relative;
    width: 100%;
    border-radius: 5px
}

.tab__content>li {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: none;
    list-style: none
}

.tab__content>li .content__wrapper {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding: 45px 40px 40px 40px;
    background-color: #fff
}

.product-info-dtls li span {
    text-transform: capitalize;
    margin-right: 10px;
    font-size: 18px;
    color: #000000;
    text-align: left;
    width: 35%
}

.product-info-dtls li p {
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    width: 75%;
}

.product-info-dtls li {
    width: 100%;
    display: flex
}

.hot_pro_text a {
    color: #D6392B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

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

.hot_prodcuts .card-slider {
    width: 80%;
    float: left
}

.view_all_black {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0 !important
}

.view_all_black:hover {
    color: #ee3137
}

.view_all_black span {
    color: #fff;
    background-color: #ee3137;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative
}

.view_all_black span i {
    font-size: 16px;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translateX(-50%)
}

.view_all_black1 {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0 !important
}

.view_all_black1:hover {
    color: #ee3137
}

.view_all_black1 span {
    color: #fff;
    background-color: #ee3137;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative
}

.view_all_black1 span i {
    font-size: 16px;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translateX(-50%)
}

.inner-link-redire i {
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important
}

.card-slider .slick-arrow {
    display: none !important
}

.new_tag {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0
}

.hot_pro_cont .card {
    min-height: 340px !important;
    overflow: hidden;
    border: 1px solid #dbdbdb
}

.slick-dots {
    bottom: -40px !important
}

.slick-dots li {
    width: 30px !important
}

.slick-dots li button {
    border: 1px solid #a3a3a3 !important;
    border-radius: 2px;
    padding: 0 !important;
    height: 5px !important;
    background-color: transparent !important;
    width: 30px !important
}

.slick-dots li button:before {
    content: "-" !important;
    height: 5px !important;
    background-color: #ee3137;
    border-radius: 2px;
    width: 30px !important;
    opacity: 0 !important
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important
}

.hot_pro_text p {
    text-align: left
}

.card_arrow {
    position: absolute;
    background-color: #ee3137;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    right: -10px;
    bottom: -10px
}

.hot_card:hover .card_arrow::before {
    width: 70px;
    height: 70px
}

.card_arrow::before {
    content: "";
    position: absolute;
    top: -10px;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #ee31374a;
    right: 0;
    transition: 0.5s
}

.card_link:hover .hot_pro_text p {
    color: #ee3137
}

.card_arrow i {
    position: absolute;
    bottom: 1rem;
    right: 1.2rem;
    color: #fff;
    font-size: 24px
}

.dash_brdr {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center
}

.achivements {
    background: linear-gradient(321.59deg, #000000 29.57%, #5b5b5b 100%);
    padding: 2rem 0
}

#counter {
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 2rem
}

#counter li {
    text-align: center;
    font-size: 42px;
    background: linear-gradient(145.26deg, #c5c6c6 34.88%, #ebecec 87.68%);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    transition: all 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#counter span.percent:after {
    content: "%";
    display: inline-block
}

#counter span.plush:after {
    content: "+";
    display: inline-block
}

#counter span {
    font-size: 42px
}

#counter p {
    font-size: 14px;
    width: 70%
}

#counter li:hover {
    background: linear-gradient(145.26deg, #e32125 35.21%, #f08365 87.68%);
    border: 1px solid #fff;
    color: #fff
}

.align_counter {
    align-items: center
}

.left_achivements {
    width: 50%
}

.left_achivements h3 {
    margin-bottom: 2rem;
    color: #fff
}

.left_achivements p {
    margin-bottom: 0rem;
    color: #fff
}

.right_counter {
    width: 50%
}

img.vert-move {
    -webkit-animation: mover 2.5s infinite alternate;
    animation: mover 2.5s infinite alternate
}

img.vert-move {
    -webkit-animation: mover 2.5s infinite alternate;
    animation: mover 2.5s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(25px)
    }

    100% {
        transform: translateY(50px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(25px)
    }

    100% {
        transform: translateY(50px)
    }
}

img.vert-move2 {
    -webkit-animation: movers 2.5s infinite alternate;
    animation: movers 2.5s infinite alternate
}

img.vert-move2 {
    -webkit-animation: movers 2.5s infinite alternate;
    animation: movers 2.5s infinite alternate
}

@keyframes movers {
    0% {
        transform: translateY(25px)
    }

    100% {
        transform: translateY(-50px)
    }
}

@keyframes movers {
    0% {
        transform: translateY(25px)
    }

    100% {
        transform: translateY(-30px)
    }
}

.name {
    display: flex;
    align-items: center
}

.download_apk {
    background-color: #f9f9f9;
    position: relative;
    z-index: 0;
    padding-bottom: 7rem
}

.main_con_apk {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 5rem
}

.main_con_apk .mobile_img {
    width: 100%;
    position: relative
}

.main_con_apk .mobile_img .name img {
    width: 150px
}

.pulsating-circle {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 170px;
    height: 170px;
    z-index: -1
}

.puls_two {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 150px;
    height: 150px;
    z-index: -1
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 50%;
    background-color: #ee3137;
    animation: pulse-ring 1.5s cubic-bezier(.215, .61, .355, 1) infinite
}

.pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ee3137;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / .3);
    animation: pulse-dot 2s cubic-bezier(.455, .03, .515, .955) -0.4s infinite
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }

    80%,
    100% {
        opacity: 0
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

.apk_det h2 {
    font-size: 46px;
    font-weight: 700
}

.apk_det h4 {
    font-size: 36px;
    font-weight: 700
}

.apk_b2b {
    display: flex;
    align-items: center;
    margin-top: 1rem
}

.apk_b2b span {
    background-color: #ee3137;
    height: 2px;
    width: 10px;
    margin: 0 .5rem
}

.apk_det p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 2rem
}

.scan_apk {
    display: flex;
    align-items: center;
    margin-top: 1rem
}

.scan_apk img {
    margin-right: 1rem;
    width: 10%
}

.scan_apk a img {
    width: 75%
}

.footer {
    background-color: #FFFEF0;
    padding: 60px 0 0;
    background-image: url(../img/Clip-path-group.svg);
    background-position: top right;
    background-repeat: no-repeat
}

@media (max-width: 600px) {
    .footer {
        background-size: 50%;
        /* Adjust the percentage as needed for a smaller image */
    }
}

.about-cont-foot {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-cont-foot .mob-down {
    margin: 3rem 0
}

.contact-num a {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.social-cone ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 15px 0
}

.footer-menu-links {
    width: 100%
}

.footer-menus-dtls ul {
    width: 50%;
    margin-bottom: 5px
}

.footer-menus-dtls ul li a {
    font-size: 18px
}

.addre-dtls {
    width: 48%
}

.add-dtls-con {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-cone ul li {
    margin-right: 10px
}

.about-cont-foot h3 {
    font-size: 1.5vw;
    line-height: 2.2vw
}

.mob-down p {
    font-size: 1.2vw;
    margin-bottom: 0
}

.mob-down .d-flex {
    margin: 12px 0
}

.addre-dtls p {
    font-size: 1vw;
    line-height: 30px
}

.last_address {
    display: none
}

.heading_footer h6 {
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1rem
}

.footer_cont {
    display: flex;
    margin-bottom: 0rem
}

.footer_cont i {
    color: #ee3137;
    margin-right: 1rem;
    font-size: 20px
}

.footer_cont .contact_det h6 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.footer_cont .contact_det a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.footer_cont .address_det h6 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.footer_cont .address_det p {
    color: #000;
    text-decoration: none;
    font-size: 14px
}

.footer_nav {
    padding-left: 0
}

.footer_nav li {
    padding-bottom: .4rem
}

.footer_nav li a {
    text-decoration: none;
    color: #5b5b5b;
    position: relative;
    padding-bottom: .2rem;
    font-weight: 400;
    font-size: 14px
}

.footer_nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #ee3137;
    transition: width 0.3s
}

.footer_nav li a:hover::before {
    width: 30px
}

.footer_cont a img {
    width: 50%
}

.footer_cont .apk_b2b {
    color: #fff;
    margin-top: 0
}

.footer_cont .apk_b2b span {
    background-color: #fff;
    height: 2px;
    width: 10px;
    margin: 0 .5rem
}

.bottom_footer {
    text-align: center
}

.footer_logo img {
    width: 70%
}

.footer_det p {
    margin-top: 1rem;
    margin-bottom: 0rem
}

.footer_det p a {
    color: #ee3137;
    text-decoration: none
}

.comp span {
    font-size: 14px
}

.comp span a {
    color: #ee3137;
    text-decoration: none
}

.modal .login_popup {
    width: 100%;
    max-width: fit-content
}

.signup_popup {
    max-width: 60%
}

#signupForm {
    padding: 10px 30px 0 20px;
    max-height: 500px;
    overflow-y: auto
}

.login_popup .modal-body,
.signup_popup .modal-body {
    padding: 0
}

.left_login_im {
    background-color: #373435;
    float: left;
    width: 100%;
    height: 100%
}

.left_signup_im {
    background-color: #373435;
    height: 100vh;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    float: left
}

.left_login_im img {
    width: 490px
}

.payment-info-pop {
    padding: 0 20px
}

.payment-process-pop .modal-content {
    width: 30rem !important
}

.right_login_det,
.right_signup_det {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 30px
}

.loginErrorMessage_top,
.signupErrorMessage {
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center
}

.loginErrorMessage,
.signupErrorMessage {
    margin-bottom: 0;
    position: relative;
    top: 0;
    color: #ee3137
}

.signup_welcome h5 {
    position: absolute;
    right: 25rem;
    top: .5rem;
    text-transform: uppercase;
    background-color: #373435;
    padding: .5rem 1rem;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff
}

.welcome_head h5 {
    position: absolute;
    right: 19rem;
    top: .5rem;
    text-transform: uppercase;
    background-color: #373435;
    padding: .5rem 1rem;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff
}

.login_title {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.right_login_det>.forget-title {
    width: 325px;
    padding-top: 0rem
}

form .otp_field {
    width: 100%;
    display: flex;
    justify-content: space-around
}

form .otp_field input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none
}

.forgot_pass_text_align {
    text-align: left !important
}

.enter_otp_text_align {
    text-align: left !important
}

.change_password_text_align {
    text-align: left !important
}

.signip_title {
    width: 435px;
    margin-top: 1rem;
    padding-top: 2rem
}

.signip_title form h5 {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 2
}

.login_title h5 {
    text-align: left;
    font-size: 28px;
    font-weight: 800
}

.pass-filed i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #5b5b5b
}

input,
textarea {
    width: 100%;
    padding: 10px 0;
    background: #fff0;
    border: none;
    color: #000 !important;
    outline: none;
    font-size: 14px;
    font-weight: 600
}

form#myForm {
    margin: 25px 0 0
}

.from-inputs:last-child {
    margin-bottom: 10px
}

.line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #BCBCBC
}

.line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e31e24;
    transition: ease .6s
}

input:focus+.line-box .line {
    width: 100%
}

.label-txt {
    position: absolute;
    top: 10px;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
    transition: ease .3s;
    margin-bottom: 0;
    font-weight: 500
}

.label-active {
    top: -1em;
    font-weight: 400;
    color: #8e8e8e
}

.from-inputs {
    margin-bottom: 25px;
    width: 100%
}

.from-inputs label {
    position: relative;
    width: 100%
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
}

.form-inline>.form-group,
.form-inline>.btn {
    display: inline-block;
    margin-bottom: 0
}

.form-help {
    margin-top: .125rem;
    margin-left: .125rem;
    color: #b3b3b3;
    font-size: .8rem
}

.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    width: 100%
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem
}

.form-radio .form-help {
    padding-top: .25rem;
    margin-top: -1rem
}

.form-group input {
    height: 1.9rem
}

.form-group textarea {
    resize: none
}

.form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: .125rem .125rem .0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none
}

.form-group .control-label {
    position: absolute;
    top: .25rem;
    left: 0;
    pointer-events: none;
    padding-left: .125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: 400;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease
}

.form-group .bar {
    position: relative;
    border-bottom: .0625rem solid #999;
    display: block
}

.form-group .bar::before {
    content: "";
    height: .125rem;
    width: 0;
    left: 50%;
    bottom: -.0625rem;
    position: absolute;
    background: #ee3137;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2
}

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: .125rem .125rem .0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: #fff0;
    line-height: 1.9;
    color: #fff0;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none
}

.form-group input[type="file"] {
    line-height: 1
}

.form-group input[type="file"]~.bar {
    display: none
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333
}

.login_popup .modal-content {
    width: 55rem
}

.slide {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #000
}

.slide>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    animation: slide 15s infinite;
    opacity: 0
}

.slide>div:nth-child(2) {
    animation-delay: 5s
}

.slide>div:nth-child(3) {
    animation-delay: 8s
}

@keyframes slide {
    10% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    30% {
        opacity: .5
    }

    40% {
        transform: scale(1.1)
    }
}

.form-floating .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0
}

.form-floating>label {
    padding-left: 0 !important
}

.form-floating .bar {
    position: relative !important;
    border-bottom: .0625rem solid #999 !important;
    display: block !important
}

.form-floating .bar::before {
    content: "" !important;
    height: 0.125rem !important;
    width: 0 !important;
    left: 50% !important;
    bottom: -0.0625rem !important;
    position: absolute !important;
    background: #ee3137 !important;
    -webkit-transition: left 0.28s ease, width 0.28s ease !important;
    transition: left 0.28s ease, width 0.28s ease !important;
    z-index: 2 !important
}

.form-floating select:focus~.bar::before,
.form-floating input:focus~.bar::before,
.form-floating textarea:focus~.bar::before {
    width: 100% !important;
    left: 0 !important
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1 !important;
    color: #818181 !important;
    transform: scale(.8) translateY(-.75rem) translateX(.15rem) !important
}

.form-floating .form-control:focus {
    color: #212529;
    background-color: #fff0;
    outline: 0;
    box-shadow: none
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none
}

.form-group select:focus~.control-label,
.form-group input:focus~.control-label,
.form-group textarea:focus~.control-label {
    color: #ee3137
}

.form-group select:focus~.bar::before,
.form-group input:focus~.bar::before,
.form-group textarea:focus~.bar::before {
    width: 100%;
    left: 0
}

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.radio {
    margin-bottom: 1rem
}

.radio .helper {
    position: absolute;
    top: -.25rem;
    left: -.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999
}

.radio .helper::before,
.radio .helper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: .25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: .125rem solid currentColor
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #ee3137;
    border-color: #ee3137
}

.radio label:hover .helper {
    color: #ee3137
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.radio input:checked~.helper::before {
    color: #ee3137
}

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: .125rem solid currentColor;
    border-radius: .0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: .2rem;
    background-color: #ee3137;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: .25rem;
    content: "";
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0
}

.checkbox .helper::before {
    top: .65rem;
    left: .38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 .0625rem #fff
}

.checkbox .helper::after {
    top: .3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.checkbox label:hover .helper {
    color: #ee3137
}

.checkbox input:checked~.helper {
    color: #ee3137
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease
}

.checkbox input:checked~.helper::after {
    height: .5rem
}

.checkbox input:checked~.helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: 1rem
}

.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
    color: #ee3137
}

.has-error.form-group .form-help,
.has-error.form-group .helper,
.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.radio .form-help,
.has-error.radio .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #ee3137
}

.has-error .bar::before {
    background: #ee3137;
    left: 0;
    width: 100%
}

.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #ee3137;
    margin: 3rem 0;
    padding: .75rem 3rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / .14), 0 3px 1px -2px rgb(0 0 0 / .2), 0 1px 5px 0 rgb(0 0 0 / .12)
}

.button span {
    color: #fff;
    position: relative;
    z-index: 1
}

.button::before {
    content: "";
    position: absolute;
    background: #071017;
    border: 50vh solid #ee3137;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.button:hover {
    color: #ee3137;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / .14), 0 1px 18px 0 rgb(0 0 0 / .12), 0 3px 5px -1px rgb(0 0 0 / .2)
}

.button:active::before,
.button:focus::before {
    -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0
}

.button:focus {
    outline: none
}

input[type="password"]::-ms-reveal {
    display: none
}

.eye_toggle {
    background: none;
    border: none;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 1.2rem;
    z-index: 0
}

.eye_toggle i {
    color: #b3b3b3
}

.eye_toggle:hover i {
    color: #ee3137
}

.login_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    padding: 17px;
    border-radius: 5px;
    border: 1px solid #fff0;
    background-color: #e31e24;
    color: #fff;
    width: 100%;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

.login_btn button:hover {
    background-color: #fff0;
    border: 1px solid #e31e24;
    color: #e31e24
}

.login_btn .new_account {
    text-align: center;
    display: block;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.login_btn .new_account a:hover {
    color: #ee3137
}

.login_btn .forgot_pswrd {
    text-align: right;
    color: #373737;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    float: right;
    margin-bottom: 25px
}

.login_btn .forgot_pswrd:hover {
    color: #ee3137
}

.login_btn .btn_forget {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    padding: 17px;
    border-radius: 25px;
    border: #fff0;
    background-color: #373435;
    color: #fff;
    width: fit-content;
    height: 35px;
    transition: 0.5s ease;
    text-transform: uppercase;
    border: 1px solid #373435;
    font-size: 18px;
    font-weight: 500
}

.login_btn .btn_forget:hover {
    background-color: #fff0;
    border: 1px solid #373435;
    color: #373435
}

.login_popup_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background-color: #fff0;
    opacity: .5;
    z-index: 999
}

.login_popup_close i {
    font-size: 24px
}

.login_popup_close:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none
}

.login_popup_close:hover {
    color: #ee3137 !important;
    text-decoration: none;
    opacity: 0.75 !important
}

.check_box {
    display: flex;
    align-items: center
}

.check_box input {
    margin-right: .7rem
}

.form-group {
    margin-bottom: 2rem
}

.check_box .form-check-input {
    border-radius: 2px;
    border: 2px solid #373435;
    height: 20px;
    width: 20px;
    margin-top: 0;
    cursor: pointer;
    padding: 0
}

.form-check-input:checked {
    background-color: #ee3137 !important;
    border-color: #ee3137 !important
}

.form-check-input:focus {
    border-color: #ee313783 !important;
    box-shadow: 0 0 0 .25rem rgb(233 38 38 / .25) !important
}

.searchButton {
    position: absolute;
    right: .8rem;
    float: right;
    top: 10px;
    border: #fff0;
    background: #fff0
}

.search-add-input {
    padding-right: 40px
}

.searchButton i {
    color: #b3b3b3
}

.searchButton:hover i {
    color: #ee3137
}

.control-label span {
    color: #ee3137
}

form label {
    text-transform: capitalize
}

.login_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: auto;
    margin-right: auto
}

.login_link .new_account {
    margin-top: 0;
    padding-left: 7px;
    margin-left: 0;
    margin-right: 0
}

.comfort_cont_purchase .card {
    height: auto;
    min-height: 180px;
    padding-bottom: 1rem
}

.inner_banner {
    height: auto;
    background-color: #EDEADC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22rem;
    padding-top: 2%;
    position: relative;
    overflow: hidden
}

.banner-bg-img img {
    width: 25%;
    height: 100%
}

.banner-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    top: 0
}

.inner_banner .inner_pages {
    text-align: center;
    z-index: 99
}

.bottom-white-part {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 64px;
    overflow: hidden
}

.bottom-white-part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
    /* border-radius: 50%; */
    transform: scaleX(1.07);
    background-color: #fff
}

.inner_banner .inner_pages .breadcrumb_banner p {
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.breadcrumb_banner span {
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    display: block;
    margin: 0 10px
}

.breadcrumb_banner {
    display: flex;
    align-items: center;
    justify-content: center
}

.breadcrumb_banner p a {
    color: #E31E24;
    font-weight: 500
}

.inner_banner .inner_pages h2,
.inner_banner .inner_pages h1 {
    font-size: 40px;
    color: #000000;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    padding-bottom: 1rem;
    padding-top: 1.6rem;
    text-transform: uppercase
}

.add-prod-cart-bx .add-cart {
    display: block;
    border-top: 1px dashed #e4e4e4;
    text-align: center;
    padding-top: 20px
}

.add-prod-cart-bx .add-cart p {
    color: #e31e24
}

.add-prod-cart-bx .add-cart .qty-container {
    margin-right: 0
}

.cate-pro-title-txt {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cate-pro-title-txt h3 {
    width: 80%
}

.brochure-video-urls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 15px;
    right: 15px
}

.brochure-video-urls a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    background-color: #e8e8e8;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #e31e24;
    justify-content: center
}

.brochure-video-urls a:last-child {
    margin-right: 0
}

.qunty-title-txt {
    margin-bottom: 15px
}

.product-info-dtls li:last-child {
    margin-bottom: 0
}

.qunty-title-txt h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.add-cart .error_msg {
    color: #e31e24;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 14px
}

.qty-btm-part .add-to-cart {
    padding: 12px 20px
}

.qunty-title-txt p {
    color: #fe8204;
    font-size: 14px;
    text-transform: capitalize
}

.add-prod-cart-bx .qty-container {
    margin-right: 10px
}

.add-prod-cart-bx .qty-container input {
    margin: 0 5px
}

.add-prod-cart-bx {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px
}

.add-prod-cart-bx .popup {
    margin-top: 10px;
    width: 100%
}

.offer_card_design {
    transform: none !important;
    background-image: url(../img/comfort-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 200px !important;
    width: 60%;
    margin: 0 auto;
    border-radius: 15px !important;
    overflow: hidden
}

.offer_card:hover .offer_card_design {
    transform: scale(1.1) !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important
}

.offer_card_design::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0
}

.card-img-overlay {
    display: flex;
    align-items: center;
    justify-content: center
}

.card-img-overlay .card-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 1rem
}

.card-img-overlay .card-text {
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.card-img-overlay .brd-btm {
    border-bottom: 2px solid #ee3137;
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.boxes ul {
    display: block;
    width: 100%;
    height: inherit
}

.boxes ul {
    list-style-type: none
}

.boxes li:nth-child(1) {
    position: absolute;
    left: 10%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 10px solid #e31e24
}

.boxes li:nth-child(2) {
    position: absolute;
    left: 30%;
    height: 45px;
    width: 45px;
    background: rgb(255 255 255 / .2)
}

.boxes li:nth-child(3) {
    position: absolute;
    left: 50%;
    height: 70px;
    width: 70px;
    background: rgb(255 255 255 / .2)
}

.boxes li:nth-child(4) {
    position: absolute;
    left: 80%;
    height: 20px;
    width: 20px;
    background: rgb(255 255 255 / .2)
}

.boxes li {
    animation: animate 15s linear 1s infinite
}

@keyframes animate {
    from {
        transform: translateY(+1500%) rotate(180deg)
    }

    to {
        transform: translateY(-150%) rotate(360deg)
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

.page-loaded .fade-in,
.page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}

.inner_title_section {
    font-weight: bolder;
    font-size: 24px;
    padding-top: 7px;
    margin: 0;
    color: #373435
}

.new_tag_product {
    position: absolute;
    width: 35px;
    top: 0;
    left: 0;
    z-index: 2
}

.pro_det_img {
    width: 30%;
    overflow: hidden;
    height: 220px;
    border-radius: 7px;
    border: 1px solid #e4e4e4
}

.parent-cate-info-dtls {
    width: 100%;
    text-align: center
}

.parent-cate-img img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    max-width: 300px;
    min-width: 295px;
    min-height: 295px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4
}

.parent-cate-img h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px
}

.parent-cate-img p {
    font-size: 14px;
    color: #e31e24;
    text-transform: capitalize
}

.detail-page-card img {
    min-height: 295px;
    max-height: 300px;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 100%
}

.detail-page-card .hover_card_img {
    overflow: visible
}

.detail-page-card {
    height: 100% !important;
    border-radius: 0
}

.pro_det_right {
    width: 70%;
    padding: 20px
}

.cart_price_det.bottom-cart-dtls {
    display: flex;
    align-items: center
}

.bottom-cart-dtls div {
    display: flex;
    align-items: center;
    margin-right: 12px;
    font-size: 12px
}

.bottom-cart-dtls div h6 {
    margin-bottom: 0;
    margin-right: 5px
}

.details .pro_det_img img {
    width: 100%;
    height: -webkit-fill-available;
    height: 100%;
    max-height: 220px
}

.pro_det_img img {
    width: 100%;
    height: -webkit-fill-available
}

.price_det {
    display: block;
    text-align: right
}

.top_part_det {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.top_part_det h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.prod-title-remove {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bottom_part_det.cart_size {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price_det div {
    display: flex;
    align-items: baseline;
    justify-content: end;
    margin-right: 0
}

.price_det div h5 {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.price_det div h6 {
    margin-bottom: 0;
    margin-right: 4px;
    text-transform: uppercase;
    font-size: 14px
}

.price_det div .pro_price {
    font-size: 16px;
    font-weight: 700
}

.del_price {
    color: #ee3137;
    position: relative;
    width: fit-content
}

.del_price::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ee3137;
    position: absolute;
    top: 10px;
    left: 0
}

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

.head_spec h3 {
    font-size: 1.3rem
}

.broucher_icon img,
.youtube_icon img {
    width: 25px
}

.broucher_icon {
    margin-right: .5rem
}

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

.broucher_icon a,
.youtube_icon a {
    background-color: #fff;
    border: 2px solid #373435;
    border-radius: 7px;
    padding: 6px 6px;
    width: 50%;
    overflow: hidden
}

.broucher_icon a:hover,
.youtube_icon a:hover {
    -webkit-box-shadow: 0 2px 11px 2px rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 2px 11px 2px rgb(0 0 0 / 19%);
    box-shadow: 0 2px 11px 2px rgb(0 0 0 / 19%)
}

.spec_det {
    width: 70%
}

.order-history-tabs {
    width: 100%
}

.spec_det div {
    display: flex;
    align-items: center;
    clear: both;
    margin-bottom: 5px;
    width: 100%
}

.bottom_part_det .spec_det div p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    width: 20%;
    position: relative;
    color: #000;
}

.top_prt_prd {
    display: flex;
    width: 100%
}

.top_prt_left {
    position: relative;
    top: .7rem
}

.top_prt_right {
    text-align: left
}

.top_prt_right h5 {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 18px
}

.wrap {
    position: absolute;
    top: 0;
    width: 100px;
    left: 0
}

.select-text {
    position: relative;
    background-color: #fff0;
    width: 250px;
    padding: 17px 10px 5px 7px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / .12)
}

.select-text:focus {
    outline: none;
    border-bottom: 1px solid #fff0
}

.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select-label {
    color: rgb(0 0 0 / .5);
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 17px;
    transition: 0.2s ease all
}

.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: #ee3137;
    top: -14px;
    transition: 0.2s ease all;
    font-size: 18px;
    font-weight: 700
}

.select-bar {
    position: relative;
    display: block;
    width: 250px
}

.select-bar:before,
.select-bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ee3137;
    transition: 0.2s ease all
}

.select-bar:before {
    left: 50%
}

.select-bar:after {
    right: 50%
}

.select-text:focus~.select-bar:before,
.select-text:focus~.select-bar:after {
    width: 50%
}

.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.btm_prt_prd {
    display: flex;
    justify-content: space-between
}

.btm_for_prd {
    text-align: left;
    margin-top: 1rem
}

.btm_for_prd h5 {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 18px
}

.btm_for_prd p span {
    color: #ee3137;
    font-size: 12px;
    font-weight: 500
}

.footer_prt_prd {
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #ee3137;
    text-align: center;
    width: 100%;
    padding: .5rem 0
}

.footer_social {
    margin-top: 7rem
}

.footer_social ul li a img {
    width: 70%
}

.footer_social ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 50%
}

.footer_prt_prd h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_prt_prd h4 span {
    font-size: 14px;
    margin-left: .5rem
}

.comfort_left_cont .product_det_cards {
    min-height: auto;
    height: fit-content
}

.product_det_cards .top_prt_prd .top_prt_left {
    width: 50%
}

.prd_radio_btn {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.prd_radio_btn .prd_radio {
    height: 1.6em;
    width: 1.6em;
    cursor: pointer
}

.qty-btn-minus:focus,
.qty-btn-plus:focus,
.input-qty:focus {
    outline: none;
    box-shadow: none
}

.add-cart {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #d4d4d4;
    max-width: 80px
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s
}

.qty-container .qty-btn-plus {
    margin-left: -1px
}

.qty-container .qty-btn-minus {
    margin-right: -1px
}

.btn-cornered,
.input-cornered {
    border-radius: 4px
}

.btn-rounded {
    border-radius: 50%
}

.input-rounded {
    border-radius: 50px
}

.dimenstion_part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.dimension_div {
    display: flex;
    justify-content: space-between
}

.dimension_div p {
    display: flex;
    flex-direction: column-reverse
}

.dimenstion_part .dimen {
    width: 100%
}

.add-to-cart-model h3 {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 6px solid #4caf50
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg)
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgb(76 175 80 / .5)
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff
}

.contact-title h2 {
    color: #fff;
    font-size: 3.5vw;
    margin-bottom: 15px
}

.contact-title p {
    font-size: 20px;
    color: #fff
}

.contact-title h2 mark {
    background-color: #fff0;
    color: #E92127;
    padding: 0
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.add-to-cart {
    --color: #fff;
    --icon: var(--color);
    --cart: #fff;
    --dots: #fff;
    --background: #ee3137;
    --shadow: rgba(0, 9, 61, 0.16);
    cursor: pointer;
    position: relative;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff0;
    font-size: 16px;
    border-radius: 5px;
    padding: 15px 32px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transform: scale(var(--s, .97));
    transform: scale(var(--s, .97));
    box-shadow: 0 var(--s-y, 4px) var(--s-b, 12px) var(--shadow);
    color: var(--color);
    background: var(--background);
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s
}

.bank_det_collapse .card-body img {
    max-height: 200px;
    max-width: 200px;
    min-height: 50px;
    margin: 0 auto;
    margin-bottom: 20px
}

.bank_det_collapse .congo_det {
    padding-top: 20px;
    padding-bottom: 10px
}

.add-to-cart .default {
    padding-left: 16px;
    position: relative;
    opacity: var(--o, 1);
    -webkit-transform: scale(var(--s, 1));
    transform: scale(var(--s, 1));
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-delay: var(--d, 0.3s)
}

.add-to-cart .default:before,
.add-to-cart .default:after {
    content: "";
    width: 2px;
    height: 12px;
    left: 0;
    top: 4px;
    border-radius: 1px;
    background: var(--icon);
    position: absolute;
    -webkit-transform: rotate(var(--r, 0deg));
    transform: rotate(var(--r, 0deg));
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s
}

.add-to-cart .default:after {
    --r: 90deg
}

.add-to-cart .success {
    width: max-content;
    opacity: var(--o, 0);
    -webkit-transform: translate(-50%, var(--y, 12px));
    transform: translate(-50%, var(--y, 12px));
    position: absolute;
    top: 12px;
    left: 50%;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition-delay: var(--d, 0s)
}

.add-to-cart .dots {
    width: 4px;
    height: 4px;
    top: 20px;
    left: 50%;
    margin-left: -7px;
    border-radius: 2px;
    position: absolute;
    -webkit-transform-origin: 10px 50%;
    transform-origin: 10px 50%;
    background: var(--dots);
    box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots);
    opacity: var(--o, 0);
    -webkit-transform: scale(var(--s, .4));
    transform: scale(var(--s, .4));
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition-delay: var(--d, 0s)
}

.add-to-cart .cart {
    position: absolute;
    left: 9px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: inherit;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.add-to-cart .cart:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    background: var(--background);
    top: 17px;
    right: 100%;
    z-index: 1;
    margin-right: -20px;
    -webkit-transform: translateX(-18px) rotate(-16deg);
    transform: translateX(-18px) rotate(-16deg)
}

.add-to-cart .cart>div {
    top: 13px;
    right: 100%;
    -webkit-transform: translateX(-18px) rotate(-16deg);
    transform: translateX(-18px) rotate(-16deg);
    position: absolute;
    z-index: 2;
    -webkit-transform-origin: 1px 21px;
    transform-origin: 1px 21px
}

.add-to-cart .cart>div:before,
.add-to-cart .cart>div:after {
    content: "";
    position: absolute;
    top: var(--t, 4px);
    left: var(--l, 0);
    height: 2px;
    width: var(--w, 18px);
    background: var(--cart);
    border-radius: 1px
}

.add-to-cart .cart>div:after {
    --w: 16px;
    --t: 14px;
    --l: 1px
}

.add-to-cart .cart>div>div {
    width: 2px;
    height: var(--h, 15px);
    border-radius: 1px;
    -webkit-transform: rotate(var(--r, -8deg));
    transform: rotate(var(--r, -8deg));
    background: var(--cart);
    position: relative
}

.add-to-cart .cart>div>div:before,
.add-to-cart .cart>div>div:after {
    content: "";
    position: absolute;
    background: inherit
}

.add-to-cart .cart>div>div:after {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    bottom: var(--b, -6px);
    left: var(--l, 0)
}

.add-to-cart .cart>div>div:first-child:before {
    border-radius: inherit;
    top: 0;
    right: 0;
    height: 2px;
    width: 6px;
    -webkit-transform-origin: 5px 1px;
    transform-origin: 5px 1px;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg)
}

.add-to-cart .cart>div>div:last-child {
    --h: 12px;
    --r: 8deg;
    position: absolute;
    left: 16px;
    bottom: -1px
}

.add-to-cart .cart>div>div:last-child:after {
    --l: -2px;
    --b: -5px
}

.add-to-cart.added .default {
    --o: 0;
    --s: 0.8;
    --d: 0s
}

.add-to-cart.added .default:before {
    --r: -180deg
}

.add-to-cart.added .default:after {
    --r: -90deg
}

.add-to-cart.added .dots {
    --o: 1;
    --s: 1;
    --d: 0.3s;
    -webkit-animation: dots 2s linear forwards;
    animation: dots 2s linear forwards
}

.add-to-cart.added .success {
    --o: 1;
    --y: 0;
    --d: 1.8s
}

.add-to-cart.added .cart:before,
.add-to-cart.added .cart>div {
    -webkit-animation: cart 2s forwards;
    animation: cart 2s forwards
}

.add-to-cart:not(.added):hover {
    --s: 1;
    --s-y: 8px;
    --s-b: 20px
}

.add-to-cart:not(.added):active {
    --s: 0.94;
    --s-y: 2px;
    --s-b: 6px
}

@-webkit-keyframes cart {

    41%,
    49%,
    57%,
    60% {
        -webkit-transform: translateX(72px) rotate(0deg);
        transform: translateX(72px) rotate(0deg)
    }

    40%,
    47%,
    54% {
        -webkit-transform: translateX(72px) rotate(0deg) translateY(1px);
        transform: translateX(72px) rotate(0deg) translateY(1px)
    }

    100% {
        -webkit-transform: translateX(180px) rotate(-16deg);
        transform: translateX(180px) rotate(-16deg)
    }
}

@keyframes cart {

    41%,
    49%,
    57%,
    60% {
        -webkit-transform: translateX(72px) rotate(0deg);
        transform: translateX(72px) rotate(0deg)
    }

    40%,
    47%,
    54% {
        -webkit-transform: translateX(72px) rotate(0deg) translateY(1px);
        transform: translateX(72px) rotate(0deg) translateY(1px)
    }

    100% {
        -webkit-transform: translateX(180px) rotate(-16deg);
        transform: translateX(180px) rotate(-16deg)
    }
}

@-webkit-keyframes dots {
    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-20px) rotate(-32deg);
        transform: translateY(-20px) rotate(-32deg);
        box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots)
    }

    31% {
        box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots)
    }

    32%,
    50% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }

    45%,
    100% {
        box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots)
    }

    51%,
    100% {
        opacity: 0
    }
}

@keyframes dots {
    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-20px) rotate(-32deg);
        transform: translateY(-20px) rotate(-32deg);
        box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots)
    }

    31% {
        box-shadow: 5px -4px 0 var(--dots), 10px -8px 0 var(--dots)
    }

    32%,
    50% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }

    45%,
    100% {
        box-shadow: 5px 0 0 var(--dots), 10px 0 0 var(--dots)
    }

    51%,
    100% {
        opacity: 0
    }
}

.dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px
}

.dribbble img {
    display: block;
    height: 28px
}

.twitter {
    position: fixed;
    display: block;
    right: 64px;
    bottom: 14px
}

.twitter svg {
    width: 32px;
    height: 32px;
    fill: #1da1f2
}

.inner_pages .cart_det {
    padding-bottom: 0.5rem !important
}

.price_det .cart_price_det {
    display: block;
    margin-top: 5px
}

.cart_price_det span {
    display: block
}

.cart_price_det h5 {
    color: #00af80
}

.cart_price_det .pro_price {
    display: flex;
    align-items: end;
    position: relative;
    flex-direction: column
}

.bottom_part_det .spec_det .pro_price {
    position: relative;
    padding-left: 2rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600
}

.cart_price_det .pro_price span {
    font-size: 12px;
    color: #ff993d;
    font-weight: 500;
    padding-left: 4px
}

.mrp-price {
    text-decoration: line-through
}

.real_price {
    color: #ee3137
}

.delete_cart {
    float: right
}

.delete_cart button {
    border: none;
    color: #e31e24;
    background: #fff0;
    font-size: 14px;
    font-weight: 600
}

.details {
    -webkit-box-shadow: 0 0 11px -3px rgb(0 0 0 / .3);
    -moz-box-shadow: 0 0 11px -3px rgb(0 0 0 / .3);
    box-shadow: 0 0 11px -3px rgb(0 0 0 / .3);
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center
}

section.congratulation {
    position: sticky;
    top: 10px;
    padding-bottom: 40px
}

.details:hover {
    transition: 0.5s all ease-in-out
}

.cart-upper-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #c2c2c2
}

.add-moreproducts {
    border: none;
    background: #fff0;
    color: #ee3137
}

.add-moreproducts a {
    color: #ee3137;
    font-weight: 600;
    font-size: 16px
}

.add_more_rem_cart .del-to-cart {
    margin-left: 10px;
    color: #fff;
    shadow: rgb(0 9 61 / .16);
    cursor: pointer;
    position: relative;
    outline: none;
    background-color: #e31e24;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff0;
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transform: scale(var(--s, .97));
    transform: scale(var(--s, .97));
    border: none;
    font-size: 16px
}

.cart-upper-part span {
    font-size: 20px;
    font-weight: 600
}

.add_more_rem_cart .del-to-cart:not(.added):hover {
    --s: 1;
    --s-y: 8px;
    --s-b: 20px
}

.congo_card {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
    margin: 0 auto
}

.congo_card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    color: #198754
}

.congo_card p {
    text-align: center;
    width: 70%;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto
}

.cart_price_cong {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 18px;
    position: relative
}

.cart_price_cong:last-child {
    border-bottom: none
}

.cart_price_cong p {
    text-align: left;
    margin: 0
}

.cart_price_cong span {
    text-transform: capitalize
}

.cut_price_det {
    color: #ee3137
}

.collaps_input {
    width: 100%;
    margin: 0 auto
}

.collaps_input .card-body {
    width: 100%;
    display: inline-table
}

.collaps_input .card-body p {
    float: left;
    text-align: left;
    width: 50%;
    font-size: 14px
}

.collaps_input .card-body .pro_price {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 14px
}

.cart_input_drp {
    color: #000
}

.cart_input_drp:hover {
    color: #000
}

.invoice_amnt p,
.invoice_amnt span {
    font-size: 18px;
    font-weight: 700
}

.placeorder {
    margin: 1rem auto;
    width: 100%;
    display: flex;
    justify-content: center
}

.placeorder button {
    width: 100%
}

.congo_card_popup h3 {
    text-align: center;
    margin-bottom: 1rem
}

.congo_card_popup p {
    text-align: center
}

.congo_card_popup h2 {
    text-align: center;
    color: #00af80
}

.width_order {
    max-width: none !important;
    width: 50% !important
}

.width_order .modal-content {
    padding: 1rem
}

.about {
    /* margin-top: 2rem; */
    /* margin-bottom: 7rem */
}

.about_img {
    position: relative
}

.about_img_pos {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 50%
}

.details_about p {
    text-align: justify
}

.details_about ul li {
    text-align: justify;
    margin-bottom: .8rem;
    position: relative;
    display: flex;
    align-items: baseline
}

.details_about ul {
    padding-left: 0
}

.details_about ul li {
    font-size: 14px;
    padding-left: 20px;
    font-weight: 500
}

.details_about ul li::before {
    content: "";
    border-radius: 50%;
    border: 3px solid #ee3137;
    position: absolute;
    height: 12px;
    width: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

.form-floating .file-input-con {
    display: flex;
    text-align: left;
    background: #fff;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 18px;
    border-bottom: 2px solid #aeaeae
}

.form-floating .file-input-con>[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer
}

.form-floating .file-input-con>.choose-button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 5px 16px;
    border-radius: 2px;
    margin-right: 8px;
    border-radius: 20px;
    font-size: 12px
}

.form-floating .file-input-con:hover>.choose-button {
    background: #ee3137;
    color: #fff
}

.form-floating .file-input-con>.choose-label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
    font-size: 12px
}

.gift-card-bx .card {
    min-height: 100px !important;
    height: auto !important
}

.gift-card-bx .card .card-text {
    font-size: 16px;
    font-weight: 600
}

.gift-card-bx .card span {
    font-size: 14px
}

.gift-card-bx .card img {
    width: 300px;
    height: 300px;
    max-height: fit-content;
    object-fit: cover
}

.form-floating .file-input-con.-chosen>.choose-label {
    opacity: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.contact-us-btn .add-to-cart {
    margin-left: 0;
    width: 100%;
    background-color: #323232
}

.contact_detials {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contact_detials .address_cont,
.contact_detials .phone_number,
.contact_detials .email_id {
    flex-direction: column
}

.contact_us_form {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    margin-bottom: 50px
}

.contact-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 19px 5px rgb(0 0 0 / .1)
}

.contact-box .left {
    background-color: #373435;
    background-size: cover;
    height: 34em;
    padding: 5rem;
    width: 100%;
    position: relative;
    overflow: hidden
}

#contactForm {
    width: 100%;
    position: relative;
    z-index: 10
}

.contact-box .right {
    padding: 25px 40px
}

.add-prod-cart-bx .add-cart {
    width: 35%
}

.contact-box .left::before {
    content: "";
    background-color: #40404085;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    position: absolute;
    z-index: 1;
    bottom: 2.5rem;
    right: 3rem
}

.contact-box .left::after {
    content: "";
    background-color: #ee3137;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: absolute;
    z-index: 0;
    bottom: -3rem;
    right: -3rem
}

.btn {
    width: 100%;
    padding: .5rem 1rem;
    background-color: #2ecc71;
    color: #fff;
    font-size: 1.1rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s
}

.btn:hover {
    background-color: #27ae60
}

.field:focus {
    border: 2px solid rgb(30 85 250 / .47);
    background-color: #fff
}

.left .contact-box-title {
    text-align: left;
    font-size: 90px;
    color: #000;
    text-transform: capitalize;
    font-weight: 200
}

.left .contact-box-title span {
    font-size: 18px;
    font-weight: 400
}

.left .contact-box-pera {
    text-align: left;
    font-size: 14px;
    color: #000
}

.contact_detials {
    position: relative;
    z-index: 1;
    width: 75%;
}

.contact_detials .phone_number i,
.contact_detials .email_id i,
.contact_detials .address_cont i {
    font-size: 20px;
    color: #E92127;
    margin-right: 10px
}

.contact_detials .phone_number a,
.contact_detials .email_id a,
.contact_detials .address_cont p {
    font-size: 20px !important;
    padding-left: 25px
}

.contact_detials .phone_number h4,
.contact_detials .email_id h4,
.contact_detials .address_cont h4 {
    font-weight: 600;
    margin-bottom: 15px
}

.contact_detials .phone_number,
.contact_detials .email_id,
.contact_detials .address_cont {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.5rem
}

.contact_detials .phone_number a,
.contact_detials .email_id a {
    color: #000;
    font-size: 14px
}

.contact_detials .phone_number a:hover,
.contact_detials .email_id a:hover {
    color: #ee3137
}

.address_cont p {
    color: #000;
    font-size: 14px;
    text-align: left
}

.purchase_history {
    padding: 50px 0
}

.contact-us {
    position: relative
}

.contact-us::after {
    content: url(../img/Frame.svg);
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%)
}

#contactForm .form-floating {
    margin-bottom: 20px
}

#contactForm .form-floating .bar {
    border-color: transparent !important
}

#contactForm .form-floating label {
    left: 10px
}

.profile_pos {
    width: 100%;
    border-radius: 10px;
    padding: 4rem 0 15px 0;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 30px -16px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0 0 30px -16px rgb(0 0 0 / 34%);
    box-shadow: 0 0 30px -16px rgb(0 0 0 / 34%)
}

.sde-colm {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.profile_pos .user_img {
    margin: 0 auto;
    width: 100px;
    display: flex;
    justify-content: center;
    background-color: #ee3137;
    height: 100px;
    position: absolute;
    top: -3rem;
    border-radius: 50%;
    padding: 1rem;
    overflow: hidden;
    left: 50%;
    border: 1px solid #e4e4e4;
    transform: translateX(-50%)
}

.redeemErrorMessage {
    text-align: left
}

.profile_pos .user_img img {
    position: absolute;
    top: 0rem;
    min-height: auto;
    max-height: min-content;
    height: 100%;
    width: 100%
}

.profile_pos .user_det_part {
    text-align: center
}

.profile_pos .user_det_part h5 {
    color: #373435;
    font-weight: 700
}

.profile_pos .user_det_part p {
    color: #ee3137;
    font-weight: 400
}

.tab_profile {
    text-align: left;
    color: #373435
}

.tab_profile:focus {
    color: #373435 !important
}

.tab_profile img {
    margin-right: .7rem;
    width: 35px;
    height: 35px;
    min-width: auto;
    min-height: auto;
    border: none;
    border-radius: 50%
}

.redeem_btns {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem
}

#redeemModal .right_login_det {
    padding: 0;
    margin: 0
}

.redeem_btns .add_more_rem_cart {
    text-align: center
}

.table_modal>.redeem-title {
    text-align: center
}

.redeem_btns .add_more_rem_cart .add-to-cart {
    margin: 0
}

.redeem_points_tab {
    justify-content: center
}

.nav-pills .nav-link {
    border-radius: 0 !important;
    color: #373435;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 20px
}

.table-striped tr th,
.table-striped tr td {
    padding: .5rem 1.2rem
}

.reedem-title {
    justify-content: space-between;
    padding-bottom: 25px !important;
    padding-top: 10px !important
}

#redeemModal .modal-content {
    width: max-content
}

.reedem-title .order_his_title_heading {
    width: auto
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ee3137 !important
}

.nav-pills .nav-link.active img {
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / .75);
    -moz-box-shadow: 0 0 5px 0 rgb(0 0 0 / .75);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / .75);
    border-radius: 50%
}

.event__search__floater {
    transition: all ease-in-out 0.2s;
    float: right;
    margin-right: 4rem
}

.search__anchor {
    position: relative;
    width: auto;
    height: auto
}

.search__bar {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    opacity: 0;
    z-index: 5;
    transition: all .2;
    font-size: 1em
}

.search__bar:hover {
    cursor: pointer
}

.search__bar:focus {
    width: 300px;
    left: -18rem;
    opacity: 1;
    cursor: text;
    transition: all .2;
    padding-left: 25px;
    padding-right: 70px
}

.search__toggler {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 1;
    top: -3px;
    left: 20px;
    border-radius: 50%;
    transition: all 0.2s
}

.search__toggler:hover {
    cursor: pointer
}

.search__toggler::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 22px;
    right: 0;
    bottom: 0;
    left: 22px;
    width: 12px;
    height: 2px;
    background: #ee3137;
    transform: rotate(45deg);
    transition: all 0.2s
}

.search__toggler::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ee3137;
    transition: all 0.2s
}

.search__bar:focus~.search__toggler {
    right: 400px;
    background: #373435;
    z-index: 6;
    transition: all .2
}

.search__bar:focus~.search__toggler::before {
    top: 0;
    left: 0;
    width: 25px
}

.search__bar:focus~.search__toggler::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border: none;
    background: #fff;
    border-radius: 0%;
    transform: rotate(-45deg)
}

.purchase_details {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px -16px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0 0 30px -16px rgb(0 0 0 / 34%);
    box-shadow: 0 0 30px -16px rgb(0 0 0 / 34%)
}

.header_part_purchase {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center
}

.order_his_title {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e4e4e4
}

.header_part_purchase .select_all_del input {
    width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 5px
}

.header_part_purchase .select_all_del form {
    align-items: center;
    display: flex;
    font-size: 14px
}

.filter .delete_not {
    background: #fff0;
    border: none;
    color: #e31e24
}

.notification_height .timeline-item {
    background-color: #fffdf4;
    border-radius: 10px
}

.notification_height .timeline-footer a {
    position: static;
    background-color: #e31e24;
    color: #fff !important;
    border-radius: 2px
}

.notification_height .timeline-item>.timeline-header {
    justify-content: space-between;
    padding: 0;
    margin-top: 10px
}

.notification_height .timeline-item .time {
    font-size: 14px;
    color: #565656
}

.notification_list_data .timeline-item {
    padding: 12px 15px
}

.notification-cont {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px
}

.notification_height .timeline-item>.timeline-header input {
    margin: 0;
    width: 20px;
    height: 20px
}

.order_his_title .add_more_rem_cart {
    justify-content: end;
    margin-top: 0
}

.order_his_title .add_more_rem_cart .add-to-cart:hover {
    color: #fff
}

.order_his_title_heading {
    width: 100%
}

.filter_btn {
    margin-bottom: 0
}

.filter_purchase_icon_btn {
    background-color: #ee3137 !important
}

.filter_purchase_icon_btn i {
    color: #fff
}

.filter_purchase_icon_btn:hover i {
    color: #fff
}

.filter_btn_width button {
    display: flex;
    align-items: center;
    width: auto;
    padding-left: 10px;
    justify-content: center
}

.filter_btn_width button i {
    margin-right: .5rem
}

.filter_btn_width button p {
    margin: 0
}

.filter {
    border-left: 1px solid #e4e4e4
}

.filter_data_collapse h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px
}

.drop_filter .select-label {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #848383 !important
}

.lable_cutom_pick .date_custom {
    color: #848383 !important
}

.filter_data_flex {
    display: flex;
    align-items: center
}

.filter_data_flex .top_prt_left {
    width: 180px;
    margin-right: 1rem
}

.filter_data_flex .top_prt_left .select-bar {
    width: 170px
}

.filter_data_flex .top_prt_left .select {
    width: 170px
}

.filter_data_flex .top_prt_left .select-text {
    width: 170px
}

.lable_cutom_pick {
    position: relative
}

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

.git_card_list .card-text {
    margin-bottom: 0;
    font-size: 20px
}

.lable_cutom_pick .date_custom {
    color: #ee3137;
    top: -12px;
    transition: 0.2s ease all;
    font-weight: 600;
    font-size: 14px;
    position: absolute
}

.lable_cutom_pick .date-picker {
    position: relative;
    background-color: #fff0;
    width: 170px;
    padding: 17px 10px 5px 7px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / .12)
}

.qs-squares .qs-day {
    font-weight: 500;
    font-size: 14px
}

.filter_apply_reset .add-to-cart {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    height: 40px;
    width: 50%
}

.filter_apply_reset {
    justify-content: end;
    width: 40%;
    margin-left: auto
}

.filter_apply_reset .add-to-cart:hover {
    background-color: #fff0;
    border: 1px solid #ee3137;
    color: #ee3137
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 .125rem .5rem rgb(0 0 0 / .1);
    margin-top: .25rem;
    border-radius: .5rem;
    padding: .5rem
}

.ui-datepicker-calendar thead th {
    padding: .25rem 0;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    color: #78909c
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: .25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: .875rem;
    text-decoration: none
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #e0f2f1
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: #fff
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: .5rem;
    border-radius: .25rem;
    transition: 0.3s all
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: .5rem;
    background-position: 50%;
    transform: rotate(180deg)
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%
}

.ui-datepicker-header a>span {
    display: none
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: .25rem
}

.ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: .75rem
}

.date_filter {
    display: none
}

.filter_collapse_space {
    margin: 1rem 0
}

.purchase_history_list {
    background-color: #fffdf4;
    border-radius: 10px;
    overflow: hidden
}

.spec_det .order_status_history {
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 0;
    align-items: center;
    margin-bottom: 10px
}

.spec_det .order_status_history p .order_id,
.order_ammount {
    font-size: 16px;
    color: #373435;
    font-weight: 800
}

.spec_det .order_status_history p {
    width: 50%;
    margin-bottom: 0
}

.order_user_name {
    font-size: 16px;
    color: #373435;
    font-weight: 500
}

.order_price_history {
    font-size: 18px;
    color: #373435;
    font-weight: 300
}

.date_order {
    font-size: 14px;
    font-weight: 400 !important
}

.order_status_history .pro_price {
    font-size: 14px;
    color: #373435
}

.order_status_history .pro_price svg {
    margin-right: .3rem
}

.pagination_list {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pagination_list_data .page-item .page-link {
    color: #878787;
    font-weight: 400;
    font-size: 12px
}

.pagination_list_data .page-item .page-link:focus {
    border: none !important;
    background-color: #ee3137;
    color: #fff;
    box-shadow: none !important
}

.active>.page-link,
.page-link.active {
    background-color: #ee3137 !important;
    color: #fff !important;
    border: none !important
}

.track_order {
    color: #fff;
    background-color: #ee3137;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: capitalize;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #fff0
}

.track_order i {
    margin-right: 5px
}

.filter_btn_width button {
    font-size: 14px
}

.search__anchor .wrap-inner .input {
    border: 0;
    background: #fff0;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative
}

.search__anchor .wrap-inner .fa {
    color: #e31e24;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    cursor: pointer
}

.search__anchor .wrap-inner.active {
    width: 400px;
    padding-left: 25px;
    transition: all 0.5s ease
}

.search__anchor .wrap-inner .input.active {
    width: 100%;
    padding-left: 15px;
    transition: all 0.5s 0.8s ease;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal
}

.search__anchor .wrap-inner .input::placeholder {
    color: #1b1b1b;
    font-weight: 300
}

.search__anchor .wrap-inner input::placeholder {
    color: #fff
}

.bottom-part-history {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.bottom-part-history .Confirmed {
    background-color: #00af80
}

.bottom-part-history .Verified {
    background-color: #008eff
}

.bottom-part-history .Dispatched {
    background-color: #fe8204
}

.bottom-part-history .Pending {
    background-color: #ffc000
}

.bottom-part-history .Cancelled {
    background-color: red
}

.bottom-part-history .Modified {
    background-color: #e7671d
}

.bottom-part-history .pro_price {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: capitalize;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.bottom-part-history .pro_price i {
    margin-right: 5px
}

.track_order:hover {
    color: #ee3137;
    background-color: #fff0;
    border: 1px solid #ee3137
}

.right_purchase {
    position: relative;
    padding: 0
}

.order-history-tabs {
    padding: 15px 15px 0
}

.order-dtls-bx .filter {
    border-left: none
}

.order-dtls-bx .pro_det_right {
    display: flex;
    align-items: center;
    height: 100%
}

.order-dtls-bx .pro_det_right .top_part_det {
    width: 100%
}

.order-dtls-bx .filter_btn {
    display: flex;
    align-items: center
}

.order-dtls-bx .download-btn {
    color: #0d6efd;
    margin-right: 10px;
    font-size: 14px
}

.order-dtls-bx .purchase_history_list .spec_det {
    display: flex;
    justify-content: space-evenly;
    padding: 15px 20px
}

.order-dtls-bx .purchase_history_list .spec_det p {
    width: 100%
}

.order-dtls-bx .purchase_history_list .spec_det p span {
    font-weight: 500;
    font-size: 14px
}

.order-dtls-bx .purchase_history_list .spec_det .pro_price {
    font-weight: 600;
    font-size: 15px;
    margin-top: 8px;
    display: block
}

.order-dtls-bx .purchase_history_list .spec_det .order_status_history {
    display: block
}

.order-dtls-bx .support_btn {
    color: #353535;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e4e4e4
}

.purchase_history_list .spec_det {
    padding: 15px 20px 0;
    width: 100%
}

.order-dtls-bx .purchase_history_list .spec_det .confirmed {
    color: #00af80
}

.order-dtls-bx .purchase_history_list .spec_det .verified {
    color: #008eff
}

.order-dtls-bx .purchase_history_list .spec_det .dispatched {
    color: #fe8204
}

.order-dtls-bx .purchase_history_list .spec_det .pending {
    color: #ffc000
}

.order-racking-part {
    flex-direction: column
}

.order-dtls-bx .search__anchor h3 {
    font-size: 18px !important
}

.reward_part {
    padding: 1rem;
    border-radius: 7px;
    background-color: #008eff;
    margin: 0rem auto 2rem auto
}

.reward_part_main {
    width: 100%;
    margin: 0 auto
}

.table_modal {
    padding: 1rem 0
}

.table_modal .pagination,
.notification_height .pagination {
    justify-content: end
}

.table_modal .pagination li a,
.notification_height .pagination li a {
    color: #ee3137;
    box-shadow: none !important
}

.reward_part a {
    display: flex;
    justify-content: center;
    color: #fff
}

.reward_part a div {
    width: 70%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center
}

.reward_part a div h5 {
    font-size: 20px;
    margin-bottom: 0
}

.reward_part a div span {
    font-size: 36px;
    font-weight: 700
}

.reward_part a:hover {
    color: #fff
}

.reward_part a img {
    width: 30%
}

.header_part_purchase_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.ordr_summery h3 {
    color: #373435;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bcbcbc
}

.order-dtls-bx .cart_price_cong {
    margin-bottom: 14px
}

.order-dtls-bx .cart_price_cong:last-child {
    margin-bottom: 0
}

.ordr-payent-info .cart_price_cong {
    justify-content: start
}

.ordr-payent-info .cart_price_cong p {
    width: 25%
}

.order_status_history .pending {
    color: #ffc000
}

.purchase_detail_name {
    font-size: 16px;
    color: #373435;
    font-weight: 500
}

.purchase_user_det {
    font-size: 14px;
    color: #373435;
    font-weight: 400
}

.spec_det .user_purchase_address {
    display: block
}

.spec_det .user_purchase_address p {
    width: 100%
}

.spec_det .track_order_way {
    display: block;
    text-align: center;
    width: 26%
}

.spec_det .track_order_way .order_way_icons {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    justify-content: start
}

.order_way_icons img {
    width: 40px
}

.spec_det .order_way_title {
    display: block;
    text-align: left
}

.last-phase .order_path::after {
    background-color: transparent !important
}

.spec_det .main_order_way {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
    justify-content: center
}

.spec_det .main_order_way .track_order_way:last-child {
    width: 12%
}

.spec_det .way_order {
    position: relative;
    display: flex;
    margin: 1rem 0;
    justify-content: center
}

.spec_det .way_order::before {
    content: "";
    border-radius: 50%;
    border: 3px solid #00af80;
    height: 15px;
    width: 15px;
    margin-top: 2px;
    background-color: #fff
}

.spec_det .not_com {
    position: relative;
    display: flex;
    margin: 1rem 0;
    justify-content: center
}

.spec_det .order_path::after {
    content: "";
    background-color: #d4d4d4;
    width: 100%;
    position: absolute;
    height: 3px;
    top: 8px
}

.spec_det .not_com::before {
    content: "";
    border-radius: 50%;
    border: 3px solid #bfbfbf;
    height: 15px;
    width: 15px
}

.tab_profile:focus {
    color: #fff !important;
    background-color: #ee3137 !important
}

.order_way_title h5 {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px
}

.order_way_title .complete-title {
    color: #353535;
    font-size: 17px;
    margin-bottom: 2px
}

.order_way_title .date_order {
    color: #353535;
    font-size: 12px;
    font-style: italic;
    text-transform: capitalize
}

.purchase_details_cart {
    background-color: #fffdf4;
    border-radius: 10px;
    padding: 15px 20px
}

.purchase_details_cart .pro_det_img {
    width: 100%;
    max-height: 200px;
    border-radius: 10px
}

.purchase_details_cart .pro_det_img img {
    width: 100%;
    border-radius: 10px;
    max-height: 200px;
    object-fit: fill;
    border: 1px solid #e4e4e4
}

.purchase_details_cart .pro_det_right {
    padding: 0;
    width: 100%
}

.purchase_details_cart .bottom_part_det {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.purchase_details_cart .bottom_part_det .spec_det {
    width: 70%
}

.purchase_details_cart .bottom_part_det .spec_det p {
    width: 18%
}

.order_purchase_invoice {
    background-color: #fffdf4;
    padding: 15px 20px;
    border-radius: 10px
}

.order_purchase_invoice .cart_price_cong {
    width: 100%
}

.order_purchase_invoice .collaps_input {
    width: 100%
}

.order_purchase_invoice .collaps_input p {
    margin: 0
}

.congo_det .collaps_input p {
    float: left;
    text-align: left;
    width: 50%;
    font-size: 12px
}

.congo_det .collaps_input .pro_price {
    width: 50%;
    font-size: 12px
}

.order_status_history .confirmed {
    color: #008eff
}

.transition_det_btn {
    color: #e31e24;
    background-color: #fff0;
    border: 1px solid #e31e24;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    text-transform: capitalize;
    justify-content: center;
    width: 100%
}

.transition_det_btn:hover {
    color: #008eff;
    background-color: #fff0;
    border: 1px solid #008eff
}

.completed_path::after {
    content: "";
    background-color: #00af80;
    width: 100%;
    position: absolute;
    height: 3px;
    top: 8px
}

#formFile:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ee3137 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ee313726 !important
}

.spec_det .verified {
    color: #00af80
}

.payment_info {
    align-items: flex-start
}

.payment_info .pro_price img {
    width: 70px;
    border-radius: 17px;
    overflow: hidden;
    border: 2px solid #37373791
}

.dispatched {
    color: #373435
}

.spec_det .cancelled {
    color: #ee3137
}

.track_canclled {
    background-color: #f0f0f0;
    padding: 1rem 2rem
}

.spec_det .track_canclled {
    display: block
}

.spec_det .track_canclled h5 {
    color: #ee3137;
    margin-bottom: 1rem
}

.spec_det .track_canclled p {
    width: 100%;
    font-size: 14px;
    color: #373435;
    font-weight: 400;
    margin-bottom: 1rem
}

.manage_profile {
    background-color: #fff
}

.manage_profile form {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.updateErrorMessage {
    margin: 0
}

.search__anchor h3,
.order_his_title_heading h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0
}

.my-profile-forms .form-floating {
    margin-bottom: 20px
}

.my-profile-forms input {
    font-size: 14px
}

.my-profile-forms label {
    color: #353535 !important
}

.our-prod-search {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-top: 3rem; */
}

.our-prod-search input {
    border: 1px solid #a3a3a3;
    padding: 8px 15px;
    font-size: 14px;
    height: 50px;
    max-width: 400px
}

.our-prod-search button {
    background-color: #e31e24;
    color: #fff;
    border: none;
    outline: none;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 2px
}

.our-prod-search button i {
    margin-right: 5px
}

.my-profile-forms .file-choose img {
    margin-top: 10px;
    border-radius: 5px
}

.my-profile-forms .searchButton {
    top: 50%;
    transform: translateY(-25%)
}

.my-profile-forms .address-forms {
    padding-right: 30px
}

.category_child_select_box {
    border-radius: 0;
    width: 25%
}

.category_child_select_box .card-img-top {
    width: 100%;
    border-radius: 0
}

.category_child_select_box .child_category_card_body {
    width: 100%
}

.child-product_det_cards {
    display: flex;
    flex-direction: row
}

.child-product_det_cards:hover .card-img-top {
    transform: scale(1)
}

.child_category_card_body .top_part_det {
    display: block
}

.child_category_card_body .top_part_det .child_cate_pro_spec h3 {
    font-size: 16px;
    font-weight: 600;
    margin-right: 1rem;
    margin-bottom: 0
}

.child_category_card_body .top_part_det .child_cate_pro_spec h3::after {
    content: ":";
    padding-left: .75rem
}

.child_cate_pro_spec {
    display: flex;
    align-items: center
}

.child_category_card_body .top_part_det .child_cate_pro_spec span {
    font-size: 14px
}

.order_address_border {
    color: #1b1a1a36
}

.billing_address h5 {
    font-size: 16px
}

.billing_address p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0
}

.billing_address p .owner_name::after {
    content: "|";
    margin-left: .75rem;
    margin-right: .75rem
}

.gst_number_show span {
    margin-right: .75rem
}

.modal-content .bank_det_btn {
    background-color: #fff0;
    border: 2px solid #fff0;
    color: #ee3137;
    width: fit-content;
    margin: 0 auto
}

.modal-content .bank_det_btn:hover {
    border: 2px solid #ee3137;
    background-color: #fff0;
    color: #ee3137
}

.modal-content .bank_det_btn:active {
    border: 2px solid #ee3137 !important;
    background-color: transparent !important;
    color: #ee3137 !important
}

.bank_det_collapse .card-body h3 {
    text-align: center
}

.bank_det_collapse .card-body p {
    text-align: center;
    margin: 0;
    font-weight: 700
}

.bank_det_collapse .cart_price_cong span {
    color: #000;
    font-weight: 500
}

.bank_det_collapse .cart_price_cong p {
    margin-bottom: 10px
}

.placeorder .color_link {
    color: #fff
}

.purchase_history_list .congo_det {
    margin-top: 0
}

.purchase_history_list .congo_det .cart_price_cong {
    width: 90%
}

.cart_price_cong .color_link {
    color: #fff;
    display: inline-block
}

.empty_cart {
    margin: 0rem 0 5rem;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center
}

.empty_bag {
    position: relative;
    width: fit-content;
    margin: 0 auto
}

.empty_bag h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 1rem 0 0 0
}

.empty_bag p {
    font-size: 16px;
    margin-top: .75rem;
    margin-bottom: 0
}

.empty_bag .add-to-cart {
    margin: 0 auto;
    color: #fff
}

.empty_bag .add_more_rem_cart {
    margin-top: 2rem
}

.empty_bag img {
    height: 350px
}

.order_status_history .modified {
    color: #1da1f2
}

.mod_btn {
    margin-left: auto
}

.con_btn {
    background-color: #ffc000;
    border: 1px solid #ffc000;
    color: #000;
    margin-right: .5rem
}

.con_btn:hover {
    background-color: #fff0;
    border: 1px solid #000;
    color: #000
}

.can_btn {
    background-color: #ee3137;
    border: 1px solid #ee3137;
    color: #fff
}

.can_btn:hover {
    background-color: #fff0;
    border: 1px solid #ee3137;
    color: #ee3137
}

.con_sure button:nth-child(2) {
    background-color: #ee3137;
    border: 1px solid #ee3137;
    color: #fff
}

.con_sure button:nth-child(2):hover {
    background-color: #fff0;
    border: 1px solid #ee3137;
    color: #ee3137
}

.con_sure {
    display: flex;
    align-items: center
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg)
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg)
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg)
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg)
    }
}

.payment-mesg #message-error {
    position: relative;
    padding-bottom: 0;
    transform: inherit !important
}

#forgetModal {
    z-index: 9999 !important
}

.login_popup .login_details .loginErrorMessage {
    position: relative;
    top: 10px
}

.contact-box .error_Txt {
    text-align: left
}

.file-input-con #image-error {
    width: 100%
}

.our-prod-card-bx {
    display: flex;
    align-items: center;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    margin-bottom: 50px
}

.our-prod-card-bx .hover_card_img {
    height: 100%
}

.our-prod-card-bx .hover_card_img img {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.our-prod-info-dtls {
    width: 70%;
    padding: 20px 20px 20px 50px
}

.add-cart-fnt .add-cart {
    justify-content: start
}

.our-prod-info-dtls .product-info-dtls {
    padding: 0;
    margin-top: 10px
}

.our-prod-info-dtls .card-text {
    font-size: 20px
}

.hover_card_img .add-cart {
    margin-top: 20px
}

.hover_card_img .add-cart .qty-container {
    margin-right: 10px
}

.cart-pricce-bx p {
    width: 100%;
    font-size: 18px;
    color: #353535
}

.cart-pricce-bx .cart_price_cong p {
    width: auto
}

.cart-pricce-bx .congo_det {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e4e4e4
}

.confirm-sure-btns #statusConfirmed,
.confirm-sure-btns #cancelOrderFun {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #00af80
}

.confirm-sure-btns #statusConfirmed:hover,
.confirm-sure-btns #cancelOrderFun:hover {
    border-color: #00af80;
    color: #00af80;
    background-color: #fff0
}

.confirm-sure-btns .cancle-opts {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.gst-info-dtls {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.gst-info-dtls p {
    width: 60% !important
}

.gst-info-dtls span {
    width: 40% !important
}

.addre-cart-pop {
    max-width: 40rem !important;
    width: 100%;
    margin: 0 auto !important
}

.cart-order-conf {
    max-width: 30rem !important;
    width: 100%;
    margin: 0 auto !important
}

.cart-biilin-pop {
    background-color: #fffdf4;
    border-radius: 5px;
    padding: 15px
}

.order-place-card {
    max-width: 40rem !important
}

.order-place-cong-cont h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0
}

.order-place-cong-cont p {
    margin-top: 0
}

.order-place-cong-cont .cart_price_cong {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 6px;
    margin-bottom: 6px
}

.order-place-cong-cont .cart_price_cong p,
.order-place-cong-cont .cart_price_cong span {
    font-size: 14px
}

.order-place-card .bank_det_collapse h3 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600
}

.order-place-card .bank_det_collapse .congo_det .cart_price_cong {
    margin-bottom: 10px
}

.order-place-card .bank_det_collapse p {
    font-weight: 500;
    font-size: 14px
}

.order-place-cong-cont .bank_det_collapse .congo_det .cart_price_cong {
    margin-bottom: 5px
}

.home-hot-card img {
    min-height: 300px;
    max-height: 300px
}

.temp_style_relese {
    height: auto !important
}

.file-choose {
    text-align: left
}

.file-choose span {
    font-size: 13px
}

.order_status_history .order_price_history {
    font-weight: 500
}

.my-profile-forms .error_Txt label {
    color: #ee3137 !important
}

.upload-btn-loader {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

nav {
    position: fixed;
    bottom: 20px;
    width: 100%;
    padding: 24px;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    z-index: 99;
    right: 0
}

.nav-box {
    display: flex;
    padding: 8px;
    background-color: #353535;
    box-shadow: 0 0 16px 0 #4444;
    border-radius: 8px
}

.nav-container {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-around;
    margin-bottom: 0;
    padding-left: 0
}

.nav__item {
    display: flex;
    position: relative;
    padding: 2px
}

.nav__item.active .nav__item-icon {
    margin-top: -26px;
    box-shadow: 0 0 16px 0 #4444;
    background-color: #fff
}

.nav__item.active .nav__item-icon svg path {
    fill: #353535
}

.nav__item.active .nav__item-text {
    transform: scale(1);
    color: #fff;
    font-size: 14px
}

.nav__item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2f3046;
    text-decoration: none
}

.nav__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    background-color: #fff0;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out
}

.nav__item-icon svg path {
    fill: #fff
}

.nav__item-text {
    position: absolute;
    bottom: 0;
    transform: scale(0);
    transition: transform 250ms ease-in-out
}

.mob-header {
    display: none
}

.main-header.mob-header {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: auto;
    padding: 35px;
    top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

nav {
    display: none
}

@media only screen and (max-width:1200px) {
    nav {
        display: block
    }

    .mob-hid {
        display: none
    }

    .mob-header {
        display: block
    }

    .borchure-bx {
        margin-bottom: 10px
    }

    .inner-sections {
        padding: 40px 0
    }

    .hot-produ .hot_card {
        width: 100% !important;
        padding: 18px
    }

    .hot-produ .hot_card .hot_pro_text {
        padding: 15px 15px;
    }

    .home-hot-card img {
        min-height: auto;
        max-height: unset
    }

    .addre-dtls p {
        font-size: 1.4vw;
        line-height: 25px
    }

    .koil-inner-titles h2 {
        font-size: 5vw
    }

    .main-banner-slider .bottom-cont {
        display: block
    }

    .about-main-title h2,
    .behid-text h2 {
        font-size: 6vw
    }
}

.smal-sup-txt {
    font-size: 20px
}

@media only screen and (max-width:768px) {
    .bottom-count {
        text-align: right;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px
    }

    .counter-num {
        text-align: center;
        width: 48%
    }

    .main-banner-slider .bottom-cont {
        left: 20px
    }

    .bottom-cont h1 {
        font-size: 32px;
        margin-bottom: 15px
    }

    .main-cate-bx .cate-dtls .cate-dtls-txt h3 {
        font-size: 18px
    }

    .cont-bx-sig h3 {
        font-size: 1.8vw
    }

    .brochure-cont h2 {
        font-size: 60px
    }

    .bottom-con {
        margin-top: 20px
    }

    .bottom-con h2 {
        font-size: 40px;
        margin-bottom: 2rem
    }

    .counter-num {
        margin-bottom: 0
    }

    .counter-num h3 {
        font-size: 20px
    }

    .about-cont-foot h3 {
        font-size: 24px;
        line-height: 34px
    }

    .mob-down p {
        font-size: 18px
    }

    .addre-dtls p {
        font-size: 16px
    }

    .about-cont-foot {
        margin-bottom: 20px
    }

    .contact-num {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .about-cont-foot .mob-down {
        margin: 2rem 0
    }

    #back-to-top-button {
        bottom: 8rem
    }

    .main-banner-slider .image-slider,
    .main-banner-slider .img-wrap {
        height: 60vh
    }

    .black-titl h2 {
        font-size: 5.2vw !important
    }

    .koil-inner-titles h2 {
        font-size: 8vw
    }

    .addre-dtls {
        width: 100%
    }

    .add-dtls-con {
        flex-wrap: wrap
    }

    .about_img img {
        width: 100%
    }

    .about_img_pos {
        position: relative;
        right: 0
    }

    .contact_us_form {
        padding: 50px 0
    }

    .contact-box {
        flex-wrap: wrap
    }

    .contact-box .left {
        padding: 2rem
    }

    .inner_banner .inner_pages .breadcrumb_banner p {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 20px
    }

    .inner_banner .inner_pages h2,
    .inner_banner .inner_pages h1 {
        font-size: 30px
    }

    .inner_banner {
        height: 24rem
    }

    .main-cate-bx .cate-dtls .cate-dtls-txt {
        width: 100% !important;
        padding: 0 20px !important
    }

    .breadcrumb_banner {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .our-prod-card-bx {
        flex-wrap: wrap;
        width: 100%;
        height: 100%
    }

    .our-prod-card-bx .hover_card_img {
        width: 100%;
        margin-bottom: 15px
    }

    .product_det_cont {
        padding: 0 20px
    }

    .our-prod-info-dtls {
        width: 100%;
        padding: 0 10px
    }

    .right_login_det {
        width: 100%;
        padding: 0 20px
    }

    .login_title {
        margin: 0 !important
    }

    .signup_popup {
        max-width: 100%
    }

    .header-menu-button {
        padding: 0 0 0 8px
    }

    .cart-upper-part {
        flex-direction: column
    }

    .cart-upper-part span {
        margin-bottom: 15px
    }

    .details,
    .bottom_part_det.cart_size {
        flex-direction: column
    }

    .pro_det_img,
    .pro_det_img img,
    .spec_det,
    .price_det {
        width: 100%
    }

    .pro_det_right {
        width: 100%
    }

    .bottom_part_det .spec_det .pro_price,
    .spec_det div {
        padding-left: 0;
        justify-content: space-between !important
    }

    .dropdown-toggle::after {
        color: #fff;
        margin-left: 0
    }

    .purchase_details {
        margin-top: 20px
    }

    .header_part_purchase_details,
    .order-dtls-bx .purchase_history_list .spec_det,
    .purchase_details_cart .bottom_part_det {
        flex-wrap: wrap
    }

    .purchase_details_cart .bottom_part_det .spec_det {
        width: 100%
    }

    .order-dtls-bx .purchase_history_list .spec_det .order_status_history {
        width: 50%
    }

    .spec_det .main_order_way {
        overflow-x: auto;
        display: -webkit-inline-box
    }

    .purchase_details_cart .pro_det_img,
    .purchase_details_cart .pro_det_img img {
        max-height: inherit
    }

    .order-dtls-bx .pro_det_right .top_part_det {
        margin-top: 15px
    }

    .top_part_det h2 {
        font-size: 1.2rem
    }

    .spec_det .track_order_way {
        width: 40%
    }

    .event__search__floater {
        margin-bottom: 15px
    }

    .price_det .cart_price_det {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .head_spec h3,
    .price_det div h5 {
        text-align: left;
        font-size: 16px !important
    }
}

@media only screen and (max-width:575px) {
    .counter-num {
        width: 100%;
        text-align: left;
        margin-bottom: 15px
    }

    .contact-num {
        display: block
    }
}

@media only screen and (max-width:554px) {
    .inner_banner .inner_pages {
        padding-top: 30px;
    }
}

@media only screen and (max-width:385px) {
    .no_record_division .no_record_text {
        font-size: 20px;
    }
}


/* no data  found css */
.no_record_division {
    text-align: center;
    margin: 0;
}

.no_record_img {
    max-width: 100%;
    width: 500px;
    /* Maintain a reasonable size for mobile */
    height: auto;
    margin: 0 auto;
}

.no_record_text {
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}

/* bnner notifiaction when user login */
.noti_fied {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.new_chart_box {
    text-align: right;
}