@import url("https://fonts.googleapis.com/css?family=Poppins:900&amp;display=swap");
.bg-purple {
    background-color: #e5e7ff !important;
}
.bg-light-purple {
    background-color: #fbf5ff !important;
}
.bg-green {
    background-color: #deffe2 !important;
}
.bg-yellow {
    background-color: #fff5d9 !important;
}
.bg-yellow-dark {
    background-color: #ffbf13 !important;
}
.bg-blue {
    background-color: #d6fffa !important;
}
.bg-orange {
    background-color: #ffdfde !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-theme-success {
    background-color: #34a853;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.media .media-body {
    margin-left: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .media .media-body {
    margin-right: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    margin-left: unset;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(34, 34, 34, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.overlay.show {
    visibility: visible;
    opacity: 1;
}
.fill {
    fill: #3e3e3e;
}
.main-wrap {
    padding: 0px 15px 15px 15px;
}
.badges-round {
    padding: 4px 8px;
    border-radius: 100px;
}
.badges-square {
    padding: 4px 8px;
    border-radius: 5px;
}
.badges-lg-square {
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.top {
    position: absolute;
    top: 2%;
    left: 2%;
    -webkit-animation: moveright 2s linear infinite both;
    animation: moveright 2s linear infinite both;
}
.p-tb-sm {
    padding-top: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.p-t-sm {
    padding-top: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.p-b-sm {
    padding-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.p-tb-md {
    padding-top: calc(26px + (34 - 26) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(26px + (34 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.p-t-md {
    padding-top: calc(26px + (34 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.p-t-xl {
    padding-top: calc(38px + (55 - 38) * ((100vw - 320px) / (1920 - 320)));
}
.p-b-lg {
    padding-bottom: 120px !important;
}
.mt-small {
    margin-top: calc(5px + (20 - 5) * ((100vw - 320px) / (1920 - 320)));
}
.m-b-title1 {
    margin-bottom: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.mb-md {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.m-tb-md {
    margin-top: calc(35px + (55 - 35) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(35px + (55 - 35) * ((100vw - 320px) / (1920 - 320)));
}
.m-t-md {
    margin-top: calc(28px + (55 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.mb-large {
    margin-bottom: calc(70px + (90 - 70) * ((100vw - 320px) / (1920 - 320)));
}
.mb-xl-large {
    margin-bottom: 120px;
}
.stroke-white-light {
    stroke: #f0f0f0;
}
.fill-white-light {
    fill: #f0f0f0;
}
.stroke-gray-light {
    stroke: #f8f8f8;
}
.fill-gray-light {
    fill: #f8f8f8;
}
.stroke-purple {
    stroke: #e5e7ff;
}
.fill-purple {
    fill: #e5e7ff;
}
.stroke-orange {
    stroke: #ffdfde;
}
.fill-orange {
    fill: #ffdfde;
}
.stroke-dark-orange {
    stroke: #ff7c48;
}
.fill-dark-orange {
    fill: #ff7c48;
}
.stroke-green {
    stroke: #deffe2;
}
.fill-green {
    fill: #deffe2;
}
.stroke-yellow {
    stroke: #fff5d9;
}
.fill-yellow {
    fill: #fff5d9;
}
.stroke-yellow-dark {
    stroke: #ffbf13;
}
.fill-yellow-dark {
    fill: #ffbf13;
}
.stroke-blue {
    stroke: #d6fffa;
}
.fill-blue {
    fill: #d6fffa;
}
.stroke-danger {
    stroke: #e93939;
}
.fill-danger {
    fill: #e93939;
}
.stroke-success {
    stroke: #34a853;
}
.fill-success {
    fill: #34a853;
}
.stroke-title {
    stroke: #222;
}
.fill-title {
    fill: #222;
}
.opacity-0 {
    opacity: 0;
}
.opacity-15 {
    opacity: 0.15;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-45 {
    opacity: 0.45;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-65 {
    opacity: 0.65;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-85 {
    opacity: 0.85;
}
.opacity-100 {
    opacity: 1;
}
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-size: 14px;
    margin: 0;
    color: #222;
    background-color: #ebefed;
}
body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
@media only screen and (min-width: 767px) {
    body {
        max-width: 600px;
        margin: 0 auto;
    }
}
ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-Black.html");
    src: url("../../fonts/NunitoSans-Blackd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-Black-2.html") format("woff2"),
        url("../../fonts/NunitoSans-Black-3.html") format("woff"),
        url("../../fonts/NunitoSans-Black-4.html#NunitoSans-Black")
            format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-BlackItalic.html");
    src: url("../../fonts/NunitoSans-BlackItalicd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-BlackItalic-2.html") format("woff2"),
        url("../../fonts/NunitoSans-BlackItalic-3.html") format("woff"),
        url("../../fonts/NunitoSans-BlackItalic-4.html#NunitoSans-BlackItalic")
            format("svg");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-Bold.html");
    src: url("../../fonts/NunitoSans-Boldd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-Bold-2.html") format("woff2"),
        url("../../fonts/NunitoSans-Bold-3.html") format("woff"),
        url("../../fonts/NunitoSans-Bold-4.html#NunitoSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-ExtraBold.html");
    src: url("../../fonts/NunitoSans-ExtraBoldd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-ExtraBold-2.html") format("woff2"),
        url("../../fonts/NunitoSans-ExtraBold-3.html") format("woff"),
        url("../../fonts/NunitoSans-ExtraBold-4.html#NunitoSans-ExtraBold")
            format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-BoldItalic.html");
    src: url("../../fonts/NunitoSans-BoldItalicd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-BoldItalic-2.html") format("woff2"),
        url("../../fonts/NunitoSans-BoldItalic-3.html") format("woff"),
        url("../../fonts/NunitoSans-BoldItalic-4.html#NunitoSans-BoldItalic")
            format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-ExtraBoldItalic.html");
    src: url("../../fonts/NunitoSans-ExtraBoldItalicd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-ExtraBoldItalic-2.html") format("woff2"),
        url("../../fonts/NunitoSans-ExtraBoldItalic-3.html") format("woff"),
        url("../../fonts/NunitoSans-ExtraBoldItalic-4.html#NunitoSans-ExtraBoldItalic")
            format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-ExtraLight.html");
    src: url("../../fonts/NunitoSans-ExtraLightd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-ExtraLight-2.html") format("woff2"),
        url("../../fonts/NunitoSans-ExtraLight-3.html") format("woff"),
        url("../../fonts/NunitoSans-ExtraLight-4.html#NunitoSans-ExtraLight")
            format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-ExtraLightItalic.html");
    src: url("../../fonts/NunitoSans-ExtraLightItalicd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-ExtraLightItalic-2.html") format("woff2"),
        url("../../fonts/NunitoSans-ExtraLightItalic-3.html") format("woff"),
        url("../../fonts/NunitoSans-ExtraLightItalic-4.html#NunitoSans-ExtraLightItalic")
            format("svg");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-Italic.html");
    src: url("../../fonts/NunitoSans-Italicd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-Italic-2.html") format("woff2"),
        url("../../fonts/NunitoSans-Italic-3.html") format("woff"),
        url("../../fonts/NunitoSans-Italic-4.html#NunitoSans-Italic")
            format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-Light.html");
    src: url("../../fonts/NunitoSans-Lightd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-Light-2.html") format("woff2"),
        url("../../fonts/NunitoSans-Light-3.html") format("woff"),
        url("../../fonts/NunitoSans-Light-4.html#NunitoSans-Light")
            format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-Regular.html");
    src: url("../../fonts/NunitoSans-Regulard41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-Regular-2.html") format("woff2"),
        url("../../fonts/NunitoSans-Regular-3.html") format("woff"),
        url("../../fonts/NunitoSans-Regular-4.html#NunitoSans-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-LightItalic.html");
    src: url("../../fonts/NunitoSans-LightItalicd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-LightItalic-2.html") format("woff2"),
        url("../../fonts/NunitoSans-LightItalic-3.html") format("woff"),
        url("../../fonts/NunitoSans-LightItalic-4.html#NunitoSans-LightItalic")
            format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-SemiBold.html");
    src: url("../../fonts/NunitoSans-SemiBoldd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-SemiBold-2.html") format("woff2"),
        url("../../fonts/NunitoSans-SemiBold-3.html") format("woff"),
        url("../../fonts/NunitoSans-SemiBold-4.html#NunitoSans-SemiBold")
            format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("../../fonts/NunitoSans-SemiBoldItalic.html");
    src: url("../../fonts/NunitoSans-SemiBoldItalicd41d.html?#iefix")
            format("embedded-opentype"),
        url("../../fonts/NunitoSans-SemiBoldItalic-2.html") format("woff2"),
        url("../../fonts/NunitoSans-SemiBoldItalic-3.html") format("woff"),
        url("../../fonts/NunitoSans-SemiBoldItalic-4.html#NunitoSans-SemiBoldItalic")
            format("svg");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/*new work*/
@font-face {
    font-family: 'Myriad Pro';
    src: url('../../fonts/MyriadPro-Regular.eot');
    src: url('../../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../../fonts/MyriadPro-Semibold.eot');
    src: url('../../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../../fonts/MyriadPro-Semibold.woff') format('woff'),
        url('../../fonts/MyriadPro-Semibold.ttf') format('truetype'),
        url('../../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body {
    font-family: "Nunito Sans", sans-serif;
}
ul {
    list-style: none;
}
li {
    font-size: 14px;
    color: #222;
}
p {
    font-size: 14px;
    line-height: 1.5;
    color: #222;
}
a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
    color: #222;
}
a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: currentColor;
}
a:focus {
    outline: none;
}
:focus {
    outline: none;
}
.form-control {
    font-size: 14px;
    color: #222;
}
[dir="rtl"] .form-control {
    text-align: right;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    margin: 0;
    color: #222;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    color: #222;
}
h3 {
    font-size: 20px;
    line-height: 16px;
    margin: 0;
    color: #222;
}
h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: #222;
}
h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
    color: #222;
}
h6 {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    margin: 0;
    color: #222;
}
.font-xs {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.font-sm {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.font-md {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.font-lg {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.font-xl {
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.font-xxl {
    font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.title-2 {
    line-height: 22px;
    font-weight: 600;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.pera {
    font-weight: normal;
    line-height: 24px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.title-color {
    color: #222;
}
.content-color {
    color: #777;
}
.font-success {
    color: #34a853 !important;
}
.font-danger {
    color: #e93939 !important;
}
.accordian-style1 .accordion-item,
.accordian-style2 .accordion-item,
.accordian-style3 .accordion-item {
    border: none;
}
.accordian-style1 .accordion-item:not(:last-child),
.accordian-style2 .accordion-item:not(:last-child),
.accordian-style3 .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
.accordian-style1 .accordion-item .accordion-button,
.accordian-style2 .accordion-item .accordion-button,
.accordian-style3 .accordion-item .accordion-button {
    border: 1px solid #222;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.accordian-style1 .accordion-item .accordion-button::after,
.accordian-style2 .accordion-item .accordion-button::after,
.accordian-style3 .accordion-item .accordion-button::after,
.accordian-style1 .accordion-item .accordion-button:focus::after,
.accordian-style2 .accordion-item .accordion-button:focus::after,
.accordian-style3 .accordion-item .accordion-button:focus::after,
.accordian-style1 .accordion-item .accordion-button:not(.collapsed)::after,
.accordian-style2 .accordion-item .accordion-button:not(.collapsed)::after,
.accordian-style3 .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/chevron-down.svg);
}
.accordian-style1 .accordion-item .accordion-button::after,
.accordian-style2 .accordion-item .accordion-button::after,
.accordian-style3 .accordion-item .accordion-button::after {
    background-image: url(../images/icon/chevron-down.svg);
    background-color: #d6fffa;
    padding: 12px;
    background-position: center;
    border-radius: 4px;
}
@media only screen and (max-width: 375px) {
    .accordian-style1 .accordion-item .accordion-button span,
    .accordian-style2 .accordion-item .accordion-button span,
    .accordian-style3 .accordion-item .accordion-button span {
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 220px;
    }
}
.accordian-style1 .accordion-item .accordion-body,
.accordian-style2 .accordion-item .accordion-body,
.accordian-style3 .accordion-item .accordion-body {
    padding: 10px 0;
    color: #777;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.accordian-style2 .accordion-item .accordion-button {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
}
.accordian-style2 .accordion-item .accordion-button,
.accordian-style2 .accordion-item .accordion-button:focus,
.accordian-style2 .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
}
.accordian-style2 .accordion-item .accordion-button::after {
    background-color: #f0f0f0;
}
.accordian-style3 .accordion-item .accordion-button {
    border: none;
    border-left: 2px solid;
    border-radius: 0;
}
[dir="rtl"] .accordian-style3 .accordion-item .accordion-button {
    border-right: 2px solid;
    border-left: unset;
}
.accordian-style3 .accordion-item .accordion-button:not(.collapsed)::after,
.accordian-style3 .accordion-item .accordion-button:focus::after {
    background-image: url(../images/icon/minus.svg);
}
.accordian-style3 .accordion-item .accordion-button::after {
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordian-style3 .accordion-item .accordion-button.collapsed::after {
    background-image: url(../images/icon/plus.svg);
}
.accordian-style3 .accordion-item:nth-of-type(3n + 1) h2 .accordion-button,
.accordian-style3
    .accordion-item:nth-of-type(3n + 1)
    h2
    .accordion-button:focus,
.accordian-style3
    .accordion-item:nth-of-type(3n + 1)
    h2
    .accordion-button:not(.collapsed) {
    background-color: rgba(255, 245, 217, 0.5);
    border-color: #ffda73;
}
.accordian-style3 .accordion-item:nth-of-type(3n + 2) h2 .accordion-button,
.accordian-style3
    .accordion-item:nth-of-type(3n + 2)
    h2
    .accordion-button:focus,
.accordian-style3
    .accordion-item:nth-of-type(3n + 2)
    h2
    .accordion-button:not(.collapsed) {
    background-color: rgba(222, 255, 226, 0.5);
    border-color: #78ff88;
}
.accordian-style3 .accordion-item:nth-of-type(3n + 3) h2 .accordion-button,
.accordian-style3
    .accordion-item:nth-of-type(3n + 3)
    h2
    .accordion-button:focus,
.accordian-style3
    .accordion-item:nth-of-type(3n + 3)
    h2
    .accordion-button:not(.collapsed) {
    background-color: rgba(229, 231, 255, 0.5);
    border-color: #7f89ff;
}
.action {
    overflow: hidden;
    height: auto !important;
}
.action.offcanvas {
    border-radius: 0;
}
.action .offcanvas-body .btn {
    font-size: 15px;
}
.action-share .offcanvas-body ul,
.action-language .offcanvas-body ul {
    max-height: 380px;
    overflow-y: auto;
}
.action-share .offcanvas-body ul li .filter-col,
.action-language .offcanvas-body ul li .filter-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
}
.action-share .offcanvas-body ul li .filter-col a,
.action-language .offcanvas-body ul li .filter-col a {
    line-height: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.action-share .offcanvas-body ul li .filter-col .icon,
.action-language .offcanvas-body ul li .filter-col .icon {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-share .offcanvas-body ul li .filter-col .icon.facebook,
.action-language .offcanvas-body ul li .filter-col .icon.facebook {
    background-color: #385cb4;
}
.action-share .offcanvas-body ul li .filter-col .icon.whatsapp,
.action-language .offcanvas-body ul li .filter-col .icon.whatsapp {
    background-color: #1abc56;
}
.action-share .offcanvas-body ul li .filter-col .icon.twitter,
.action-language .offcanvas-body ul li .filter-col .icon.twitter {
    background-color: #00a0dd;
}
.action-share .offcanvas-body ul li .filter-col .icon.linkdin,
.action-language .offcanvas-body ul li .filter-col .icon.linkdin {
    background-color: #0077b5;
}
.action-share .offcanvas-body ul li .filter-col .icon.instagram,
.action-language .offcanvas-body ul li .filter-col .icon.instagram {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}
.action-share .offcanvas-body ul li .filter-col .icon.google,
.action-language .offcanvas-body ul li .filter-col .icon.google {
    background: #db3236;
}
.action-share .offcanvas-body ul li .filter-col .icon svg,
.action-language .offcanvas-body ul li .filter-col .icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.action-share .offcanvas-body ul.grid,
.action-language .offcanvas-body ul.grid {
    max-height: 280px;
    overflow-y: auto;
}
.action-share .offcanvas-body ul.grid li .filter-col,
.action-language .offcanvas-body ul.grid li .filter-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-share .offcanvas-body ul.grid li .filter-col a,
.action-language .offcanvas-body ul.grid li .filter-col a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.action-share .offcanvas-body ul.grid li .filter-col a .icon,
.action-language .offcanvas-body ul.grid li .filter-col a .icon {
    width: 50px;
    padding: 8px;
    height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}
.action-share .offcanvas-body ul.grid li .filter-col a .icon svg,
.action-language .offcanvas-body ul.grid li .filter-col a .icon svg {
    width: 30px;
    height: 30px;
}
.action-share .offcanvas-body ul.grid li .filter-col::after,
.action-language .offcanvas-body ul.grid li .filter-col::after {
    display: none;
}
.action-success .success-box {
    text-align: center;
}
.action-success .success-box h2 {
    font-size: 22px;
}
.action-success .success-box .success-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 40px;
    color: #fff;
}
.action-success .success-box .success-icon svg {
    stroke: #fff;
    width: 30px;
    height: 30px;
}
.action-success .success-box h2 {
    margin-bottom: 10px;
}
.action-success .success-box p {
    margin-bottom: -4px;
    color: #777;
}
.action-cookies .offcanvas-body {
    text-align: center;
}
.action-cookies .offcanvas-body .cookies-box h2 {
    font-size: 22px;
    color: #222;
}
.action-cookies .offcanvas-body .cookies-box .cookies {
    margin-top: -5px;
    width: 120px;
    margin-bottom: 15px;
}
.action-cookies .offcanvas-body .cookies-box h2 {
    margin-bottom: 15px;
}
.action-cookies .offcanvas-body .cookies-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.action-cookies .offcanvas-body .cookies-box .btn-box .btn {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
}
.action-cookies .offcanvas-body .cookies-box .btn-box .btn:first-of-type {
    margin-right: 15px;
}
[dir="rtl"]
    .action-cookies
    .offcanvas-body
    .cookies-box
    .btn-box
    .btn:first-of-type {
    margin-right: unset;
    margin-left: 15px;
}
.action-confirmation {
    text-align: center;
}
.action-confirmation .offcanvas-body {
    padding: calc(25px + (32 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.action-confirmation .offcanvas-body .confirmation-box h2 {
    margin-bottom: 15px;
}
.action-confirmation .offcanvas-body .confirmation-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.action-confirmation .offcanvas-body .confirmation-box .btn-box .btn {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
}
.action-confirmation
    .offcanvas-body
    .confirmation-box
    .btn-box
    .btn:first-of-type {
    margin-right: 15px;
}
[dir="rtl"]
    .action-confirmation
    .offcanvas-body
    .confirmation-box
    .btn-box
    .btn:first-of-type {
    margin-right: unset;
    margin-left: 15px;
}
.action-language .offcanvas-body {
    padding: 30px;
}
.action-language .offcanvas-body > h2 {
    margin-top: -4px;
}
.action-language .offcanvas-body .filter-row {
    margin-bottom: -3px;
    max-height: 380px !important;
    overflow-y: auto;
}
.action-language .offcanvas-body .filter-row li {
    padding: 0;
}
.action-language .offcanvas-body .filter-row li .filter-col a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.action-language .offcanvas-body .filter-row li .filter-col a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
[dir="rtl"] .action-language .offcanvas-body .filter-row li .filter-col a img {
    margin-right: unset;
    margin-left: 10px;
}
.action-language .offcanvas-footer {
    border-top: none;
}
.action-language .offcanvas-footer .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.action-language .offcanvas-footer .btn-box .btn:first-of-type {
    margin-right: 15px;
}
[dir="rtl"] .action-language .offcanvas-footer .btn-box .btn:first-of-type {
    margin-right: unset;
    margin-left: 15px;
}
.action-call {
    text-align: center;
}
.action-call .offcanvas-body .call-box {
    text-align: center;
}
.action-call .offcanvas-body .call-box h2 {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.action-call .offcanvas-body .call-box .call-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 40px;
    color: #fff;
}
.action-call .offcanvas-body .call-box .call-icon svg {
    stroke: #fff;
    width: 30px;
    height: 30px;
}
.action-call .offcanvas-body .call-box .btn-box .btn {
    width: 100%;
    padding: 10px;
    background-image: unset;
    border: none;
    color: #f0f0f0;
}
.action-call .offcanvas-body .call-box h2 {
    margin-bottom: 10px;
}
.action-call .offcanvas-body .call-box p {
    color: #777;
}
.action-video .offcanvas-body {
    padding: 0 !important;
}
.action-video .offcanvas-body .video-iframe {
    width: 100%;
    height: calc(190px + (300 - 190) * ((100vw - 320px) / (1920 - 320)));
}
.action-video .content-box {
    margin-top: -5px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 25px 10px;
}
.action-video .content-box p {
    color: #777;
}
.action-video .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.action-video .btn-box .btn {
    width: 100%;
    padding: 10px !important;
    margin-top: 0;
}
.action-video .btn-box .btn:first-of-type {
    margin-right: 15px;
}
[dir="rtl"] .action-video .btn-box .btn:first-of-type {
    margin-right: unset;
    margin-left: 15px;
}
.action-map .offcanvas-body {
    padding: 0 !important;
}
.action-map .offcanvas-body .iframe-map {
    width: 100%;
    height: calc(190px + (300 - 190) * ((100vw - 320px) / (1920 - 320)));
}
.action-map .content-box {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 20px;
}
.action-map .content-box p {
    color: #777;
    margin-bottom: 0;
}
.action-map .content-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.action-map .content-box .btn-box .btn {
    width: 100%;
    padding: 10px !important;
    margin-top: 0;
}
.action-map .content-box .btn-box .btn:first-of-type {
    margin-right: 15px;
}
[dir="rtl"] .action-map .content-box .btn-box .btn:first-of-type {
    margin-right: unset;
    margin-left: 15px;
}
.action-login {
    padding: 32px 15px;
}
.action-login .custom-form .input-box input {
    padding-top: 6px;
    padding-bottom: 6px;
}
.action-login .custom-form .input-box svg {
    width: 20px;
    height: 20px;
}
.action-login .custom-form .btn {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
}
.action-otp {
    padding: 32px 15px;
}
.action-otp .custom-form h2 {
    margin-bottom: 25px;
}
.action-otp .custom-form .otp-input {
    margin-bottom: calc(35px + (60 - 35) * ((100vw - 320px) / (1920 - 320)));
}
.action-otp .custom-form .otp-input li {
    text-align: center;
    width: 35px;
}
.action-otp .custom-form .otp-input li:not(:last-of-type) {
    margin-right: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .action-otp .custom-form .otp-input li:not(:last-of-type) {
    margin-right: unset;
    margin-left: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
}
.action-otp .custom-form .otp-input li input {
    width: 100%;
}
.action-otp .custom-form .otp-input .bg-shape {
    top: -16px;
    left: calc(-16px - (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    width: calc(70px + (80 - 70) * ((100vw - 320px) / (1920 - 320)));
    height: calc(70px + (80 - 70) * ((100vw - 320px) / (1920 - 320)));
}
.action-otp .custom-form .btn {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.add-address,
.add-card {
    height: auto;
}
.add-address .offcanvas-header h5,
.add-card .offcanvas-header h5 {
    margin-top: -4px;
    margin-bottom: -4px;
}
.add-address .offcanvas-body .custom-form .input-box input:not(:first-of-type),
.add-card .offcanvas-body .custom-form .input-box input:not(:first-of-type) {
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.add-address .offcanvas-footer .btn-box,
.add-card .offcanvas-footer .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.add-address .offcanvas-footer .btn-box button,
.add-card .offcanvas-footer .btn-box button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 12px !important;
}
.add-address .offcanvas-footer .btn-box button:first-of-type,
.add-card .offcanvas-footer .btn-box button:first-of-type {
    margin-right: 15px;
}
[dir="rtl"] .add-address .offcanvas-footer .btn-box button:first-of-type,
[dir="rtl"] .add-card .offcanvas-footer .btn-box button:first-of-type {
    margin-right: unset;
    margin-left: 15px;
}
@-webkit-keyframes bouncing-top {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes bouncing-top {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@-webkit-keyframes bouncing-bottom {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes bouncing-bottom {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@-webkit-keyframes moveright {
    0% {
        left: 2%;
    }
    50% {
        left: 3.5%;
    }
    100% {
        left: 2%;
    }
}
@keyframes moveright {
    0% {
        left: 2%;
    }
    50% {
        left: 3.5%;
    }
    100% {
        left: 2%;
    }
}
@-webkit-keyframes moveleft {
    0% {
        right: 2%;
    }
    50% {
        right: 3.5%;
    }
    100% {
        right: 2%;
    }
}
@keyframes moveleft {
    0% {
        right: 2%;
    }
    50% {
        right: 3.5%;
    }
    100% {
        right: 2%;
    }
}
@-webkit-keyframes x-axis {
    0% {
        -webkit-transform: translate(-96px);
        transform: translate(-96px);
    }
    100% {
        -webkit-transform: translate(96px);
        transform: translate(96px);
    }
}
@keyframes x-axis {
    0% {
        -webkit-transform: translate(-96px);
        transform: translate(-96px);
    }
    100% {
        -webkit-transform: translate(96px);
        transform: translate(96px);
    }
}
@-webkit-keyframes y-axis {
    0% {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
    }
    100% {
        -webkit-transform: translateY(-66px) scale(0.8);
        transform: translateY(-66px) scale(0.8);
        background: #d6fffa;
    }
}
@keyframes y-axis {
    0% {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
    }
    100% {
        -webkit-transform: translateY(-66px) scale(0.8);
        transform: translateY(-66px) scale(0.8);
        background: #d6fffa;
    }
}
@-webkit-keyframes x-axis-lateral {
    0% {
        -webkit-transform: translate(-36px);
        transform: translate(-36px);
    }
    100% {
        -webkit-transform: translate(36px);
        transform: translate(36px);
    }
}
@keyframes x-axis-lateral {
    0% {
        -webkit-transform: translate(-36px);
        transform: translate(-36px);
    }
    100% {
        -webkit-transform: translate(36px);
        transform: translate(36px);
    }
}
@-webkit-keyframes y-axis-lateral {
    0% {
        -webkit-transform: translateY(60px/5);
        transform: translateY(60px/5);
    }
    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        background: #d6fffa;
    }
}
@keyframes y-axis-lateral {
    0% {
        -webkit-transform: translateY(60px/5);
        transform: translateY(60px/5);
    }
    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        background: #d6fffa;
    }
}
.btn {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
}
[dir="rtl"] .btn {
    text-align: center !important;
}
.btn.btn-round {
    border-radius: 100px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #f0f0f0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #222;
    padding: 11px 40px;
    font-weight: 700;
}
.btn.btn-square {
    border-radius: 8px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px 40px;
    font-weight: 700;
    border: 1px solid #222;
}
.btn.btn-square:focus {
    outline: none;
}
.btn.call-btn {
    padding: 10px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 100%;
}
.btn.btn-light-white {
    background: #f0f0f0;
    color: #222;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #222;
    font-weight: 700;
}
.btn.btn-light-white:focus {
    outline: none;
}
.btn.btn-light-white svg {
    stroke: #222;
}
.btn.btn-outline {
    border: 1px solid #222;
    color: #222;
    padding: 11px 40px;
    background: #fff;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.btn.btn-outline:focus {
    outline: none;
}
.btn.btn-lg {
    padding: 11px 40px;
}
.btn.btn-sm {
    padding: 5px 8px;
    font-size: 14px;
}
.btn.btn-md {
    padding: 8px 20px;
    font-size: 14px;
}
.btn.btn-theme {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.breadcum-style1 {
    list-style-type: none;
    padding: 0;
}
.breadcum-style1 li {
    display: inline-block;
    position: relative;
}
.breadcum-style1 li:not(:first-of-type) {
    margin-left: 5px;
    left: 5px;
}
[dir="rtl"] .breadcum-style1 li:not(:first-of-type) {
    margin-left: unset;
    margin-right: 5px;
    left: unset;
    right: 5px;
}
.breadcum-style1 li:first-of-type {
    background-color: #fff;
    border-left: 2px solid #222;
    left: 0px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.breadcum-style1 li:first-of-type::before,
.breadcum-style1 li:first-of-type::after {
    left: 4px;
}
[dir="rtl"] .breadcum-style1 li:first-of-type {
    left: unset;
    right: 0px;
    border-left: unset;
    border-right: 2px solid #222;
}
[dir="rtl"] .breadcum-style1 li:first-of-type::before,
[dir="rtl"] .breadcum-style1 li:first-of-type::after {
    right: 4px;
    left: unset;
}
.breadcum-style1 li a {
    display: inline-block;
    position: relative;
    line-height: 2.5;
    padding: 0 calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #222;
    text-decoration: none;
}
.breadcum-style1 li.active::before,
.breadcum-style1 li.active::after {
    background: #fff5d9;
}
.breadcum-style1 li::before,
.breadcum-style1 li::after {
    content: "";
    position: absolute;
    left: -1px;
    height: 57%;
    width: calc(100% + 3px);
    background: #fff;
    border-left: 2px solid #222;
    border-right: 2px solid #222;
    z-index: -2;
}
[dir="rtl"] .breadcum-style1 li::before,
[dir="rtl"] .breadcum-style1 li::after {
    left: unset;
    right: -1px;
}
.breadcum-style1 li::before {
    top: -2px;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    border-top: 2px solid #222;
}
[dir="rtl"] .breadcum-style1 li::before {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.breadcum-style1 li::after {
    bottom: -2px;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    border-bottom: 2px solid #222;
}
[dir="rtl"] .breadcum-style1 li::after {
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.breadcum-style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcum-style2 li {
    padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)))
        calc(10px + (22 - 10) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.breadcum-style2 li:not(:first-of-type) {
    margin-left: 10px;
}
.breadcum-style2 li.active {
    background-color: #fff5d9;
}
.breadcum-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 0;
}
.breadcum-style3 li {
    position: relative;
    padding: 0 calc(15px + (22 - 15) * ((100vw - 320px) / (1920 - 320)));
    opacity: 0.5;
}
.breadcum-style3 li.active {
    opacity: 1;
}
.breadcum-style3 li svg {
    position: absolute;
    width: 16px;
    right: -8%;
    top: 50%;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[dir="rtl"] .breadcum-style3 li svg {
    right: unset;
    left: -8%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.breadcum-style3 li:last-of-type svg {
    display: none;
}
.breadcum-style4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 0;
}
.breadcum-style4 li {
    position: relative;
    padding: 0 calc(15px + (22 - 15) * ((100vw - 320px) / (1920 - 320)));
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcum-style4 li .home {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
[dir="rtl"] .breadcum-style4 li .home {
    margin-left: 5px;
    margin-right: unset;
}
.breadcum-style4 li.active {
    opacity: 1;
}
.breadcum-style4 li .arrow {
    position: absolute;
    width: 16px;
    right: -8%;
    top: 50%;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[dir="rtl"] .breadcum-style4 li .arrow {
    right: unset;
    left: -8%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.breadcum-style4 li:last-of-type .arrow {
    display: none;
}
.breadcum-style5 {
    padding: 14px 40px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 424px) {
    .breadcum-style5 {
        padding: 14px 20px;
    }
}
.breadcum-style5 li {
    position: relative;
}
.breadcum-style5 li svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    opacity: 0.5;
}
.breadcum-style5 li svg.active {
    opacity: 1;
}
.breadcum-style5 li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
    opacity: 0.5;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #fff),
        color-stop(0%, rgba(0, 0, 0, 0))
    );
    background-image: linear-gradient(to right, #fff 70%, rgba(0, 0, 0, 0) 0%);
    background-position: center;
    width: 186px;
    height: 100%;
    margin-left: 11px;
}
[dir="rtl"] .breadcum-style5 li:not(:last-of-type)::after {
    margin-left: unset;
    margin-right: 11px;
}
@media only screen and (max-width: 767px) {
    .breadcum-style5 li:not(:last-of-type)::after {
        width: calc(48px + (807 - 48) * ((100vw - 320px) / (1920 - 320)));
    }
}
@media only screen and (max-width: 424px) {
    .breadcum-style5 li:not(:last-of-type)::after {
        width: calc(
            65px + (807 - 65) * ((100vw - 320px) / (1920 - 320))
        ) !important;
    }
}
.breadcum-style5 li.active::after {
    opacity: 1;
}
.breadcum-style6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.breadcum-style6 li {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #222;
    width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    height: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #222;
}
.breadcum-style6 li .tag {
    position: absolute;
    top: calc(42px + (52 - 42) * ((100vw - 320px) / (1920 - 320)));
    color: #222;
}
.breadcum-style6 li::after {
    content: "";
    position: absolute;
    height: 7px;
    left: calc(38px + (48 - 38) * ((100vw - 320px) / (1920 - 320)));
    z-index: 1;
    width: 228px;
    border: 1px solid #222;
}
[dir="rtl"] .breadcum-style6 li::after {
    right: calc(38px + (48 - 38) * ((100vw - 320px) / (1920 - 320)));
    left: unset;
}
@media only screen and (max-width: 767px) {
    .breadcum-style6 li::after {
        width: calc(90px + (895 - 90) * ((100vw - 320px) / (1920 - 320)));
    }
}
.breadcum-style6 li:last-of-type::after {
    display: none;
}
.breadcum-style6 li.active {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
}
.breadcum-style6 li.active::after {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.countdown ul,
.otp-input ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown ul li,
.otp-input ul li {
    width: calc(70px + (120 - 70) * ((100vw - 320px) / (1920 - 320)));
    z-index: 2;
    font-size: calc(10px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    font-weight: 400;
    font-size: 12px;
}
.countdown ul li:not(:last-of-type),
.otp-input ul li:not(:last-of-type) {
    margin-right: 10px;
}
[dir="rtl"] .countdown ul li:not(:last-of-type),
[dir="rtl"] .otp-input ul li:not(:last-of-type) {
    margin-left: 10px;
    margin-right: unset;
}
@media only screen and (max-width: 424px) {
    .countdown ul li:not(:last-of-type),
    .otp-input ul li:not(:last-of-type) {
        margin-right: 20px;
    }
    [dir="rtl"] .countdown ul li:not(:last-of-type),
    [dir="rtl"] .otp-input ul li:not(:last-of-type) {
        margin-left: 20px;
        margin-right: unset;
    }
}
.countdown ul li span,
.otp-input ul li span {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    margin-bottom: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.countdown ul li .bg-shape,
.otp-input ul li .bg-shape {
    fill: #fff5d9;
    z-index: -1;
    width: 112%;
    height: 150%;
    position: absolute;
    top: -22%;
    left: -7%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.countdown ul li:nth-child(2n + 1) .bg-shape,
.otp-input ul li:nth-child(2n + 1) .bg-shape {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}
.countdown ul li:nth-child(2n + 2) .bg-shape,
.otp-input ul li:nth-child(2n + 2) .bg-shape {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
}
.custom-form input,
.custom-form textarea,
.custom-form select {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)))
        calc(44px + (47 - 44) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
    border: 1px solid #222 !important;
    -webkit-box-shadow: 1px 1px 0 #222 !important;
    box-shadow: 1px 1px 0 #222 !important;
}
.custom-form input .form-control:focus,
.custom-form textarea .form-control:focus,
.custom-form select .form-control:focus {
    border-color: #222 !important;
    -webkit-box-shadow: 1px 1px 0 #222 !important;
    box-shadow: 1px 1px 0 #222 !important;
}
.custom-form .input-box {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
}
.custom-form .input-box input,
.custom-form .input-box textarea {
    line-height: 28px;
    padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)))
        calc(44px + (47 - 44) * ((100vw - 320px) / (1920 - 320)));
}
.custom-form
    .input-box
    input[type="date" i]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 9px;
    z-index: 3;
    margin-left: 0;
    opacity: 0;
}
.custom-form .input-box > svg,
.custom-form .input-box img {
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[dir="rtl"] .custom-form .input-box > svg,
[dir="rtl"] .custom-form .input-box img {
    left: unset;
    right: 12px;
}
.custom-form .input-box.text-box > svg,
.custom-form .input-box.text-box img {
    top: calc(23px + (26 - 23) * ((100vw - 320px) / (1920 - 320)));
}
.custom-form .input-box span {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    background-color: #d6fffa;
}
.custom-form .input-box span svg {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
[dir="rtl"] .custom-form .input-box span {
    right: unset;
    left: 14px;
}
.custom-form .input-box select:focus ~ span svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.custom-form .input-box.otp-input input {
    display: inline-block;
    width: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    padding: 0;
    font-weight: 600;
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #222 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.custom-form .input-box.otp-input input:not(:last-of-type) {
    margin-right: 8px;
}
.custom-form .input-box input[type="radio"] {
    position: relative;
    margin: 2px 1rem 0 1px;
    cursor: pointer;
}
[dir="rtl"] .custom-form .input-box input[type="radio"] {
    margin: 2px 1px 0 1rem;
}
.custom-form .input-box input[type="radio"]:before {
    -webkit-transition: -webkit-transform 0.4s
        cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75),
        -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 1;
    width: 0.55rem;
    height: 0.55rem;
    background: #222;
    border-radius: 50%;
}
[dir="rtl"] .custom-form .input-box input[type="radio"]:before {
    left: unset;
    right: 1px;
}
.custom-form .input-box input[type="radio"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1.05rem;
    height: 1.05rem;
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
}
[dir="rtl"] .custom-form .input-box input[type="radio"]:after {
    left: unset;
    right: -3px;
}
.custom-form .input-box input[type="radio"]:checked:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.custom-form .input-box input[type="radio"]:checked:after {
    border: 1px solid #222;
}
.custom-form .form-control:disabled,
.custom-form .form-control[readonly] {
    background-color: #fff;
}
.custom-form.top-label .input-box {
    position: relative;
}
.custom-form.top-label .input-box:not(:last-of-type) {
    margin-bottom: 30px;
}
.custom-form.top-label .input-box input,
.custom-form.top-label .input-box select {
    padding: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) 15px;
}
.custom-form.top-label .input-box .label {
    position: absolute;
    top: -9px;
    left: 20px;
    padding: 0 5px;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
}
[dir="rtl"] .custom-form.top-label .input-box .label {
    right: 20px;
    left: unset;
}
.custom-form.form-pill .input-box {
    position: relative;
}
.custom-form.form-pill .input-box input,
.custom-form.form-pill .input-box select {
    border-radius: 100px;
    padding: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320)))
        calc(44px + (55 - 44) * ((100vw - 320px) / (1920 - 320)));
}
.custom-form.form-pill .input-box > svg,
.custom-form.form-pill .input-box img {
    left: 20px;
}
[dir="rtl"] .custom-form.form-pill .input-box > svg,
[dir="rtl"] .custom-form.form-pill .input-box img {
    left: unset;
    right: 20px;
}
.custom-form.form-pill .input-box textarea {
    padding: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320)))
        calc(44px + (55 - 44) * ((100vw - 320px) / (1920 - 320)));
}
.datepicker {
    left: 25px !important;
}
.datepicker.--day-name {
    color: #ffdfde;
}
.datepicker .datepicker--cell.-selected-,
.datepicker .datepicker--cell.-focus-,
.datepicker .datepicker--cell.-current- {
    background-color: #d6fffa;
    color: #222;
}
[dir="rtl"] .datepicker {
    left: calc(
        199px + (299 - 199) * ((100vw - 320px) / (1920 - 320))
    ) !important;
}
@media only screen and (max-width: 575px) {
    [dir="rtl"] .datepicker {
        left: calc(
            12px + (1794 - 12) * ((100vw - 320px) / (1920 - 320))
        ) !important;
    }
}
@media only screen and (max-width: 375px) {
    [dir="rtl"] .datepicker {
        left: 12px !important;
    }
}
.datepicker--nav-action path {
    stroke: #222;
}
.round-top {
    position: absolute;
    top: 6.8%;
    right: 13.5%;
    -webkit-animation: bouncing-top 2s linear infinite both;
    animation: bouncing-top 2s linear infinite both;
}
.round-top img {
    height: auto;
}
.round-bottom {
    position: absolute;
    bottom: 17%;
    left: 13.5%;
    -webkit-animation: 2s bouncing-bottom linear infinite both;
    animation: 2s bouncing-bottom linear infinite both;
}
.dote-bottom {
    position: absolute;
    bottom: 10%;
    right: 2%;
    -webkit-animation: moveleft 2s linear infinite both;
    animation: moveleft 2s linear infinite both;
}
.shape2 {
    position: absolute;
    width: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -68px;
    z-index: 1;
}
.shape2 .circle {
    position: relative;
    z-index: 1;
    width: 12px;
    display: inline-block;
    height: 12px;
    background-color: #222;
    border-radius: 100%;
}
.shape2 .line {
    margin: -7px 0;
    position: relative;
    width: 5px;
    z-index: 2;
    height: calc(48px + (48 - 48) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 5px;
}
.shape2-left {
    left: 15.5%;
}
.shape2-right {
    right: 15.5%;
}
.track-border .m-dashed {
    display: inline-block;
    width: 4px;
    height: 8px;
    border-radius: 100px;
    background-color: #222;
    position: relative;
}
.track-border .m-dashed::before,
.track-border .m-dashed::after {
    position: absolute;
    content: "";
    width: 100%;
    border-radius: 100px;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.1);
}
.track-border .m-dashed::before {
    bottom: 12px;
}
.track-border .m-dashed::after {
    top: 12px;
}
.catagories-menu {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 86px;
    left: 25px;
    font-size: 12px;
    display: none;
    color: #fff;
}
[dir="rtl"] .catagories-menu {
    left: unset;
    right: 25px;
}
@media only screen and (max-width: 475px) {
    .catagories-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.catagories-menu svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
}
[dir="rtl"] .datepicker--nav-action svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.apexcharts-legend-series {
    margin-top: 8px !important;
}
.apexcharts-legend-series .apexcharts-legend-marker {
    border: 1px solid #222;
    margin-right: 8px !important;
}
[dir="rtl"] .apexcharts-legend-series .apexcharts-legend-marker {
    margin-left: 8px;
    margin-right: unset;
}
[dir="rtl"] .dir-ltr {
    direction: ltr;
}
.apexcharts-canvas {
    margin: 0 auto !important;
}
.apexcharts-menu-icon {
    display: none;
}
.apexcharts-toolbar {
    display: none !important;
}
.circle-loader {
    position: fixed;
    bottom: 100px;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.circle-loader.hidden {
    display: none;
}
.leaf-map {
    z-index: 1;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    width: 100%;
    height: calc(180px + (240 - 180) * ((100vw - 320px) / (1920 - 320)));
}
.leaf-map .leaflet-touch .leaflet-bar a {
    width: 24px;
    height: 25px;
    line-height: 25px;
}
.leaf-map .leaflet-control-attribution {
    display: none !important;
}
.map-iframe {
    overflow-y: hidden;
    overflow-x: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: calc(180px + (240 - 180) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
}
.infinite-gallery .img-box .gallery-img {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.videobox {
    padding: 7px !important;
}
.videobox .video-iframe {
    display: block;
    width: 100%;
    height: calc(170px + (310 - 170) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 10px;
}
.videobox .video-local {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.bg-videobox {
    position: relative;
    display: block;
    width: 100%;
    height: calc(170px + (310 - 170) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 10px;
    overflow: hidden;
}
.bg-videobox .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
}
.bg-videobox .content {
    background-color: rgba(34, 34, 34, 0.2);
    padding: 10px;
    border-radius: 10px;
}
.bg-videobox .content h4,
.bg-videobox .content p {
    color: #fff !important;
}
.pre-loader {
    margin: 0;
    background-color: #fff;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    color: #222;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.loader-wrap {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}
@media only screen and (max-width: 475px) {
    .loader-wrap {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
}
.loader-wrap .container {
    -webkit-filter: url("#gooey");
    filter: url("#gooey");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loader-wrap .liquid-1 {
    position: relative;
}
.loader-wrap span {
    letter-spacing: 10px;
    font-size: 8rem;
}
.loader-wrap .drop {
    position: absolute;
    background: #222;
    width: 22px;
    height: 22px;
    border-radius: 60% 70% 50% 60% / 65% 66% 60% 65%;
    -webkit-animation: 6s move ease infinite;
    animation: 6s move ease infinite;
}
.loader-wrap .drop:after {
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    background: #222;
    border-radius: 50% 60% 60% 70% / 60% 65% 65% 65%;
    left: 25px;
    top: 3px;
    -webkit-animation: 6s drop_effect ease infinite;
    animation: 6s drop_effect ease infinite;
}
.loader-wrap svg {
    position: absolute;
}
@-webkit-keyframes move {
    0%,
    100% {
        -webkit-transform: translate(370px);
        transform: translate(370px);
    }
    50% {
        -webkit-transform: translate(-370px);
        transform: translate(-370px);
    }
}
@keyframes move {
    0%,
    100% {
        -webkit-transform: translate(370px);
        transform: translate(370px);
    }
    50% {
        -webkit-transform: translate(-370px);
        transform: translate(-370px);
    }
}
@-webkit-keyframes drop_effect {
    0% {
        left: 0px;
    }
    5% {
        left: 35px;
    }
    45% {
        left: 0px;
    }
    50% {
        left: 0px;
    }
    55% {
        left: -30px;
    }
    95% {
        left: 0px;
    }
    100% {
        left: 0;
    }
}
@keyframes drop_effect {
    0% {
        left: 0px;
    }
    5% {
        left: 35px;
    }
    45% {
        left: 0px;
    }
    50% {
        left: 0px;
    }
    55% {
        left: -30px;
    }
    95% {
        left: 0px;
    }
    100% {
        left: 0;
    }
}
.chat-modal {
    max-width: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
[dir="rtl"] .chat-modal {
    right: unset;
}
.chat-modal .modal-fullscreen {
    width: 100%;
}
.chat-modal .modal-fullscreen .modal-header {
    border: none;
}
.chat-modal .modal-fullscreen .modal-body {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    height: auto;
}
.chat-modal .modal-fullscreen .modal-body .content-box {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.chat-modal .modal-fullscreen .modal-body .content-box img {
    width: 50%;
    border-radius: 100%;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.chat-modal .modal-fullscreen .modal-body .content-box > svg {
    width: 30px;
    height: 30px;
    margin-top: 20px;
}
.chat-modal .modal-fullscreen .modal-body .content-box h3 {
    font-weight: 600;
    margin-top: 23px;
    font-size: 25px;
}
.chat-modal .modal-fullscreen .modal-body .content-box .call-option {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.chat-modal .modal-fullscreen .modal-body .content-box .call-option button {
    padding: 8px;
    border-radius: 100%;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(5n + 1) {
    background-color: #d6fffa;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(5n + 2) {
    background-color: #fff5d9;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(5n + 3) {
    background-color: #deffe2;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(5n + 4) {
    background-color: #e5e7ff;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(5n + 5) {
    background-color: #ffdfde;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(3) {
    background-color: #ffdfde;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(3)
    svg {
    width: 35px;
    height: 35px;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:nth-of-type(5) {
    background-color: #deffe2;
}
.chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:not(:last-of-type) {
    margin-right: 15px;
}
[dir="rtl"]
    .chat-modal
    .modal-fullscreen
    .modal-body
    .content-box
    .call-option
    button:not(:last-of-type) {
    margin-left: 15px;
    margin-right: unset;
}
.chat-modal .modal-fullscreen .modal-body.video-call {
    position: relative;
    padding: 0;
}
.chat-modal .modal-fullscreen .modal-body.video-call .timer {
    position: absolute;
    top: 20px;
    right: 20px;
}
.chat-modal .modal-fullscreen .modal-body.video-call img {
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.chat-modal .modal-fullscreen .modal-body.video-call .content-box {
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.chat-modal .modal-fullscreen .modal-body.video-call .call-option {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    .video-screen {
    width: 100px;
    height: 150px;
    margin-right: 20px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 5px;
}
[dir="rtl"]
    .chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    .video-screen {
    margin-right: unset;
    margin-left: 20px;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    .video-screen
    img {
    width: 100%;
    height: 100%;
}
.chat-modal .modal-fullscreen .modal-body.video-call .call-option button {
    margin-bottom: 25px;
    background-color: #fff;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(5n + 1) {
    background-color: #d6fffa;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(5n + 2) {
    background-color: #fff5d9;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(5n + 3) {
    background-color: #deffe2;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(5n + 4) {
    background-color: #e5e7ff;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(5n + 5) {
    background-color: #ffdfde;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(2) {
    background-color: #ffdfde;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(2)
    svg {
    width: 24px;
    height: 24px;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(3) {
    background-color: #deffe2;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:nth-of-type(3)
    svg {
    width: 24px;
    height: 24px;
}
.chat-modal
    .modal-fullscreen
    .modal-body.video-call
    .call-option
    button:not(:last-of-type) {
    margin-right: 15px;
}
.filter-modal {
    width: 100%;
}
.filter-modal .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
}
.filter-modal .modal-content {
    border-radius: 0;
}
[class="dark"] .filter-modal .close-modal img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.filter-modal .modal-header {
    padding: 13px 15px;
}
.filter-modal .modal-header > span {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-modal .modal-header > span svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
}
.filter-modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 13px 15px;
    background-color: #fff;
}
.filter-modal .modal-footer a {
    width: 46%;
    text-align: center;
}
.filter-modal .modal-footer .reset-link {
    color: #222 !important;
}
.filter-modal .modal-footer .btn {
    font-size: 14px;
    color: #fff;
    padding: 12px;
}
.filter-modal .modal-body {
    padding: 24px 15px;
}
.filter-modal .modal-body .filter-box {
    margin-bottom: 25px;
}
.filter-modal .modal-body .filter-box .m-b-title1 {
    margin-bottom: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.filter-modal .modal-body .filter-box select {
    padding: 7px 15px;
    font-size: 15px;
}
.filter-modal .modal-body .pricing-slider .irs-min,
.filter-modal .modal-body .pricing-slider .irs-max {
    display: none;
}
.filter-modal .modal-body .pricing-slider .irs-from,
.filter-modal .modal-body .pricing-slider .irs-to,
.filter-modal .modal-body .pricing-slider .irs-single {
    background-color: rgba(255, 223, 222, 0.2);
    color: #222;
    font-size: 12px;
}
.filter-modal .modal-body .pricing-slider .irs-line {
    height: 4px;
    border: none;
    background-color: #f8f8f8;
    background: #f8f8f8;
    border-radius: 2px;
}
.filter-modal .modal-body .pricing-slider .irs-bar {
    height: 4px;
    border: none;
    background-color: #ffdfde;
    background: #ffdfde;
    border-radius: 2px;
}
.filter-modal .modal-body .pricing-slider .irs-slider {
    height: 22px;
    width: 22px;
    background: #fff;
    border: 1px solid #ffdfde;
}
.filter-modal .modal-body .pricing-slider .irs-slider:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffdfde;
    width: 12.5px;
    height: 12.5px;
    border-radius: 100%;
}
.filter-modal .filter-color {
    margin: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-modal .filter-color li {
    margin: 4px 6px;
}
.filter-modal .filter-color li .color-box {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: relative;
}
.filter-modal .filter-color li .color-box:after {
    content: "";
    background-image: url("../images/e-commerce/icon/tick.svg");
    top: 8px;
    right: 5px;
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-modal .filter-color li.active .color-box:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-modal .filter-row li .filter-col {
    border: 1px solid transparent;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    color: #222;
    font-size: 14px;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: capitalize;
}
.filter-modal .filter-row li.active .filter-col {
    background-color: rgba(255, 223, 222, 0.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.offcanvas {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
}
.offcanvas.offcanvas-bottom {
    height: auto;
}
.offcanvas .offcanvas-header {
    background-color: #fff;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.offcanvas .offcanvas-header > span {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.offcanvas .offcanvas-header > span svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
}
.offcanvas .offcanvas-header h5 {
    font-size: 20px;
}
.offcanvas .offcanvas-body {
    background-color: #fff;
    padding: 32px 15px;
}
.offcanvas .offcanvas-body ul li .filter-col {
    border: 1px solid rgba(34, 34, 34, 0.1);
    color: #222;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: capitalize;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}
.offcanvas .offcanvas-body ul li .filter-col::after {
    content: "";
    background-image: url(../images/e-commerce/icon/tick.svg);
    width: 18px;
    height: 18px;
    right: 10px;
    top: 60%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-repeat: no-repeat;
}
[dir="rtl"] .offcanvas .offcanvas-body ul li .filter-col::after {
    right: unset;
    left: 10px;
}
.offcanvas .offcanvas-body ul li .filter-col span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 10px;
}
[dir="rtl"] .offcanvas .offcanvas-body ul li .filter-col span {
    margin-right: unset;
    margin-left: 10px;
}
.offcanvas .offcanvas-body ul li.active .filter-col::after {
    opacity: 1;
}
.offcanvas .offcanvas-footer {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
    background-color: #fff;
}
.offcanvas .offcanvas-footer .btn {
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 12px;
}
.offcanvas .offcanvas-footer .btn:first-of-type {
    margin-right: 16px;
    font-weight: 400;
    background: #fff;
    color: #222;
}
[dir="rtl"] .offcanvas .offcanvas-footer .btn:first-of-type {
    margin-left: 16px;
    margin-right: unset;
}
.offcanvas.history {
    height: 80vh;
}
.offcanvas.history .offcanvas-body {
    padding: 15px;
}
.offcanvas.history .offcanvas-body > div h3 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 400;
}
.offcanvas.history .offcanvas-body > div:not(:first-of-type) {
    padding: 15px 0;
}
.offcanvas.history .offcanvas-body .filter-col {
    color: #777;
}
.addtohome-popup {
    height: 150px;
}
.addtohome-popup .install-app {
    margin-top: 20px;
    padding: 8px 20px;
    font-size: 14px;
    float: right;
}
[dir="rtl"] .addtohome-popup .install-app {
    float: left;
}
.addtohome-popup .app-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.addtohome-popup .app-info .content {
    padding-left: 15px;
    width: 100%;
}
[dir="rtl"] .addtohome-popup .app-info .content {
    padding-left: 0;
    padding-right: 15px;
}
.addtohome-popup .app-info .content h3 {
    font-weight: 600;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.addtohome-popup .app-info .content h3 .btn-close {
    width: 24px;
    height: 24px;
    margin-left: auto;
}
[class="dark"] .addtohome-popup .app-info .content h3 .btn-close {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.addtohome-popup .app-info .content a {
    color: #777;
}
.nav-tabs-e {
    border: none;
    padding: 3px 23px;
    background-color: #f8f8f8;
    border-radius: 100px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-tabs-e .nav-item .nav-link {
    border: none;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: normal;
    color: #222;
    white-space: nowrap;
}
.nav-tabs-e .nav-item .nav-link:hover,
.nav-tabs-e .nav-item .nav-link:focus {
    border: none;
    isolation: none;
}
.nav-tabs-e .nav-item .nav-link.active {
    color: #bd937e;
    background-color: transparent;
    border: none;
    font-weight: 600;
}
.nav-tabs-e .nav-item.show .nav-link {
    color: #bd937e;
    background-color: transparent;
    border: none;
}
.nav-tabs-e.blog-nav .nav-item .nav-link {
    color: #222;
    font-weight: 400;
}
.nav-tabs-e.blog-nav .nav-item .nav-link.active {
    color: #222;
    font-weight: 600;
}
.notification {
    border: 1px solid #222;
    border-radius: 10px;
    width: calc(290px + (570 - 290) * ((100vw - 320px) / (1920 - 320)));
    position: fixed;
    left: 50%;
    top: -300px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.notification .notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    padding: 8px 15px;
}
.notification .notification-header span {
    font-size: 13px;
    color: #777;
    font-weight: normal;
}
.notification .notification-header .notifi-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.notification .notification-header .notifi-name svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
[dir="rtl"] .notification .notification-header .notifi-name svg {
    margin-left: 5px;
    margin-right: unset;
}
.notification .main {
    padding: 15px;
}
.notification .main h2 {
    font-size: 15px;
    margin-bottom: 2px;
}
.notification .main p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}
.notification.show {
    top: 10px;
}
.notification.notifi-a1 .main .media,
.notification.notifi-call .main .media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.notification.notifi-a1 .main .media img,
.notification.notifi-call .main .media img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #222;
    padding: 2px;
}
.notification.notifi-a1 .main .media .media-body,
.notification.notifi-call .main .media .media-body {
    width: calc(100% - 50px);
}
.notification.notifi-a1 .main .media .media-body h2,
.notification.notifi-call .main .media .media-body h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.notification.notifi-a1 .main .media .media-body h2 span,
.notification.notifi-call .main .media .media-body h2 span {
    font-size: 13px;
    color: #777;
    font-weight: normal;
}
.notification.notifi-a2 .main .media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 15px;
    width: 100%;
}
.notification.notifi-a2 .main .media svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}
.notification.notifi-a2 .main .media .media-body {
    width: calc(100% - 24px);
}
.notification.notifi-a2 .main .media .media-body h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.notification.notifi-a2 .main .media .media-body h2 span {
    font-size: 13px;
    color: #777;
    font-weight: normal;
}
.notification.notifi-a2 .main .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.notification.notifi-a2 .main .option span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #777;
    cursor: pointer;
}
.notification.notifi-a2 .main .option span svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
[dir="rtl"] .notification.notifi-a2 .main .option span svg {
    margin-left: 5px;
    margin-right: unset;
}
.notification.notifi-call .media {
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.notification.notifi-call .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.notification.notifi-call .option span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #777;
    cursor: pointer;
}
.notification.notifi-call .option span svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
[dir="rtl"] .notification.notifi-call .option span svg {
    margin-left: 5px;
    margin-right: unset;
}
.notification.full {
    width: 100%;
    max-width: 600px;
    border-radius: 0;
    border: none;
}
.pagination {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 5px;
}
.pagination li {
    display: inline;
    text-align: center;
}
.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #222;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a.active {
    cursor: default;
}
.pagination a:active {
    outline: none;
}
.modal-1 li:first-child a {
    border-radius: 5px 0 0 5px;
}
[dir="rtl"] .modal-1 li:first-child a {
    border-radius: 0 5px 5px 0;
}
.modal-1 li:last-child a {
    border-radius: 0 5px 5px 0;
}
[dir="rtl"] .modal-1 li:last-child a {
    border-radius: 5px 0 0 5px;
}
.modal-1 a {
    border-color: #222;
    color: #222;
    background: #fff;
}
.modal-1 a:hover {
    background: #f0f0f0;
}
.modal-1 a.active,
.modal-1 a:active {
    border-color: #222;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
}
.modal-2 {
    border-radius: 100px;
}
.modal-2 li:first-child a {
    border-radius: 100px 0 0 100px;
}
[dir="rtl"] .modal-2 li:first-child a {
    border-radius: 0 100px 100px 0;
}
.modal-2 li:last-child a {
    border-radius: 0 100px 100px 0;
}
[dir="rtl"] .modal-2 li:last-child a {
    border-radius: 100px 0 0 100px;
}
.modal-2 a {
    border-color: #222;
    color: #222;
    background: #fff;
}
.modal-2 a:hover {
    background: #f0f0f0;
}
.modal-2 a.active,
.modal-2 a:active {
    border-color: #222;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
}
.modal-3 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-3 li a {
    border-color: #222;
    color: #222;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 5px;
}
.modal-3 li a.active {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
}
.modal-3 li:not(:last-child) {
    margin-right: 6px;
}
[dir="rtl"] .modal-3 li:not(:last-child) {
    margin-left: 6px;
    margin-right: unset;
}
.modal-4,
.modal-5 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-4 li:not(:last-of-type),
.modal-5 li:not(:last-of-type) {
    margin-right: 8px;
}
[dir="rtl"] .modal-4 li:not(:last-of-type),
[dir="rtl"] .modal-5 li:not(:last-of-type) {
    margin-left: 8px;
    margin-right: unset;
}
.modal-4 li a,
.modal-5 li a {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 223, 222, 0.5);
}
.modal-4 li a svg,
.modal-5 li a svg {
    width: 18px;
    height: 18px;
    stroke-width: 2px;
}
[dir="rtl"] .modal-4 li a svg,
[dir="rtl"] .modal-5 li a svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-4 li a:hover,
.modal-5 li a:hover,
.modal-4 li a:focus,
.modal-5 li a:focus {
    background-color: #ffdfde;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.modal-4 li a.active,
.modal-5 li a.active,
.modal-4 li a:active,
.modal-5 li a:active {
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    background-color: #ffdfde;
    border: 1px solid #222;
}
.modal-5 li:not(:last-of-type) {
    margin-right: 8px;
}
[dir="rtl"] .modal-5 li:not(:last-of-type) {
    margin-left: 8px;
    margin-right: unset;
}
.modal-5 li a {
    background-color: #fff;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.modal-6 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-6 li {
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid #222;
}
.modal-6 li:nth-of-type(5n + 1) {
    background-color: #d6fffa;
}
.modal-6 li:nth-of-type(5n + 2) {
    background-color: #fff5d9;
}
.modal-6 li:nth-of-type(5n + 3) {
    background-color: #deffe2;
}
.modal-6 li:nth-of-type(5n + 4) {
    background-color: #e5e7ff;
}
.modal-6 li:nth-of-type(5n + 5) {
    background-color: #ffdfde;
}
.modal-6 li:not(:last-of-type) {
    margin-right: 8px;
}
[dir="rtl"] .modal-6 li:not(:last-of-type) {
    margin-left: 8px;
    margin-right: unset;
}
.modal-6 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    line-height: 6px;
}
.modal-6 li a svg {
    width: 18px;
    height: 18px;
    stroke-width: 2px;
}
[dir="rtl"] .modal-6 li a svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-6 li.active {
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    width: 40px;
    height: 40px;
}
.modal-6 li.active a {
    font-size: 18px;
    color: #222;
}
.modal-7 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-7 li:not(:last-of-type) {
    margin-right: 8px;
}
[dir="rtl"] .modal-7 li:not(:last-of-type) {
    margin-left: 8px;
    margin-right: unset;
}
.modal-7 li .item {
    color: #ffbf13;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0;
}
.modal-7 li .item:hover,
.modal-7 li .item:focus,
.modal-7 li .item.active:hover,
.modal-7 li .item.active {
    color: #222;
    background: transparent;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.modal-7 li .item:hover svg,
.modal-7 li .item:focus svg,
.modal-7 li .item.active:hover svg,
.modal-7 li .item.active svg {
    stroke: #222;
}
.modal-7 li .item::before {
    content: "";
    height: 100%;
    width: 100%;
    border: 5px solid #ffbf13;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: rotate(-155deg);
    transform: rotate(-155deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.modal-7 li .item:hover::before,
.modal-7 li .item:focus::before,
.modal-7 li .item.active:hover::before,
.modal-7 li .item.active::before {
    opacity: 1;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}
.modal-7 li .prev,
.modal-7 li .next {
    font-size: 20px;
}
.modal-7 li .prev svg,
.modal-7 li .next svg {
    width: 18px;
    height: 18px;
    stroke-width: 2px;
    stroke: #ffbf13;
}
[dir="rtl"] .modal-7 li .prev svg,
[dir="rtl"] .modal-7 li .next svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-8 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-8 li a.active {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
    border-radius: 5px;
}
[dir="rtl"] .modal-8 li a svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-8 li a.dote {
    font-size: 20px;
}
.modal-9 {
    padding: 10px;
    border: 1px solid #222;
}
.modal-9 li:first-child a {
    border-radius: 5px 0 0 5px;
}
[dir="rtl"] .modal-9 li:first-child a {
    border-radius: 0 5px 5px 0;
}
.modal-9 li:last-child a {
    border-radius: 0 5px 5px 0;
}
[dir="rtl"] .modal-9 li:last-child a {
    border-radius: 5px 0 0 5px;
}
.modal-9 a {
    border-color: #222;
    color: #222;
    background: #fff;
    padding: 5px calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
}
.modal-9 a:hover {
    background: #f0f0f0;
}
.modal-9 a.active,
.modal-9 a:active {
    border-color: #222;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
}
.product-card {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    padding: 8px;
}
.product-card .img-box {
    position: relative;
    padding-bottom: 8px;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-card .img-box > div {
    overflow: hidden;
    border-radius: 9px;
}
.product-card .img-box img {
    border-radius: 15px;
    width: 100%;
}
.product-card .img-box svg {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 14px;
    left: 14px;
}
[dir="rtl"] .product-card .img-box svg {
    right: 14px;
    left: unset;
}
.product-card .product-detail > a h3 {
    font-weight: 600;
}
.product-card .product-detail .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
}
.product-card .product-detail .star-box svg {
    width: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    height: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    stroke: #ffbf13;
}
.product-card .product-detail .star-box svg:not(:last-child) {
    margin-right: 2px;
    fill: #ffbf13;
}
[dir="rtl"] .product-card .product-detail .star-box svg:not(:last-child) {
    margin-right: unset;
    margin-left: 2px;
}
.product-card .product-detail > span {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-card .product-detail > span span {
    font-weight: 600;
    margin-top: 4px;
}
.product-card .product-detail > span a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100%;
}
.product-card .product-detail > span a svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
}
[dir="rtl"] .product-card .product-detail > span a svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pr-card {
    padding: 30px 10px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    text-align: center;
}
.pr-card .pr-header {
    margin-bottom: 5px;
}
.pr-card .pr-header .heading {
    font-weight: 600;
    font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 4px;
}
.pr-card .pr-header span {
    font-size: 14px;
    color: #777;
}
.pr-card .pr-body {
    margin-bottom: 25px;
}
.pr-card .pr-body p {
    color: #777;
    margin-top: 20px;
    font-size: 14px;
}
.pr-card .pr-body span {
    font-size: 35px;
    color: #222;
    position: relative;
    font-weight: 600;
}
.pr-card .pr-body span span {
    font-size: 14px;
    color: #777;
    position: absolute;
    bottom: -16px;
    right: 3px;
    font-weight: 400;
}
.pr-card .pr-footer .btn {
    padding: 10px 20px;
    font-size: 14px;
}
.pr-card.pr-card-2 {
    padding: 40px 10px 40px 10px;
    overflow: hidden;
}
.pr-card.pr-card-2 .heading {
    position: relative;
}
.pr-card.pr-card-2 .heading::before {
    content: "";
    width: 50px;
    height: 4px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    opacity: 0.7;
}
.pr-card.pr-card-2 .pr-body > span {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    width: 120px;
    position: relative;
    margin: 20px auto;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 100%;
    font-size: 32px;
}
.pr-card.pr-card-2 .pr-body > span span {
    position: relative;
    top: 0;
    right: 0;
}
.pr-card.pr-card-2 .pr-footer {
    position: relative;
}
.pr-card.pr-card-2 .pr-footer .circle {
    width: 221px;
    height: 221px;
    border-radius: 100%;
    position: absolute;
    left: -133px;
    z-index: -1;
    bottom: -196px;
    border: 1px solid #222;
}
.pr-card.pr-card-3 .pr-body > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 55px;
}
.pr-card.pr-card-3 .pr-body > span span {
    position: relative;
    bottom: 0;
    font-size: 30px;
    right: 0;
    color: #222;
    margin-right: 8px;
}
.pr-card.pr-card-3 .pr-body .heading {
    font-weight: 600;
    font-size: 14px;
}
.pr-card.pr-card-3 .pr-body p {
    margin-top: 5px;
}
.pr-card.pr-card-4 {
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.pr-card.pr-card-4 .bg-shape {
    position: absolute;
    z-index: -1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(194deg);
    transform: rotate(194deg);
    width: 378px;
    height: 395px;
    top: -160px;
    left: -62px;
}
@media only screen and (max-width: 400px) {
    .pr-card.pr-card-4 .bg-shape {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 435px;
        height: 436px;
        top: -236px;
    }
}
.pr-card.pr-card-4 .pr-header {
    margin-bottom: 0;
    padding: 20px 20px 10px 20px;
}
.pr-card.pr-card-4 .pr-header > div {
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
}
.pr-card.pr-card-4 .pr-body {
    margin: 0;
    margin-top: 10px;
}
.pr-card.pr-card-4 .pr-body p {
    margin-bottom: 0;
    margin-top: 28px;
}
.pr-card.pr-card-4 .pr-footer {
    margin: 20px 0;
}
.ko-progress-circle {
    width: 60px;
    height: 60px;
    background-color: #f8f8f8;
    border-radius: 50%;
}
.ko-progress-circle .ko-progress-circle__slice,
.ko-progress-circle .ko-progress-circle__fill {
    width: 60px;
    height: 60px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    border-radius: 50%;
}
.ko-progress-circle .ko-progress-circle__slice {
    clip: rect(0px, 60px, 60px, 30px);
}
.ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
    clip: rect(0px, 30px, 60px, 0px);
    background-color: #e93939;
}
.ko-progress-circle .ko-progress-circle__overlay {
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.ko-progress-circle[data-progress="0"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="0"] .ko-progress-circle__fill {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ko-progress-circle[data-progress="0"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ko-progress-circle[data-progress="1"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="1"] .ko-progress-circle__fill {
    -webkit-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
}
.ko-progress-circle[data-progress="1"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}
.ko-progress-circle[data-progress="2"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="2"] .ko-progress-circle__fill {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}
.ko-progress-circle[data-progress="2"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}
.ko-progress-circle[data-progress="3"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="3"] .ko-progress-circle__fill {
    -webkit-transform: rotate(5.4deg);
    transform: rotate(5.4deg);
}
.ko-progress-circle[data-progress="3"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}
.ko-progress-circle[data-progress="4"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="4"] .ko-progress-circle__fill {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}
.ko-progress-circle[data-progress="4"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}
.ko-progress-circle[data-progress="5"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="5"] .ko-progress-circle__fill {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}
.ko-progress-circle[data-progress="5"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}
.ko-progress-circle[data-progress="6"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="6"] .ko-progress-circle__fill {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}
.ko-progress-circle[data-progress="6"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}
.ko-progress-circle[data-progress="7"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="7"] .ko-progress-circle__fill {
    -webkit-transform: rotate(12.6deg);
    transform: rotate(12.6deg);
}
.ko-progress-circle[data-progress="7"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}
.ko-progress-circle[data-progress="8"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="8"] .ko-progress-circle__fill {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}
.ko-progress-circle[data-progress="8"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}
.ko-progress-circle[data-progress="9"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="9"] .ko-progress-circle__fill {
    -webkit-transform: rotate(16.2deg);
    transform: rotate(16.2deg);
}
.ko-progress-circle[data-progress="9"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}
.ko-progress-circle[data-progress="10"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="10"] .ko-progress-circle__fill {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}
.ko-progress-circle[data-progress="10"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}
.ko-progress-circle[data-progress="11"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="11"] .ko-progress-circle__fill {
    -webkit-transform: rotate(19.8deg);
    transform: rotate(19.8deg);
}
.ko-progress-circle[data-progress="11"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}
.ko-progress-circle[data-progress="12"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="12"] .ko-progress-circle__fill {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}
.ko-progress-circle[data-progress="12"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}
.ko-progress-circle[data-progress="13"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="13"] .ko-progress-circle__fill {
    -webkit-transform: rotate(23.4deg);
    transform: rotate(23.4deg);
}
.ko-progress-circle[data-progress="13"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}
.ko-progress-circle[data-progress="14"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="14"] .ko-progress-circle__fill {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}
.ko-progress-circle[data-progress="14"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}
.ko-progress-circle[data-progress="15"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="15"] .ko-progress-circle__fill {
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
}
.ko-progress-circle[data-progress="15"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}
.ko-progress-circle[data-progress="16"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="16"] .ko-progress-circle__fill {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}
.ko-progress-circle[data-progress="16"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}
.ko-progress-circle[data-progress="17"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="17"] .ko-progress-circle__fill {
    -webkit-transform: rotate(30.6deg);
    transform: rotate(30.6deg);
}
.ko-progress-circle[data-progress="17"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}
.ko-progress-circle[data-progress="18"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="18"] .ko-progress-circle__fill {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}
.ko-progress-circle[data-progress="18"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}
.ko-progress-circle[data-progress="19"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="19"] .ko-progress-circle__fill {
    -webkit-transform: rotate(34.2deg);
    transform: rotate(34.2deg);
}
.ko-progress-circle[data-progress="19"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}
.ko-progress-circle[data-progress="20"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="20"] .ko-progress-circle__fill {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}
.ko-progress-circle[data-progress="20"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}
.ko-progress-circle[data-progress="21"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="21"] .ko-progress-circle__fill {
    -webkit-transform: rotate(37.8deg);
    transform: rotate(37.8deg);
}
.ko-progress-circle[data-progress="21"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}
.ko-progress-circle[data-progress="22"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="22"] .ko-progress-circle__fill {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}
.ko-progress-circle[data-progress="22"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}
.ko-progress-circle[data-progress="23"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="23"] .ko-progress-circle__fill {
    -webkit-transform: rotate(41.4deg);
    transform: rotate(41.4deg);
}
.ko-progress-circle[data-progress="23"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}
.ko-progress-circle[data-progress="24"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="24"] .ko-progress-circle__fill {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}
.ko-progress-circle[data-progress="24"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}
.ko-progress-circle[data-progress="25"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="25"] .ko-progress-circle__fill {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ko-progress-circle[data-progress="25"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ko-progress-circle[data-progress="26"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="26"] .ko-progress-circle__fill {
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}
.ko-progress-circle[data-progress="26"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}
.ko-progress-circle[data-progress="27"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="27"] .ko-progress-circle__fill {
    -webkit-transform: rotate(48.6deg);
    transform: rotate(48.6deg);
}
.ko-progress-circle[data-progress="27"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}
.ko-progress-circle[data-progress="28"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="28"] .ko-progress-circle__fill {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}
.ko-progress-circle[data-progress="28"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}
.ko-progress-circle[data-progress="29"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="29"] .ko-progress-circle__fill {
    -webkit-transform: rotate(52.2deg);
    transform: rotate(52.2deg);
}
.ko-progress-circle[data-progress="29"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}
.ko-progress-circle[data-progress="30"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="30"] .ko-progress-circle__fill {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}
.ko-progress-circle[data-progress="30"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}
.ko-progress-circle[data-progress="31"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="31"] .ko-progress-circle__fill {
    -webkit-transform: rotate(55.8deg);
    transform: rotate(55.8deg);
}
.ko-progress-circle[data-progress="31"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}
.ko-progress-circle[data-progress="32"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="32"] .ko-progress-circle__fill {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}
.ko-progress-circle[data-progress="32"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}
.ko-progress-circle[data-progress="33"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="33"] .ko-progress-circle__fill {
    -webkit-transform: rotate(59.4deg);
    transform: rotate(59.4deg);
}
.ko-progress-circle[data-progress="33"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}
.ko-progress-circle[data-progress="34"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="34"] .ko-progress-circle__fill {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}
.ko-progress-circle[data-progress="34"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}
.ko-progress-circle[data-progress="35"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="35"] .ko-progress-circle__fill {
    -webkit-transform: rotate(63deg);
    transform: rotate(63deg);
}
.ko-progress-circle[data-progress="35"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}
.ko-progress-circle[data-progress="36"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="36"] .ko-progress-circle__fill {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}
.ko-progress-circle[data-progress="36"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}
.ko-progress-circle[data-progress="37"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="37"] .ko-progress-circle__fill {
    -webkit-transform: rotate(66.6deg);
    transform: rotate(66.6deg);
}
.ko-progress-circle[data-progress="37"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}
.ko-progress-circle[data-progress="38"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="38"] .ko-progress-circle__fill {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}
.ko-progress-circle[data-progress="38"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}
.ko-progress-circle[data-progress="39"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="39"] .ko-progress-circle__fill {
    -webkit-transform: rotate(70.2deg);
    transform: rotate(70.2deg);
}
.ko-progress-circle[data-progress="39"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}
.ko-progress-circle[data-progress="40"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="40"] .ko-progress-circle__fill {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}
.ko-progress-circle[data-progress="40"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}
.ko-progress-circle[data-progress="41"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="41"] .ko-progress-circle__fill {
    -webkit-transform: rotate(73.8deg);
    transform: rotate(73.8deg);
}
.ko-progress-circle[data-progress="41"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}
.ko-progress-circle[data-progress="42"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="42"] .ko-progress-circle__fill {
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}
.ko-progress-circle[data-progress="42"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}
.ko-progress-circle[data-progress="43"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="43"] .ko-progress-circle__fill {
    -webkit-transform: rotate(77.4deg);
    transform: rotate(77.4deg);
}
.ko-progress-circle[data-progress="43"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}
.ko-progress-circle[data-progress="44"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="44"] .ko-progress-circle__fill {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}
.ko-progress-circle[data-progress="44"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}
.ko-progress-circle[data-progress="45"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="45"] .ko-progress-circle__fill {
    -webkit-transform: rotate(81deg);
    transform: rotate(81deg);
}
.ko-progress-circle[data-progress="45"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}
.ko-progress-circle[data-progress="46"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="46"] .ko-progress-circle__fill {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}
.ko-progress-circle[data-progress="46"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}
.ko-progress-circle[data-progress="47"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="47"] .ko-progress-circle__fill {
    -webkit-transform: rotate(84.6deg);
    transform: rotate(84.6deg);
}
.ko-progress-circle[data-progress="47"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}
.ko-progress-circle[data-progress="48"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="48"] .ko-progress-circle__fill {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}
.ko-progress-circle[data-progress="48"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}
.ko-progress-circle[data-progress="49"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="49"] .ko-progress-circle__fill {
    -webkit-transform: rotate(88.2deg);
    transform: rotate(88.2deg);
}
.ko-progress-circle[data-progress="49"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}
.ko-progress-circle[data-progress="50"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="50"] .ko-progress-circle__fill {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ko-progress-circle[data-progress="50"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ko-progress-circle[data-progress="51"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="51"] .ko-progress-circle__fill {
    -webkit-transform: rotate(91.8deg);
    transform: rotate(91.8deg);
}
.ko-progress-circle[data-progress="51"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}
.ko-progress-circle[data-progress="52"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="52"] .ko-progress-circle__fill {
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}
.ko-progress-circle[data-progress="52"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}
.ko-progress-circle[data-progress="53"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="53"] .ko-progress-circle__fill {
    -webkit-transform: rotate(95.4deg);
    transform: rotate(95.4deg);
}
.ko-progress-circle[data-progress="53"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}
.ko-progress-circle[data-progress="54"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="54"] .ko-progress-circle__fill {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}
.ko-progress-circle[data-progress="54"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}
.ko-progress-circle[data-progress="55"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="55"] .ko-progress-circle__fill {
    -webkit-transform: rotate(99deg);
    transform: rotate(99deg);
}
.ko-progress-circle[data-progress="55"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
}
.ko-progress-circle[data-progress="56"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="56"] .ko-progress-circle__fill {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}
.ko-progress-circle[data-progress="56"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}
.ko-progress-circle[data-progress="57"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="57"] .ko-progress-circle__fill {
    -webkit-transform: rotate(102.6deg);
    transform: rotate(102.6deg);
}
.ko-progress-circle[data-progress="57"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}
.ko-progress-circle[data-progress="58"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="58"] .ko-progress-circle__fill {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}
.ko-progress-circle[data-progress="58"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}
.ko-progress-circle[data-progress="59"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="59"] .ko-progress-circle__fill {
    -webkit-transform: rotate(106.2deg);
    transform: rotate(106.2deg);
}
.ko-progress-circle[data-progress="59"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}
.ko-progress-circle[data-progress="60"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="60"] .ko-progress-circle__fill {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}
.ko-progress-circle[data-progress="60"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
}
.ko-progress-circle[data-progress="61"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="61"] .ko-progress-circle__fill {
    -webkit-transform: rotate(109.8deg);
    transform: rotate(109.8deg);
}
.ko-progress-circle[data-progress="61"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}
.ko-progress-circle[data-progress="62"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="62"] .ko-progress-circle__fill {
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}
.ko-progress-circle[data-progress="62"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}
.ko-progress-circle[data-progress="63"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="63"] .ko-progress-circle__fill {
    -webkit-transform: rotate(113.4deg);
    transform: rotate(113.4deg);
}
.ko-progress-circle[data-progress="63"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}
.ko-progress-circle[data-progress="64"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="64"] .ko-progress-circle__fill {
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}
.ko-progress-circle[data-progress="64"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}
.ko-progress-circle[data-progress="65"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="65"] .ko-progress-circle__fill {
    -webkit-transform: rotate(117deg);
    transform: rotate(117deg);
}
.ko-progress-circle[data-progress="65"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
}
.ko-progress-circle[data-progress="66"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="66"] .ko-progress-circle__fill {
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}
.ko-progress-circle[data-progress="66"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}
.ko-progress-circle[data-progress="67"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="67"] .ko-progress-circle__fill {
    -webkit-transform: rotate(120.6deg);
    transform: rotate(120.6deg);
}
.ko-progress-circle[data-progress="67"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}
.ko-progress-circle[data-progress="68"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="68"] .ko-progress-circle__fill {
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}
.ko-progress-circle[data-progress="68"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}
.ko-progress-circle[data-progress="69"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="69"] .ko-progress-circle__fill {
    -webkit-transform: rotate(124.2deg);
    transform: rotate(124.2deg);
}
.ko-progress-circle[data-progress="69"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}
.ko-progress-circle[data-progress="70"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="70"] .ko-progress-circle__fill {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}
.ko-progress-circle[data-progress="70"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
}
.ko-progress-circle[data-progress="71"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="71"] .ko-progress-circle__fill {
    -webkit-transform: rotate(127.8deg);
    transform: rotate(127.8deg);
}
.ko-progress-circle[data-progress="71"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}
.ko-progress-circle[data-progress="72"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="72"] .ko-progress-circle__fill {
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}
.ko-progress-circle[data-progress="72"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}
.ko-progress-circle[data-progress="73"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="73"] .ko-progress-circle__fill {
    -webkit-transform: rotate(131.4deg);
    transform: rotate(131.4deg);
}
.ko-progress-circle[data-progress="73"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}
.ko-progress-circle[data-progress="74"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="74"] .ko-progress-circle__fill {
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}
.ko-progress-circle[data-progress="74"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}
.ko-progress-circle[data-progress="75"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="75"] .ko-progress-circle__fill {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ko-progress-circle[data-progress="75"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ko-progress-circle[data-progress="76"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="76"] .ko-progress-circle__fill {
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}
.ko-progress-circle[data-progress="76"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}
.ko-progress-circle[data-progress="77"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="77"] .ko-progress-circle__fill {
    -webkit-transform: rotate(138.6deg);
    transform: rotate(138.6deg);
}
.ko-progress-circle[data-progress="77"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}
.ko-progress-circle[data-progress="78"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="78"] .ko-progress-circle__fill {
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}
.ko-progress-circle[data-progress="78"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}
.ko-progress-circle[data-progress="79"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="79"] .ko-progress-circle__fill {
    -webkit-transform: rotate(142.2deg);
    transform: rotate(142.2deg);
}
.ko-progress-circle[data-progress="79"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}
.ko-progress-circle[data-progress="80"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="80"] .ko-progress-circle__fill {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}
.ko-progress-circle[data-progress="80"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
}
.ko-progress-circle[data-progress="81"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="81"] .ko-progress-circle__fill {
    -webkit-transform: rotate(145.8deg);
    transform: rotate(145.8deg);
}
.ko-progress-circle[data-progress="81"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}
.ko-progress-circle[data-progress="82"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="82"] .ko-progress-circle__fill {
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}
.ko-progress-circle[data-progress="82"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}
.ko-progress-circle[data-progress="83"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="83"] .ko-progress-circle__fill {
    -webkit-transform: rotate(149.4deg);
    transform: rotate(149.4deg);
}
.ko-progress-circle[data-progress="83"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}
.ko-progress-circle[data-progress="84"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="84"] .ko-progress-circle__fill {
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}
.ko-progress-circle[data-progress="84"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}
.ko-progress-circle[data-progress="85"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="85"] .ko-progress-circle__fill {
    -webkit-transform: rotate(153deg);
    transform: rotate(153deg);
}
.ko-progress-circle[data-progress="85"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
}
.ko-progress-circle[data-progress="86"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="86"] .ko-progress-circle__fill {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}
.ko-progress-circle[data-progress="86"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}
.ko-progress-circle[data-progress="87"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="87"] .ko-progress-circle__fill {
    -webkit-transform: rotate(156.6deg);
    transform: rotate(156.6deg);
}
.ko-progress-circle[data-progress="87"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}
.ko-progress-circle[data-progress="88"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="88"] .ko-progress-circle__fill {
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}
.ko-progress-circle[data-progress="88"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}
.ko-progress-circle[data-progress="89"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="89"] .ko-progress-circle__fill {
    -webkit-transform: rotate(160.2deg);
    transform: rotate(160.2deg);
}
.ko-progress-circle[data-progress="89"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}
.ko-progress-circle[data-progress="90"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="90"] .ko-progress-circle__fill {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}
.ko-progress-circle[data-progress="90"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
}
.ko-progress-circle[data-progress="91"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="91"] .ko-progress-circle__fill {
    -webkit-transform: rotate(163.8deg);
    transform: rotate(163.8deg);
}
.ko-progress-circle[data-progress="91"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}
.ko-progress-circle[data-progress="92"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="92"] .ko-progress-circle__fill {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}
.ko-progress-circle[data-progress="92"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}
.ko-progress-circle[data-progress="93"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="93"] .ko-progress-circle__fill {
    -webkit-transform: rotate(167.4deg);
    transform: rotate(167.4deg);
}
.ko-progress-circle[data-progress="93"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}
.ko-progress-circle[data-progress="94"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="94"] .ko-progress-circle__fill {
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}
.ko-progress-circle[data-progress="94"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}
.ko-progress-circle[data-progress="95"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="95"] .ko-progress-circle__fill {
    -webkit-transform: rotate(171deg);
    transform: rotate(171deg);
}
.ko-progress-circle[data-progress="95"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
}
.ko-progress-circle[data-progress="96"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="96"] .ko-progress-circle__fill {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}
.ko-progress-circle[data-progress="96"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}
.ko-progress-circle[data-progress="97"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="97"] .ko-progress-circle__fill {
    -webkit-transform: rotate(174.6deg);
    transform: rotate(174.6deg);
}
.ko-progress-circle[data-progress="97"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}
.ko-progress-circle[data-progress="98"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="98"] .ko-progress-circle__fill {
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}
.ko-progress-circle[data-progress="98"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}
.ko-progress-circle[data-progress="99"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="99"] .ko-progress-circle__fill {
    -webkit-transform: rotate(178.2deg);
    transform: rotate(178.2deg);
}
.ko-progress-circle[data-progress="99"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}
.ko-progress-circle[data-progress="100"] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress="100"] .ko-progress-circle__fill {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ko-progress-circle[data-progress="100"]
    .ko-progress-circle__fill.ko-progress-circle__bar {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ratio_40 .bg-size:before {
    padding-top: 40%;
    content: "";
    display: block;
}
.ratio_45 .bg-size:before {
    padding-top: 45%;
    content: "";
    display: block;
}
.ratio2_1 .bg-size:before {
    padding-top: 50%;
    content: "";
    display: block;
}
.ratio2_3 .bg-size:before {
    padding-top: 60%;
    content: "";
    display: block;
}
.ratio-68 .bg-size:before {
    padding-top: 68%;
    content: "";
    display: block;
}
.ratio3_2 .bg-size:before {
    padding-top: 66.66%;
    content: "";
    display: block;
}
.ratio_landscape .bg-size:before {
    padding-top: 75%;
    content: "";
    display: block;
}
.ratio-83 .bg-size:before {
    padding-top: 83%;
    content: "";
    display: block;
}
.ratio_square .bg-size:before {
    padding-top: 100%;
    content: "";
    display: block;
}
.ratio_94 .bg-size:before {
    padding-top: 94%;
    content: "";
    display: block;
}
.ratio_115 .bg-size:before {
    padding-top: 115%;
    content: "";
    display: block;
}
.ratio_125 .bg-size:before {
    padding-top: 125%;
    content: "";
    display: block;
}
.ratio_123 .bg-size:before {
    padding-top: 123%;
    content: "";
    display: block;
}
.ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block;
}
.ratio_portrait .bg-size:before {
    padding-top: 150%;
    content: "";
    display: block;
}
.ratio1_2 .bg-size:before {
    padding-top: 200%;
    content: "";
    display: block;
}
.b-top {
    background-position: top !important;
}
.b-bottom {
    background-position: bottom !important;
}
.b-center {
    background-position: center !important;
}
.b_size_content {
    background-size: contain !important;
    background-repeat: no-repeat;
}
[dir="rtl"] .blog-detail-slide {
    direction: ltr;
}
.blog-detail-slide .banner-box {
    text-align: center;
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-detail-slide .banner-box img {
    width: 100%;
}
.blog-detail-slide .banner-box h2 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(25px + (32 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.blog-detail-slide .banner-box p {
    line-height: calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320)));
    margin: 0;
}
.blog-detail-slide .slick-prev,
.blog-detail-slide .slick-next {
    display: none !important;
}
.blog-detail-slide .slick-slide {
    margin-right: 28px;
    margin-left: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
[dir="rtl"] .blog-detail-slide .slick-slide {
    float: left;
}
@media only screen and (max-width: 766px) {
    .blog-detail-slide .slick-slide {
        margin-right: 0.55%;
        margin-left: 0.55%;
    }
}
@media only screen and (max-width: 525px) {
    .blog-detail-slide .slick-slide {
        margin-right: 0.65%;
        margin-left: 0.65%;
    }
}
@media only screen and (max-width: 355px) {
    .blog-detail-slide .slick-slide {
        margin-right: 0%;
        margin-left: 0%;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
.blog-detail-slide .slick-center {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media only screen and (max-width: 355px) {
    .blog-detail-slide .slick-center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.blog-detail-slide .slick-list {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 355px) {
    .blog-detail-slide .slick-list {
        margin-right: -8px;
        margin-left: -8px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.blog-detail-slide .slick-slide {
    margin-right: 0.55% !important;
    margin-left: 0.55% !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 355px) {
    .blog-detail-slide .slick-slide {
        margin-right: 0% !important;
        margin-left: 0% !important;
        padding-left: 8px;
        padding-right: 8px;
    }
}
.rev_slider .rev_slide .people-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    background-color: #fff5d9;
    border-radius: 15px;
    padding: 20px 15px;
    text-align: center;
}
.rev_slider .rev_slide .people-box .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rev_slider .rev_slide .people-box .media img {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    border: 1px solid #222;
}
.rev_slider .rev_slide .people-box .media .media-body {
    text-align: left;
}
[dir="rtl"] .rev_slider .rev_slide .people-box .media .media-body {
    text-align: right;
}
.rev_slider .rev_slide .people-box .media .media-body h3 {
    font-weight: 600;
    margin-top: 8px;
}
.rev_slider .slick-container {
    width: 900px;
    margin: 0 auto;
    max-width: 80%;
}
.rev_slider .slick-arrow {
    display: none;
}
.rev_slider .slick-dots {
    text-align: center;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 475px) {
    .rev_slider .slick-dots {
        margin-top: 15px;
    }
    .rev_slider .slick-dots li {
        position: relative;
        display: inline-block;
        height: 10px;
        width: 10px;
        margin: 0 5px;
        border-radius: 100%;
        background-color: #fff;
        border: 1px solid #222;
        padding: 0;
        cursor: pointer;
    }
    .rev_slider .slick-dots .slick-active {
        background-color: #222 !important;
        height: 10px;
        width: 30px;
        border-radius: 20px;
    }
}
.rev_slider .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}
.rev_slider .slick-list {
    padding-top: 10% !important;
    padding-bottom: 11% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}
@media only screen and (max-width: 400px) {
    .rev_slider .slick-list {
        padding-top: 15% !important;
        padding-bottom: 11% !important;
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}
.rev_slider .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px;
}
.rev_slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.rev_slider .slick-snext,
.rev_slider .slick-sprev {
    display: block;
}
.rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}
.rev_slider .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    z-index: 1;
}
.rev_slider .slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-16%, 0, 0px);
    transform: translate3d(-16%, 0, 0px);
}
[dir="rtl"] .banner-Thumbnail-slider {
    direction: ltr;
}
.banner-Thumbnail-slider .slick-track {
    padding: 1px 0;
    margin-left: -62px;
}
@media only screen and (max-width: 475px) {
    .banner-Thumbnail-slider .slick-track {
        margin-left: -32px;
    }
}
@media only screen and (max-width: 375px) {
    .banner-Thumbnail-slider .slick-track {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.banner-Thumbnail-slider .slick-slide {
    padding: 0 12px !important;
}
@media only screen and (max-width: 375px) {
    .banner-Thumbnail-slider .slick-slide {
        padding: 0 7px !important;
    }
}
.banner-Thumbnail-slider .banner-slide {
    width: 100%;
    padding: 12px;
    border: 1px solid #222;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
[dir="rtl"] .banner-Thumbnail-slider .banner-slide {
    direction: rtl;
}
.banner-Thumbnail-slider .banner-slide .banner-img {
    position: relative;
    background-color: #fff5d9;
    border: 1px solid #222;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.banner-Thumbnail-slider .banner-slide .content-box {
    cursor: pointer;
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
}
.banner-Thumbnail-slider .banner-slide .content-box p {
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #777;
}
.banner-Thumbnail-slider .banner-slide .content-box p span:last-child {
    color: #fff;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: #ff7c48;
    border-radius: 3px;
    line-height: calc(21px + (23 - 22) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 6px;
}
.banner-Thumbnail-slider .banner-slide .content-box > span {
    display: block;
}
.banner-Thumbnail-slider .banner-slide .content-box h3 {
    font-weight: 600;
    margin-bottom: calc(3px + (6 - 3) * ((100vw - 320px) / (1920 - 320)));
}
.banner-Thumbnail-slider .banner-slide .content-box .btn {
    margin-top: 15px;
    padding: calc(6px + (7 - 6) * ((100vw - 320px) / (1920 - 320)))
        calc(22px + (22 - 22) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .banner-slider {
    direction: ltr;
}
.banner-slider .banner-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 9px;
    padding: 5px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
@media only screen and (max-width: 355px) {
    .banner-slider .banner-box {
        margin-right: 0;
        margin-left: 0;
    }
}
.banner-slider .banner-box .bg-size:before {
    padding-top: 45%;
}
.banner-slider .banner-box > div {
    border-radius: 9px;
    background-color: #fff5d9;
}
.banner-slider .banner-box > img {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 23%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.banner-slider .slick-dots {
    text-align: center;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top: calc(-22px + (-30 + 22) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #222;
    padding: 0;
    cursor: pointer;
}
.banner-slider .slick-dots li button {
    opacity: 0;
}
.banner-slider .slick-dots .slick-active {
    background-color: #222 !important;
    height: 10px;
    width: 30px;
    border-radius: 20px;
}
[dir="rtl"] .thumbnail-slider {
    direction: ltr;
}
.thumbnail-slider .banner-box {
    text-align: center;
}
.thumbnail-slider .banner-box .img-box {
    padding: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    display: block;
    border-radius: 15px;
}
.thumbnail-slider .banner-box .img-box img {
    border-radius: 15px;
}
.thumbnail-slider .banner-box h2 {
    margin-top: 10px;
}
.thumbnail-slider .slick-list {
    padding: 4px 0;
    padding-left: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
}
.thumbnail-slider .slick-list .slick-slide {
    padding: 0 10px;
}
.toggle-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toggle-sec label {
    margin-right: 20px;
}
[dir="rtl"] .toggle-sec label {
    margin-right: 0;
    margin-left: 20px;
}
.toggle-sec label span {
    display: block;
    color: #777;
}
.toggle-sec .toggle-btn {
    position: relative;
    width: 70px;
    height: 33px;
    overflow: hidden;
    border-radius: 100px;
    margin-left: auto;
}
[dir="rtl"] .toggle-sec .toggle-btn {
    margin-right: auto;
    margin-left: 0;
}
.toggle-sec .toggle-btn .knobs,
.toggle-sec .toggle-btn .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f0f0f0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1;
    left: 0;
}
.toggle-sec .toggle-btn .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.toggle-sec .toggle-btn .knobs {
    z-index: 2;
}
.toggle-sec .toggle-btn .knobs:before,
.toggle-sec .toggle-btn .knobs:after,
.toggle-sec .toggle-btn .knobs span {
    position: absolute;
    top: 3px;
    width: 27px;
    height: 27px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 50%;
    -webkit-transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
.toggle-sec .toggle-btn .knobs:before {
    content: "No";
    left: 4px;
    color: #f0f0f0;
}
.toggle-sec .toggle-btn .knobs:after {
    content: "Yes";
    right: -24px;
    color: #f0f0f0;
}
.toggle-sec .toggle-btn .knobs:before,
.toggle-sec .toggle-btn .knobs:after {
    z-index: 2;
}
[class="dark"] .toggle-sec .toggle-btn .knobs:before,
[class="dark"] .toggle-sec .toggle-btn .knobs:after {
    color: #fff;
}
.toggle-sec .toggle-btn .knobs span {
    left: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.toggle-sec .toggle-btn .checkbox:checked + .knobs:before {
    left: -24px;
}
.toggle-sec .toggle-btn .checkbox:checked + .knobs:after {
    right: 1px;
}
.toggle-sec .toggle-btn .checkbox:checked + .knobs span {
    left: 42px;
    background-color: rgba(0, 0, 0, 0.6);
}
.toggle-sec .toggle-btn .checkbox:checked + .knobs ~ .layer {
    background-color: #f0f0f0;
}
.theme-bordered > :not(caption) > * > * {
    border: 1px solid #222 !important;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    color: #222;
}
th {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1) !important;
}
.table-dark thead,
.table-dark tbody,
.table-dark tfoot,
.table-dark tr,
.table-dark td,
.table-dark th {
    color: #fff;
}
.round-box {
    width: 100%;
    border-collapse: inherit;
    table-layout: fixed;
    text-align: center;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    border-spacing: 0px;
    border: 1px solid #222;
}
.round-box tbody tr:first-child {
    color: #222;
}
.round-box tbody tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
}
[dir="rtl"] .round-box tbody tr:first-child td:first-child {
    border-radius: 0px 15px 0 0;
}
.round-box tbody tr:first-child td:last-child {
    border-radius: 0 15px 0 0;
}
[dir="rtl"] .round-box tbody tr:first-child td:last-child {
    border-radius: 15px 0 0 0;
}
.round-box tbody tr:last-child td {
    border: none;
}
.toast {
    position: fixed;
    padding: 8px 15px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 250px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.toast.top-center {
    left: 50%;
    top: 70px;
}
.toast.top-left {
    left: 130px;
    top: 70px;
}
[dir="rtl"] .toast.top-left {
    left: unset;
    right: 130px;
}
.toast.top-right {
    right: 130px;
    top: 70px;
}
[dir="rtl"] .toast.top-right {
    left: 130px;
    right: unset;
}
.toast.bottom-center {
    left: 50%;
    bottom: 80px;
}
.toast.bottom-left {
    bottom: 80px;
    left: 130px;
}
[dir="rtl"] .toast.bottom-left {
    left: unset;
    right: 130px;
}
.toast.bottom-right {
    bottom: 80px;
    right: 130px;
}
[dir="rtl"] .toast.bottom-right {
    left: 130px;
    right: unset;
}
.toast span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toast span .toast-close {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: 0;
}
[dir="rtl"] .toast span .toast-close {
    margin-right: auto;
    margin-left: 0;
}
.toast-success,
.toast-cl-success {
    background-color: #deffe2;
}
.toast-success span svg,
.toast-cl-success span svg {
    margin-right: 8px;
    stroke: #222;
}
[dir="rtl"] .toast-success span svg,
[dir="rtl"] .toast-cl-success span svg {
    margin-right: unset;
    margin-left: 8px;
}
.toast-progress,
.toast-cl-progress {
    background-color: #d6fffa;
}
.toast-progress span img,
.toast-cl-progress span img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
[dir="rtl"] .toast-progress span img,
[dir="rtl"] .toast-cl-progress span img {
    margin-right: unset;
    margin-left: 8px;
}
.toast-info,
.toast-cl-info {
    background-color: #e5e7ff;
}
.toast-info span img,
.toast-cl-info span img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
[dir="rtl"] .toast-info span img,
[dir="rtl"] .toast-cl-info span img {
    margin-right: unset;
    margin-left: 8px;
}
.toast-warning,
.toast-cl-warning {
    background-color: #fff5d9;
}
.toast-warning span img,
.toast-cl-warning span img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
[dir="rtl"] .toast-warning span img,
[dir="rtl"] .toast-cl-warning span img {
    margin-right: unset;
    margin-left: 8px;
}
.toast-danger,
.toast-cl-danger {
    background-color: #ffdfde;
}
.toast-danger span,
.toast-cl-danger span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toast-danger span svg,
.toast-cl-danger span svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
[dir="rtl"] .toast-danger span svg,
[dir="rtl"] .toast-cl-danger span svg {
    margin-right: unset;
    margin-left: 8px;
}
.header,
.header1,
.header3,
.header4,
.header2 {
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header > div,
.header1 > div,
.header3 > div,
.header4 > div,
.header2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header > div .nav-bar,
.header1 > div .nav-bar,
.header3 > div .nav-bar,
.header4 > div .nav-bar,
.header2 > div .nav-bar {
    width: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    height: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100%;
}
.header > div .nav-bar svg,
.header1 > div .nav-bar svg,
.header3 > div .nav-bar svg,
.header4 > div .nav-bar svg,
.header2 > div .nav-bar svg {
    width: calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
    height: calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
    stroke-width: 3px;
    stroke: #f0f0f0;
}
[dir="rtl"] .header > div .nav-bar svg,
[dir="rtl"] .header1 > div .nav-bar svg,
[dir="rtl"] .header3 > div .nav-bar svg,
[dir="rtl"] .header4 > div .nav-bar svg,
[dir="rtl"] .header2 > div .nav-bar svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header > div h1,
.header1 > div h1,
.header3 > div h1,
.header4 > div h1,
.header2 > div h1 {
    font-weight: 600;
    margin-left: 20px;
}
[dir="rtl"] .header > div h1,
[dir="rtl"] .header1 > div h1,
[dir="rtl"] .header3 > div h1,
[dir="rtl"] .header4 > div h1,
[dir="rtl"] .header2 > div h1 {
    margin-left: unset;
    margin-right: 20px;
}
/* .header img,
.header1 img,
.header3 img,
.header4 img,
.header2 img {
    margin-left: auto;
    width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    height: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} */
.header.header-cht,
.header-cht.header1,
.header-cht.header3,
.header-cht.header4,
.header-cht.header2 {
    padding: 20px 15px 15px 15px;
}
.header.header-cht > div > div,
.header-cht.header1 > div > div,
.header-cht.header3 > div > div,
.header-cht.header4 > div > div,
.header-cht.header2 > div > div {
    margin-left: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .header.header-cht > div > div,
[dir="rtl"] .header-cht.header1 > div > div,
[dir="rtl"] .header-cht.header3 > div > div,
[dir="rtl"] .header-cht.header4 > div > div,
[dir="rtl"] .header-cht.header2 > div > div {
    margin-right: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-left: unset;
}
.header.header-cht > div > div h1,
.header-cht.header1 > div > div h1,
.header-cht.header3 > div > div h1,
.header-cht.header4 > div > div h1,
.header-cht.header2 > div > div h1 {
    margin-left: 0;
    margin-bottom: 3px;
    line-height: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .header.header-cht > div > div h1,
[dir="rtl"] .header-cht.header1 > div > div h1,
[dir="rtl"] .header-cht.header3 > div > div h1,
[dir="rtl"] .header-cht.header4 > div > div h1,
[dir="rtl"] .header-cht.header2 > div > div h1 {
    margin-right: unset;
}
.header.header-cht > div > div span,
.header-cht.header1 > div > div span,
.header-cht.header3 > div > div span,
.header-cht.header4 > div > div span,
.header-cht.header2 > div > div span {
    text-transform: capitalize;
    font-weight: 400;
}
.header.header-cht > span,
.header-cht.header1 > span,
.header-cht.header3 > span,
.header-cht.header4 > span,
.header-cht.header2 > span {
    margin-left: auto;
    width: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    height: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #222;
    background-color: #fff5d9;
    border-radius: 100%;
}
[dir="rtl"] .header.header-cht > span,
[dir="rtl"] .header-cht.header1 > span,
[dir="rtl"] .header-cht.header3 > span,
[dir="rtl"] .header-cht.header4 > span,
[dir="rtl"] .header-cht.header2 > span {
    margin-right: auto;
    margin-left: unset;
}
.header.header-cht > span:last-child,
.header-cht.header1 > span:last-child,
.header-cht.header3 > span:last-child,
.header-cht.header4 > span:last-child,
.header-cht.header2 > span:last-child {
    margin-left: 15px;
}
[dir="rtl"] .header.header-cht > span:last-child,
[dir="rtl"] .header-cht.header1 > span:last-child,
[dir="rtl"] .header-cht.header3 > span:last-child,
[dir="rtl"] .header-cht.header4 > span:last-child,
[dir="rtl"] .header-cht.header2 > span:last-child {
    margin-right: 15px;
    margin-left: unset;
}
.header.header-cht > span svg,
.header-cht.header1 > span svg,
.header-cht.header3 > span svg,
.header-cht.header4 > span svg,
.header-cht.header2 > span svg {
    width: 18px;
    height: 18px;
    stroke-width: 2px;
}
.header1,
.header3,
.header4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header1 .nav ul,
.header3 .nav ul,
.header4 .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header1 .nav ul li:not(:last-of-type),
.header3 .nav ul li:not(:last-of-type),
.header4 .nav ul li:not(:last-of-type) {
    margin-right: 15px;
}
[dir="rtl"] .header1 .nav ul li:not(:last-of-type),
[dir="rtl"] .header3 .nav ul li:not(:last-of-type),
[dir="rtl"] .header4 .nav ul li:not(:last-of-type) {
    margin-left: 15px;
    margin-right: unset;
}
.header1 .nav ul li a svg,
.header3 .nav ul li a svg,
.header4 .nav ul li a svg {
    width: 20px;
    height: 20px;
}
.header1 .nav ul li a svg.fill,
.header3 .nav ul li a svg.fill,
.header4 .nav ul li a svg.fill {
    fill: #fff;
}
.header1 .nav ul li .begets,
.header3 .nav ul li .begets,
.header4 .nav ul li .begets {
    background-color: #d6fffa;
    padding: 8px 12px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #222;
    line-height: 15px;
    font-size: 15px;
}
.header1 .nav ul li .begets svg,
.header3 .nav ul li .begets svg,
.header4 .nav ul li .begets svg {
    margin-right: 8px;
}
[dir="rtl"] .header1 .nav ul li .begets svg,
[dir="rtl"] .header3 .nav ul li .begets svg,
[dir="rtl"] .header4 .nav ul li .begets svg {
    margin-left: 8px;
    margin-right: unset;
}
.header2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header2 .nav-bar {
    width: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    min-width: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    height: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    min-height: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100%;
    color: #fff;
    font-size: calc(22px + (26 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}
.header2 .search-box {
    position: relative;
    margin: 0 8px;
}
.header2 .search-box input {
    background-color: #f8f8f8;
    border: none;
    outline: none;
    padding: 8px 10px 8px 40px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .header2 .search-box input {
    padding: 8px 40px 8px 10px;
}
.header2 .search-box .search {
    top: 48%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    height: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    stroke: #777;
}
[dir="rtl"] .header2 .search-box .search {
    left: unset;
    right: 8px;
}
.header2 .img-link {
    position: relative;
    display: inline-block;
}
.header2 .img-link::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    background-color: #34a853;
    border-radius: 100%;
}
[dir="rtl"] .header2 .img-link::after {
    right: unset;
    left: 4px;
}
.header3 > div .nav-bar:first-of-type {
    background-image: unset;
    padding: 0;
}
.header3 > div .nav-bar:first-of-type svg {
    stroke: #222;
}
.header3 > div h1 {
    margin-top: 0;
    margin-left: 15px;
}
.header3 nav ul li a svg {
    stroke: #777;
}
.header3 nav ul li:not(:first-of-type) a svg {
    fill: #777;
}
.header4 .img-link {
    position: relative;
    display: inline-block;
}
.header4 .img-link::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    background-color: #34a853;
    border-radius: 100%;
}
[dir="rtl"] .header4 .img-link::after {
    right: unset;
    left: 4px;
}
.overlay-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 4;
}
.overlay-sidebar.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-sidebar {
    position: fixed;
    left: -320px;
    top: 0;
    background-color: #fff;
    width: 310px;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
    overflow: auto;
}
[dir="rtl"] .header-sidebar {
    left: unset;
    right: -320px;
}
@media (max-width: 375px) {
    .header-sidebar {
        width: 290px;
    }
}
.header-sidebar.show {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
[dir="rtl"] .header-sidebar.show {
    left: unset;
    right: 0;
}
.header-sidebar .user-panel {
    padding: 16px 22px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
.header-sidebar .user-panel .user-img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 16px;
}
[dir="rtl"] .header-sidebar .user-panel .user-img {
    margin-right: 0;
    margin-left: 16px;
}
.header-sidebar .user-panel .icli {
    margin-left: 2px;
    width: 20px;
    height: 20px;
    color: #222;
    margin-bottom: -1px;
}
[dir="rtl"] .header-sidebar .user-panel .icli {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-sidebar .user-panel span {
    display: inline-block;
    color: #222;
    font-size: 14px;
    margin-right: auto;
    font-weight: 700;
}
[dir="rtl"] .header-sidebar .user-panel span {
    margin-left: auto;
    margin-right: unset;
}
.sidebar-content {
    padding: 25px 0;
}
.sidebar-content .link-section {
    padding: 0 22px;
}
.sidebar-content .link-section li {
    width: 100%;
    padding: 16px 6px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.sidebar-content .link-section li:nth-of-type(5n + 1) .bg-shape {
    fill: #d6fffa;
}
.sidebar-content .link-section li:nth-of-type(5n + 2) .bg-shape {
    fill: #fff5d9;
}
.sidebar-content .link-section li:nth-of-type(5n + 3) .bg-shape {
    fill: #deffe2;
}
.sidebar-content .link-section li:nth-of-type(5n + 4) .bg-shape {
    fill: #e5e7ff;
}
.sidebar-content .link-section li:nth-of-type(5n + 5) .bg-shape {
    fill: #ffdfde;
}
.sidebar-content .link-section li:nth-of-type(4n + 1) .bg-shape {
    -webkit-transform: rotateZ(-7deg);
    transform: rotateZ(-7deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.sidebar-content .link-section li:nth-of-type(4n + 2) .bg-shape {
    top: -9px !important;
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.sidebar-content .link-section li:nth-of-type(4n + 3) .bg-shape {
    top: -9px !important;
    -webkit-transform: rotateZ(14deg);
    transform: rotateZ(14deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.sidebar-content .link-section li:nth-of-type(4n + 4) .bg-shape {
    -webkit-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.sidebar-content .link-section li a,
.sidebar-content .link-section li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar-content .link-section li a i,
.sidebar-content .link-section li > div i {
    font-size: 20px;
    color: #222;
    margin-right: 16px;
}
[dir="rtl"] .sidebar-content .link-section li a i,
[dir="rtl"] .sidebar-content .link-section li > div i {
    margin-right: 0;
    margin-left: 16px;
}
.sidebar-content .link-section li a img,
.sidebar-content .link-section li > div img {
    margin-right: 16px;
    width: 20px;
}
[dir="rtl"] .sidebar-content .link-section li a img,
[dir="rtl"] .sidebar-content .link-section li > div img {
    margin-right: 0;
    margin-left: 16px;
}
.sidebar-content .link-section li a .content h4,
.sidebar-content .link-section li > div .content h4 {
    color: #222;
    margin-bottom: 2px;
    font-weight: 600;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar-content .link-section li a .content h4 span,
.sidebar-content .link-section li > div .content h4 span {
    position: relative;
}
.sidebar-content .link-section li a .content h4 span .bg-shape,
.sidebar-content .link-section li > div .content h4 span .bg-shape {
    position: absolute;
    left: -14px;
    top: -8px;
    bottom: 0;
    width: 50px;
    height: 40px;
}
[dir="rtl"] .sidebar-content .link-section li a .content h4 span .bg-shape,
[dir="rtl"] .sidebar-content .link-section li > div .content h4 span .bg-shape {
    left: unset;
    right: -14px;
}
.sidebar-content .link-section li a .content h4 span svg,
.sidebar-content .link-section li a .content h4 span img,
.sidebar-content .link-section li > div .content h4 span svg,
.sidebar-content .link-section li > div .content h4 span img {
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    stroke-width: 1px;
}
.sidebar-content .link-section li a .content h4 .arrow-right,
.sidebar-content .link-section li > div .content h4 .arrow-right {
    margin-left: auto;
}
[dir="rtl"] .sidebar-content .link-section li a .content h4 .arrow-right,
[dir="rtl"] .sidebar-content .link-section li > div .content h4 .arrow-right {
    margin-left: unset;
    margin-right: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar-content .link-section li a .content h6,
.sidebar-content .link-section li > div .content h6 {
    color: #777;
    text-transform: capitalize;
}
.sidebar-content .link-section li:first-child {
    padding-top: 0;
}
.sidebar-content .link-section li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.footer-wrap {
    margin: 0 auto;
    max-width: 600px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: transparent;
    z-index: 3;
}
.footer-wrap .footer {
    background-image: linear-gradient(269.96deg, #fff 0.03%, #fff 99.96%);
    border-radius: 100px;
    padding: calc(17px + (15 - 17) * ((100vw - 320px) / (1920 - 320))) 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-wrap .footer > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.footer-wrap .footer > ul li .footer-link {
    position: relative;
}
.footer-wrap .footer > ul li .footer-link svg {
    width: 24px;
    height: 24px;
    /* stroke: #f0f0f0; */
}
.footer-wrap .footer > ul li .footer-link::before {
    position: absolute;
    content: "";
    display: none;
    width: 4px;
    right: 10px;
    height: 4px;
    top: -10px;
    border-radius: 100%;
    background-color: #f0f0f0;
}
.footer-wrap .footer > ul li .footer-link.active::before {
    display: block;
}
.footer-wrap.type-message .footer {
    padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) 0;
    padding-left: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-right: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-wrap.type-message .footer textarea {
    background-color: transparent;
    color: #fff;
    border: none;
    padding-left: 0;
    overflow: hidden;
    resize: none;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.footer-wrap.type-message .footer textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer-wrap.type-message .footer textarea::-moz-placeholder {
    color: #fff;
}
.footer-wrap.type-message .footer textarea:-ms-input-placeholder {
    color: #fff;
}
.footer-wrap.type-message .footer textarea::-ms-input-placeholder {
    color: #fff;
}
.footer-wrap.type-message .footer textarea::placeholder {
    color: #fff;
}
.footer-wrap.type-message .footer ul {
    position: absolute;
    right: calc(34px + (47 - 34) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .footer-wrap.type-message .footer ul {
    right: unset;
    left: calc(34px + (47 - 34) * ((100vw - 320px) / (1920 - 320)));
}
.footer-wrap.type-message .footer ul li:not(:last-child) {
    margin-right: 10px;
}
[dir="rtl"] .footer-wrap.type-message .footer ul li:not(:last-child) {
    margin-left: 10px;
    margin-right: unset;
}
.footer-wrap.type-message .footer ul li a svg {
    stroke: #fff;
    width: calc(20px + (24 - 24) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.footer-wrap.type-message .footer ul .dropup .dropdown-toggle::after {
    display: none;
}
.footer-wrap.type-message .footer ul .dropup .dropdown-menu {
    background-color: transparent;
    -webkit-transform: translate(-12px, -36.4722px) !important;
    transform: translate(-12px, -36.4722px) !important;
    min-width: unset;
    border: none;
}
.footer-wrap.type-message
    .footer
    ul
    .dropup
    .dropdown-menu
    li:not(:last-of-type) {
    margin-bottom: 8px;
}
.footer-wrap.type-message .footer ul .dropup .dropdown-menu li a {
    padding: 10px;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-wrap.type-message .emojionearea.form-control {
    height: 31px;
    background-image: linear-gradient(
        269.96deg,
        #2d2d2d 0.03%,
        #3e3e3e 99.96%
    ) !important;
    border: none;
    color: #fff;
}
.footer-wrap.type-message .emojionearea.focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-wrap.type-message .emojionearea .emojionearea-editor {
    color: #fff;
    display: block;
    height: auto;
    overflow-y: hidden;
    min-height: 31px;
    max-height: 31px;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    font-size: calc(
        16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))
    ) !important;
    padding: 3px 95px 3px 0px;
    line-height: 1.42857143;
    font-size: inherit;
    border: 0;
    cursor: text;
    margin-right: 1px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[dir="rtl"] .footer-wrap.type-message .emojionearea .emojionearea-editor {
    padding: 3px 0px 3px 95px;
}
.footer-wrap.type-message .emojionearea .emojionearea-button {
    right: 35px;
    opacity: 0;
}
[dir="rtl"] .footer-wrap.type-message .emojionearea .emojionearea-button {
    right: unset;
    left: 35px;
}
.footer-wrap.type-message
    .emojionearea
    .emojionearea-button.active
    + .emojionearea-picker-position-top {
    margin-top: -273px;
    right: 12px;
}
[dir="rtl"]
    .footer-wrap.type-message
    .emojionearea
    .emojionearea-button.active
    + .emojionearea-picker-position-top {
    right: unset;
    left: 12px;
}
.footer-wrap.type-message
    .emojionearea
    .emojionearea-picker
    .emojionearea-search-panel {
    display: none;
}
.footer-wrap.type-message
    .emojionearea
    .emojionearea-picker
    .emojionearea-filters
    .emojionearea-filter {
    height: 40px;
    width: 29px;
    padding: 7px 1px 0;
}
.footer-wrap.addcart .footer {
    padding-left: calc(20px + (34 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-right: calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320)));
    padding-top: calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .footer-wrap.addcart .footer {
    padding-right: calc(20px + (34 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-left: calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.footer-wrap.addcart .footer ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-wrap.addcart .footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-wrap.addcart .footer ul li:first-of-type svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}
.footer-wrap.addcart .footer ul li input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    color: #fff;
    background-color: transparent;
    font-size: 20px;
}
.footer-wrap.addcart .footer ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: unset;
}
.footer-wrap.addcart .footer ul li a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
[dir="rtl"] .footer-wrap.addcart .footer ul li a svg {
    margin-left: 10px;
    margin-right: unset;
}
@media only screen and (max-width: 400px) {
    .footer-wrap.addcart .footer ul li a span {
        display: none;
    }
}
.footer-wrap.addcart .footer ul li .btn {
    padding: calc(7px + (11 - 7) * ((100vw - 320px) / (1920 - 320)))
        calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.footer-wrap.addcart .footer ul li > span {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #f0f0f0;
}
.footer-style1 .footer,
.footer-style2 .footer,
.footer-style3 .footer,
.footer-style4 .footer {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.footer-style1 .footer ul,
.footer-style2 .footer ul,
.footer-style3 .footer ul,
.footer-style4 .footer ul {
    padding: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320))) 0;
}
.footer-style1 .footer ul li .footer-link,
.footer-style2 .footer ul li .footer-link,
.footer-style3 .footer ul li .footer-link,
.footer-style4 .footer ul li .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-style1 .footer ul li .footer-link svg,
.footer-style2 .footer ul li .footer-link svg,
.footer-style3 .footer ul li .footer-link svg,
.footer-style4 .footer ul li .footer-link svg {
    stroke: #222;
    width: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    height: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.footer-style1 .footer ul li .footer-link svg.fill,
.footer-style2 .footer ul li .footer-link svg.fill,
.footer-style3 .footer ul li .footer-link svg.fill,
.footer-style4 .footer ul li .footer-link svg.fill {
    fill: #fff;
}
.footer-style1 .footer ul li .footer-link .tag,
.footer-style2 .footer ul li .footer-link .tag,
.footer-style3 .footer ul li .footer-link .tag,
.footer-style4 .footer ul li .footer-link .tag {
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    margin-top: 4px;
}
.footer-style1 .footer ul li .footer-link.active::before,
.footer-style2 .footer ul li .footer-link.active::before,
.footer-style3 .footer ul li .footer-link.active::before,
.footer-style4 .footer ul li .footer-link.active::before {
    display: none;
}
.footer-style1 .footer ul li .footer-link.active svg,
.footer-style2 .footer ul li .footer-link.active svg,
.footer-style3 .footer ul li .footer-link.active svg,
.footer-style4 .footer ul li .footer-link.active svg {
    stroke: #e93939;
}
.footer-style1 .footer ul li .footer-link.active .tag,
.footer-style2 .footer ul li .footer-link.active .tag,
.footer-style3 .footer ul li .footer-link.active .tag,
.footer-style4 .footer ul li .footer-link.active .tag {
    color: #e93939;
}
.footer-style2 .footer ul li .footer-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 14px;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-style2 .footer ul li .footer-link .tag {
    display: none;
    margin: 0;
}
.footer-style2 .footer ul li .footer-link.active {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.footer-style2 .footer ul li .footer-link.active svg {
    stroke: #fff;
    margin-right: 10px;
}
[dir="rtl"] .footer-style2 .footer ul li .footer-link.active svg {
    margin-left: 10px;
    margin-right: 10px;
}
.footer-style2 .footer ul li .footer-link.active .tag {
    display: inline-block;
    color: #fff;
}
.footer-style3 .footer ul li .footer-link.active {
    background-color: rgba(255, 245, 217, 0.6);
    padding: 8px 12px;
    border-radius: 5px;
}
.footer-style3 .footer ul li .footer-link.active svg {
    stroke: #ffbf0d;
}
.footer-style3 .footer ul li .footer-link.active .tag {
    color: #ffbf0d;
}
.footer-style4 .footer ul {
    padding: 0;
}
.footer-style4 .footer ul li .footer-link {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320))) 0;
}
.footer-style4 .footer ul li .footer-link.active {
    border-top-color: #e93939;
}
.login-page .round-top {
    top: 2.8%;
}
.login-page .top {
    top: 1%;
}
.login-page .ratio-83 .bg-size:before {
    padding-top: 74%;
    content: "";
    display: block;
}
.login-page .banner-img {
    margin-top: -55%;
    text-align: center;
}
.login-page .banner-img img {
    width: 65%;
}
.login-page .login-section .custom-form {
    text-align: center;
}
.login-page .login-section .custom-form h1 {
    margin-bottom: calc(10px + (24 - 10) * ((100vw - 320px) / (1920 - 320)));
    text-align: left;
}
[dir="rtl"] .login-page .login-section .custom-form h1 {
    text-align: right;
}
.login-page .login-section .custom-form p {
    text-align: left;
}
[dir="rtl"] .login-page .login-section .custom-form p {
    text-align: right;
}
.login-page .login-section .custom-form > span {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: calc(24px + (40 - 34) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .login-page .login-section .custom-form > span {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
.login-page .login-section .custom-form > span a {
    text-decoration: underline;
    color: #777;
    margin-left: 10px;
}
[dir="rtl"] .login-page .login-section .custom-form > span a {
    margin-right: 10px;
    margin-left: unset;
}
.login-page .login-section .custom-form > span a svg {
    width: 21px;
    height: 21px;
}
.login-page .login-section .custom-form .forgot {
    margin-top: -12px;
    text-align: right;
    display: block;
}
[dir="rtl"] .login-page .login-section .custom-form .forgot {
    text-align: left;
}
.login-page .login-section .custom-form .btn {
    width: 100%;
    margin-bottom: 22px;
}
.login-page .login-section .custom-form .countdown {
    margin-bottom: calc(34px + (50 - 34) * ((100vw - 320px) / (1920 - 320)));
}
.login-page .login-section .custom-form .countdown ul li {
    width: calc(70px + (120 - 70) * ((100vw - 320px) / (1920 - 320)));
    height: calc(33px + (56 - 33) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(0px + (13 - 0) * ((100vw - 320px) / (1920 - 320))) 13px;
    margin-right: 0;
}
.login-page .login-section .otp-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: calc(34px + (50 - 34) * ((100vw - 320px) / (1920 - 320)));
}
.login-page .login-section .otp-countdown a {
    text-decoration: underline;
    color: #777;
}
.login-page .socila-section {
    margin-top: 30px;
}
.login-page .socila-section > span {
    width: 100%;
    padding: 2px;
    text-align: center;
    display: block;
    direction: ltr;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.login-page .socila-section > span > span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 8px 10px;
}
.login-page .socila-section ul {
    margin-top: calc(23px + (40 - 23) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-page .socila-section ul li {
    padding: 10px;
    border-radius: 100%;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
.login-page .socila-section ul li:not(:last-child) {
    margin-right: 10px;
}
[dir="rtl"] .login-page .socila-section ul li:not(:last-child) {
    margin-left: 10px;
    margin-right: unset;
}
.login-page .socila-section ul li a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
.login-page .round-bottom {
    bottom: 7%;
}
.login-page .dote-bottom {
    bottom: 1%;
}
.blog-home h2 {
    line-height: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .blog-home .banner-section {
    direction: ltr;
}
.blog-home .banner-section > div .banner-box {
    text-align: center;
}
.blog-home .banner-section > div .banner-box .img-box {
    overflow: hidden;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 6px;
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.blog-home .banner-section > div .banner-box .img-box img {
    border-radius: 6px;
    width: 100%;
}
.blog-home .banner-section > div .banner-box h2 {
    margin-bottom: -7px;
    margin-top: 5px;
}
.blog-home .banner-section .slick-list {
    padding-bottom: 4px !important;
    margin-bottom: -4px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0 !important;
}
.blog-home .banner-section .slick-list .slick-slide {
    padding: 0 10px;
}
.blog-home .article-section .reading-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    display: block;
    border-radius: 8px;
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.blog-home .article-section .reading-box .media > div:first-of-type {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-home .article-section .reading-box .media > div:first-of-type img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.blog-home .article-section .reading-box .media .media-body h4 {
    font-weight: 600;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
@media only screen and (max-width: 567px) {
    .blog-home .article-section .reading-box .media .media-body h4 {
        width: calc(120px + (900 - 120) * ((100vw - 320px) / (1920 - 320)));
    }
}
@media only screen and (max-width: 475px) {
    .blog-home .article-section .reading-box .media .media-body h4 {
        line-height: 16px;
    }
}
.blog-home .article-section .reading-box .media .media-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-home .article-section .reading-box .media .media-body > div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-home .article-section .reading-box .media .media-body > div span svg {
    width: 16px;
    height: 16px;
    stroke: #777;
    margin-right: 8px;
}
[dir="rtl"]
    .blog-home
    .article-section
    .reading-box
    .media
    .media-body
    > div
    span
    svg {
    margin-left: 8px;
    margin-right: unset;
}
.blog-home
    .article-section
    .reading-box
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-right: 20px;
}
[dir="rtl"]
    .blog-home
    .article-section
    .reading-box
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-left: 20px;
    margin-right: unset;
}
@media only screen and (max-width: 350px) {
    [dir="rtl"]
        .blog-home
        .article-section
        .reading-box
        .media
        .media-body
        > div
        span:not(:last-child) {
        margin-left: 0px;
        margin-right: unset;
    }
}
@media only screen and (max-width: 475px) {
    .blog-home .article-section .reading-box .media .media-body > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 475px) {
    .blog-home
        .article-section
        .reading-box
        .media
        .media-body
        > div
        span:first-of-type {
        margin-bottom: 4px;
    }
}
.blog-home .article-section .reading-box .media .ko-progress-circle {
    margin-left: auto;
    margin-right: 15px;
}
[dir="rtl"]
    .blog-home
    .article-section
    .reading-box
    .media
    .ko-progress-circle {
    direction: ltr;
    margin-left: unset;
    margin-right: auto;
}
.blog-home .categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
}
.blog-home .categories ul:hover {
    overflow-x: scroll;
}
.blog-home .categories ul li {
    padding: 8px calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
    white-space: nowrap;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 23px;
    font-size: calc(15px + (18 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.blog-home .categories ul li:not(:last-child) {
    margin-right: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .blog-home .categories ul li:not(:last-child) {
    margin-left: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-right: unset;
}
.blog-home .categories ul li img,
.blog-home .categories ul li svg {
    width: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320)));
    height: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320)));
    margin-right: 5px;
}
[dir="rtl"] .blog-home .categories ul li img,
[dir="rtl"] .blog-home .categories ul li svg {
    margin-left: 10px;
    margin-right: unset;
}
@media only screen and (max-width: 767px) {
    .blog-home .categories ul {
        overflow-x: auto;
    }
}
.blog-home .categories ul li:nth-of-type(5n + 1) {
    background-color: #d6fffa;
}
.blog-home .categories ul li:nth-of-type(5n + 2) {
    background-color: #fff5d9;
}
.blog-home .categories ul li:nth-of-type(5n + 3) {
    background-color: #deffe2;
}
.blog-home .categories ul li:nth-of-type(5n + 4) {
    background-color: #e5e7ff;
}
.blog-home .categories ul li:nth-of-type(5n + 5) {
    background-color: #ffdfde;
}
.blog-home .categories .videobox {
    position: relative;
    margin-top: calc(26px + (36 - 26) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-home .categories .videobox .video-iframe {
    width: 100%;
    height: calc(170px + (320 - 170) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 15px;
    display: none;
}
.blog-home .categories .videobox .video-thumb {
    width: 100%;
    border-radius: 15px;
}
.blog-home .categories .videobox .play {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.blog-home .categories .videobox .play svg {
    width: 25px;
    stroke: #fff;
    height: 25px;
    margin-left: 4px;
}
.blog-home .recent-section .recent-box .recent:not(:first-of-type) {
    padding-top: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.blog-home .recent-section .recent-box .recent:not(:last-of-type) {
    padding-bottom: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.blog-home .recent-section .recent-box .recent .media > div:first-of-type {
    overflow: hidden;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 4px;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.blog-home .recent-section .recent-box .recent .media > div:first-of-type img {
    width: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-home .recent-section .recent-box .recent .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.blog-home .recent-section .recent-box .recent .media .media-body h4 {
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 19px;
}
.blog-home .recent-section .recent-box .recent .media .media-body p {
    margin-bottom: 6px;
}
.blog-home .recent-section .recent-box .recent .media .media-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-home .recent-section .recent-box .recent .media .media-body > div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-home
    .recent-section
    .recent-box
    .recent
    .media
    .media-body
    > div
    span
    svg {
    width: 16px;
    height: 16px;
    stroke: #777;
    margin-right: 8px;
}
[dir="rtl"]
    .blog-home
    .recent-section
    .recent-box
    .recent
    .media
    .media-body
    > div
    span
    svg {
    margin-left: 8px;
    margin-right: unset;
}
.blog-home
    .recent-section
    .recent-box
    .recent
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-right: 20px;
}
[dir="rtl"]
    .blog-home
    .recent-section
    .recent-box
    .recent
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-left: 20px;
    margin-right: unset;
}
@media only screen and (max-width: 350px) {
    [dir="rtl"]
        .blog-home
        .recent-section
        .recent-box
        .recent
        .media
        .media-body
        > div
        span:not(:last-child) {
        margin-left: 0px;
        margin-right: unset;
    }
}
.blog-home .recent-section .recent-box .recent .media .media-body > span {
    top: 0;
    right: 0px;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border-radius: 100px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
[dir="rtl"]
    .blog-home
    .recent-section
    .recent-box
    .recent
    .media
    .media-body
    > span {
    right: unset;
    left: 0px;
}
.blog-home .recent-section .recent-box .recent .media .media-body > span svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}
.blog-home
    .recent-section
    .recent-box
    .recent
    .media
    .media-body
    > span
    svg.fill {
    fill: #fff;
}
@media only screen and (max-width: 375px) {
    .blog-home .recent-section .recent-box .recent .media {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) {
    .blog-home .recent-section .recent-box .recent .media .media-body > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) {
    .blog-home
        .recent-section
        .recent-box
        .recent
        .media
        .media-body
        > div
        span:first-of-type {
        margin-bottom: 6px;
    }
}
.blog-home .search-box,
.blog-style1 .search-box,
.blog-style2 .search-box,
.blog-style3 .search-box,
.blog-style4 .search-box,
.blog-style5 .search-box,
.blog-style6 .search-box {
    position: relative;
}
.blog-home
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button,
.blog-style1
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button,
.blog-style2
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button,
.blog-style3
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button,
.blog-style4
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button,
.blog-style5
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button,
.blog-style6
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.blog-home .search-box svg,
.blog-style1 .search-box svg,
.blog-style2 .search-box svg,
.blog-style3 .search-box svg,
.blog-style4 .search-box svg,
.blog-style5 .search-box svg,
.blog-style6 .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-home .search-box .search,
.blog-style1 .search-box .search,
.blog-style2 .search-box .search,
.blog-style3 .search-box .search,
.blog-style4 .search-box .search,
.blog-style5 .search-box .search,
.blog-style6 .search-box .search {
    left: 16px;
}
.blog-home .search-box .mic,
.blog-style1 .search-box .mic,
.blog-style2 .search-box .mic,
.blog-style3 .search-box .mic,
.blog-style4 .search-box .mic,
.blog-style5 .search-box .mic,
.blog-style6 .search-box .mic {
    right: 16px;
}
.blog-home .search-box input,
.blog-style1 .search-box input,
.blog-style2 .search-box input,
.blog-style3 .search-box input,
.blog-style4 .search-box input,
.blog-style5 .search-box input,
.blog-style6 .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.blog-style1 .tab-content .topic-box .topic {
    margin-top: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style1 .tab-content .topic-box .topic .media {
    position: relative;
}
.blog-style1 .tab-content .topic-box .topic .media > div:first-of-type {
    overflow: hidden;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 4px;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.blog-style1 .tab-content .topic-box .topic .media > div:first-of-type img {
    width: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-style1 .tab-content .topic-box .topic .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.blog-style1 .tab-content .topic-box .topic .media .media-body h4 {
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 19px;
}
.blog-style1 .tab-content .topic-box .topic .media .media-body p {
    margin-bottom: 6px;
}
.blog-style1 .tab-content .topic-box .topic .media .media-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-style1 .tab-content .topic-box .topic .media .media-body > div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style1 .tab-content .topic-box .topic .media .media-body > div span svg {
    width: 16px;
    height: 16px;
    stroke: #777;
    margin-right: 8px;
}
[dir="rtl"]
    .blog-style1
    .tab-content
    .topic-box
    .topic
    .media
    .media-body
    > div
    span
    svg {
    margin-left: 8px;
    margin-right: unset;
}
.blog-style1
    .tab-content
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-right: 20px;
}
[dir="rtl"]
    .blog-style1
    .tab-content
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-left: 20px;
    margin-right: unset;
}
@media only screen and (max-width: 350px) {
    [dir="rtl"]
        .blog-style1
        .tab-content
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:not(:last-child) {
        margin-left: 0px;
        margin-right: unset;
    }
}
.blog-style1 .tab-content .topic-box .topic .media .media-body > span {
    top: 0;
    right: 0px;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border-radius: 100px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
[dir="rtl"]
    .blog-style1
    .tab-content
    .topic-box
    .topic
    .media
    .media-body
    > span {
    right: unset;
    left: 0px;
}
.blog-style1 .tab-content .topic-box .topic .media .media-body > span svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}
.blog-style1 .tab-content .topic-box .topic .media .media-body > span svg.fill {
    fill: #fff;
}
@media only screen and (max-width: 375px) {
    .blog-style1 .tab-content .topic-box .topic .media {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) {
    .blog-style1 .tab-content .topic-box .topic .media .media-body > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) {
    .blog-style1
        .tab-content
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:first-of-type {
        margin-bottom: 6px;
    }
}
.blog-style2 .blog-grid .product-card {
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style2 .blog-grid .product-card .img-box {
    display: block;
}
.blog-style2 .blog-grid .product-card .img-box > span {
    top: 8px;
    right: 8px;
    position: absolute;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
[dir="rtl"] .blog-style2 .blog-grid .product-card .img-box > span {
    right: unset;
    left: 8px;
}
.blog-style2 .blog-grid .product-card .img-box > span svg {
    top: unset;
    left: unset;
    right: unset;
    position: relative;
    width: 16px;
    height: 16px;
    stroke: #fff;
}
.blog-style2 .blog-grid .product-card .img-box > span svg.fill {
    fill: #fff;
}
.blog-style2 .blog-grid .product-card .img-box .product-detail {
    text-align: left;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 15px;
    width: 100%;
    padding: 8px;
}
[dir="rtl"] .blog-style2 .blog-grid .product-card .img-box .product-detail {
    text-align: right;
}
.blog-style2 .blog-grid .product-card .img-box .product-detail p {
    font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin: 0;
    color: #f0f0f0;
    font-weight: 600;
}
@media only screen and (max-width: 375px) {
    .blog-style2 .blog-grid .product-card .img-box .product-detail p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 375px) {
    .blog-style2 .blog-grid .row > div {
        width: 100%;
    }
}
.blog-style3 .search-box {
    position: relative;
}
.blog-style3
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.blog-style3 .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-style3 .search-box .search {
    left: 16px;
}
.blog-style3 .search-box .mic {
    right: 16px;
}
.blog-style3 .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.blog-style3 .blog-list .topic-box .topic {
    padding: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border: 1px solid #222;
}
.blog-style3 .blog-list .topic-box .topic:not(:first-of-type) {
    margin-top: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style3 .blog-list .topic-box .topic .media {
    position: relative;
}
.blog-style3 .blog-list .topic-box .topic .media > div:first-of-type {
    overflow: hidden;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 4px;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.blog-style3 .blog-list .topic-box .topic .media > div:first-of-type img {
    width: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-style3 .blog-list .topic-box .topic .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.blog-style3 .blog-list .topic-box .topic .media .media-body h4 {
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 19px;
}
.blog-style3 .blog-list .topic-box .topic .media .media-body p {
    margin-bottom: 6px;
}
.blog-style3 .blog-list .topic-box .topic .media .media-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-style3 .blog-list .topic-box .topic .media .media-body > div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style3 .blog-list .topic-box .topic .media .media-body > div span svg {
    width: 16px;
    height: 16px;
    stroke: #777;
    margin-right: 8px;
}
[dir="rtl"]
    .blog-style3
    .blog-list
    .topic-box
    .topic
    .media
    .media-body
    > div
    span
    svg {
    margin-left: 8px;
    margin-right: unset;
}
.blog-style3
    .blog-list
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-right: 20px;
}
[dir="rtl"]
    .blog-style3
    .blog-list
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-left: 20px;
    margin-right: unset;
}
@media only screen and (max-width: 350px) {
    [dir="rtl"]
        .blog-style3
        .blog-list
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:not(:last-child) {
        margin-left: 0px;
        margin-right: unset;
    }
}
.blog-style3 .blog-list .topic-box .topic .media .media-body > span {
    top: 0;
    right: 0px;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border-radius: 100px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
[dir="rtl"]
    .blog-style3
    .blog-list
    .topic-box
    .topic
    .media
    .media-body
    > span {
    right: unset;
    left: 0px;
}
.blog-style3 .blog-list .topic-box .topic .media .media-body > span svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}
.blog-style3 .blog-list .topic-box .topic .media .media-body > span svg.fill {
    fill: #fff;
}
@media only screen and (max-width: 375px) {
    .blog-style3 .blog-list .topic-box .topic .media {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) and (max-width: 375px) {
    .blog-style3 .blog-list .topic-box .topic .media .media-body > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) and (max-width: 375px) {
    .blog-style3
        .blog-list
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:first-of-type {
        margin-bottom: 6px;
    }
}
.blog-style3 .blog-list .topic-box .topic .media > div:first-of-type {
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    height: 90px;
}
.blog-style3 .blog-list .topic-box .topic:nth-of-type(2n + 2) .media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: end;
}
@media only screen and (max-width: 375px) {
    .blog-style3 .blog-list .topic-box .topic:nth-of-type(2n + 2) .media {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) and (max-width: 375px) {
    .blog-style3
        .blog-list
        .topic-box
        .topic:nth-of-type(2n + 2)
        .media
        .media-body
        > div {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media only screen and (max-width: 375px) and (max-width: 375px) {
    .blog-style3
        .blog-list
        .topic-box
        .topic:nth-of-type(2n + 2)
        .media
        .media-body
        > div
        span:first-of-type {
        margin-bottom: 6px;
        margin-right: 0;
        margin-left: 0;
    }
}
.blog-style3
    .blog-list
    .topic-box
    .topic:nth-of-type(2n + 2)
    .media
    .media-body {
    margin-left: unset;
    margin-right: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"]
    .blog-style3
    .blog-list
    .topic-box
    .topic:nth-of-type(2n + 2)
    .media
    .media-body {
    margin-left: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    margin-right: unset;
}
.blog-style3
    .blog-list
    .topic-box
    .topic:nth-of-type(2n + 2)
    .media
    .media-body
    > div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
[dir="rtl"]
    .blog-style3
    .blog-list
    .topic-box
    .topic:nth-of-type(2n + 2)
    .media
    .media-body
    > div
    > span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
[dir="rtl"]
    .blog-style3
    .blog-list
    .topic-box
    .topic:nth-of-type(2n + 2)
    .media
    .media-body
    > div
    > span
    svg {
    margin-right: 8px;
    margin-left: unset;
}
.blog-style3
    .blog-list
    .topic-box
    .topic:nth-of-type(2n + 2)
    .media
    .media-body
    > span {
    left: 10px;
    right: unset;
}
[dir="rtl"]
    .blog-style3
    .blog-list
    .topic-box
    .topic:nth-of-type(2n + 2)
    .media
    .media-body
    > span {
    left: unset;
    right: 10px;
}
.blog-style4 .ratio_asos .bg-size:before,
.blog-style5 .ratio_asos .bg-size:before,
.blog-style6 .ratio_asos .bg-size:before {
    padding-top: 26.777%;
}
.blog-style4 .blog-list .banner-box:not(:first-of-type),
.blog-style5 .blog-list .banner-box:not(:first-of-type),
.blog-style6 .blog-list .banner-box:not(:first-of-type) {
    padding-top: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style4 .blog-list .banner-box:not(:last-of-type),
.blog-style5 .blog-list .banner-box:not(:last-of-type),
.blog-style6 .blog-list .banner-box:not(:last-of-type) {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
    padding-bottom: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style4 .blog-list .banner-box h2,
.blog-style5 .blog-list .banner-box h2,
.blog-style6 .blog-list .banner-box h2 {
    margin-bottom: calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style4 .blog-list .banner-box .banner,
.blog-style5 .blog-list .banner-box .banner,
.blog-style6 .blog-list .banner-box .banner {
    padding: calc(4px + (7 - 4) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
}
.blog-style4 .blog-list .banner-box .banner > div,
.blog-style5 .blog-list .banner-box .banner > div,
.blog-style6 .blog-list .banner-box .banner > div {
    border-radius: 15px;
}
.blog-style4 .blog-list .banner-box .banner-content p,
.blog-style5 .blog-list .banner-box .banner-content p,
.blog-style6 .blog-list .banner-box .banner-content p {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #777;
}
.blog-style4 .blog-list .banner-box .banner-content .media > div:first-of-type,
.blog-style5 .blog-list .banner-box .banner-content .media > div:first-of-type,
.blog-style6 .blog-list .banner-box .banner-content .media > div:first-of-type {
    width: calc(48px + (60 - 48) * ((100vw - 320px) / (1920 - 320)));
    height: calc(48px + (60 - 48) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    border: 1px solid #222;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.blog-style4
    .blog-list
    .banner-box
    .banner-content
    .media
    > div:first-of-type
    img,
.blog-style5
    .blog-list
    .banner-box
    .banner-content
    .media
    > div:first-of-type
    img,
.blog-style6
    .blog-list
    .banner-box
    .banner-content
    .media
    > div:first-of-type
    img {
    width: 100%;
}
.blog-style4 .blog-list .banner-box .banner-content .media .media-body h3,
.blog-style5 .blog-list .banner-box .banner-content .media .media-body h3,
.blog-style6 .blog-list .banner-box .banner-content .media .media-body h3 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style4 .blog-list .banner-box .banner-content .media .media-body span,
.blog-style5 .blog-list .banner-box .banner-content .media .media-body span,
.blog-style6 .blog-list .banner-box .banner-content .media .media-body span {
    color: #777;
    font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style4 .blog-list .banner-box .banner-content .media > svg,
.blog-style5 .blog-list .banner-box .banner-content .media > svg,
.blog-style6 .blog-list .banner-box .banner-content .media > svg {
    width: 20px;
    height: 20px;
    stroke: #777;
    margin-left: auto;
}
[dir="rtl"] .blog-style4 .blog-list .banner-box .banner-content .media > svg,
[dir="rtl"] .blog-style5 .blog-list .banner-box .banner-content .media > svg,
[dir="rtl"] .blog-style6 .blog-list .banner-box .banner-content .media > svg {
    margin-left: unset;
    margin-right: auto;
}
.blog-style5 .banner-box,
.blog-style6 .banner-box {
    margin-bottom: -3px;
}
.blog-style5 .banner-box .banner,
.blog-style6 .banner-box .banner {
    position: relative;
}
.blog-style5 .banner-box .banner > span,
.blog-style6 .banner-box .banner > span {
    text-align: center;
    color: #fff;
    position: absolute;
    top: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
    right: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    padding: 2px 8px;
}
[dir="rtl"] .blog-style5 .banner-box .banner > span,
[dir="rtl"] .blog-style6 .banner-box .banner > span {
    left: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
    right: unset;
}
.blog-style5 .banner-box .banner-content .media,
.blog-style6 .banner-box .banner-content .media {
    margin-top: 16px;
}
.blog-style5 .banner-box .banner-content p,
.blog-style6 .banner-box .banner-content p {
    text-align: justify;
    word-break: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.blog-style5 .banner-box .banner-content p:last-of-type,
.blog-style6 .banner-box .banner-content p:last-of-type {
    margin-bottom: 0;
}
.blog-style5 .comment-section,
.blog-style6 .comment-section {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.blog-style5 .comment-section h4,
.blog-style6 .comment-section h4 {
    margin-top: -5px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog-style5 .comment-section .comment-box:not(:first-of-type),
.blog-style6 .comment-section .comment-box:not(:first-of-type) {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    padding-top: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style5 .comment-section .comment-box:not(:last-of-type),
.blog-style6 .comment-section .comment-box:not(:last-of-type) {
    padding-bottom: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style5 .comment-section .comment-box .media > div:first-of-type,
.blog-style6 .comment-section .comment-box .media > div:first-of-type {
    width: calc(45px + (60 - 45) * ((100vw - 320px) / (1920 - 320)));
    height: calc(45px + (60 - 45) * ((100vw - 320px) / (1920 - 320)));
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-style5 .comment-section .comment-box .media > div:first-of-type img,
.blog-style6 .comment-section .comment-box .media > div:first-of-type img {
    border-radius: 100%;
    width: 100%;
}
.blog-style5 .comment-section .comment-box .media .media-body h5,
.blog-style6 .comment-section .comment-box .media .media-body h5 {
    margin-bottom: 3px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style5 .comment-section .comment-box .media .media-body span,
.blog-style6 .comment-section .comment-box .media .media-body span {
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
}
.blog-style5 .comment-section .comment-box p,
.blog-style6 .comment-section .comment-box p {
    color: #777;
    margin-top: 20px;
}
.blog-style5 .comment-section .comment-box .replay,
.blog-style6 .comment-section .comment-box .replay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-style5 .comment-section .comment-box .replay > a,
.blog-style6 .comment-section .comment-box .replay > a {
    border-radius: 100px;
    padding: 7px 20px;
    background-color: #fff5d9;
}
.blog-style5 .comment-section .comment-box .replay .like,
.blog-style6 .comment-section .comment-box .replay .like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-style5 .comment-section .comment-box .replay .like span,
.blog-style6 .comment-section .comment-box .replay .like span {
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-style5 .comment-section .comment-box .replay .like span svg,
.blog-style6 .comment-section .comment-box .replay .like span svg {
    width: 20px;
    height: 20px;
}
.blog-style5 .comment-section .comment-box .replay .like span svg:first-of-type,
.blog-style6
    .comment-section
    .comment-box
    .replay
    .like
    span
    svg:first-of-type {
    margin-right: 8px;
}
[dir="rtl"]
    .blog-style5
    .comment-section
    .comment-box
    .replay
    .like
    span
    svg:first-of-type,
[dir="rtl"]
    .blog-style6
    .comment-section
    .comment-box
    .replay
    .like
    span
    svg:first-of-type {
    margin-left: 8px;
    margin-right: unset;
}
.blog-style5
    .comment-section
    .comment-box
    .replay
    .like
    span:not(:last-of-type),
.blog-style6
    .comment-section
    .comment-box
    .replay
    .like
    span:not(:last-of-type) {
    margin-right: 20px;
}
[dir="rtl"]
    .blog-style5
    .comment-section
    .comment-box
    .replay
    .like
    span:not(:last-of-type),
[dir="rtl"]
    .blog-style6
    .comment-section
    .comment-box
    .replay
    .like
    span:not(:last-of-type) {
    margin-left: 20px;
    margin-right: unset;
}
.blog-style5 .leave-reply,
.blog-style6 .leave-reply {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.blog-style5 .leave-reply h4,
.blog-style6 .leave-reply h4 {
    margin-top: -4px;
    font-weight: 600;
    margin-bottom: 3px;
}
.blog-style5 .leave-reply p,
.blog-style6 .leave-reply p {
    color: #777;
}
.blog-style5 .leave-reply .custom-form button,
.blog-style6 .leave-reply .custom-form button {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-style5 .related-articles > h4,
.blog-style6 .related-articles > h4 {
    margin-top: -4px;
    font-weight: 600;
}
.blog-style5 .related-articles .topic-box,
.blog-style6 .related-articles .topic-box {
    margin-top: 15px;
}
.blog-style5 .related-articles .topic-box .topic,
.blog-style6 .related-articles .topic-box .topic {
    padding: 8px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border: 1px solid #222;
}
.blog-style5 .related-articles .topic-box .topic:not(:first-of-type),
.blog-style6 .related-articles .topic-box .topic:not(:first-of-type) {
    margin-top: calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style5 .related-articles .topic-box .topic .media,
.blog-style6 .related-articles .topic-box .topic .media {
    position: relative;
}
.blog-style5 .related-articles .topic-box .topic .media > div:first-of-type,
.blog-style6 .related-articles .topic-box .topic .media > div:first-of-type {
    overflow: hidden;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 4px;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.blog-style5 .related-articles .topic-box .topic .media > div:first-of-type img,
.blog-style6
    .related-articles
    .topic-box
    .topic
    .media
    > div:first-of-type
    img {
    width: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-style5 .related-articles .topic-box .topic .media .media-body,
.blog-style6 .related-articles .topic-box .topic .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.blog-style5 .related-articles .topic-box .topic .media .media-body h4,
.blog-style6 .related-articles .topic-box .topic .media .media-body h4 {
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 19px;
}
.blog-style5 .related-articles .topic-box .topic .media .media-body p,
.blog-style6 .related-articles .topic-box .topic .media .media-body p {
    margin-bottom: 6px;
}
.blog-style5 .related-articles .topic-box .topic .media .media-body > div,
.blog-style6 .related-articles .topic-box .topic .media .media-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-style5 .related-articles .topic-box .topic .media .media-body > div span,
.blog-style6 .related-articles .topic-box .topic .media .media-body > div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style5
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span
    svg,
.blog-style6
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span
    svg {
    width: 16px;
    height: 16px;
    stroke: #777;
    margin-right: 8px;
}
[dir="rtl"]
    .blog-style5
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span
    svg,
[dir="rtl"]
    .blog-style6
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span
    svg {
    margin-left: 8px;
    margin-right: unset;
}
.blog-style5
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child),
.blog-style6
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-right: 20px;
}
[dir="rtl"]
    .blog-style5
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child),
[dir="rtl"]
    .blog-style6
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > div
    span:not(:last-child) {
    margin-left: 20px;
    margin-right: unset;
}
@media only screen and (max-width: 350px) {
    [dir="rtl"]
        .blog-style5
        .related-articles
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:not(:last-child),
    [dir="rtl"]
        .blog-style6
        .related-articles
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:not(:last-child) {
        margin-left: 0px;
        margin-right: unset;
    }
}
.blog-style5 .related-articles .topic-box .topic .media .media-body > span,
.blog-style6 .related-articles .topic-box .topic .media .media-body > span {
    top: 0;
    right: 0px;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border-radius: 100px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
[dir="rtl"]
    .blog-style5
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > span,
[dir="rtl"]
    .blog-style6
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > span {
    right: unset;
    left: 0px;
}
.blog-style5 .related-articles .topic-box .topic .media .media-body > span svg,
.blog-style6 .related-articles .topic-box .topic .media .media-body > span svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}
.blog-style5
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > span
    svg.fill,
.blog-style6
    .related-articles
    .topic-box
    .topic
    .media
    .media-body
    > span
    svg.fill {
    fill: #fff;
}
@media only screen and (max-width: 375px) {
    .blog-style5 .related-articles .topic-box .topic .media,
    .blog-style6 .related-articles .topic-box .topic .media {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) {
    .blog-style5 .related-articles .topic-box .topic .media .media-body > div,
    .blog-style6 .related-articles .topic-box .topic .media .media-body > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 375px) {
    .blog-style5
        .related-articles
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:first-of-type,
    .blog-style6
        .related-articles
        .topic-box
        .topic
        .media
        .media-body
        > div
        span:first-of-type {
        margin-bottom: 6px;
    }
}
.blog-style5 .related-articles .topic-box .topic .media > div:first-of-type,
.blog-style6 .related-articles .topic-box .topic .media > div:first-of-type {
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    height: 90px;
}
.blog-style6 .banner-slider h2 {
    margin-bottom: 10px;
}
[dir="rtl"] .blog-style6 .banner-slider .blog-detail-slide {
    direction: ltr;
}
.blog-style6 .banner-slider .blog-detail-slide .banner-box {
    text-align: center;
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-style6 .banner-slider .blog-detail-slide .banner-box img {
    width: 100%;
}
.blog-style6 .banner-slider .blog-detail-slide .banner-box h2 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(25px + (32 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style6 .banner-slider .blog-detail-slide .banner-box p {
    line-height: calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320)));
    margin: 0;
}
.blog-style6 .banner-slider .blog-detail-slide .slick-prev,
.blog-style6 .banner-slider .blog-detail-slide .slick-next {
    display: none !important;
}
.blog-style6 .banner-slider .blog-detail-slide .slick-slide {
    margin-right: 28px;
    margin-left: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
[dir="rtl"] .blog-style6 .banner-slider .blog-detail-slide .slick-slide {
    float: left;
}
@media only screen and (max-width: 766px) {
    .blog-style6 .banner-slider .blog-detail-slide .slick-slide {
        margin-right: 0.55%;
        margin-left: 0.55%;
    }
}
@media only screen and (max-width: 525px) {
    .blog-style6 .banner-slider .blog-detail-slide .slick-slide {
        margin-right: 0.65%;
        margin-left: 0.65%;
    }
}
@media only screen and (max-width: 355px) {
    .blog-style6 .banner-slider .blog-detail-slide .slick-slide {
        margin-right: 0%;
        margin-left: 0%;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
.blog-style6 .banner-slider .blog-detail-slide .slick-center {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media only screen and (max-width: 355px) {
    .blog-style6 .banner-slider .blog-detail-slide .slick-center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.blog-style6 .banner-slider .blog-detail-slide .slick-list {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 355px) {
    .blog-style6 .banner-slider .blog-detail-slide .slick-list {
        margin-right: -8px;
        margin-left: -8px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.blog-style6 .banner-slider .blog-detail-slide .slick-slide {
    margin-right: 0.4% !important;
    margin-left: 0.4% !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 355px) {
    .blog-style6 .banner-slider .blog-detail-slide .slick-slide {
        margin-right: 0% !important;
        margin-left: 0% !important;
        padding-left: 8px;
        padding-right: 8px;
    }
}
.blog-style6 .ratio_45 .bg-size:before {
    padding-top: 54%;
}
.blog-style6 .banner-content {
    padding-top: 20px;
}
[dir="rtl"] .blog-style6 .banner-content .media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.blog-style6 .banner-content .media > div:first-of-type {
    width: calc(48px + (60 - 48) * ((100vw - 320px) / (1920 - 320)));
    height: calc(48px + (60 - 48) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    border: 1px solid #222;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.blog-style6 .banner-content .media > div:first-of-type img {
    width: 100%;
}
[dir="rtl"] .blog-style6 .banner-content .media .media-body {
    text-align: right;
}
.blog-style6 .banner-content .media .media-body h3 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style6 .banner-content .media .media-body span {
    color: #777;
    font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.blog-style6 .banner-content .media > svg {
    width: 20px;
    height: 20px;
    stroke: #777;
    margin-left: auto;
}
[dir="rtl"] .blog-style6 .banner-content .media > svg {
    margin-right: auto;
    margin-left: unset;
}
.blog-style6 .banner-content p {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #777;
    text-align: justify;
    word-break: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.blog-style6 .banner-content p:last-of-type {
    margin-bottom: -6px;
}
.blog-style6 .video-section .videobox {
    position: relative;
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-style6 .video-section .videobox .video-iframe {
    width: 100%;
    height: calc(170px + (260 - 170) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 15px;
    display: none;
}
.blog-style6 .video-section .videobox .video-thumb {
    width: 100%;
    border-radius: 15px;
}
.blog-style6 .video-section .videobox .play {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    cursor: pointer;
    height: 50px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.blog-style6 .video-section .videobox .play svg {
    width: 25px;
    stroke: #fff;
    height: 25px;
    margin-left: 4px;
}
.blog-style6 .video-section > span {
    display: inline-block;
    color: #777;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(17px + (23 - 17) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 5px;
}
.blog-style6 .video-section ul {
    margin-bottom: -6px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: disc;
}
.blog-style6 .video-section ul li {
    color: #777;
    line-height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.e-home h2 {
    margin-top: -3px;
}
.e-home .search-box {
    position: relative;
}
.e-home
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.e-home .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.e-home .search-box .search {
    left: 16px;
}
.e-home .search-box .mic {
    right: 16px;
}
.e-home .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
[dir="rtl"] .e-home .banner-section {
    direction: ltr;
}
.e-home .banner-section .slick-track {
    padding: 1px 0;
    margin-left: -62px;
}
@media only screen and (max-width: 475px) {
    .e-home .banner-section .slick-track {
        margin-left: -32px;
    }
}
@media only screen and (max-width: 375px) {
    .e-home .banner-section .slick-track {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 375px) {
    .e-home .banner-section .slick-list {
        margin-left: -7px;
        margin-right: -7px;
    }
}
.e-home .banner-section .slick-slide {
    padding: 0 12px !important;
}
@media only screen and (max-width: 375px) {
    .e-home .banner-section .slick-slide {
        padding: 0 7px !important;
    }
}
.e-home .banner-section .banner-box {
    width: 100%;
    padding: 12px;
    border: 1px solid #222;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
[dir="rtl"] .e-home .banner-section .banner-box {
    direction: rtl;
}
.e-home .banner-section .banner-box .banner-img {
    position: relative;
    border: 1px solid #222;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.e-home .banner-section .banner-box .content-box {
    cursor: pointer;
    padding-top: 12px;
}
.e-home .banner-section .banner-box .content-box p {
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #777;
}
.e-home .banner-section .banner-box .content-box p span:last-child {
    color: #fff;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: #ff7c48;
    border-radius: 3px;
    line-height: calc(21px + (23 - 22) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 6px;
}
.e-home .banner-section .banner-box .content-box > span {
    display: block;
}
.e-home .banner-section .banner-box .content-box h3 {
    font-weight: 600;
    margin-bottom: calc(3px + (6 - 3) * ((100vw - 320px) / (1920 - 320)));
}
.e-home .banner-section .banner-box .content-box .btn {
    margin-top: 15px;
    padding: calc(6px + (7 - 6) * ((100vw - 320px) / (1920 - 320)))
        calc(22px + (22 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.e-home .categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.e-home .categories ul li {
    border-radius: 5px;
    padding: 10px;
}
.e-home .categories ul li a img {
    min-width: 32px;
    min-height: 32px;
}
.e-home .categories ul li:not(:last-child) {
    margin-right: 15px;
}
[dir="rtl"] .e-home .categories ul li:not(:last-child) {
    margin-left: 15px;
    margin-right: unset;
}
.e-home .isotopeContainer {
    margin-bottom: -20px;
}
@media only screen and (max-width: 375px) {
    .e-home .product-section .row > div {
        width: 100%;
    }
}
[dir="rtl"] .e-home .recently-section .wrapper {
    direction: ltr;
}
.e-home .recently-section .wrapper .slick-track {
    margin-left: -48px;
    padding: 1px 0;
}
@media only screen and (max-width: 475px) {
    .e-home .recently-section .wrapper .slick-track {
        margin-left: -20px;
    }
}
@media only screen and (max-width: 375px) {
    .e-home .recently-section .wrapper .slick-track {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 375px) {
    .e-home .recently-section .wrapper .slick-slide {
        padding: 10px 15px !important;
    }
}
@media only screen and (max-width: 375px) {
    .e-home .recently-section .wrapper .slick-list {
        margin-right: -10px;
    }
}
.e-home .recently-section .wrapper .recently-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 6px;
    padding: 10px;
}
[dir="rtl"] .e-home .recently-section .wrapper .recently-box {
    direction: rtl;
}
.e-home .recently-section .wrapper .recently-box:not(:last-child) {
    margin-right: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.e-home .recently-section .wrapper .recently-box .media {
    margin-left: 14px;
}
[dir="rtl"] .e-home .recently-section .wrapper .recently-box .media {
    margin-right: 14px;
    margin-left: unset;
}
.e-home .recently-section .wrapper .recently-box .media img {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.e-home .recently-section .wrapper .recently-box .media .img-box {
    position: relative;
}
.e-home .recently-section .wrapper .recently-box .media .img-box svg {
    fill: #fff5d9;
    position: absolute;
    width: 160%;
    height: 150%;
    z-index: 1;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.e-home .recently-section .wrapper .recently-box .media > a {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    border-radius: 100%;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
[dir="rtl"] .e-home .recently-section .wrapper .recently-box .media > a {
    margin-right: auto;
    margin-left: unset;
}
.e-home .recently-section .wrapper .recently-box .media > a svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
}
[dir="rtl"] .e-home .recently-section .wrapper .recently-box .media > a svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.e-home .recently-section .wrapper .recently-box .media .media-body {
    margin-left: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"]
    .e-home
    .recently-section
    .wrapper
    .recently-box
    .media
    .media-body {
    margin-left: unset;
    margin-right: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.e-home .recently-section .wrapper .recently-box .media .media-body h3 {
    font-weight: 600;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 157px;
}
.e-home .recently-section .wrapper .recently-box .media .media-body > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.e-home .recently-section .wrapper .recently-box .media .media-body > span svg {
    fill: #ffbf13;
    stroke: #ffbf13;
    width: 16px;
    height: 16px;
    margin-right: 9px;
}
[dir="rtl"]
    .e-home
    .recently-section
    .wrapper
    .recently-box
    .media
    .media-body
    > span
    svg {
    margin-left: 9px;
    margin-right: unset;
}
.e-home
    .recently-section
    .wrapper
    .recently-box
    .media
    .media-body
    > span
    span {
    color: #e93939;
    font-weight: 600;
    margin-left: 9px;
}
[dir="rtl"]
    .e-home
    .recently-section
    .wrapper
    .recently-box
    .media
    .media-body
    > span
    span {
    margin-left: unset;
    margin-right: 9px;
}
.isotopeContainer .isotopeSelector {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
[dir="rtl"] .isotopeContainer .isotopeSelector {
    float: right;
}
@media only screen and (max-width: 375px) {
    .isotopeContainer .isotopeSelector {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
}
.shop-page .search-side-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop-page .search-side-icon .search-box {
    width: 100%;
    position: relative;
}
.shop-page
    .search-side-icon
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.shop-page .search-side-icon .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.shop-page .search-side-icon .search-box .search {
    left: 16px;
}
.shop-page .search-side-icon .search-box .mic {
    right: 16px;
}
.shop-page .search-side-icon .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.shop-page .search-side-icon span {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border: 1px solid #222;
}
[dir="rtl"] .shop-page .search-side-icon span {
    margin-left: unset;
    margin-right: 20px;
}
.shop-page .search-side-icon span img,
.shop-page .search-side-icon span svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}
.shop-page .product-section h2 {
    font-size: calc(22px + (25 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: 30px;
}
.shop-page .product-section h2 span {
    display: block;
}
@media only screen and (max-width: 375px) {
    .shop-page .row > div {
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    .shop-page .row > div:first-of-type h2 {
        margin-top: 5px;
        margin-bottom: -10px;
    }
}
@media only screen and (max-width: 375px) {
    .shop-page .row > div:first-of-type h2 span {
        display: inline-block;
    }
}
[dir="rtl"] .product-main .product-banner-slider {
    direction: ltr;
}
.product-main .banner-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 9px;
    padding: 5px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.product-main .banner-box .bg-size:before {
    padding-top: 45%;
}
.product-main .banner-box > div {
    border-radius: 9px;
    background-color: #fff5d9;
}
.product-main .banner-box > img {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 23%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-main .slick-list {
    margin-left: -8px;
    margin-right: -8px;
    padding: 2px 0;
}
.product-main .slick-dotted.slick-slider {
    margin-bottom: 20px;
}
.product-main .slick-dots {
    text-align: center;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top: calc(-22px + (-30 + 22) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-main .slick-dots li {
    position: relative;
    display: inline-block;
    height: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
    width: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
    margin: 0 calc(3px + (5 - 3) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #222;
    padding: 0;
    cursor: pointer;
}
.product-main .slick-dots li button {
    opacity: 0;
}
.product-main .slick-dots .slick-active {
    background-color: #222 !important;
    height: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
    width: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 20px;
}
.product-main .product-spec {
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.product-main .product-spec .rating-box {
    margin-top: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-main .product-spec .rating-box .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    margin-top: 0;
}
.product-main .product-spec .rating-box .star-box svg {
    width: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    height: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    stroke: #ffbf13;
}
.product-main .product-spec .rating-box .star-box svg:not(:last-child) {
    margin-right: 2px;
    fill: #ffbf13;
}
[dir="rtl"]
    .product-main
    .product-spec
    .rating-box
    .star-box
    svg:not(:last-child) {
    margin-right: unset;
    margin-left: 2px;
}
.product-main .product-spec .rating-box span {
    margin-left: 10px;
}
[dir="rtl"] .product-main .product-spec .rating-box span {
    margin-left: unset;
    margin-right: 10px;
}
.product-main .product-spec h3 {
    font-weight: 600;
}
.product-main .product-spec p {
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.product-main .product-spec .select-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
@media only screen and (max-width: 375px) {
    .product-main .product-spec .select-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product-main .product-spec .select-group .size-Select {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)))
        calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-main .product-spec .select-group .size-Select:not(:first-of-type) {
    margin-left: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
@media only screen and (max-width: 375px) {
    .product-main .product-spec .select-group .size-Select:not(:first-of-type) {
        margin-left: 0px;
        margin-top: 10px;
    }
}
[dir="rtl"]
    .product-main
    .product-spec
    .select-group
    .size-Select:not(:first-of-type) {
    margin-left: unset;
    margin-right: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
}
@media only screen and (max-width: 375px) {
    [dir="rtl"]
        .product-main
        .product-spec
        .select-group
        .size-Select:not(:first-of-type) {
        margin-right: 0;
    }
}
.product-main .product-spec .select-group .size-Select svg {
    margin-left: auto;
    width: 20px;
    height: 20px;
}
[dir="rtl"] .product-main .product-spec .select-group .size-Select svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-main .product-spec .select-group .size-Select .size-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-main .product-spec .select-group .size-Select .size-box span {
    margin-left: 3px;
    margin-right: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"]
    .product-main
    .product-spec
    .select-group
    .size-Select
    .size-box
    span {
    margin-left: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    margin-right: unset;
}
.product-main
    .product-spec
    .select-group
    .size-Select
    .size-box
    span:first-of-type {
    width: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
}
.product-main
    .product-spec
    .select-group
    .size-Select:last-child
    span:first-of-type {
    font-size: 0;
    background: #ffdfde;
}
.product-main .detail-tabs {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.product-main .detail-tabs .tab-content .tab-pane p {
    text-transform: lowercase;
}
.product-main .detail-tabs .tab-content .tab-pane table tr td {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
}
.product-main .detail-tabs .tab-content .tab-pane table tr td:last-child {
    color: #222;
    text-align: right;
}
[dir="rtl"]
    .product-main
    .detail-tabs
    .tab-content
    .tab-pane
    table
    tr
    td:last-child {
    text-align: left;
}
.product-main .detail-tabs .tab-content .review-box {
    padding: 30px 0;
}
.product-main .detail-tabs .tab-content .review-box:not(:last-child) {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.product-main .detail-tabs .tab-content .review-box:first-child {
    padding-top: 0;
}
.product-main .detail-tabs .tab-content .review-box:last-child {
    padding-bottom: 0px;
}
.product-main .detail-tabs .tab-content .review-box .media img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.product-main .detail-tabs .tab-content .review-box .media .media-body h3 {
    font-weight: 600;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .media
    .media-body
    .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .media
    .media-body
    .star-box
    svg {
    width: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    height: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    stroke: #ffbf13;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .media
    .media-body
    .star-box
    svg:not(:last-child) {
    margin-right: 2px;
    fill: #ffbf13;
}
[dir="rtl"]
    .product-main
    .detail-tabs
    .tab-content
    .review-box
    .media
    .media-body
    .star-box
    svg:not(:last-child) {
    margin-right: unset;
    margin-left: 2px;
}
.product-main .detail-tabs .tab-content .review-box p {
    margin-top: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.product-main .detail-tabs .tab-content .review-box .like-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .like-box
    > span:first-of-type {
    font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
    padding: 4px 15px;
    background-color: #fff5d9;
    border-radius: 100px;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .like-box
    > span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .like-box
    > span:last-child
    span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .like-box
    > span:last-child
    span:not(:last-child) {
    margin-right: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"]
    .product-main
    .detail-tabs
    .tab-content
    .review-box
    .like-box
    > span:last-child
    span:not(:last-child) {
    margin-left: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-right: unset;
}
.product-main
    .detail-tabs
    .tab-content
    .review-box
    .like-box
    > span:last-child
    span
    svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
[dir="rtl"]
    .product-main
    .detail-tabs
    .tab-content
    .review-box
    .like-box
    > span:last-child
    span
    svg {
    margin-left: 8px;
    margin-right: unset;
}
.product-main .detail-tabs .tab-content .videobox {
    position: relative;
    padding: 0 !important;
}
.product-main .detail-tabs .tab-content .videobox .video-iframe {
    width: 100%;
    height: calc(170px + (320 - 170) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 15px;
    display: none;
}
.product-main .detail-tabs .tab-content .videobox .video-thumb {
    width: 100%;
    border-radius: 15px;
}
.product-main .detail-tabs .tab-content .videobox .play {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.product-main .detail-tabs .tab-content .videobox .play svg {
    width: 25px;
    stroke: #fff;
    height: 25px;
    margin-left: 4px;
}
[dir="rtl"] .product-main .recently-viewed {
    direction: ltr;
}
.product-main .recently-viewed .product-card .img-box svg {
    width: calc(19px + (21 - 19) * ((100vw - 320px) / (1920 - 320)));
    height: calc(19px + (21 - 19) * ((100vw - 320px) / (1920 - 320)));
}
.product-main .recently-viewed .slick-track {
    padding: 1px 0;
    margin-left: -48px;
}
@media only screen and (max-width: 567px) {
    .product-main .recently-viewed .slick-track {
        margin-left: -30px;
    }
}
@media only screen and (max-width: 475px) {
    .product-main .recently-viewed .slick-track {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 390px) {
    .product-main .recently-viewed .slick-track {
        margin-left: -30px;
    }
}
@media only screen and (max-width: 435px) {
    .product-main .recently-viewed .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }
}
.product-main .recently-viewed .slick-slide {
    padding: 0 8px !important;
}
@media only screen and (max-width: 567px) {
    .product-main .recently-viewed .slick-slide {
        padding: 0 8px !important;
    }
}
.product-main .recently-viewed .slick-dots {
    margin-top: 27px;
}
.cart-page .cart-product .cart-item {
    padding: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    position: relative;
    border-radius: 9px;
}
.cart-page .cart-product .cart-item:not(:last-child) {
    margin-bottom: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.cart-page .cart-product .cart-item > span,
.cart-page .cart-product .cart-item .media .cart-img span {
    position: absolute;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border-radius: 100%;
}
.cart-page .cart-product .cart-item > span svg,
.cart-page .cart-product .cart-item .media .cart-img span svg {
    stroke: #fff;
    width: 16px;
    height: 16px;
}
.cart-page .cart-product .cart-item > span {
    z-index: 1;
    right: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    top: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    cursor: pointer;
}
[dir="rtl"] .cart-page .cart-product .cart-item > span {
    right: unset;
    left: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.cart-page .cart-product .cart-item .media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cart-page .cart-product .cart-item .media .cart-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: inline-block;
}
.cart-page .cart-product .cart-item .media .cart-img img {
    width: 100%;
    border-radius: 9px;
}
.cart-page .cart-product .cart-item .media .cart-img span {
    right: 10px;
    bottom: 10px;
    padding: 5px;
}
[dir="rtl"] .cart-page .cart-product .cart-item .media .cart-img span {
    right: unset;
    left: 10px;
}
.cart-page .cart-product .cart-item .media .cart-img span .fill {
    fill: #fff;
}
.cart-page .cart-product .cart-item .media .media-body h3 {
    font-weight: 600;
    margin-bottom: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
}
@media only screen and (max-width: 375px) {
    .cart-page .cart-product .cart-item .media .media-body h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 134px;
    }
}
.cart-page .cart-product .cart-item .media .media-body > span {
    color: #e93939;
    font-weight: 600;
    display: block;
    margin-bottom: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.cart-page .cart-product .cart-item .media .media-body .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-page .cart-product .cart-item .media .media-body .quantity span {
    margin-right: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
[dir="rtl"]
    .cart-page
    .cart-product
    .cart-item
    .media
    .media-body
    .quantity
    span {
    margin-left: 25px;
    margin-right: unset;
}
.cart-page .cart-product .cart-item .media .media-body .quantity .btn {
    padding: 2px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cart-page .cart-product .cart-item .media .media-body .quantity .btn input {
    width: 33px;
    line-height: 0;
    text-align: center;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 12px;
}
.cart-page .cart-product .cart-item .media .media-body .quantity .btn svg {
    width: 16px;
    height: 16px;
}
.cart-page .cart-product > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-page .cart-product > .btn img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
[dir="rtl"] .cart-page .cart-product > .btn img {
    margin-left: 10px;
    margin-right: unset;
}
.cart-page .cart-product > .btn svg {
    width: 22px;
    height: 22px;
    margin-left: auto;
}
[dir="rtl"] .cart-page .cart-product > .btn svg {
    margin-right: auto;
    margin-left: unset;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-page .order-detail ul li {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-page .order-detail ul li span {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    border: none;
    color: #777;
}
.cart-page .order-detail ul li:last-child {
    padding: 10px 0;
    margin-top: 13px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.cart-page .order-detail ul li:last-child span {
    color: #222;
}
.cart-page .order-detail h3 {
    margin-bottom: 6px;
}
.checkout-page .address-section .address-box,
.checkout-page .payment-card-section .address-box {
    padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))) 0;
}
.checkout-page .address-section .address-box:first-of-type,
.checkout-page .payment-card-section .address-box:first-of-type {
    padding-top: 0;
}
.checkout-page .address-section .address-box:last-of-type,
.checkout-page .payment-card-section .address-box:last-of-type {
    padding-bottom: 0;
}
.checkout-page .address-section .address-box:not(:last-of-type),
.checkout-page .payment-card-section .address-box:not(:last-of-type) {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.checkout-page .address-section .address-box .media,
.checkout-page .payment-card-section .address-box .media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.checkout-page .address-section .address-box .media > span,
.checkout-page .payment-card-section .address-box .media > span {
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #222;
}
.checkout-page .address-section .address-box .media > span span,
.checkout-page .payment-card-section .address-box .media > span span {
    -webkit-transition: -webkit-transform 0.4s
        cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75),
        -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    width: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
    height: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.checkout-page .address-section .address-box .media .media-body,
.checkout-page .payment-card-section .address-box .media .media-body {
    width: calc(100% - 25px);
    position: relative;
}
.checkout-page .address-section .address-box .media .media-body h2,
.checkout-page .payment-card-section .address-box .media .media-body h2 {
    margin-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .address-section .address-box .media .media-body p,
.checkout-page .payment-card-section .address-box .media .media-body p {
    width: 80%;
    margin-bottom: 0;
}
.checkout-page .address-section .address-box .media .media-body span,
.checkout-page .payment-card-section .address-box .media .media-body span {
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #d6fffa;
    border-radius: 100px;
    padding: 4px calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    font-size: 12px;
}
[dir="rtl"]
    .checkout-page
    .address-section
    .address-box
    .media
    .media-body
    span,
[dir="rtl"]
    .checkout-page
    .payment-card-section
    .address-box
    .media
    .media-body
    span {
    right: unset;
    left: 10px;
}
.checkout-page .address-section .address-box.active .media > span span,
.checkout-page .payment-card-section .address-box.active .media > span span {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.checkout-page .address-section .btn,
.checkout-page .payment-card-section .btn {
    display: block;
    margin-top: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .banner-section {
    padding-top: calc(65px + (120 - 65) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
}
.checkout-page .banner-section img {
    width: 30%;
}
.checkout-page .banner-section h2 {
    line-height: 27px;
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .order-detail {
    background-color: #f8f8f8;
    padding: 20px 12px;
    border-radius: 6px;
    margin-top: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .order-detail ul li {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout-page .order-detail ul li span {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    border: none;
    color: #777;
}
.checkout-page .order-detail ul li:last-child {
    padding: 10px 0;
    margin-top: 13px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.checkout-page .order-detail ul li:last-child span {
    color: #222;
}
.checkout-page .order-detail h3 {
    margin-bottom: 6px;
}
.checkout-page .order-detail ul li:last-of-type {
    padding-bottom: 0;
}
.checkout-page .tab-content > div h3 {
    color: #222;
    font-weight: 600;
    margin-top: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .tab-content .card-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 10px;
    border-radius: 8px;
}
.checkout-page .tab-content .card-box:not(:last-of-type) {
    margin-bottom: calc(17px + (25 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .tab-content .card-box .media img {
    width: 40px;
    height: auto;
}
.checkout-page .tab-content .card-box .media .media-body {
    position: relative;
    width: 100%;
}
.checkout-page .tab-content .card-box .media .media-body > span {
    line-height: 22px;
    font-weight: 600;
}
.checkout-page .tab-content .card-box .media .media-body > span:last-of-type {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #222;
}
[dir="rtl"]
    .checkout-page
    .tab-content
    .card-box
    .media
    .media-body
    > span:last-of-type {
    right: unset;
    left: 10px;
}
.checkout-page
    .tab-content
    .card-box
    .media
    .media-body
    > span:last-of-type
    span {
    -webkit-transition: -webkit-transform 0.4s
        cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75),
        -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.checkout-page
    .tab-content
    .card-box.active
    .media
    .media-body
    > span:last-of-type
    span {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.checkout-page .tab-content .custom-form .input-box {
    margin-bottom: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .tab-content .custom-form .input-box label {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-page .tab-content .custom-form button {
    width: 100%;
}
@media only screen and (max-width: 567px) {
    .checkout-page .tab-content .net-banking .row > div {
        width: 100%;
    }
}
.wishlist-page .cart-product .cart-item .media .media-body .btn {
    padding: 2px 14px;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wishlist-page .cart-product .cart-item .media .media-body > span {
    margin-bottom: 7px;
}
.coupons-page .search-box {
    position: relative;
}
.coupons-page
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.coupons-page .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.coupons-page .search-box .search {
    left: 16px;
}
.coupons-page .search-box .mic {
    right: 16px;
}
.coupons-page .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.coupons-page .coupon-section .coupon-box {
    padding: 20px 0;
}
.coupons-page .coupon-section .coupon-box:first-of-type {
    padding-top: 0;
}
.coupons-page .coupon-section .coupon-box:last-of-type {
    padding-bottom: 0;
}
.coupons-page .coupon-section .coupon-box:not(:last-of-type) {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.coupons-page .coupon-section .coupon-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.coupons-page .coupon-section .coupon-box > div h2 {
    line-height: 21px;
}
.coupons-page .coupon-section .coupon-box > div span:first-of-type {
    font-size: 14px;
    padding: 2px 8px;
    background-color: #d6fffa;
    color: #777;
    border-radius: 5px;
    margin-left: 10px;
}
[dir="rtl"] .coupons-page .coupon-section .coupon-box > div span:first-of-type {
    margin-left: unset;
    margin-right: 10px;
}
.coupons-page .coupon-section .coupon-box > div a {
    margin-left: auto;
    color: #e93939;
    font-size: 16px;
}
[dir="rtl"] .coupons-page .coupon-section .coupon-box > div a {
    margin-left: unset;
    margin-right: auto;
}
.coupons-page .coupon-section .coupon-box p {
    margin-bottom: 8px;
}
.coupons-page .coupon-section .coupon-box span {
    color: #34a853;
    font-size: 16px;
}
.order-tracking-page .banner-box {
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    overflow: hidden;
    padding: 0;
}
.order-tracking-page .banner-box img {
    width: 100%;
}
.order-tracking-page .banner-box img {
    height: 80%;
}
.order-tracking-page .track ul li {
    padding: 20px 0;
    position: relative;
}
.order-tracking-page .track ul li:first-of-type {
    padding-top: 0;
}
.order-tracking-page .track ul li:last-of-type {
    padding-bottom: 0;
}
.order-tracking-page .track ul li .media > span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.order-tracking-page .track ul li .media > span svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}
.order-tracking-page .track ul li .media .media-body h3 {
    font-weight: 600;
    line-height: 22px;
}
.order-tracking-page .track ul li .media .media-body span {
    color: #777;
}
.order-tracking-page .track ul li .track-border {
    position: absolute;
    left: 20px;
    margin-top: 9px;
}
[dir="rtl"] .order-tracking-page .track ul li .track-border {
    left: unset;
    right: 20px;
}
.order-tracking-page .track ul li:last-of-type .track-border {
    display: none;
}
.order-tracking-page .track ul li.in-progress {
    opacity: 0.5;
}
.order-tracking-page .track ul li.in-progress .track-border {
    opacity: 0.5;
}
.order-tracking-page .shopping-detail {
    background-color: #f8f8f8;
    padding: 20px 12px 30px 12px;
    position: relative;
}
.order-tracking-page .shopping-detail > div h4 {
    font-weight: 600;
    color: #222;
    font-size: 16px;
    margin-bottom: 3px;
}
.order-tracking-page .shopping-detail > div p {
    font-size: 16px;
    color: #777;
    line-height: 30px;
    margin: 0;
}
.order-tracking-page .shopping-detail > div span {
    font-size: 16px;
}
.order-tracking-page .shopping-detail .shape2-left {
    left: 30px;
}
.order-tracking-page .shopping-detail .shape2-right {
    right: 21px;
}
.order-tracking-page .order-detail {
    background-color: #f8f8f8;
    padding: 30px 12px 20px 12px;
    border-radius: 6px;
    margin-top: 22px;
}
.order-tracking-page .order-detail ul li {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-tracking-page .order-detail ul li span {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    border: none;
    color: #777;
}
.order-tracking-page .order-detail ul li:last-child {
    padding: 10px 0;
    margin-top: 13px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}
.order-tracking-page .order-detail ul li:last-child span {
    color: #222;
}
.order-tracking-page .order-detail ul li:last-of-type {
    padding-bottom: 0;
}
.order-history-page .search-side-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-history-page .search-side-icon .search-box {
    width: 100%;
    position: relative;
}
.order-history-page
    .search-side-icon
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.order-history-page .search-side-icon .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.order-history-page .search-side-icon .search-box .search {
    left: 16px;
}
.order-history-page .search-side-icon .search-box .mic {
    right: 16px;
}
.order-history-page .search-side-icon .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.order-history-page .search-side-icon span {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border: 1px solid #222;
}
[dir="rtl"] .order-history-page .search-side-icon span {
    margin-left: unset;
    margin-right: 20px;
}
.order-history-page .search-side-icon span img,
.order-history-page .search-side-icon span svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}
.order-history-page .tab-content .tab-pane .order-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.order-history-page .tab-content .tab-pane .order-box:not(:first-of-type) {
    margin-top: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.order-history-page .tab-content .tab-pane .order-box .media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.order-history-page .tab-content .tab-pane .order-box .media > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.order-history-page .tab-content .tab-pane .order-box .media > div img {
    width: 100%;
    border-radius: 10px;
}
.order-history-page .tab-content .tab-pane .order-box .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media only screen and (max-width: 475px) {
    .order-history-page .tab-content .tab-pane .order-box .media .media-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-history-page
        .tab-content
        .tab-pane
        .order-box
        .media
        .media-body
        > a {
        margin-left: 0;
        margin-top: 8px;
        margin-bottom: -4px;
    }
    [dir="rtl"]
        .order-history-page
        .tab-content
        .tab-pane
        .order-box
        .media
        .media-body
        > a {
        margin-left: unset;
        margin-right: 0;
    }
}
.order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > div
    h2 {
    margin-top: -4px;
    margin-bottom: 4px;
}
.order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > div
    span {
    color: #777;
}
.order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > div
    .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
}
.order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > div
    .star-box
    svg {
    width: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    height: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    stroke: #ffbf13;
}
.order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > div
    .star-box
    svg:not(:last-child) {
    margin-right: 2px;
    fill: #ffbf13;
}
[dir="rtl"]
    .order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > div
    .star-box
    svg:not(:last-child) {
    margin-right: unset;
    margin-left: 2px;
}
.order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > div
    .star-box
    svg {
    width: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    height: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.order-history-page .tab-content .tab-pane .order-box .media .media-body > a {
    margin-top: -4px;
    margin-left: auto;
    color: #e93939;
}
[dir="rtl"]
    .order-history-page
    .tab-content
    .tab-pane
    .order-box
    .media
    .media-body
    > a {
    margin-left: unset;
    margin-right: auto;
}
@media only screen and (max-width: 475px) {
    .order-history-page
        .tab-content
        .tab-pane
        .order-box
        .media
        .media-body
        > a {
        margin-left: 0;
        margin-top: 8px;
    }
    [dir="rtl"]
        .order-history-page
        .tab-content
        .tab-pane
        .order-box
        .media
        .media-body
        > a {
        margin-left: unset;
        margin-right: 0;
    }
}
.element-pages .ratio_asos .bg-size:before {
    padding-top: 0%;
}
.element-pages .banner {
    position: relative;
    border-radius: 10px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    background-color: rgba(52, 168, 83, 0.2);
    padding: 36px 20px;
}
.element-pages .banner .banner-content {
    text-align: center;
}
.element-pages .banner .banner-content h2 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 8px;
}
.element-pages .banner .banner-content p {
    color: #777;
    margin-bottom: 0;
}
.element-pages .banner .badges-round {
    position: absolute;
    padding: 3px 10px;
    top: 8px;
    right: 8px;
    color: #fff;
    font-size: 14px;
}
[dir="rtl"] .element-pages .banner .badges-round {
    right: unset;
    left: 8px;
}
.element-pages .breadcrumb-wrap h3 {
    margin-bottom: 10px;
}
.element-pages .breadcrumb-wrap ol {
    margin-bottom: 0;
}
.element-pages .breadcrumb-wrap > h3 {
    font-weight: 600;
}
.element-pages .accordian-wrap {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.element-pages .accordian-wrap > h3 {
    font-weight: 600;
}
.element-pages .header-wrap {
    border-radius: 3px;
    margin-bottom: 25px;
}
.element-pages .header-wrap .header,
.element-pages .header-wrap .header1,
.element-pages .header-wrap .header3,
.element-pages .header-wrap .header4,
.element-pages .header-wrap .header2 {
    -webkit-box-shadow: 0px -1px 4px rgba(34, 34, 34, 0.1);
    box-shadow: 0px -1px 4px rgba(34, 34, 34, 0.1);
}
.element-pages .header-wrap > h3 {
    font-weight: 600;
}
.element-pages.menu-style h3 {
    font-weight: 600;
}
.element-pages .footer-wrap {
    padding: 0;
    position: relative;
    margin-bottom: 25px;
}
.element-pages .footer-wrap:not(:first-of-type) {
    -webkit-box-shadow: 0px -1px 4px rgba(34, 34, 34, 0.1);
    box-shadow: 0px -1px 4px rgba(34, 34, 34, 0.1);
    border-radius: 3px;
    margin-bottom: 25px;
}
.element-pages .button-wrap > h3 {
    font-weight: 600;
    margin-bottom: 12px;
}
.element-pages .button-wrap .polar-chart {
    margin: 0 auto;
}
.element-pages .button-wrap .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.element-pages .button-wrap .btn-box .btn {
    margin: 5px;
}
.element-pages .pagination-wrap {
    text-align: center;
}
.element-pages .grid-wrap h3 {
    font-weight: 600;
}
.element-pages .grid-wrap .row > div > div {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
}
.element-pages .text-resizer {
    text-align: center;
}
.element-pages.infinite-scroll h3 {
    font-weight: 600;
}
.element-pages .heading-wrap > h3 {
    margin-bottom: 15px;
    font-weight: 600;
}
.element-pages .heading-wrap .heading {
    padding: 10px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
}
.element-pages .heading-wrap .heading .icon-group {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.element-pages .heading-wrap .heading .icon-group svg {
    width: 25px;
    height: 25px;
    margin: 5px 0;
}
.element-pages .heading-wrap .heading .icon-group svg:not(:last-of-type) {
    margin-right: 15px;
}
[dir="rtl"]
    .element-pages
    .heading-wrap
    .heading
    .icon-group
    svg:not(:last-of-type) {
    margin-left: 15px;
    margin-right: unset;
}
.element-pages .heading-wrap .heading .icon-group img {
    margin-right: 15px;
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 30px;
    height: 30px;
}
[dir="rtl"] .element-pages .heading-wrap .heading .icon-group img {
    margin-left: 15px;
    margin-right: unset;
}
.element-pages .heading-wrap .heading h1,
.element-pages .heading-wrap .heading h2,
.element-pages .heading-wrap .heading h3,
.element-pages .heading-wrap .heading h4,
.element-pages .heading-wrap .heading h5,
.element-pages .heading-wrap .heading h6 {
    font-weight: 600;
    line-height: 37px;
    color: #222;
}
.element-pages .heading-wrap .heading p {
    margin-bottom: 5px;
}
.element-pages .heading-wrap .pre {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-top: 20px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
    overflow: hidden;
}
.element-pages .heading-wrap .pre pre {
    background-color: #f8f8f8;
}
.element-pages .heading-wrap .pre pre code {
    margin-top: -20px;
}
.element-pages .heading-wrap .-mb-10 {
    margin-bottom: -10px;
}
.element-pages .heading-wrap h4 {
    font-weight: 600;
}
.element-pages .map-wrap h3 {
    font-weight: 600;
}
.element-pages .pera-wrap {
    padding: 10px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
}
.element-pages .pera-wrap p {
    margin-top: 0;
    margin-bottom: 8px;
}
.element-pages .list {
    list-style: disc;
}
.element-pages .list li {
    margin-left: 15px;
    margin-top: 15px;
}
[dir="rtl"] .element-pages .list li {
    margin-left: unset;
    margin-right: 15px;
}
.element-pages .list li:not(:last-of-type) {
    margin-bottom: 5px;
}
.element-pages .list li p {
    margin: 0;
}
.element-pages .list li a {
    text-decoration: underline;
    color: #ff7c48;
}
.element-pages .action-list li:not(:last-of-type) {
    margin-bottom: 8px;
}
.element-pages .action-list li a {
    display: block;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
}
.element-pages .action-list li a svg {
    width: 23px;
    height: 23px;
}
.element-pages .toast-list-wrap h3 {
    font-weight: 600;
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.element-pages .toast-list-wrap .toast-list li {
    margin-top: 15px;
    margin-bottom: 10px;
}
.element-pages .toast-list-wrap .toast-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 15px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
}
.element-pages .typo h4 {
    font-weight: 600;
}
.element-pages .typo h3 {
    font-weight: 600;
}
.element-pages .wrap h4 {
    font-weight: 600;
}
.element-pages .notification-list li {
    margin-top: 15px;
    margin-bottom: 10px;
}
.element-pages .notification-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 15px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 10px;
}
.element-pages .notification-list li svg,
.element-pages .action-list li svg,
.element-pages .toast-list li svg {
    margin-right: -7px;
}
[dir="rtl"] .element-pages .notification-list li svg,
[dir="rtl"] .element-pages .action-list li svg,
[dir="rtl"] .element-pages .toast-list li svg {
    margin-right: unset;
    margin-left: -7px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.element-pages.notifi-page h3 {
    font-weight: 600;
}
.element-pages.text-resize h3 {
    font-weight: 600;
}
.element-pages .pricing-table-wrap > h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
@media only screen and (max-width: 400px) {
    .element-pages .pricing-table-wrap .row > div {
        width: 100%;
    }
}
.element-pages.table-page h3 {
    font-weight: 600;
}
[dir="rtl"] .element-pages .pricing-table-wrap .pricing-slide {
    direction: ltr;
}
.element-pages .pricing-table-wrap .pricing-slide .slick-list {
    margin-left: -10px;
    margin-right: -10px;
    padding: 4px 0;
}
.element-pages .pricing-table-wrap .pricing-slide .slick-list .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.setting ul li {
    padding: 13px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 8px;
}
.setting ul li:not(:first-child) {
    margin-top: 20px;
}
.setting ul li a {
    position: relative;
}
.setting ul li a > div {
    color: #222;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
}
.setting ul li a img {
    z-index: 2;
    width: 20px;
    height: 20px;
    margin-left: 12px;
}
[dir="rtl"] .setting ul li a img {
    margin-left: unset;
    margin-right: 12px;
}
.setting ul li a > svg:first-child {
    z-index: 2;
    stroke-width: 1px;
    stroke: #222;
    width: 20px;
    height: 20px;
    margin-left: 12px;
}
[dir="rtl"] .setting ul li a > svg:first-child {
    margin-left: unset;
    margin-right: 12px;
}
.setting ul li a > svg:last-child {
    margin-right: -5px;
    margin-left: auto;
    stroke: #222;
    width: 20px;
    height: 20px;
}
[dir="rtl"] .setting ul li a > svg:last-child {
    margin-right: auto;
    margin-left: unset;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.setting ul li a .media-body {
    z-index: 2;
    margin-left: 25px;
}
[dir="rtl"] .setting ul li a .media-body {
    margin-right: 25px;
    margin-left: unset;
}
.setting ul li a .bg-shape {
    position: absolute;
    width: 42px;
    left: 0;
    height: 50px;
    z-index: 1;
}
[dir="rtl"] .setting ul li a .bg-shape {
    left: unset;
    right: 0;
}
.setting ul li:nth-of-type(5n + 1) .bg-shape {
    fill: #d6fffa;
}
.setting ul li:nth-of-type(5n + 2) .bg-shape {
    fill: #fff5d9;
}
.setting ul li:nth-of-type(5n + 3) .bg-shape {
    fill: #deffe2;
}
.setting ul li:nth-of-type(5n + 4) .bg-shape {
    fill: #e5e7ff;
}
.setting ul li:nth-of-type(5n + 5) .bg-shape {
    fill: #ffdfde;
}
.setting ul li:nth-of-type(4n + 1) .bg-shape {
    -webkit-transform: rotateZ(-7deg);
    transform: rotateZ(-7deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.setting ul li:nth-of-type(4n + 2) .bg-shape {
    top: -13px !important;
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.setting ul li:nth-of-type(4n + 3) .bg-shape {
    top: -13px !important;
    -webkit-transform: rotateZ(14deg);
    transform: rotateZ(14deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.setting ul li:nth-of-type(4n + 4) .bg-shape {
    -webkit-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.Search .search-box {
    position: relative;
}
.Search
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.Search .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Search .search-box .search {
    left: 16px;
}
.Search .search-box .mic {
    right: 16px;
}
.Search .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.Search .categories .categories-slide .slide {
    position: relative;
    border: 1px solid #222;
    padding: 14px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}
.Search .categories .categories-slide .slide img {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 28px auto;
    z-index: 2;
}
.Search .categories .categories-slide .slide h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 34px;
}
.Search .categories .categories-slide .slide svg {
    top: 38px;
    left: 50%;
    width: 110px;
    max-height: 110px;
    position: absolute;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 1)
    .bg-shape {
    fill: #d6fffa;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 2)
    .bg-shape {
    fill: #fff5d9;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 3)
    .bg-shape {
    fill: #deffe2;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 4)
    .bg-shape {
    fill: #e5e7ff;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 5)
    .bg-shape {
    fill: #ffdfde;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 1)
    .slide
    .bg-shape {
    top: 27px;
    -webkit-transform: rotateZ(20deg) translateX(-50%);
    transform: rotateZ(20deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 2)
    .slide
    .bg-shape {
    top: 28px;
    -webkit-transform: rotateZ(20deg) translateX(-50%);
    transform: rotateZ(20deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 3)
    .slide
    .bg-shape {
    -webkit-transform: rotateZ(14deg) translateX(-50%);
    transform: rotateZ(14deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 23px;
}
.Search
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 4)
    .slide
    .bg-shape {
    -webkit-transform: rotateZ(-3deg) translateX(-50%);
    transform: rotateZ(-3deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 9px;
}
.Search .categories .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
    direction: ltr;
}
.Search .categories .slick-next {
    position: absolute;
    top: -35px;
    right: 10px;
    opacity: 0;
    z-index: 2;
}
[dir="rtl"] .Search .categories .slick-next {
    right: unset;
    left: 10px;
}
.Search .categories .slick-prev {
    position: absolute;
    top: -35px;
    right: 34px;
    left: unset;
    opacity: 0;
    z-index: 2;
    margin-right: 5px;
}
[dir="rtl"] .Search .categories .slick-prev {
    margin-left: 5px;
    margin-right: unset;
    left: 34px;
    right: unset;
}
.Search .categories .slick-prev,
.Search .categories .slick-next {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.Search .categories .slick-prev:before,
.Search .categories .slick-next:before {
    color: #fff;
}
.Search .categories .slick-initialized .slick-slide {
    padding: 0 10px;
}
.Search .categories .arrow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.Search .categories .arrow-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.Search .categories .arrow-box button {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative !important;
    opacity: 1 !important;
    top: 0 !important;
    right: unset !important;
    left: unset !important;
    -webkit-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}
.Search .categories .arrow-box button svg {
    color: #fff;
    width: 20px;
    height: 20px;
    stroke-width: 2.8px;
}
[dir="rtl"] .Search .categories .arrow-box button svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.Search .categories .arrow-box .slick-next:before,
.Search .categories .arrow-box .slick-prev:before {
    display: none;
}
.Search .recent-search h2 {
    margin-top: -3px;
}
.Search .recent-search ul li {
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 15px 18px;
}
.Search .recent-search ul li:not(:first-child) {
    margin-top: 20px;
}
.Search .recent-search ul li:nth-of-type(5n + 1) {
    background-color: #d6fffa;
}
.Search .recent-search ul li:nth-of-type(5n + 2) {
    background-color: #fff5d9;
}
.Search .recent-search ul li:nth-of-type(5n + 3) {
    background-color: #deffe2;
}
.Search .recent-search ul li:nth-of-type(5n + 4) {
    background-color: #e5e7ff;
}
.Search .recent-search ul li:nth-of-type(5n + 5) {
    background-color: #ffdfde;
}
.Search .recent-search ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.Search .recent-search ul li a svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
[dir="rtl"] .Search .recent-search ul li a svg {
    margin-left: 10px;
    margin-right: unset;
}
.about-us .banner-box {
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 10px 42px 0 42px;
    background-color: #fff5d9;
}
.about-us .banner-box img {
    width: 100%;
}
.about-us .intro {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.about-us .intro h2 {
    margin-bottom: calc(7px + (8 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.about-us .intro p {
    text-align: justify;
    margin-bottom: calc(7px + (8 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.about-us .intro p:last-of-type {
    margin-bottom: 0;
}
.about-us .card-box {
    margin-top: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 4px;
}
.about-us .card-box ul li {
    position: relative;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 13px 20px;
    border-radius: 5px;
}
.about-us .card-box ul li:not(:first-child) {
    margin-top: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.about-us .card-box ul li:nth-of-type(5n + 1) {
    background-color: #d6fffa;
}
.about-us .card-box ul li:nth-of-type(5n + 2) {
    background-color: #fff5d9;
}
.about-us .card-box ul li:nth-of-type(5n + 3) {
    background-color: #deffe2;
}
.about-us .card-box ul li:nth-of-type(5n + 4) {
    background-color: #e5e7ff;
}
.about-us .card-box ul li:nth-of-type(5n + 5) {
    background-color: #ffdfde;
}
.about-us .card-box ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-us .card-box ul li span svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
[dir="rtl"] .about-us .card-box ul li span svg {
    margin-left: 15px;
    margin-right: unset;
}
.about-us .card-box ul li:last-child .shape2 {
    display: none;
}
.about-us .card-box .shape2-left {
    left: 13px;
}
.about-us .card-box .shape2-right {
    right: 3px;
}
.about-us .card-box .shape2 {
    bottom: -49px;
}
.about-us .card-box .shape2 .circle {
    width: 10px;
    height: 10px;
}
.about-us .card-box .shape2 .line {
    width: 4px;
    height: 33px;
}
@media only screen and (max-width: 375px) {
    .about-us .card-box .shape2 .card-box .shape2 {
        bottom: -48px;
    }
}
.about-us .mission {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.about-us .mission h2 {
    margin-bottom: calc(7px + (8 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.about-us .mission .masonery-box {
    margin-top: calc(19px + (25 - 19) * ((100vw - 320px) / (1920 - 320)));
}
.about-us .mission .masonery-box img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
}
.about-us .mission .masonery-box .grid-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-us .mission .masonery-box .grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.about-us .mission .masonery-box .grid-wrapper {
    display: grid;
    grid-gap: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
    grid-template-columns: repeat(6, minmax(auto, 1fr));
    grid-template-rows: repeat(3, minmax(auto, 1fr));
}
.about-us .mission .masonery-box .grid-wrapper .wide {
    grid-column: span 4;
    grid-row: span 2;
}
.about-us .mission .masonery-box .grid-wrapper .small {
    grid-column: span 2;
}
.about-us .mission .masonery-box .grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 1;
}
.about-us .mission .masonery-box .grid-wrapper .half {
    grid-column: span 3;
    grid-row: span 1;
}
.about-us .people-say {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.about-us .people-say h2 {
    margin-bottom: calc(7px + (8 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.about-us .people-say .slick-container {
    width: 900px;
    margin: 0 auto;
    max-width: 80%;
}
.about-us .people-say .slick-arrow {
    display: none;
}
.about-us .people-say .slick-dots {
    text-align: center;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 456px) {
    .about-us .people-say .slick-dots {
        margin-top: 15px;
    }
}
.about-us .people-say .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #222;
    padding: 0;
    cursor: pointer;
}
.about-us .people-say .slick-dots .slick-active {
    background-color: #222 !important;
    height: 10px;
    width: 30px;
    border-radius: 20px;
}
.about-us .people-say .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}
.about-us .people-say .slick-list {
    padding-top: 10% !important;
    padding-bottom: 11% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}
@media only screen and (max-width: 384px) {
    .about-us .people-say .slick-list {
        padding-top: 15% !important;
        padding-bottom: 11% !important;
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}
.about-us .people-say .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px;
}
.about-us .people-say .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.about-us .people-say .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.about-us .people-say .slick-snext,
.about-us .people-say .slick-sprev {
    display: block;
}
.about-us .people-say .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}
.about-us .people-say .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    z-index: 1;
}
.about-us .people-say .slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-16%, 0, 0px);
    transform: translate3d(-16%, 0, 0px);
}
.about-us .people-say .people-box {
    display: block;
    padding: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)))
        calc(15px + (50 - 15) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
    height: auto;
    background: #fff5d9;
    border: 1px solid #222;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    text-align: center;
}
.about-us .people-say .people-box p {
    margin-bottom: 15px;
}
.about-us .people-say .people-box .media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-us .people-say .people-box .media img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #222;
}
.about-us .people-say .people-box .media .media-body {
    text-align: left;
    margin-left: 11px;
}
[dir="rtl"] .about-us .people-say .people-box .media .media-body {
    text-align: right;
}
.about-us .people-say .people-box .media .media-body h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
}
.about-us .people-say .people-box .media .media-body span {
    font-size: 12px;
}
.about-us .about-team > h2 {
    margin-bottom: calc(7px + (8 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.about-us .about-team .content-box h3 {
    margin-bottom: -2px;
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320)));
}
.contact-us .banner-box {
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 20px;
    background-color: #ffdfde;
}
.contact-us .banner-box img {
    width: 100%;
}
.contact-us .location {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(70%, #777),
        color-stop(0%, rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #777 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}
.contact-us .location > div:not(:first-child) {
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.contact-us .location > div .media > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #222;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.contact-us .location > div .media > span svg {
    width: 18px;
    height: 18px;
}
.contact-us .location > div .media .media-body {
    margin-left: 14px;
}
.contact-us .location > div .media .media-body span {
    font-size: calc(16px + (19 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.contact-us .location > div p {
    margin-top: 13px;
    margin-bottom: -3px;
    font-size: calc(17px + (17 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.contact-us .location > div:nth-of-type(5n + 1) .media > span {
    background-color: #d6fffa;
}
.contact-us .location > div:nth-of-type(5n + 2) .media > span {
    background-color: #fff5d9;
}
.contact-us .location > div:nth-of-type(5n + 3) .media > span {
    background-color: #deffe2;
}
.contact-us .location > div:nth-of-type(5n + 4) .media > span {
    background-color: #e5e7ff;
}
.contact-us .location > div:nth-of-type(5n + 5) .media > span {
    background-color: #ffdfde;
}
.contact-us .form-section h2 {
    margin-top: -3px;
    margin-bottom: calc(7px + (8 - 7) * ((100vw - 320px) / (1920 - 320)));
}
.contact-us .form-section .custom-form .tex-box svg {
    left: 12px;
    top: 19%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-us .form-section .custom-form button {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
}
.message-page .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}
.message-page
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.message-page .search-box input {
    padding: 10px 47px;
}
.message-page .search-box > svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px;
}
[dir="rtl"] .message-page .search-box > svg {
    left: unset;
    right: 16px;
}
.message-page .search-box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
    margin-left: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 14px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 8px;
}
[dir="rtl"] .message-page .search-box span {
    margin-left: unset;
    margin-right: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.message-page .search-box span svg {
    width: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    height: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.message-page .status-box {
    margin-bottom: -6px;
}
.message-page .status-box .Status-Slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    gap: 10px;
}
.message-page .status-box .Status-Slider:hover {
    overflow-x: auto;
}
@media only screen and (max-width: 767px) {
    .message-page .status-box .Status-Slider {
        overflow-x: auto;
    }
}
.message-page .status-box .Status-Slider > div img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #222;
    margin: 0 auto;
    margin-bottom: 8px;
}
.message-page .status-box .Status-Slider > div span {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.message-page .status-box .Status-Slider .user > span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    text-align: center;
}
.message-page .status-box .Status-Slider .user > div {
    position: relative;
    text-align: center;
}
.message-page .status-box .Status-Slider .user > div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 11px;
    bottom: 2px;
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #e5e7ff;
    border: 3px solid #f0f0f0;
    border-radius: 50%;
}
.message-page .status-box .Status-Slider .user > div span svg {
    width: 18px;
    height: 18px;
}
.message-page .recent-chat h2 {
    margin-top: -3px;
}
.message-page .recent-chat .friend-box .media {
    margin-top: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
}
.message-page .recent-chat .friend-box .media img {
    width: 57px;
    height: 57px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.message-page .recent-chat .friend-box .media .dashed-border {
    border-radius: 100%;
    padding: 4px;
    background-position: center;
    background-image: radial-gradient(#fff 65%, transparent 68% 50%, #fff 70%),
        repeating-conic-gradient(#222 0% 3%, transparent 3% 4%);
}
.message-page .recent-chat .friend-box .media .media-body {
    margin-left: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.message-page .recent-chat .friend-box .media .media-body h3 {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.message-page .recent-chat .friend-box .media .media-body h3 span {
    margin-left: 10px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px;
    background-color: #f0f0f0;
}
[dir="rtl"] .message-page .recent-chat .friend-box .media .media-body h3 span {
    margin-left: unset;
    margin-right: 10px;
}
.message-page .recent-chat .friend-box .media .media-body p {
    font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;
    margin-top: 3px;
    color: #777;
    width: calc(187px + (287 - 187) * ((100vw - 320px) / (1920 - 320)));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.message-page .recent-chat .friend-box .media > span {
    font-size: 12px;
    width: 24px;
    display: none;
    position: absolute;
    right: 0;
    height: 24px;
    text-align: center;
    padding: 4px;
    background-color: #fff5d9;
    border-radius: 100%;
}
[dir="rtl"] .message-page .recent-chat .friend-box .media > span {
    right: unset;
    left: 0;
}
.message-page .recent-chat .friend-box .media.new > span {
    display: block;
}
.message-page .recent-chat .friend-box .media.new .media-body p {
    color: #222;
}
.Chat-page .conservation .media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.Chat-page .conservation .media > img {
    width: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.Chat-page .conservation .media .media-body {
    text-align: center;
    width: 80%;
    position: relative;
    padding: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)))
        calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 11px 11px 11px 0px;
    background-color: #d6fffa;
    margin-bottom: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .Chat-page .conservation .media .media-body {
    border-radius: 11px 11px 0px 11px;
}
.Chat-page .conservation .media .media-body p {
    text-align: left;
    line-height: 131.5%;
    margin: 0;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .Chat-page .conservation .media .media-body p {
    text-align: right;
}
.Chat-page .conservation .media .media-body > span {
    position: absolute;
    bottom: -23px;
    left: 0;
    font-size: 12px;
}
[dir="rtl"] .Chat-page .conservation .media .media-body > span {
    left: unset;
    right: 0;
}
.Chat-page .conservation .media .media-body .waveform {
    width: 88%;
    overflow-x: hidden;
    margin-left: 35px;
}
.Chat-page .conservation .media .media-body .waveform .wave {
    height: 50px !important;
}
.Chat-page .conservation .media .media-body .waveform .wave canvas {
    width: 100% !important;
}
@media only screen and (max-width: 567px) {
    .Chat-page .conservation .media .media-body .waveform .wave canvas {
        width: 70% !important;
    }
}
.Chat-page .conservation .media .media-body .controls {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Chat-page .conservation .media .media-body .controls a .pause-m {
    display: none;
}
.Chat-page .conservation .media .media-body .controls a svg {
    width: 30px;
    height: 30px;
    stroke-width: 1.6px;
}
.Chat-page .conservation .media .media-body img {
    width: 70%;
    margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 375px) {
    .Chat-page .conservation .media .media-body img {
        width: 63%;
    }
}
.Chat-page .conservation .sender-message {
    margin: calc(26px + (30 - 26) * ((100vw - 320px) / (1920 - 320))) 0;
}
.Chat-page .conservation .sender-message .media {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.Chat-page .conservation .sender-message .media > img {
    display: none;
}
.Chat-page .conservation .sender-message .media .media-body {
    border-radius: 11px 11px 0px 11px;
    background-color: #fff5d9;
    margin-left: 0;
}
.Chat-page .conservation .sender-message .media:not(:last-child) .media-body {
    margin-bottom: 0;
}
.Chat-page
    .conservation
    .sender-message
    .media:not(:last-child)
    .media-body
    > span {
    display: none;
}
.Chat-page .conservation .received-message .media {
    margin-bottom: 20px;
}
.Chat-page .conservation .received-message .media:first-child {
    margin-bottom: 14px;
}
.Chat-page .conservation .received-message .media:not(:first-child) > img {
    visibility: hidden;
    opacity: 0;
}
.Chat-page .conservation .received-message .media:not(:last-child) .media-body {
    margin-bottom: 0;
}
.Chat-page
    .conservation
    .received-message
    .media:not(:last-child)
    .media-body
    > span {
    display: none;
}
.Chat-page .conservation .received-message.typing .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Chat-page .conservation .received-message.typing .media .media-body {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}
.Chat-page .conservation .received-message.typing .media .media-body > span {
    display: none;
}
.Chat-page .conservation .received-message.typing .media .media-body p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
}
[dir="rtl"]
    .Chat-page
    .conservation
    .received-message.typing
    .media
    .media-body
    p {
    text-align: right;
}
.error-404 .banner-box,
.empty-cart-page .banner-box {
    width: 85%;
    margin: 0 auto;
    margin-top: calc(70px + (90 - 70) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    position: relative;
}
.error-404 .banner-box img,
.empty-cart-page .banner-box img {
    width: 100%;
    z-index: 2;
    position: relative;
}
.error-404 .banner-box svg,
.empty-cart-page .banner-box svg {
    width: 100%;
    height: 100%;
    z-index: 1;
    fill: #d6fffa;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.error-404 .error,
.empty-cart-page .error {
    text-align: center;
}
.error-404 .error h2,
.empty-cart-page .error h2 {
    margin: calc(26px + (30 - 26) * ((100vw - 320px) / (1920 - 320))) 0
        calc(11px + (15 - 11) * ((100vw - 320px) / (1920 - 320))) 0;
}
.error-404 .error p,
.empty-cart-page .error p {
    margin-bottom: calc(19px + (25 - 19) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon,
.maintenance {
    position: relative;
    height: 100%;
}
.coming-soon .top,
.maintenance .top {
    position: absolute;
    top: 2%;
    left: 2%;
    -webkit-animation: moveright 2s linear infinite both;
    animation: moveright 2s linear infinite both;
}
.coming-soon .banner-box,
.maintenance .banner-box {
    position: relative;
    margin: 0 auto;
    width: 85%;
    text-align: center;
}
.coming-soon .banner-box img,
.maintenance .banner-box img {
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: calc(180px + (220 - 180) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon .banner-box .bg-shape,
.maintenance .banner-box .bg-shape {
    top: 65%;
    left: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg);
    width: 100%;
    height: 89%;
    z-index: 1;
    position: absolute;
    fill: #fff5d9;
}
.coming-soon .content-box,
.maintenance .content-box {
    text-align: center;
}
.coming-soon .content-box h1,
.maintenance .content-box h1 {
    margin-bottom: calc(2px + (10 - 2) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon .content-box p,
.maintenance .content-box p {
    margin-bottom: 24px;
}
.coming-soon .custom-form,
.maintenance .custom-form {
    text-align: center;
    margin-top: calc(27px + (35 - 27) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon .custom-form .btn,
.maintenance .custom-form .btn {
    margin-top: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.coming-soon .bottom,
.maintenance .bottom {
    position: absolute;
    bottom: 1%;
    right: 2%;
    -webkit-animation: moveleft 2s linear infinite both;
    animation: moveleft 2s linear infinite both;
}
.faqs .banner-box {
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    padding: 20px 20px 0 20px;
    background-color: #d6fffa;
}
.faqs .banner-box img {
    width: 100%;
}
.faqs .banner-box > div {
    text-align: center;
}
.faqs .banner-box > div img {
    width: 85%;
}
.faqs .filter {
    margin-top: 28px;
    border: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.faqs .filter:hover {
    overflow-x: scroll;
}
.faqs .filter > div:not(:first-of-type),
.faqs .filter li:not(:first-of-type) {
    margin-left: 15px;
}
[dir="rtl"] .faqs .filter > div:not(:first-of-type),
[dir="rtl"] .faqs .filter li:not(:first-of-type) {
    margin-right: 15px;
    margin-left: unset;
}
.faqs .filter > div .nav-link,
.faqs .filter li .nav-link {
    border: none;
    background-color: #fff5d9;
    border-radius: 4px;
    color: #222;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.faqs .filter > div .nav-link:hover,
.faqs .filter li .nav-link:hover {
    color: #222;
}
@media only screen and (max-width: 767px) {
    .faqs .filter {
        overflow-x: auto;
    }
}
.faqs .tab-content {
    margin-top: 15px;
}
.profile-settings .banner-box {
    position: relative;
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    overflow: hidden;
    border: none;
    background-color: #d6fffa;
}
.profile-settings .banner-box img {
    width: 100%;
}
.profile-settings .banner-box .bg-size:before {
    padding-top: 28%;
    content: "";
    display: block;
}
.profile-settings .banner-box .media {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
[dir="rtl"] .profile-settings .banner-box .media {
    left: unset;
    right: -35%;
}
.profile-settings .banner-box .media img {
    width: calc(60px + (100 - 70) * ((100vw - 320px) / (1920 - 320)));
    height: calc(60px + (100 - 70) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.profile-settings .banner-box .media .media-body {
    margin-top: 5px;
}
.profile-settings .banner-box .media .media-body h2 {
    color: #222;
    font-weight: 600;
    font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(3px + (6 - 3) * ((100vw - 320px) / (1920 - 320)));
}
.profile-settings .setting-section .custom-form h3 {
    margin-bottom: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.team > p {
    text-align: justify;
    word-break: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.team .member .img-box {
    width: 100%;
    position: relative;
    text-align: center;
}
.team .member .img-box img {
    position: relative;
    z-index: 2;
    width: 60%;
}
.team .member .img-box svg {
    width: 91%;
    height: 100%;
    position: absolute;
    bottom: -9.8%;
    left: 16px;
    right: 0;
    -webkit-transform: rotateZ(18deg);
    transform: rotateZ(18deg);
    z-index: 1;
}
[dir="rtl"] .team .member .img-box svg {
    left: unset;
    right: 16px;
}
.team .member .content-box {
    margin-top: calc(11px + (15 - 11) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
}
.team .member .content-box h2 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320)));
}
.team .member .content-box span {
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
}
.team .row > div:nth-of-type(5n + 1) .bg-shape {
    fill: #d6fffa;
}
.team .row > div:nth-of-type(5n + 2) .bg-shape {
    fill: #fff5d9;
}
.team .row > div:nth-of-type(5n + 3) .bg-shape {
    fill: #deffe2;
}
.team .row > div:nth-of-type(5n + 4) .bg-shape {
    fill: #e5e7ff;
}
.team .row > div:nth-of-type(5n + 5) .bg-shape {
    fill: #ffdfde;
}
@media only screen and (max-width: 375px) {
    .team .row > div {
        width: 100%;
    }
}
.review-page .review-section .review-box {
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    position: relative;
    padding: 14px;
}
.review-page .review-section .review-box img {
    width: 100%;
}
.review-page .review-section .review-box:not(:last-of-type) {
    margin-bottom: 18px;
}
.review-page .review-section .review-box .media {
    position: relative;
}
.review-page .review-section .review-box .media img {
    width: calc(53px + (60 - 53) * ((100vw - 320px) / (1920 - 320)));
    height: calc(53px + (60 - 53) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.review-page .review-section .review-box .media .media-body {
    margin-top: 5px;
}
.review-page .review-section .review-box .media .media-body h2 {
    color: #222;
}
.review-page .review-section .review-box .media .star-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0px;
    top: 0px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 4px;
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)))
        calc(4px + (10 - 4) * ((100vw - 320px) / (1920 - 320)));
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff5d9;
}
[dir="rtl"] .review-page .review-section .review-box .media .star-box {
    left: 0;
    right: unset;
}
.review-page .review-section .review-box .media .star-box svg {
    width: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    height: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    stroke: #ffbf13;
}
.review-page
    .review-section
    .review-box
    .media
    .star-box
    svg:not(:last-of-type) {
    fill: #ffbf13;
}
.review-page .review-section .review-box h3 {
    font-weight: 600;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 18px;
    margin-bottom: 6px;
}
.review-page .review-section .review-box p {
    margin-top: 15px;
    font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.help-page .banner-box {
    position: relative;
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    overflow: hidden;
    border: none;
    background-color: #d6fffa;
}
.help-page .banner-box img {
    width: 100%;
}
.help-page .banner-box .bg-size:before {
    padding-top: 28%;
    content: "";
    display: block;
}
@media only screen and (max-width: 475px) {
    .help-page .banner-box .bg-size:before {
        padding-top: 40%;
    }
}
.help-page .banner-box .top-header {
    top: 44%;
    left: 50%;
    width: 83%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}
.help-page .banner-box .top-header h2 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: calc(43px + (50 - 43) * ((100vw - 320px) / (1920 - 320)));
}
.help-page .banner-box .top-header .search-box {
    position: relative;
}
.help-page
    .banner-box
    .top-header
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.help-page .banner-box .top-header .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.help-page .banner-box .top-header .search-box .search {
    left: 16px;
}
.help-page .banner-box .top-header .search-box .mic {
    right: 16px;
}
.help-page .banner-box .top-header .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.help-page .banner-box .top-header .search-box input {
    background-color: transparent;
}
.help-page .categories .categories-slide .slide {
    position: relative;
    border: 1px solid #222;
    padding: 14px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}
.help-page .categories .categories-slide .slide img {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 28px auto;
    z-index: 2;
}
.help-page .categories .categories-slide .slide h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 34px;
}
.help-page .categories .categories-slide .slide svg {
    top: 38px;
    left: 50%;
    width: 110px;
    max-height: 110px;
    position: absolute;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 1)
    .bg-shape {
    fill: #d6fffa;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 2)
    .bg-shape {
    fill: #fff5d9;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 3)
    .bg-shape {
    fill: #deffe2;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 4)
    .bg-shape {
    fill: #e5e7ff;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 5)
    .bg-shape {
    fill: #ffdfde;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 1)
    .slide
    .bg-shape {
    top: 27px;
    -webkit-transform: rotateZ(20deg) translateX(-50%);
    transform: rotateZ(20deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 2)
    .slide
    .bg-shape {
    top: 28px;
    -webkit-transform: rotateZ(20deg) translateX(-50%);
    transform: rotateZ(20deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 3)
    .slide
    .bg-shape {
    -webkit-transform: rotateZ(14deg) translateX(-50%);
    transform: rotateZ(14deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 23px;
}
.help-page
    .categories
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 4)
    .slide
    .bg-shape {
    -webkit-transform: rotateZ(-3deg) translateX(-50%);
    transform: rotateZ(-3deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 9px;
}
.help-page .categories .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
    direction: ltr;
}
.help-page .categories .slick-next {
    position: absolute;
    top: -35px;
    right: 10px;
    opacity: 0;
    z-index: 2;
}
[dir="rtl"] .help-page .categories .slick-next {
    right: unset;
    left: 10px;
}
.help-page .categories .slick-prev {
    position: absolute;
    top: -35px;
    right: 34px;
    left: unset;
    opacity: 0;
    z-index: 2;
    margin-right: 5px;
}
[dir="rtl"] .help-page .categories .slick-prev {
    margin-left: 5px;
    margin-right: unset;
    left: 34px;
    right: unset;
}
.help-page .categories .slick-prev,
.help-page .categories .slick-next {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.help-page .categories .slick-prev:before,
.help-page .categories .slick-next:before {
    color: #fff;
}
.help-page .categories .slick-initialized .slick-slide {
    padding: 0 10px;
}
.help-page .categories .arrow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.help-page .categories .arrow-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.help-page .categories .arrow-box button {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative !important;
    opacity: 1 !important;
    top: 0 !important;
    right: unset !important;
    left: unset !important;
    -webkit-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}
.help-page .categories .arrow-box button svg {
    color: #fff;
    width: 20px;
    height: 20px;
    stroke-width: 2.8px;
}
[dir="rtl"] .help-page .categories .arrow-box button svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.help-page .categories .arrow-box .slick-next:before,
.help-page .categories .arrow-box .slick-prev:before {
    display: none;
}
.help-page .questions-section .title-2 {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.help-page .questions-section .accordion {
    margin-left: -15px;
    margin-right: -15px;
    padding: 17px 20px;
    background-color: #f8f8f8;
    border-radius: 25px;
}
.help-page .questions-section .accordion .accordion-body {
    background-color: #f8f8f8;
}
.onboarding-header .top {
    top: 1%;
}
.onboarding-header .round-top {
    top: 2.8%;
}
.onboarding-slide.main-section {
    text-align: center;
    margin-top: -46%;
    margin-bottom: calc(10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .onboarding-slide.main-section {
    direction: ltr;
}
.onboarding-slide .onboarding {
    position: relative;
}
.onboarding-slide .onboarding .banner-img img {
    width: 60% !important;
    margin: 0 auto !important;
}
.onboarding-slide .onboarding .round-bottom {
    position: absolute;
    bottom: 9.8%;
}
.onboarding-slide .onboarding .dote.bottom {
    position: absolute;
    bottom: 2%;
    right: 2%;
    -webkit-animation: moveleft 2s linear infinite both;
    animation: moveleft 2s linear infinite both;
}
.onboarding-slide .onboarding .btn-box .btn {
    display: inline-block !important;
}
.onboarding-slide .slick-dots {
    position: relative;
    left: 0;
    bottom: calc(-6px + (-38 + 6) * ((100vw - 320px) / (1920 - 320)));
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.onboarding-slide .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #222;
    padding: 0;
    cursor: pointer;
}
.onboarding-slide .slick-dots li button {
    opacity: 0;
}
.onboarding-slide .slick-dots .slick-active {
    background-color: #222 !important;
    height: 10px;
    width: 30px;
    border-radius: 20px;
}
@media only screen and (max-width: 475px) {
    .onboarding-slide .slick-dots {
        margin-top: 15px;
    }
}
.onboarding-footer {
    text-align: center;
}
.onboarding-footer .btn-box a {
    display: block;
}
.onboarding-footer .btn-box .btn {
    display: inline-block;
}
.onboarding-footer p {
    margin-top: 100px;
}
.onboarding-footer .round-bottom {
    bottom: 9.8%;
}
.terms-condition .list-section {
    list-style: disc;
    padding: 0 18px;
}
.terms-condition .fw-600 {
    font-weight: 600;
}
.terms-condition .top-heading {
    margin-bottom: calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.terms-condition .title-mb {
    margin-top: -6px;
    margin-bottom: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.terms-condition p {
    margin-top: -5px;
    margin-bottom: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.grocery-home .top-section > span {
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #34a853;
}
.grocery-home .top-section > span svg {
    width: 24px;
    height: 24px;
    stroke: #34a853;
    margin-right: 10px;
}
[dir="rtl"] .grocery-home .top-section > span svg {
    margin-left: 10px;
    margin-right: unset;
}
.grocery-home .top-section h2 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.grocery-home .top-section .search-box {
    position: relative;
}
.grocery-home
    .top-section
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.grocery-home .top-section .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.grocery-home .top-section .search-box .search {
    left: 16px;
}
.grocery-home .top-section .search-box .mic {
    right: 16px;
}
.grocery-home .top-section .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.grocery-home .ratio_45 .bg-size:before {
    padding-top: 6%;
}
[dir="rtl"] .grocery-home .grocery-slide {
    direction: ltr;
}
.grocery-home .grocery-slide .banner-box {
    text-align: center;
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.grocery-home .grocery-slide .banner-box img {
    width: 100%;
}
.grocery-home .grocery-slide .banner-box h2 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(25px + (32 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.grocery-home .grocery-slide .banner-box p {
    line-height: calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320)));
    margin: 0;
}
.grocery-home .grocery-slide .slick-prev,
.grocery-home .grocery-slide .slick-next {
    display: none !important;
}
.grocery-home .grocery-slide .slick-slide {
    margin-right: 28px;
    margin-left: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
[dir="rtl"] .grocery-home .grocery-slide .slick-slide {
    float: left;
}
@media only screen and (max-width: 766px) {
    .grocery-home .grocery-slide .slick-slide {
        margin-right: 0.55%;
        margin-left: 0.55%;
    }
}
@media only screen and (max-width: 525px) {
    .grocery-home .grocery-slide .slick-slide {
        margin-right: 0.65%;
        margin-left: 0.65%;
    }
}
@media only screen and (max-width: 355px) {
    .grocery-home .grocery-slide .slick-slide {
        margin-right: 0%;
        margin-left: 0%;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
.grocery-home .grocery-slide .slick-center {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media only screen and (max-width: 355px) {
    .grocery-home .grocery-slide .slick-center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.grocery-home .grocery-slide .slick-list {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 355px) {
    .grocery-home .grocery-slide .slick-list {
        margin-right: -8px;
        margin-left: -8px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.grocery-home .grocery-slide .banner-box {
    background-color: rgba(52, 168, 83, 0.19);
}
.grocery-home .categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
}
.grocery-home .categories ul:hover {
    overflow-x: scroll;
}
.grocery-home .categories ul li {
    padding: 8px calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
    white-space: nowrap;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 23px;
    font-size: calc(15px + (18 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.grocery-home .categories ul li:not(:last-child) {
    margin-right: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .grocery-home .categories ul li:not(:last-child) {
    margin-left: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-right: unset;
}
.grocery-home .categories ul li img,
.grocery-home .categories ul li svg {
    width: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320)));
    height: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320)));
    margin-right: 5px;
}
[dir="rtl"] .grocery-home .categories ul li img,
[dir="rtl"] .grocery-home .categories ul li svg {
    margin-left: 10px;
    margin-right: unset;
}
@media only screen and (max-width: 767px) {
    .grocery-home .categories ul {
        overflow-x: auto;
    }
}
.grocery-home .categories h2 {
    margin-top: -5px;
}
.grocery-home .categories ul li {
    background-color: #f8f8f8;
}
.grocery-home .staples-section .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.grocery-home .staples-section .row > div .staples-box {
    text-align: center;
}
.grocery-home .staples-section .row > div .staples-box div {
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.grocery-home .staples-section .row > div .staples-box div img {
    width: 100%;
}
.grocery-home .staples-section .row > div .staples-box h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
}
@media only screen and (max-width: 475px) {
    .grocery-home .staples-section .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
}
.grocery-home .top-offer h2 {
    margin-top: 3px;
}
.grocery-home .top-offer .ratio_asos .bg-size:before {
    padding-top: 0;
}
.grocery-home .top-offer .banner-box {
    border: 1px solid #222;
    border-radius: 18px;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding: 20px 15px;
}
.grocery-home .top-offer .banner-box img {
    width: 100%;
}
.grocery-home .top-offer .banner-box:nth-of-type(5n + 1) {
    background-color: #d6fffa;
}
.grocery-home .top-offer .banner-box:nth-of-type(5n + 2) {
    background-color: #fff5d9;
}
.grocery-home .top-offer .banner-box:nth-of-type(5n + 3) {
    background-color: #deffe2;
}
.grocery-home .top-offer .banner-box:nth-of-type(5n + 4) {
    background-color: #e5e7ff;
}
.grocery-home .top-offer .banner-box:nth-of-type(5n + 5) {
    background-color: #ffdfde;
}
[dir="rtl"] .grocery-home .top-offer .banner-box {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.grocery-home .top-offer .banner-box:nth-of-type(5n + 1) {
    background-color: #deffe2;
}
.grocery-home .top-offer .banner-box:nth-of-type(5n + 3) {
    background-color: #d6fffa;
}
.grocery-home .top-offer .banner-box:not(:last-child) {
    margin-bottom: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.grocery-home .top-offer .banner-box .media {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: -2px;
}
[dir="rtl"] .grocery-home .top-offer .banner-box .media {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.grocery-home .top-offer .banner-box .media > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 100%;
}
.grocery-home .top-offer .banner-box .media .media-body {
    margin-top: calc(-5px + (-10 + 5) * ((100vw - 320px) / (1920 - 320)));
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.grocery-home .top-offer .banner-box .media .media-body h3 {
    font-weight: 400;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 20px;
}
@media only screen and (max-width: 380px) {
    .grocery-home .top-offer .banner-box .media .media-body h3 {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 21px;
    }
    .grocery-home .top-offer .banner-box .media .media-body h3 span {
        font-size: 14px;
        padding: 6px 8px;
    }
}
@media only screen and (max-width: 380px) {
    .grocery-home .top-offer .banner-box .media .media-body span {
        font-size: 14px;
        padding: 6px 8px;
    }
}
.catagories-section .list-group {
    position: sticky;
    top: 15px;
    padding: 30px 20px;
    border-radius: 15px;
    background-color: rgba(52, 168, 83, 0.06);
}
.catagories-section .list-group h2 {
    font-weight: 600;
    margin-bottom: 15px;
}
.catagories-section .list-group-item {
    border: none;
    background-color: transparent;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding: 8px 0;
    color: #777;
}
.catagories-section .list-group-item.active {
    color: #34a853;
}
.catagories-section .content:not(:first-of-type) {
    padding-top: 35px;
}
.catagories-section .content > h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.catagories-section .content .staples-box {
    text-align: center;
}
.catagories-section .content .staples-box > div {
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.catagories-section .content .staples-box > div img {
    width: 100%;
}
.catagories-section .content .staples-box h4 {
    margin-top: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
    color: #222;
    font-weight: 400;
}
@media only screen and (max-width: 475px) {
    .catagories-section > .row > div {
        width: 100%;
    }
    .catagories-section > .row > div:first-of-type {
        position: fixed;
        background-color: #fff;
        border-radius: 15px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        min-width: 188px;
        max-width: 188px;
        height: 163px;
        left: 17px;
        bottom: 85px;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        padding: 8px 22px;
    }
    [dir="rtl"] .catagories-section > .row > div:first-of-type {
        left: unset;
        right: 17px;
    }
    .catagories-section > .row > div:first-of-type .list-group {
        position: relative;
        background-color: transparent;
        padding: 0;
        top: 0;
    }
    .catagories-section > .row > div:first-of-type .list-group h2 {
        display: none;
    }
    .catagories-section > .row > div:first-of-type.show {
        opacity: 1;
        visibility: visible;
    }
    .catagories-section > .row > div:last-of-type .content .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
}
.g-shop-page .search-side-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.g-shop-page .search-side-icon .search-box {
    width: 100%;
    position: relative;
}
.g-shop-page
    .search-side-icon
    .search-box
    input[type="search" i]:enabled:read-write:-webkit-any(
        :focus,
        :hover
    )::-webkit-search-cancel-button {
    display: none;
}
.g-shop-page .search-side-icon .search-box svg {
    position: absolute;
    width: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    top: 49%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.g-shop-page .search-side-icon .search-box .search {
    left: 16px;
}
.g-shop-page .search-side-icon .search-box .mic {
    right: 16px;
}
.g-shop-page .search-side-icon .search-box input {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px 47px;
    border-radius: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
}
.g-shop-page .search-side-icon span {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
    border: 1px solid #222;
}
[dir="rtl"] .g-shop-page .search-side-icon span {
    margin-left: unset;
    margin-right: 20px;
}
.g-shop-page .search-side-icon span img,
.g-shop-page .search-side-icon span svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}
.g-shop-page .product-section .product-box .product {
    padding: 15px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    position: relative;
}
.g-shop-page .product-section .product-box .product:not(:first-of-type) {
    margin-top: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}
@media only screen and (max-width: 370px) {
    .g-shop-page .product-section .product-box .product .media {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.g-shop-page .product-section .product-box .product .media > div:first-of-type {
    width: 90px;
    height: 90px;
    border-radius: 9px;
    overflow: hidden;
}
@media only screen and (max-width: 370px) {
    .g-shop-page
        .product-section
        .product-box
        .product
        .media
        > div:first-of-type {
        width: 45px;
        height: 45px;
    }
}
.g-shop-page
    .product-section
    .product-box
    .product
    .media
    > div:first-of-type
    img {
    width: 100%;
}
.g-shop-page .product-section .product-box .product .media .media-body h2 {
    margin-top: -7px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
}
@media only screen and (max-width: 767px) {
    .g-shop-page .product-section .product-box .product .media .media-body h2 {
        width: calc(80px + (1437 - 80) * ((100vw - 320px) / (1920 - 320)));
    }
}
@media only screen and (max-width: 370px) {
    .g-shop-page .product-section .product-box .product .media .media-body h2 {
        width: 110px;
        margin-top: -4px;
    }
}
.g-shop-page
    .product-section
    .product-box
    .product
    .media
    .media-body
    .select-box {
    position: relative;
    display: inline-block;
}
.g-shop-page
    .product-section
    .product-box
    .product
    .media
    .media-body
    .select-box
    select {
    background-color: #fff;
    padding: 5px 28px 5px 10px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.g-shop-page
    .product-section
    .product-box
    .product
    .media
    .media-body
    .select-box
    svg {
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    position: absolute;
}
.g-shop-page .product-section .product-box .product .media .media-body span {
    margin-top: 8px;
    margin-bottom: -10px;
    display: block;
    font-weight: 600;
    color: #34a853;
}
@media only screen and (max-width: 370px) {
    .g-shop-page
        .product-section
        .product-box
        .product
        .media
        .media-body
        span {
        margin-bottom: -6px;
    }
}
.g-shop-page .product-section .product-box .product .media .media-body .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 2px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[dir="rtl"]
    .g-shop-page
    .product-section
    .product-box
    .product
    .media
    .media-body
    .btn {
    right: unset;
    left: 15px;
}
.g-shop-page
    .product-section
    .product-box
    .product
    .media
    .media-body
    .btn
    svg {
    width: 16px;
    height: 16px;
}
.g-shop-page
    .product-section
    .product-box
    .product
    .media
    .media-body
    .btn
    input {
    background-color: transparent;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: unset;
}
.product-main.g-product-main .banner-box {
    position: relative;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-main.g-product-main .banner-box img {
    position: relative;
    width: 80%;
    top: unset;
    left: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.product-main.g-product-main .banner-box > span {
    padding: 3px 15px;
    position: absolute;
    left: calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
    top: calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .product-main.g-product-main .banner-box > span {
    right: calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
    left: unset;
}
.product-main.g-product-main
    .product-spec
    .select-group
    .size-Select
    .size-box
    span:first-of-type {
    background: unset;
}
.product-main.g-product-main
    .product-spec
    .select-group
    .size-Select
    .size-box
    span:first-of-type
    svg {
    stroke: #222;
}
[dir="rtl"]
    .product-main.g-product-main
    .product-spec
    .select-group
    .size-Select
    .size-box
    span:first-of-type
    svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.product-main.g-product-main .detail-tabs .nav-tabs {
    background-color: rgba(52, 168, 83, 0.06);
}
.product-main.g-product-main .detail-tabs .nav-tabs .nav-item .nav-link {
    color: #777;
}
.product-main.g-product-main .detail-tabs .nav-tabs .nav-item .nav-link.active {
    color: #222;
}
.product-main.g-product-main .recently-viewed .slick-track {
    padding: 1px 0;
    margin-left: -48px;
}
@media only screen and (max-width: 567px) {
    .product-main.g-product-main .recently-viewed .slick-track {
        margin-left: -30px;
    }
}
@media only screen and (max-width: 475px) {
    .product-main.g-product-main .recently-viewed .slick-track {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 390px) {
    .product-main.g-product-main .recently-viewed .slick-track {
        margin-left: -30px;
    }
}
@media only screen and (max-width: 435px) {
    .product-main.g-product-main .recently-viewed .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }
}
.product-main.g-product-main .recently-viewed .slick-slide {
    padding: 0 8px !important;
}
@media only screen and (max-width: 567px) {
    .product-main.g-product-main .recently-viewed .slick-slide {
        padding: 0 8px !important;
    }
}
.product-main.g-product-main .recently-viewed .product-card .img-box > div {
    border-radius: 15px;
    overflow: hidden;
}
.page-catagories .catagories .catagories-item {
    text-align: center;
    position: relative;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
}
.page-catagories .catagories .catagories-item .bg-wrap {
    opacity: 0.7;
}
.page-catagories .catagories .catagories-item .content {
    width: 100%;
    padding: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-catagories .catagories .catagories-item .content a img {
    width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    height: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
}
.page-catagories .catagories .catagories-item .content a h2 {
    line-height: 22px;
    font-weight: 600;
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(0px + (6 - 0) * ((100vw - 320px) / (1920 - 320)));
}
.page-catagories .catagories .catagories-item .content a h3 {
    line-height: 16px;
}
.page-catagories .catagories .catagories-item .shape2-right {
    right: 9.5%;
}
.page-catagories .row [class^="col"]:nth-last-of-type(-n + 2) .shape2 {
    display: none;
}
@media only screen and (max-width: 475px) {
    .page-catagories .row [class^="col"] .shape2 {
        bottom: -60px;
    }
    .page-catagories .row [class^="col"] .shape2 .line {
        height: 40px;
    }
}
.page-catagories .row [class^="col"]:nth-child(5n + 1) .catagories-item {
    background-color: #d6fffa;
}
.page-catagories .row [class^="col"]:nth-child(5n + 2) .catagories-item {
    background-color: #fff5d9;
}
.page-catagories .row [class^="col"]:nth-child(5n + 3) .catagories-item {
    background-color: #deffe2;
}
.page-catagories .row [class^="col"]:nth-child(5n + 4) .catagories-item {
    background-color: #e5e7ff;
}
.page-catagories .row [class^="col"]:nth-child(5n + 5) .catagories-item {
    background-color: #ffdfde;
}
@media only screen and (max-width: 576px) {
    .page-catagories .ratio-83 .bg-size:before {
        padding-top: 90%;
    }
}
@media only screen and (max-width: 375px) {
    .page-catagories .row.g-3,
    .page-catagories .row.gy-3 {
        --bs-gutter-y: 13px !important;
    }
    .page-catagories .row.g-3,
    .page-catagories .row.gx-3 {
        --bs-gutter-x: 13px;
    }
    .page-catagories .row [class^="col"] {
        width: 100%;
    }
    .page-catagories .row [class^="col"]:not(:last-of-type) .shape2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page-catagories .row [class^="col"] .shape2 {
        bottom: -45px;
    }
    .page-catagories .row [class^="col"] .shape2 .line {
        height: 33px;
        width: 4px;
    }
    .page-catagories .row [class^="col"] .shape2 .circle {
        z-index: 1;
        width: 10px;
        height: 10px;
    }
    .page-catagories .row .ratio-83 .bg-size:before {
        padding-top: 70%;
    }
    .page-catagories .row .shape2 {
        bottom: -45px;
    }
    .page-catagories .row .shape2 .line {
        height: 33px;
        width: 4px;
    }
    .page-catagories .row .shape2 .circle {
        z-index: 1;
        width: 10px;
        height: 10px;
    }
}
.banner-top {
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 15px;
    padding: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.banner-top .media img:first-child {
    width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    height: auto;
}
.banner-top .media .media-body h2 {
    font-weight: 600;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(3px + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
}
.banner-top .media .media-body h3 {
    font-weight: 400;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.banner-top .after-icon {
    position: absolute;
    width: 70px;
    right: -38px;
    height: auto;
    top: 45%;
    opacity: 0.1;
    -webkit-transform: rotate(-11deg) translate(-50%, -50%);
    transform: rotate(-11deg) translate(-50%, -50%);
}
[dir="rtl"] .banner-top .after-icon {
    right: unset;
    left: 54px;
}
.page-list li:not(:last-of-type) {
    margin-bottom: 14px;
}
.page-list li a {
    text-transform: capitalize;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
[dir="rtl"] .page-list li a svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-section {
    position: relative;
    text-align: center;
}
.header-section .banner-box {
    overflow: hidden;
}
.header-section .dote {
    position: absolute;
    top: 2%;
    left: 2%;
    -webkit-animation: moveright 2s linear infinite both;
    animation: moveright 2s linear infinite both;
}
.header-section .dote img {
    height: auto;
}
.header-section .banner-img {
    margin-top: -55%;
    text-align: center;
}
.header-section .banner-img img {
    width: 80%;
}
.main-section {
    position: relative;
    text-align: center;
    margin-top: calc(15px + (40 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.main-section .content-box {
    padding: 0 calc(35px + (110 - 35) * ((100vw - 320px) / (1920 - 320)));
}
.main-section .btn-box {
    padding: 0 calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(45px + (60 - 45) * ((100vw - 320px) / (1920 - 320)));
}
.main-section .btn-box .btn {
    display: block;
}
.main-section .btn-box > a:last-child {
    font-weight: 700;
    display: block;
}
.main-section .dote-bottom {
    bottom: 3%;
}
.landing-page .title-2 {
    font-weight: 600;
    margin-bottom: 15px;
}
[dir="rtl"] .landing-page .landing-page-slider {
    direction: ltr;
}
.landing-page .landing-page-slider .banner-box {
    text-align: center;
}
.landing-page .landing-page-slider .banner-box .img-box {
    padding: 8px;
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    display: block;
    border-radius: 15px;
}
.landing-page .landing-page-slider .banner-box .img-box img {
    border-radius: 15px;
}
.landing-page .landing-page-slider .banner-box h2 {
    margin-top: 10px;
}
.landing-page .landing-page-slider .slick-list {
    padding: 4px 0;
    padding-left: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
}
.landing-page .landing-page-slider .slick-list .slick-slide {
    padding: 0 10px;
}
.landing-page .article-section .reading-box {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    display: block;
    border-radius: 8px;
    padding: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.landing-page .article-section .reading-box h3 {
    margin-bottom: 8px;
    font-weight: 600;
}
.landing-page .article-section .reading-box p {
    margin-bottom: -3px;
}
.landing-page .language-section .categories-slide .slide {
    position: relative;
    border: 1px solid #222;
    padding: 14px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}
.landing-page .language-section .categories-slide .slide img {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 28px auto;
    z-index: 2;
}
.landing-page .language-section .categories-slide .slide h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 34px;
}
.landing-page .language-section .categories-slide .slide svg {
    top: 38px;
    left: 50%;
    width: 110px;
    max-height: 110px;
    position: absolute;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 1)
    .bg-shape {
    fill: #d6fffa;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 2)
    .bg-shape {
    fill: #fff5d9;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 3)
    .bg-shape {
    fill: #deffe2;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 4)
    .bg-shape {
    fill: #e5e7ff;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(5n + 5)
    .bg-shape {
    fill: #ffdfde;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 1)
    .slide
    .bg-shape {
    top: 27px;
    -webkit-transform: rotateZ(20deg) translateX(-50%);
    transform: rotateZ(20deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 2)
    .slide
    .bg-shape {
    top: 28px;
    -webkit-transform: rotateZ(20deg) translateX(-50%);
    transform: rotateZ(20deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 3)
    .slide
    .bg-shape {
    -webkit-transform: rotateZ(14deg) translateX(-50%);
    transform: rotateZ(14deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 23px;
}
.landing-page
    .language-section
    .categories-slide
    .slick-track
    > div:nth-of-type(4n + 4)
    .slide
    .bg-shape {
    -webkit-transform: rotateZ(-3deg) translateX(-50%);
    transform: rotateZ(-3deg) translateX(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 9px;
}
.landing-page .language-section .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
    direction: ltr;
}
.landing-page .language-section .slick-next {
    position: absolute;
    top: -35px;
    right: 10px;
    opacity: 0;
    z-index: 2;
}
[dir="rtl"] .landing-page .language-section .slick-next {
    right: unset;
    left: 10px;
}
.landing-page .language-section .slick-prev {
    position: absolute;
    top: -35px;
    right: 34px;
    left: unset;
    opacity: 0;
    z-index: 2;
    margin-right: 5px;
}
[dir="rtl"] .landing-page .language-section .slick-prev {
    margin-left: 5px;
    margin-right: unset;
    left: 34px;
    right: unset;
}
.landing-page .language-section .slick-prev,
.landing-page .language-section .slick-next {
    background-image: linear-gradient(269.96deg, #2d2d2d 0.03%, #3e3e3e 99.96%);
}
.landing-page .language-section .slick-prev:before,
.landing-page .language-section .slick-next:before {
    color: #fff;
}
.landing-page .language-section .slick-initialized .slick-slide {
    padding: 0 10px;
}
.landing-page .language-section .arrow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.landing-page .language-section .arrow-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.landing-page .language-section .arrow-box button {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative !important;
    opacity: 1 !important;
    top: 0 !important;
    right: unset !important;
    left: unset !important;
    -webkit-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}
.landing-page .language-section .arrow-box button svg {
    color: #fff;
    width: 20px;
    height: 20px;
    stroke-width: 2.8px;
}
[dir="rtl"] .landing-page .language-section .arrow-box button svg {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.landing-page .language-section .arrow-box .slick-next:before,
.landing-page .language-section .arrow-box .slick-prev:before {
    display: none;
}
.landing-page .page-list-section .media {
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 #222;
    box-shadow: 1px 1px 0 #222;
    border-radius: 8px;
    padding: 8px;
}
.landing-page .page-list-section .media:not(:first-of-type) {
    margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.landing-page .page-list-section .media img {
    width: calc(70px + (100 - 70) * ((100vw - 320px) / (1920 - 320)));
    height: auto;
    border-radius: 6px;
}
.landing-page .page-list-section .media .media-body h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
.landing-page .page-list-section .media .media-body span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.landing-page .page-list-section .media .media-body span svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.5px;
}
/*# sourceMappingURL=style.css.map */



/*---new css----*/
/*power_park*/
.power_park_area{
    /*padding-top: 128px;
    padding-bottom: 90px;*/
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.power_logo_area{
    max-width: 168px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.power_logo_area img{
    width: 100%;
}
.link-area{
    max-width: 168px;
    margin-left: auto;
    margin-right: auto;
}
.link_one{
    font-family: 'Myriad Pro';
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color:#ffffff;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #024C27;
    border-radius: 3.69px;
    width: 100%;
    padding:10px 5px;
    text-align: center;
    margin-bottom: 6.9px;
}
.link_one:hover{
    color:#ffffff;
}
.link_one.link_two{
    margin-bottom: 17.5px;
}
.link_three{
    font-family: 'Myriad Pro';
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color:#006838;
    font-weight: 400;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

/*new-power-form*/
#bg_color{
    background:#024C27!important;
}
.power_form_area{
    /*padding-top: 100px;
    padding-bottom: 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.form_img{
    max-width:213px; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.form_img img{
    width: 100%;
}
.input_box input {
    background-color: #fff;
    color: #707070;
    border: none;
    width: 300px;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: #f5f4f2;
}
.input_box{
    text-align: center;
}
.power_form_area form button{
    font-size: 15px;
    font-weight:600;
    color:#000;
    background-color: #f5f4f2;
    border:none;
    border-radius: 22px;
    width:300px;
    padding: 10px 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    display: inline-block;
}
.power_form_area ul li a{
    font-size: 15px;
    font-weight:400;
    color:#fff; 
}
.power_form_area ul li{
    margin-bottom: 10px;
}
/*new_batarry_area*/
.new_batarry_area {
    max-width: 500px;
    height: 100%;
    /* background-color: #E5E5E5; */
    padding: 20px 30px;
    margin-left: auto;
    margin-right: auto;
}
.batarry_heading_logo{
    text-align: right;
    border-bottom: 1px solid #024C27;
    padding-bottom: 10px;
}
.batarry_heading_logo img{
    width:159px;
}
.new_batarry_wrap{
    background-color: #fff;
    border-radius: 14.25px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin:18px 0px;
}

.new_profile_wrap{
    background-color: #fff;
    border-radius: 14.25px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin:18px 0px;
}

.battary_heading {
    font-family: 'Myriad Pro';
    color: #231F20;
    font-size: 12.36px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;
}
.new_battary_main {
    padding: 10px;
    border: 2px solid #024C27;
    border-radius: 8px;
    position: relative;
}
.new_battary_main::before{
    content: '';
    position: absolute;
    width: 35.51px;
    height: 8.6px;
    border: 2px solid #024C27;
    border-radius: 4px;
    border-bottom: none;
    bottom:100%;
    left: 50%;
    transform: translateX(-50%);
}
.new_btn{
    display: inline-block;
    width: 100%;
    height: 25px;
    border:none;
    border-radius: 2.73px;
}
.new_battary_main button:focus{
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5);
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5);
}
.new_battary_right_child h2 {
    font-family: 'Myriad Pro';
    color: #000;
    font-size: 31.11px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
}
.new_battary_right_child p{
    font-family: 'Myriad Pro';
    color:#000;
    font-size: 15.55px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.new_battary_right_child{
    border-radius: 3.07px;
    border:1px solid #0B0E31;
    text-align: center;
    padding: 7px 3px;
    width: 78px;
}
.new_battary_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.kwh_main ul li {
    color:#231F20;
    font-family: 'Myriad Pro';
    font-size: 12.36px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.kwh_main ul{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding-top: 10px;
}
.kwh_main{
    height: 100%;
}
.n_footer_btn_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n_footer_btn_main a{
    display: inline-block;
    font-size: 12.36;
    line-height: 1;
    color:#ffffff;
    font-weight: 400;
    background-color: #024C27;
    text-align: center;
    text-transform:capitalize;
    padding: 5px 12px;
    border-radius: 4px;
}
.n_footer_btn_main .ft_btn{
    background-color: #fff;
    color:#000;
    border:1px solid #707070;
}

.dot-new-live {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }