:root {
    --body-bg: #ffffff;
    --theme-color: #ec782f;
    --body-color: #555555;
    --title-color: #121f38;
    --secondary-color: #fde5d8;
    --smoke-color: #EFF1F5;
    --light-color: #f8f9fa;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e7e5e5;
    --heading-font: "Raleway", serif;
    --title-font:
        "Marcellus", serif;
    --body-font:
        "DM Sans", sans-serif;
    --icon-font:
        "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

a{
        text-decoration: none;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: none;
}
li {
    padding: 0px;
}
ol {
    list-style-type: none;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 10px 0;
    line-height: 1.63
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0
}

@media(max-width: 767px) {

    .header-btns {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px !important;
        justify-content: center;
        padding-bottom: 10px;
    }

    /* .sticky-wrap .container .row {
        display: block;
    } */

    .header-logo {
        margin: 0 auto;
    }

    .cmn-price-list li {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .h1,
    h1,
    .h2,
    h2,
    .h3,
    h3,
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
        line-height: 1.4
    }
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters)/2);
        padding-right: calc(var(--container-gutters)/2)
    }

    .container-fluid {
        padding-left: calc(var(--container-gutters)/2);
        padding-right: calc(var(--container-gutters)/2)
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0>.row {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
}

.outer-wrap2,
.outer-wrap1 {
    max-width: 1880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.outer-wrap3 {
    max-width: 1445px;
    background-color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--section-space);
    padding-bottom: calc(var(--section-space) - 30px)
}

@media(min-width: 1922px) {
    .hd-container1 {
        max-width: 2000px
    }
}

@media(max-width: 1500px) {
    .outer-wrap3 {
        max-width: 1350px
    }
}

@media(max-width: 1399px) {
    .outer-wrap3 {
        max-width: 1140px
    }
}

@media(max-width: 991px) {
    .outer-wrap3 {
        padding-top: var(--section-space-mobile);
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}

@media(min-width: 1399px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
}

.gy-30 {
    --bs-gutter-y: 30px
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 46px;
    padding: 0 20px 0 42px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--body-bg);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    border-radius: 35px;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    color: var(--body-color);
    box-shadow: none;
    background-color: var(--body-bg);
    border-color: var(--border-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0
}

input[type=checkbox]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: #f1f1f1;
    border: 1px solid rgba(196, 198, 200, .3);
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px
}

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type=radio]~label::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: .5px;
    font-size: .4em;
    line-height: 18.95px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--body-bg);
    color: rgba(0, 0, 0, 0);
    transition: all .2s ease
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: .5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x)/2 + 30px);
    top: 21px;
    font-size: 16px;
    color: #a0abb4
}

.form-group.has-label>i {
    top: 50px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + .8875rem) center
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none;
    margin: 0;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px
}

.form-messages>pre:last-child {
    margin-bottom: 0
}

.form-messages>pre:first-of-type {
    margin-top: 0
}

.form-messages.success {
    background-color: var(--success-color);
    color: var(--white-color);
    display: block
}

.form-messages.error {
    background-color: var(--error-color);
    color: var(--white-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: inherit
}

.row>.slick-list {
    padding-left: 0;
    padding-right: 0
}

.slick-track>[class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.slick-track {
    min-width: 100%
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
    line-height: 0
}

.slick-dots li {
    display: inline-block;
    margin-right: 7px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 15px;
    line-height: 0;
    border: 3px solid var(--title-color);
    background-color: var(--dots-bg, transparent);
    transition: all ease .4s;
    position: relative
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    position: absolute;
    background-color: var(--secondary-color);
    color: var(--theme-color);
    top: 50%;
    border: none;
    left: var(--pos-x, -40px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 20px);
    margin-top: calc(var(--icon-size, 60px)/-2);
    z-index: 2;
    border-radius: 0;
    transition: all ease .4s
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: var(--pos-x, -40px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    --pos-x: -100px;
    opacity: 1;
    visibility: visible
}

.has-slide-shadow {
    margin-top: -30px;
    margin-bottom: -30px
}

.has-slide-shadow .slick-slide {
    margin-top: 30px;
    margin-bottom: 30px
}

.arrows-style1 {
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - var(--padding-x, 492.5px)*2);
    width: 100%;
    margin: 20px auto 28px auto;
    position: relative;
    z-index: 1
}

.arrows-style1 button {
    border: none;
    padding: 0;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .22em;
    display: inline-flex;
    gap: 10px
}

.arrows-style1 button .arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: currentColor;
    -webkit-clip-path: var(--path);
    clip-path: var(--path);
    vertical-align: middle
}

.arrows-style1 button:hover {
    color: var(--title-color)
}

.arrows-style1 [data-slick-prev] {
    --path: polygon(100% 0, 60% 49%, 100% 100%, 0 50%)
}

.arrows-style1 [data-slick-next] {
    flex-direction: row-reverse;
    --path: polygon(0 0, 100% 50%, 0 100%, 40% 50%)
}

@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }

    .arrows-style1 {
        --padding-x: 330px
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }

    .arrows-style1 {
        --padding-x: 220px
    }
}

@media(max-width: 1199px) {
    .arrows-style1 {
        --padding-x: 170px
    }
}

@media(max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }

    .arrows-style1 {
        --padding-x: 100px
    }

    .slick-dots {
        margin: 8px 0 38px 0
    }
}

@media(max-width: 767px) {
    .arrows-style1 {
        --padding-x: 10px
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 40px;
    display: block;
    text-align: left;
    background-color: #fff;
}

.vs-menu-wrapper .mobile-logo img {
    max-width: 220px
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 34px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 40%;
    background-color: var(--body-bg);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 175px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(154, 86, 58, .2);
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color)
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 30px 0;
    line-height: 1;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 500
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(154, 86, 58, .5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068"
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 34px;
    border: none;
    background-color: transparent;
    color: #000;
    display: inline-block;
    border-radius: 0
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    font-size: 20px
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
    margin-right: 10px
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media(max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 100%;
    }

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}
.vs-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 28px;
    border: none;
    position: relative;
    z-index: 1;
    text-align: center
}

.vs-btn:after,
.vs-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--title-color);
    z-index: -1;
    width: 50%;
    height: 0;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.vs-btn:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto
}

.vs-btn:hover {
    color: var(--white-color)
}

.vs-btn:hover:before,
.vs-btn:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.vs-btn.style2 {
    padding: 17px 36px
}

.vs-btn.style4,
.vs-btn.style3 {
    font-weight: 500;
    letter-spacing: .22em;
    margin: 7px 0;
    padding: 17px 36.5px;
    background-color: rgba(0, 0, 0, 0)
}

.vs-btn.style4:before,
.vs-btn.style4:after,
.vs-btn.style3:before,
.vs-btn.style3:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all ease .4s;
    background-color: rgba(0, 0, 0, 0)
}

.vs-btn.style4:before,
.vs-btn.style3:before {
    transform: scaleY(1.3) scaleX(0.81);
    border: 1px solid rgba(19, 43, 51, .25);
    z-index: -2
}

.vs-btn.style4:after,
.vs-btn.style3:after {
    transform: scale(1);
    z-index: -1;
    background-color: var(--theme-color);
    opacity: 1;
    visibility: visible
}

.vs-btn.style4:hover,
.vs-btn.style3:hover {
    color: var(--title-color)
}

.vs-btn.style4:hover::before,
.vs-btn.style3:hover::before {
    border-color: var(--theme-color);
    transform: scaleY(1) scaleX(1)
}

.vs-btn.style4:hover::after,
.vs-btn.style3:hover::after {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.3) scaleX(0.58)
}

.vs-btn.style4 {
    color: var(--theme-color)
}

.vs-btn.style4:before {
    border-color: var(--white-color)
}

.vs-btn.style4:after {
    background-color: var(--white-color)
}

.vs-btn.style4:hover {
    color: var(--theme-color)
}

.vs-btn.style4:hover:before {
    border-color: var(--white-color)
}

.vs-btn.style4:hover:after {
    transform: scaleY(0.8) scaleX(0.95);
    opacity: 1;
    visibility: visible
}

.vs-btn.style5:hover {
    color: var(--theme-color)
}

.vs-btn.style5:after,
.vs-btn.style5:before {
    background-color: var(--white-color)
}

.vs-btn.style6 {
    background-color: var(--white-color);
    color: var(--theme-color);
    padding: 5px 20px 5px 5px
}

.vs-btn.style6 i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-right: 10px;
    font-size: 18px;
    text-align: center
}

.vs-btn.style6:hover {
    color: var(--white-color)
}

.vs-btn.style7 {
    padding: 23px 37px
}

.vs-btn.style8 {
    background-color: #313c45;
    font-weight: 500
}

.vs-btn.style8::after,
.vs-btn.style8::before {
    background-color: var(--theme-color)
}

.vs-btn.style8:hover {
    color: var(--white-color)
}

.icon-btn {
    border: none;
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    font-size: var(--icon-font-size, 14px);
    background-color: var(--white-color);
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    padding: 0;
    vertical-align: middle
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style2 {
    --icon-size: 50px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 18px
}

.icon-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

@media(max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.vs-icon {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: var(--border-gap, 5px);
    transition: all ease .4s
}

.vs-icon:before {
    content: "";
    position: absolute;
    top: calc(var(--border-gap, 5px)/-1);
    right: calc(var(--border-gap, 5px)/-1);
    bottom: calc(var(--border-gap, 5px)/-1);
    left: calc(var(--border-gap, 5px)/-1);
    border: 1px dashed var(--theme-color);
    border-radius: inherit;
    transition: all ease .4s;
    animation: spin 30s linear infinite
}

.vs-icon.style2 {
    background-color: #fde7da;
    box-shadow: 0 0 0 8px var(--white-color);
    margin: 8px
}

.vs-icon.style2:before {
    display: none
}

.vs-icon.style3 {
    background-color: #fde7da
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 26px;
    position: relative;
    overflow: hidden
}

.bar-btn .bar:after,
.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .4s;
    background-color: var(--title-color)
}

.bar-btn .bar:after {
    left: -140%;
    right: auto;
    background-color: var(--theme-color)
}

.bar-btn .bar:nth-child(2):before,
.bar-btn .bar:nth-child(2):after {
    top: 50%;
    margin-top: -1px
}

.bar-btn .bar:nth-child(3):after,
.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0;
    width: 30px
}

.bar-btn .bar:nth-child(3):after {
    left: auto;
    right: -120%
}

.bar-btn:hover {
    color: var(--theme-color)
}

.bar-btn:hover .bar:after {
    left: 0
}

.bar-btn:hover .bar:before {
    right: -110%
}

.bar-btn:hover .bar:nth-child(3):before {
    right: 110%
}

.bar-btn:hover .bar:nth-child(3)::after {
    left: auto;
    right: 0
}

.bar-btn.style2 .bar:before {
    background-color: var(--white-color)
}

.bar-btn.style2:hover .bar:before {
    background-color: var(--theme-color)
}

@media(max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }

    .watch-btn .play-btn {
        --icon-size: 50px;
        --icon-font-size: 16px
    }

    .watch-btn .btn-text {
        font-size: 18px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }

    .user-id-link {
        font-size: 18px
    }
}


.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.vs-header {
    position: relative;
    z-index: 41
}

.header-logo {
    max-width: 190px;
    padding: 10px 0
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase
}

@media(max-width: 1500px) {
    .main-menu a {
        font-size: 16px
    }
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu>ul>li {
    margin: 0 18px
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: .8rem
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--body-bg);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 30px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
    content: "\f192";
    position: absolute;
    top: 2.8em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--body-bg);
    box-shadow: inset 0px 2px 4px 0px rgba(154, 86, 58, .4)
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.menu-style1>ul>li>a {
    padding: 37px 0
}

.header-text {
    font-size: 12px;
    font-weight: 500;
    color: #e5e4e4;
    margin: 0;
    padding: 12px 0
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 25px
}

.header-btns button:not([class*=vs-]),
.header-btns a:not([class*=vs-]) {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 15px;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0)
}

.header-btns button:not([class*=vs-]):hover,
.header-btns a:not([class*=vs-]):hover {
    color: var(--theme-color)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 0 30px 0 0;
    margin: 0 26px 0 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
    line-height: 23px;
    line-height: 1
}

.header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.header-links i {
    color: #fff;
    margin: 0 10px 0 0
}

.header-links a {
    color: #fff;
    font-size: 14px;
    line-height: normal;
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links.style-white li {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .2)
}

.header-links.style-white li a:hover {
    color: var(--white-color)
}

.header-layout3 .header-top,
.header-layout2 .header-top,
.header-layout1 .header-top {
    background-color: #000000;
    padding: 10px 0px;
}

@media(min-width: 1500px) {

    .header-layout2,
    .header-layout1 {
        --main-container: 1700px
    }
}

.header-layout2 .menu-area {
    position: relative
}

@media(min-width: 1399px) {
    .header-layout2 .menu-area .menu-inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }
}

.header-layout2 .will-sticky .menu-inner {
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.social-style1 a i{
    color: #fff;
    padding: 0px 4px;
}

/* css */
.header_input{
    background-image: url(../img/search.png);
    background-position: 10px;
    background-repeat: no-repeat;
}
.banner__section{
    padding: 0px 100px;
}
.banner_box .item{
    position: relative;
}
.banner_text{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
.banner_box .item img{
    border-radius: 50px;
    margin: 0px;
}
.banner_box h3{
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 30px 0px;
}
.about_section_bg{
   
    background-image: url(../img/pattern-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about_section{
    padding: 60px 0px;
    position: relative;
    background-color: #f6f2f2cc;
}
.header-btns img{
    width: 80px;
    height: 40px;
    /*background-color:var(--theme-color);*/
    padding: 6px;
    border-radius: 50%;
    /*filter: drop-shadow(1px 1px 3px black);*/
}
.header-btns p{
    font-size: 12px !important;
}
.about_box{
    text-align: center;
    position: relative;
    h3{
        font-size: 58px;
        color: var(--theme-color);
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }
    p{
        font-size: 18px;
        color: #757474;
        font-weight: 500;
    }
}
.award_img{
    position:absolute;
    bottom: 20px;
    right: 250px;
}
.border-left {
    position: relative;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--theme-color);
    margin-right: 10px;
    border-left: none !important;
}
.service_section{
   padding: 100px 0px;
   background-color: #070926f0;
}
.inner-box{
    width: 80%;
    display: flex;
    align-items: center;
}
.inner-box h4{
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}
.icon-box{
    border: 2px solid #fff;
    padding: 20px;
    margin-right: 40px;
    transition: all .3s linear;
}
.icon-box:hover{
    background-color: #191c37;
}
.icon-box img{
    width: 50px;
    height: 50px;
}
.service_section_bg{
    position: relative;
    background-image: url(../img/pattern-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-block{
    margin-bottom: 20px;
}
.service_img{
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 600px;
}
.service_left_text h3{
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.service_left_text p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
}
@keyframes zoomup {
    0% {
      transform: scale(1.1);
    }
  
    50% {
      transform: scale(1.0)
    }

    100% {
        transform: scale(1.1);
    }
}
.award_img{
    animation: zoomup .8s linear infinite;
}
.project_section{
    padding: 80px 0px 80px 0px;
}

.project_heading h3{
    font-size: 42px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    align-items: center;

}
.gallery_img{
    border: 1px solid var(--theme-color);
    padding: 14px;
    text-align: center;
    overflow: hidden;
    background-color: #f9f9f9;
}
.gallery_img h4{
    margin: 20px 0px;
    font-size: 21px;
    color: #000;
    font-weight: 500;
}
.gallery_img img{
    transition: all .3s linear;
    overflow: hidden !important;
}
.gallery_img a{
    color: var(--theme-color);
    font-size: 15px;
}
/* .gallery_img img:hover{
    transform: scale(1.1);
} */
.widget_title{
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer-wrapper{
    background-image: url(../img/pattern-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.widget-area{
    padding: 80px 0px 0px 0px;
    background-color: #ffffffd5;
}
.copyright-wrap {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #00000012;
}
.footer-widget{
    ul{
        padding: 0px;
    }
    li{
        padding: 8px 0px;
    }
    a{
        color: #494949;
        font-size: 15px;
        text-decoration: none;
        font-weight: 600;
    }
    p{
        color: #494949;
        font-size: 15px;
        font-weight: 600;
    }
    i{
        color: var(--theme-color);
        margin-right: 15px;
        font-size: 17px;
        font-weight: 600;
    }
}
.footer-widget a:hover{
    color: var(--theme-color);
    transition: all .3s linear;
}
.footer-widget p:hover{
    color: var(--theme-color);
    transition: all .3s linear;
}
.footer__logo {
    width: 220px;
}
.address{
    margin-left: 28px;
}
.copyright-text{
    color: #000;
}
.copyright-text a{
    color: #000;
}
.award_section_bg{
    background-image: url(../img/bg-1.jpg);
    background-size: cover;
}
.award_section{
    background-color: #ffffffd4;
    padding: 100px 0px;
}
.award_images img{
    width: 420px;
    height: auto;
    overflow: hidden;
    transition: all .3s linear;
}
.award_images img:hover{
    transform: scale(1.1);
}
.awards_center img{
    width: 200px;
}
.awards_center{
    justify-content: center;
    display: flex;
    align-items: center;
}
.title{
    font-size: 52px;
    color: #000;
    font-weight: 600;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner{
    background-image: url(../img/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content{
    padding: 120px 0px;
    text-align: center;
}
.banner-content h3{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
}
.page_wrapper{
    padding: 80px 0px;
    background-color: #f0f0f1;
}
.inner_product{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 7px;
    text-align: center;
    margin-bottom:  20px;
}
.inner_product h4{
    margin: 20px 0px;
    font-size: 21px;
    a{
        color: #000;
    }
}
.section_divider{
    padding: 0px 100px;
}
.filter_section{
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 5px 1px #ccc;
}
.filter_section ul{
    padding-left: 0px;
}
.filter_section ul li i{
    font-size: 15px;
    color: var(--theme-color);
}
.filter_section ul li{
    padding: 20px 0px 20px 10px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s linear;
    border: 1px solid #e9e9e9;
}
.filter_section ul li:hover{
    background-color: var(--theme-color);
    color: #fff
}
.filter_section ul li:hover i{
    color: #fff;
}
.filter_section h4{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #000;
    padding: 20px;
}
.control__number {
    border: 2px solid #E4E4E4;
    height: 58px;
    padding: 25px;
    min-width: 100px;
    width: 30%;
    background-color: #ffffff;
    outline: none;
    border-radius: 0px;
}
.qty-control{
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center;
}
.product_detail_title{
    padding: 20px 0px;
    h3{
        font-size: 26px;
        color: #000;
        font-weight: 500;
    }
    p{
        font-size: 16px;
        color: #000;
        margin: 15px 0px;
    }
}
.prices{
    font-size: 23px;
    margin: 20px 0px;
}
.prices span{
    color: var(--theme-color);
    font-size: 26px;
}
.category{
    margin: 20px 0px;
    font-size: 20px;
}
.category span{
    color: var(--theme-color);
}
.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tile {
  position: relative;
  float: left;
  width: 90%;
  height: 100%;
  overflow: hidden;
}
.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}

.tf-mini-cart-threshold {
    margin: 20px 0px;
    padding: 16px;
    background-color: rgb(245, 246, 236);
    border-radius: 12px;
}
.tf-mini-cart-threshold .tf-progress-bar {
    margin-top: 12px;
    margin-bottom: 16px;
    width: 100%;
    background-color: var(--white);
    height: 8px;
    position: relative;
}
.tf-mini-cart-threshold .tf-progress-bar div {
    height: 100%;
    background: linear-gradient(90deg, #19450f 0%, #3dab25 100%);
    position: relative;
    transition: all 2s ease;
}
.tf-mini-cart-threshold .tf-progress-bar .icon {
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 2px solid var(--success);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50%;
    font-size: 20px;
}
.cart-menu-wrapper{
    width: 35%;
    height: 100vh;
    float: right;
    background: transparent;
}

.popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.cart_box{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}
.cart_left-side{
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.cart_box_increment{
    display: flex;
    width: 200px;
    justify-content: space-between;
    margin: 20px 0px;
    align-items: flex-start;
}
.cart_box_increment span{
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 2px 10px;
    box-shadow: 1px 1px 2px #464646;
}
.cart_total{
    background-color: #000;
    color: #fff;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}
.cart_left-side h4{
    font-size: 28px;
    color: #000;
    font-weight: 500;
}
.cart_total p{
    margin-bottom: 0px;
}
.proceed-btn{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.form-input {
    border-radius: 0px;
    margin-bottom: 30px;
    height: 50px;
    width: 90%;
    padding-left: 10px;
    box-shadow: 0px 0px 3px 1px #dbdbdb; 
}
.payment-info{
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
}
.proced_shipping_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0px;
    border-bottom: 1px solid #eee;
}
.proced_shipping_box{
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
}
.sighin_page{   
    background-color: #fff;
    padding: 20px 50px; 
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.sighin_page h4 {
    font-size: 32px;
    color: #3f3b3b;
    margin-bottom: 40px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.eye_slash{
    position: absolute;
    top: 201px;
    right: 16%;
    color: #8c8c8c;
}
.signin-password{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}
.signin-password p{
    display: flex;
    font-size: 13px;
}
.signin-password p input{
        width: 17px;
        height: 17px;
        margin-right: 8px;
    }
.signup-account{
    margin-top: 10px;

}
.signup-account a{
        color: var(--theme-color);
        font-weight: 500;
        margin: 0px 4px;
        font-size: 19px;
    }
    
    .cart-quty{
           padding: 0;
    height: auto;
    width: auto;
    border: none;
    border-radius: 0;
    width: 50px;
    text-align: center;
    }

.cart-icon{
    position: relative;
}

.cart-icon .cart-count{
position: absolute;
    right: 0;
    margin-top: 0px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: #fd852b;
    border-radius: 50%;
    display: grid   ;
    place-items: center;
    font-size: 12px;
    color: #000000;
}