@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&amp;family=Poppins:wght@400;500;600;700&amp;display=swap";

@font-face { font-family: 'Kalpurush';
    src: url('../fonts/kalpurush.eot?version=1.070');
    src: local('Kalpurush'),url('../fonts/kalpurush.woff?version=1.070') format('woff'),url('../fonts/kalpurush.ttf?version=1.070') format('truetype');
    font-style: normal;}


:root {
 --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
    --color-primary: #3577f0;
    --light-primary: #8c71db;
    --color-secondary: #ff497c;
    --color-tertiary: #FAB8C4;
    --color-white: #ffffff;
    --color-dark: #27272E;
    --color-black: #000000;
    --color-light: #CBD3D9;
    --color-lighter: #F6F7FB;
    --color-lightest: #C4C4C4;
    --color-chart01: #896BA7;
    --color-chart02: #BADEFF;
    --color-chart03: #E76458;
    --color-heading: #292930;
    --color-body: #777777;
    --color-border-light: #E3E6E9;
    --color-border-dark: #42424A;
    --color-gray: #999FAE;
    --color-midgray: #878787;
    --color-extra01: #999FAE;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --radius: 6px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --border-thin: 1px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-bold: 700;
    --s-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    --transition: 0.3s;
    --font-kalpurush: "Kalpurush","DM Sans", sans-serif;
	--font-primary: "DM Sans", sans-serif;
    --font-secondary: "DM Sans", sans-serif;
    --font-awesome: "Font Awesome 5 Pro";
    --font-size-b1: 16px;
    --font-size-b2: 14px;
    --font-size-b3: 12px;
    --line-height-b1: 1.7;
    --line-height-b2: 1.65;
    --line-height-b3: 1.6;
    --h1: 46px;
    --h2: 36px;
    --h3: 28px;
    --h4: 24px;
    --h5: 20px;
    --h6: 18px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.close {
	float: right;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	width: 50px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a,.pointer {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--color-primary)
}

a:focus {
    outline: none
}

address {
    margin: 0 0 24px
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

mark {
    background: var(--color-primary);
    color: #fff
}

code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary)
}

kbd,
ins {
    color: #fff
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: var(--font-size-b3);
    margin: 10px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-body);
    background: var(--color-lighter)
}

small {
    font-size: smaller
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl {
    margin-top: 0;
    margin-bottom: 10px
}

dd {
    margin: 0 15px 15px
}

dt {
    font-weight: bold;
    color: var(--color-heading)
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

li>ul,
li>ol {
    margin: 0
}

ol ul {
    margin-bottom: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

.btn,button,
input {
    line-height: normal
}

.btn, button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
    cursor: text
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

caption,
th,
td {
    font-weight: normal
}

th {
    font-weight: 500;
    text-transform: uppercase
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid var(--color-border);
    padding: 7px 10px
}

del {
    color: #656973
}

ins {
    background: rgba(255, 47, 47, .4);
    text-decoration: none
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px
}

table a,
table a:link,
table a:visited {
    text-decoration: underline
}

dt {
    font-weight: bold;
    margin-bottom: 10px
}

dd {
    margin: 0 15px 15px
}

caption {
    caption-side: top
}

kbd {
    background: var(--heading-color)
}

dfn,
cite,
em {
    font-style: italic
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--p-light);
    margin: 24px 40px
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite,
blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal
}

blockquote strong,
blockquote b {
    font-weight: 700
}

* {
    box-sizing: border-box
}

html {
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    font-size: 10px
}

@media only screen and (min-width: 992px) {
    body.overflow-visible {
        overflow: visible;
        overflow-y: visible
    }
}

body {
	font-family:"Kalpurush";
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: var(--p-regular);
    overflow: hidden;
    overflow-y: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 30px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.3;
    color: var(--color-heading)
}

h1,
.h1 {
    font-size: var(--h1)
}

h2,
.h2 {
    font-size: var(--h2)
}

h3,
.h3 {
    font-size: var(--h3)
}

h4,
.h4 {
    font-size: var(--h4)
}

h5,
.h5 {
    font-size: var(--h5)
}

h6,
.h6 {
    font-size: var(--h6)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 40px
    }

    h2,
    .h2 {
        font-size: 30px
    }

    h3,
    .h3 {
        font-size: 26px
    }

    h4,
    .h4 {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 34px
    }

    h2,
    .h2 {
        font-size: 26px
    }

    h3,
    .h3 {
        font-size: 24px
    }

    h4,
    .h4 {
        font-size: 20px
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--s-bold)
}

h4,
.h4,
h5,
.h5 {
    font-weight: var(--s-bold)
}

h6,
.h6 {
    font-weight: var(--s-medium)
}

h1.b1,
h2.b1,
h3.b1,
h4.b1,
h5.b1,
h6.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1)
}

h1.b2,
h2.b2,
h3.b2,
h4.b2,
h5.b2,
h6.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2)
}

h1.b3,
h2.b3,
h3.b3,
h4.b3,
h5.b3,
h6.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3)
}

p {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: var(--p-regular);
    color: var(--color-body);
    margin: 0 0 30px
}

p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px
}

p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px
}

p.has-small-font-size {
    font-size: 13px
}

p.has-very-light-gray-color {
    color: var(--color-white)
}

p.has-background {
    padding: 20px 30px
}

p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1)
}

p.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2)
}

p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3)
}

p:last-child {
    margin-bottom: 0
}

.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1)
}

.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2)
}

.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px;
    width: 100%
}

table a,
table a:link,
table a:visited {
    text-decoration: none
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    color: var(--heading-color)
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace
}

ul,
ol {
    padding-left: 18px
}

ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px
}

ul.liststyle.bullet li {
    font-size: 18px;
    line-height: 30px;
    color: var(--color-body);
    position: relative;
    padding-left: 30px
}

@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-left: 19px
    }
}

ul.liststyle.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--color-body);
    left: 0;
    top: 10px
}

ul.liststyle.bullet li+li {
    margin-top: 8px
}

ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 8px;
    margin-bottom: 8px;
    color: var(--color-body);
    font-family: var(--font-secondary)
}

ul li a {
    text-decoration: none;
    color: var(--color-heading)
}

ul li a:hover {
    color: var(--color-primary)
}

ul li::marker {
    color: var(--color-body)
}

ul ul {
    margin-bottom: 0
}

ol {
    margin-bottom: 30px
}

ol li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    margin-top: 8px;
    margin-bottom: 8px
}

ol li a {
    color: var(--heading-color);
    text-decoration: none
}

ol li a:hover {
    color: var(--color-primary)
}

ol ul {
    padding-left: 30px
}

.vh-50{
	height:50vh;
}

@media(min-width:991px){
.vh-md-50{
	height:50vh;
}
}
.post-scale,
.radius {
    border-radius: var(--radius)
}

.copyright-default .quick-link,
.comment-list ul.children,
.comment-list,
.axil-dashboard-address ul,
.single-product-content .inner .product-variation .variable-items-wrapper,
.single-product-content .inner .product-meta,
.axil-shop-sidebar .toggle-list ul,
.color-variant,
.axil-product .cart-action,
.cart-dropdown .cart-item-list,
.mainmenu,
.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu ul,
.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-menu-list,
.header-action>ul>li,
.header-top-link .quick-link,
.social-share,
.main-slider-style-6 .related-search-tag,
.main-slider-style-1 .shape-group li,
.main-slider-content .item-rating .thumb ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

.liststyle {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_rss ul li a,
.tagcloud a,
.comment-list .comment .reply-edit a.comment-reply-link,
.axil-post-meta .post-meta-content .author-title a,
.content-blog.format-quote .inner .content blockquote .title a,
.content-blog .content .title a,
.cart-dropdown .cart-header .cart-close,
.header-search-modal .card-close,
.header-action .my-account .my-account-dropdown,
.pv-single-demo .title,
.arrow-both-side-4 .slide-arrow,
.arrow-both-side-3 .slide-arrow,
.arrow-both-side-2 .slide-arrow,
.arrow-both-side .slide-arrow,
.arrow-between-side .slide-arrow,
input[type=submit],
.form-group textarea,
.form-group input,
#scrollUp,
ul li a,
ol li a {
    transition: var(--transition)
}

.bg_image,
.bgImagePosition {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.post-scale {
    overflow: hidden
}

.post-scale img {
    transition: .5s
}

.post-scale:hover img {
    transform: scale(1.1)
}

@keyframes signalanimation {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes customOne {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(0.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes customTwo {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(100px, 0px)
    }

    100% {
        transform: translate(50px, 50px)
    }
}

.customOne {
    animation: customOne 2s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--color-primary)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        transform: translateY(-100px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes headerSlideDown {
    0% {
        transform: translateY(-100px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slideFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.slideFadeInUp {
    -webkit-animation-name: slideFadeInUp;
    animation-name: slideFadeInUp
}

@-webkit-keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(10px);
        opacity: 0
    }
}

@keyframes btnIconSlide {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-5px);
        opacity: 0
    }

    80% {
        transform: translateY(5px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes prevNavSlide {
    0% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-5px);
        opacity: 0
    }

    80% {
        transform: translateX(5px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes nextNavSlide {
    0% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(5px);
        opacity: 0
    }

    80% {
        transform: translateX(-5px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.fix {
    overflow: hidden
}

.slick-initialized .slick-slide {
    margin-bottom: -10px
}

.bg-color-primary {
    background: var(--color-primary)
}

.bg-color-secondary {
    background: var(--color-secondary)
}

.bg-color-tertiary {
    background: var(--color-tertiary)
}

.bg-color-grey {
    background: #f0f2f5
}

.bg-color-white {
    background: #fff
}

.bg-color-dark {
    background: var(--color-dark)
}

.bg-color-lighter {
    background: var(--color-lighter)
}

.bg_image--1 {
    background-image: url(../images/bg/bg-image-1.jpg)
}

.bg_image--2 {
    background-image: url(../images/bg/bg-image-2.jpg)
}

.bg_image--3 {
    background-image: url(../images/bg/bg-image-3.jpg)
}

.bg_image--4 {
    background-image: url(../images/bg/bg-image-4.jpg)
}

.bg_image--5 {
    background-image: url(../images/bg/bg-image-5.jpg)
}

.bg_image--6 {
    background-image: url(../images/bg/bg-image-6.jpg)
}

.bg_image--7 {
    background-image: url(../images/bg/bg-image-7.jpg)
}

.bg_image--8 {
    background-image: url(../images/bg/bg-image-8.jpg)
}

.bg_image--9 {
    background-image: url(../images/bg/bg-image-9.jpg)
}

.bg_image--10 {
    background-image: url(../images/bg/bg-image-10.jpg)
}

.bg_image--11 {
    background-image: url(../images/bg/bg-image-11.jpg)
}

.bg_image--12 {
    background-image: url(../images/bg/bg-image-12.jpg)
}

.bg_image--13 {
    background-image: url(../images/bg/bg-image-13.jpg)
}

.bg_image--14 {
    background-image: url(../images/bg/bg-image-14.html)
}

.bg_image--15 {
    background-image: url(../images/bg/bg-image-15.html)
}

.bg_image--16 {
    background-image: url(../images/bg/bg-image-16.html)
}

.bg_image--17 {
    background-image: url(../images/bg/bg-image-17.html)
}

.bg_image--18 {
    background-image: url(../images/bg/bg-image-18.html)
}

.bg_image--19 {
    background-image: url(../images/bg/bg-image-19.html)
}

.bg_image--20 {
    background-image: url(../images/bg/bg-image-20.html)
}

.fullscreen {
    min-height: 100vh;
    width: 100%
}

.flex-center {
    display: flex;
    align-items: center
}

.require {
    color: var(--color-chart03)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px
}

.row--0 {
    margin-left: 0px;
    margin-right: 0px
}

.row--0>[class*=col] {
    padding-left: 0px;
    padding-right: 0px
}

.row--5 {
    margin-left: -5px;
    margin-right: -5px
}

.row--5>[class*=col] {
    padding-left: 5px;
    padding-right: 5px
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px
}

.row--10>[class*=col] {
    padding-left: 10px;
    padding-right: 10px
}

.row--20 {
    margin-left: -20px;
    margin-right: -20px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.row--20>[class*=col],
.row--20>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 767px) {

    .row--20>[class*=col],
    .row--20>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row--25 {
    margin-left: -25px;
    margin-right: -25px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .row--25 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.row--25>[class*=col],
.row--25>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 767px) {

    .row--25>[class*=col],
    .row--25>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.row--30>[class*=col],
.row--30>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 767px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row--45 {
    margin-left: -45px;
    margin-right: -45px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .row--45 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.row--45>[class*=col],
.row--45>[class*=col-] {
    padding-left: 45px;
    padding-right: 45px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {

    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {

    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 767px) {

    .row--45>[class*=col],
    .row--45>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row--40 {
    margin-left: -40px;
    margin-right: -40px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .row--40 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.row--40>[class*=col],
.row--40>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {

    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {

    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 767px) {

    .row--40>[class*=col],
    .row--40>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row--50 {
    margin-left: -50px;
    margin-right: -50px
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .row--50 {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .row--50 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .row--50 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.row--50>[class*=col],
.row--50>[class*=col-] {
    padding-left: 50px;
    padding-right: 50px
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {

    .row--50>[class*=col],
    .row--50>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {

    .row--50>[class*=col],
    .row--50>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {

    .row--50>[class*=col],
    .row--50>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .row--50>[class*=col],
    .row--50>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 767px) {

    .row--50>[class*=col],
    .row--50>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row--60 {
    margin-left: -60px;
    margin-right: -60px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .row--60 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.row--60>[class*=col],
.row--60>[class*=col-] {
    padding-left: 60px;
    padding-right: 60px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {

    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {

    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 767px) {

    .row--60>[class*=col],
    .row--60>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

[data-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
    position: relative;
    z-index: 2
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

[data-overlay]:before {
    background-color: var(--color-primary)
}

[data-black-overlay]:before {
    background-color: #000
}

[data-white-overlay]:before {
    background-color: #fff
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
    opacity: 0.1
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
    opacity: 0.2
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
    opacity: 0.3
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
    opacity: 0.4
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
    opacity: 0.5
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: 0.6
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
    opacity: 0.7
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
    opacity: 0.8
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: 0.9
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
    opacity: 1
}

#scrollUp {
    width: 70px;
    height: 80px;
    right: 100px;
    bottom: 60px;
    text-align: center;
    z-index: 9811 !important;
    text-decoration: none;
    background: #fff;
    line-height: 80px;
    color: #757589;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    background: #fff
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    #scrollUp {
        right: 20px;
        bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 40px
    }
}

#scrollUp::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 2, 72, .1);
    content: "";
    position: absolute;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    filter: blur(50px)
}

#scrollUp::after {
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg)
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 30px;
        width: 50px;
        height: 60px;
        line-height: 60px
    }
}

#scrollUp span.text {
    position: relative;
    display: inline-block;
    margin-top: 7px
}

@media only screen and (max-width: 767px) {
    #scrollUp span.text {
        margin-top: 3px
    }
}

#scrollUp span.text::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--color-primary) rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    left: 50%;
    top: 21%;
    transform: translateX(-50%)
}

#scrollUp:hover span.text {
    color: var(--color-primary)
}

.form-message {
    margin-bottom: 0;
    text-align: center
}

.form-message.error {
    margin-top: 20px;
    color: #f80707
}

.form-message.success {
    margin-top: 20px;
    color: #0d8d2d
}

.bg-gradient-1 {
    background-image: radial-gradient(134.22% 147.34% at -14.53% -24.7%, #FFFFFF 0%, #FEEBED 100%)
}

.bg-gradient-2 {
    background: radial-gradient(77.67% 226.43% at 30.03% 4.61%, #FFFFFF 0%, #F1E6FF 100%)
}

.bg-gradient-3 {
    background: radial-gradient(119.73% 312.23% at 62.29% -39.18%, #FFFFFF 0%, #F0E6FF 100%)
}

.bg-gradient-4 {
    background-image: radial-gradient(115.16% 203.59% at 65.89% 10.39%, #FFFFFF 0%, #FEEBED 100%)
}

.bg-gradient-5 {
    background-image: radial-gradient(106.12% 118.09% at 67.29% -3.46%, #FFFFFF 0%, #FEEBED 100%)
}

.bg-gradient-6 {
    background-image: radial-gradient(53.86% 87.31% at 67.29% -3.46%, #FFFFFF 0%, #FEEBED 100%)
}

.bg-gradient-7 {
    background-image: radial-gradient(95.25% 95.25% at 50% 4.75%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%)
}

.bg-gradient-8 {
    background: radial-gradient(171.05% 478.76% at 62.29% -39.18%, #FFFFFF 0%, #F0E6FF 100%)
}

.bg-primary {
    background-color: var(--color-primary)
}

.bg-tertiary {
    background-color: var(--color-tertiary)
}

.bg-tertiary-2 {
    background-color: #ffecee
}

.bg-lightest {
    background-color: var(--color-lightest)
}

.bg-lighter {
    background-color: var(--color-lighter)
}

.bg-vista-white {
    background-color: #f9f3f0
}

.bg-wild-sand {
    background-color: #f6f6f6
}

.primary-color {
    color: var(--color-primary)
}

.secondary-color {
    color: var(--color-secondary)
}

.tertiary-color {
    color: var(--color-tertiary)
}

.black-color {
    color: var(--color-black)
}

.white-color {
    color: var(--color-white)
}

.heading-color {
    color: var(--color-heading)
}

.d-flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media only screen and (min-width: 992px) {
    .overflow-md-visible {
        overflow: visible !important
    }
}

input,
button,
select,
textarea {
    background: var(--color-lighter);
    border: 1px solid var(--color-border);
    transition: all .4s ease-out 0s;
    color: var(--color-heading);
    width: 100%
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: var(--color-primary)
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

input {
    height: 40px;
    padding: 0 15px
}

select, .select2 {
	cursor: pointer;
	transition: .3s;
	height: auto;
	padding: 8px 10px;
	outline: none;
	color: var(--color-body);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid var(--color-border-light);
	border-radius: 6px;
	background: url(../images/icons/arrow-icon.png) 95% center no-repeat rgba(0, 0, 0, 0);
	padding-right: 32px;
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	font-family: var(--font-secondary);
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea {
	font-size: var(--font-size-b2);
	font-weight: 400;
	height: auto;
	line-height: 60px;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 30px;
	outline: none;
	border: var(--border-width) solid var(--color-border);
	border-radius: var(--radius);
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
    color: var(--color-body);
    opacity: 1
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--color-body)
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--color-body)
}

input[type=text].p-holder__active,
.input-active input[type=text],
input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
    border-color: var(--color-primary)
}

input[type=text].p-holder__active::placeholder,
.input-active input[type=text]::placeholder,
input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
    color: var(--color-primary);
    opacity: 1
}

input[type=text].p-holder__active:-ms-input-placeholder,
.input-active input[type=text]:-ms-input-placeholder,
input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
    color: var(--color-primary)
}

input[type=text].p-holder__active::-ms-input-placeholder,
.input-active input[type=text]::-ms-input-placeholder,
input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
    color: var(--color-primary)
}

input[type=text].p-holder__error,
.input-error input[type=text],
input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
    border-color: #f4282d
}

input[type=text].p-holder__error::placeholder,
.input-error input[type=text]::placeholder,
input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
    color: #f4282d;
    opacity: 1
}

input[type=text].p-holder__error:-ms-input-placeholder,
.input-error input[type=text]:-ms-input-placeholder,
input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
    color: #f4282d
}

input[type=text].p-holder__error::-ms-input-placeholder,
.input-error input[type=text]::-ms-input-placeholder,
input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
    color: #f4282d
}

input[type=text].p-holder__error:focus,
.input-error input[type=text]:focus,
input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
    border-color: #f4282d
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
    border-color: var(--color-primary)
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute
}

input[type=checkbox]~label,
input[type=radio]~label {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-body);
    font-weight: 500;
    padding-left: 28px;
    cursor: pointer
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
    content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: var(--border-thin) solid var(--color-body);
    border-radius: 2px;
    transition: all .3s
}

input[type=checkbox]~label::after,
input[type=radio]~label::after {
    content: " ";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: var(--border-thin) solid #fff;
    border-left: var(--border-thin) solid #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all .3s
}

input[type=checkbox]:checked~label::before,
input[type=radio]:checked~label::before {
    background-color: var(--color-primary);
    border: var(--border-width) solid var(--color-primary)
}

input[type=checkbox]:checked~label::after,
input[type=radio]:checked~label::after {
    opacity: 1
}

input[type=radio]~label::before {
    border-radius: 50%
}

input[type=radio]~label::after {
    width: 8px;
    height: 8px;
    left: 4px;
    top: 6px;
    background: #fff;
    border-radius: 50%
}

.form-group {
    margin-bottom: 30px;
    position: relative
}

.form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: var(--color-body)
}

.form-group input {
    border: 0 none;
    border-radius: 6px;
    height: 50px;
    font-size: var(--font-size-b2);
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid var(--color-light)
}

.form-group input:focus {
    border-color: var(--color-primary);
    box-shadow: none
}

.form-group textarea {
    min-height: 160px;
    border: 0 none;
    border-radius: 6px;
    resize: none;
    padding: 15px;
    font-size: var(--font-size-b2);
    background-color: #fff;
    border: 1px solid var(--color-light);
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 20px
}

.form-group textarea:focus {
    border-color: var(--color-primary)
}

input[type=submit] {
    width: auto;
    padding: 0 30px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    transition: .3s;
    height: 60px;
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: var(--p-medium);
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b3);
    border: 2px solid var(--color-primary)
}

input[type=submit]:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--color-primary)
}

.error-msg p,
.success-msg p {
    width: 100%;
    margin: 20px 0 0 !important
}

.error-msg p {
    color: red
}

.success-msg p {
    color: #5956e9
}

@media only screen and (max-width: 991px) {
    .axil-about-area .about-thumbnail {
        margin-bottom: 50px;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .axil-about-area .about-thumbnail {
        margin-bottom: 40px
    }
}

.axil-about-area .about-thumbnail img {
    border-radius: 10px;
    width: 100%
}

.axil-about-area .about-content .title {
    margin-bottom: 24px;
    line-height: 1.2
}

@media only screen and (max-width: 1199px) {
    .axil-about-area .about-content .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .axil-about-area .about-content .title {
        font-size: 30px
    }
}

.axil-about-area .about-content .text-heading {
    font-size: 20px;
    margin-bottom: 22px;
    display: block
}

.axil-about-area .about-content p {
    font-size: var(--font-size-b2);
    margin-bottom: 34px
}

.axil-about-area .about-content.content-right {
    padding-left: 50px
}

@media only screen and (max-width: 1199px) {
    .axil-about-area .about-content.content-right {
        padding-left: 0
    }
}

.axil-about-area .about-content.content-left {
    padding-right: 60px
}

@media only screen and (max-width: 1199px) {
    .axil-about-area .about-content.content-left {
        padding-right: 0
    }
}

.axil-about-area.about-style-2 {
    padding-top: 80px
}

@media only screen and (max-width: 767px) {
    .axil-about-area.about-style-2 {
        padding-top: 60px
    }
}

.axil-about-area.about-style-2 .about-content .subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    display: block
}

.axil-about-area.about-style-2 .about-content .title {
    font-size: 40px
}

@media only screen and (max-width: 1199px) {
    .axil-about-area.about-style-2 .about-content .title {
        font-size: 34px
    }
}

@media only screen and (max-width: 767px) {
    .axil-about-area.about-style-2 .about-content .title {
        font-size: 30px
    }
}

.axil-about-area.about-style-2 .about-content .axil-btn {
    border-color: #efefef
}

.axil-about-area.about-style-2 .about-content .axil-btn:hover {
    border-color: var(--color-primary)
}

.about-info-area {
    position: relative;
    z-index: 1
}

.about-info-area:after {
    content: "";
    height: 50%;
    width: 100%;
    background-color: #f6f6f6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.about-info-box {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    padding: 40px 50px;
    border: 1px solid var(--color-white);
    border-radius: 5px;
    background-color: var(--color-white);
    transition: var(--transition);
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .about-info-box {
        padding: 30px
    }
}

.about-info-box .thumb {
    margin-bottom: 26px
}

.about-info-box .content .title {
    margin-bottom: 12px;
    font-weight: 700
}

.about-info-box .content p {
    font-size: var(--font-size-b2)
}

.about-info-box:hover {
    border-color: var(--color-primary)
}

.about-style-3 {
    padding: 80px 0 0;
    margin-bottom: -20px
}

@media only screen and (max-width: 767px) {
    .about-style-3 {
        padding: 60px 0 0
    }
}

.about-style-3 .section-title-wrapper {
    padding-right: 0
}

.about-style-3 .section-title-wrapper .title {
    margin-bottom: 10px
}

.about-features {
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .about-features {
        margin-bottom: 30px
    }
}

.about-features .sl-number {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-lightest);
    margin-bottom: 10px
}

.about-features .title {
    margin-bottom: 10px
}

.about-gallery .thumbnail {
    margin-bottom: 20px
}

.about-gallery .thumbnail img {
    border-radius: 6px;
    width: 100%
}

.about-gallery .thumbnail.thumbnail-1 {
    margin-top: 30px
}

@media only screen and (max-width: 991px) {
    .about-gallery .thumbnail.thumbnail-1 {
        margin-top: 0
    }
}

.back-to-top {
    position: fixed;
    bottom: -80px;
    right: 40px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: var(--radius);
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    z-index: 3;
    transition: all .3s;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.back-to-top:focus {
    color: var(--color-white)
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    transform: scale(1)
}

@media only screen and (max-width: 575px) {
    .back-to-top.show {
        bottom: 80px;
        right: 10px;
    }
}

.back-to-top.show:hover {
    color: var(--color-white);
    bottom: 45px;
    opacity: 1
}

@media only screen and (max-width: 575px) {
    .back-to-top.show:hover {
        bottom: 10px
    }
}

.axil-breadcrumb-area {
    position: relative;
    background-color: #f8f8f8;
    padding: 40px 0 45px
}

.axil-breadcrumb-area .inner .title {
    font-size: 40px;
    margin-bottom: 0
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-breadcrumb-area .inner .title {
        font-size: 34px
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area .inner .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 575px) {
    .axil-breadcrumb-area .inner .title {
        font-size: 24px
    }
}

.axil-breadcrumb-area .inner .bradcrumb-thumb {
    text-align: right;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area .inner .bradcrumb-thumb {
        display: none
    }
}

.axil-breadcrumb-area .inner .bradcrumb-thumb::after {
    content: "";
    height: 110px;
    width: 110px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 60px;
    z-index: -1
}

.axil-breadcrumb {
    display: flex;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    align-items: center
}

.axil-breadcrumb li {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 500
}

.axil-breadcrumb li a {
    color: #999;
    display: block
}

.axil-breadcrumb li.axil-breadcrumb-item.active {
    color: var(--color-primary)
}

.axil-breadcrumb li.separator {
    height: 11px;
    width: 2px;
    background-color: #e5e5e5;
    margin: 0 8px
}

a.axil-btn,
button.axil-btn {
    border-radius: 6px;
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 700;
    display: inline-block;
    padding: 16px 38px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1
}

a.axil-btn:before,
button.axil-btn:before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media only screen and (max-width: 767px) {

    a.axil-btn,
    button.axil-btn {
        padding: 12px 25px;
        font-size: 14px
    }
}

a.axil-btn i,
button.axil-btn i {
    font-weight: 400;
    margin-right: 10px;
    color: var(--color-heading);
    transition: .3s
}

a.axil-btn:hover:before,
button.axil-btn:hover:before {
    transform: scale(1.1)
}

a.axil-btn.right-icon i,
button.axil-btn.right-icon i {
    margin-left: 5px;
    margin-right: 0;
    color: var(--color-heading);
    position: relative;
    top: 2px
}

a.axil-btn.btn-bg-white,
button.axil-btn.btn-bg-white {
    background-color: var(--color-white);
    color: var(--color-heading);
    box-shadow: 0 16px 32px 0 rgba(103, 103, 103, .06)
}

a.axil-btn.btn-bg-white:before,
button.axil-btn.btn-bg-white:before {
    background-color: var(--color-white)
}

a.axil-btn.btn-bg-lighter,
button.axil-btn.btn-bg-lighter {
    background-color: var(--color-lighter);
    color: var(--color-body)
}

a.axil-btn.btn-bg-lighter:before,
button.axil-btn.btn-bg-lighter:before {
    background-color: var(--color-lighter)
}

a.axil-btn.btn-bg-primary,
button.axil-btn.btn-bg-primary {
    background-color: var(--color-primary);
    color: var(--color-white)
}

a.axil-btn.btn-bg-primary:before,
button.axil-btn.btn-bg-primary:before {
    background-color: var(--color-primary)
}

a.axil-btn.btn-bg-primary i,
button.axil-btn.btn-bg-primary i {
    color: var(--color-white)
}

a.axil-btn.btn-bg-primary:hover:after,
button.axil-btn.btn-bg-primary:hover:after {
    transform: scale(1.1)
}

a.axil-btn.btn-bg-secondary,
button.axil-btn.btn-bg-secondary {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

a.axil-btn.btn-bg-secondary i,
button.axil-btn.btn-bg-secondary i {
    color: var(--color-white)
}

a.axil-btn.btn-bg-secondary:before,
button.axil-btn.btn-bg-secondary:before {
    background-color: var(--color-secondary)
}

a.axil-btn.btn-outline,
button.axil-btn.btn-outline {
    border: 2px solid var(--color-heading)
}

a.axil-btn.btn-outline:hover,
button.axil-btn.btn-outline:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

a.axil-btn.wishlist-btn,
button.axil-btn.wishlist-btn {
    border: 2px solid var(--color-light);
    padding: 15px 16px 10px
}

@media only screen and (max-width: 767px) {

    a.axil-btn.wishlist-btn,
    button.axil-btn.wishlist-btn {
        padding: 11px 18px 9px
    }
}

a.axil-btn.wishlist-btn i,
button.axil-btn.wishlist-btn i {
    font-size: 20px;
    color: var(--color-body);
    margin: 0
}

@media only screen and (max-width: 767px) {

    a.axil-btn.wishlist-btn i,
    button.axil-btn.wishlist-btn i {
        font-size: 16px
    }
}

a.axil-btn.wishlist-btn:before,
button.axil-btn.wishlist-btn:before {
    background-color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: .3s
}

a.axil-btn.wishlist-btn:hover,
button.axil-btn.wishlist-btn:hover {
    border-color: var(--color-primary)
}

a.axil-btn.wishlist-btn:hover i,
button.axil-btn.wishlist-btn:hover i {
    color: var(--color-white)
}

a.axil-btn.wishlist-btn:hover:before,
button.axil-btn.wishlist-btn:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1.2)
}

.btn-grey.btn-solid,
.btn-primary.btn-solid {
 color:var(--primary);
 border-color:#fff;
 background-color:#fff
}
.btn-grey.btn-link,
.btn-grey.btn-outline,
.btn-primary.btn-link,
.btn-primary.btn-outline {
 border-color:var(--primary);
 background-color:transparent;
 color:var(--primary)
}
.btn-grey.btn-solid:active,
.btn-grey.btn-solid:focus,
.btn-grey.btn-solid:hover,
.btn-primary.btn-solid:active,
.btn-primary.btn-solid:focus,
.btn-primary.btn-solid:hover,
.cart-dropdown .cart-action .btn-dark:active,
.cart-dropdown .cart-action .btn-dark:focus,
.cart-dropdown .cart-action .btn-dark:hover,
.product-nav .product-nav-next:hover i,
.product-nav .product-nav-prev:hover i {
 border-color:var(--primary);
 background-color:var(--primary);
 color:#fff
}
.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover {
 color:var(--primary);
 background-color:transparent;
 box-shadow:0 5px 5px #cacaca
}
.btn-dark,
.order-subtable tbody .btn:active,
.order-subtable tbody .btn:focus,
.order-subtable tbody .btn:hover {
 color:#fff;
 border-color:var(--dark);
 background-color:var(--dark)
}
.btn-dark.btn-solid {
 color:var(--dark);
 border-color:#fff;
 background-color:#fff
}
.btn-dark.btn-link,
.btn-dark.btn-outline {
 border-color:var(--dark)
}
.btn-dark.btn-solid:active,
.btn-dark.btn-solid:focus,
.btn-dark.btn-solid:hover,
.review-area .btn:active,
.review-area .btn:focus,
.review-area .btn:hover {
 border-color:var(--dark);
 background-color:var(--dark);
 color:#fff
}
.btn-dark.btn-outline {
 color:var(--dark);
 background-color:transparent
}
.btn-dark.btn-outline:active,
.btn-dark.btn-outline:focus,
.btn-dark.btn-outline:hover {
 background-color:var(--dark);
 color:#fff
}
.btn-dark.btn-link,
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover {
 color:var(--dark);
 background-color:transparent
}
.btn-dark-light,
.btn-dark-light.btn-outline:active,
.btn-dark-light.btn-outline:focus,
.btn-dark-light.btn-outline:hover {
 background-color:#666;
 color:#fff
}
.btn-dark-light {
 border-color:#666
}
.btn-dark-light:active,
.btn-dark-light:focus,
.btn-dark-light:hover {
 color:#fff;
 border-color:#787878;
 background-color:#787878
}
.btn-dark-light.btn-solid {
 color:#666;
 border-color:#fff;
 background-color:#fff
}
.btn-dark-light.btn-solid:active,
.btn-dark-light.btn-solid:focus,
.btn-dark-light.btn-solid:hover {
 border-color:#666;
 background-color:#666;
 color:#fff
}
.btn-dark-light.btn-outline {
 color:#666;
 border-color:#666;
 background-color:transparent
}
.btn-dark-light.btn-link,
.btn-dark-light.btn-link:active,
.btn-dark-light.btn-link:focus,
.btn-dark-light.btn-link:hover {
 background-color:transparent;
 color:#666
}
.btn-dark-light.btn-link {
 border-color:#666
}
.btn-dark-light.btn-underline:active,
.btn-dark-light.btn-underline:focus,
.btn-dark-light.btn-underline:hover,
.category-dropdown .dropdown-box,
.footer a,
.post-single-content .owl-nav .owl-next:not(.disabled),
.post-single-content .owl-nav .owl-prev:not(.disabled) {
 color:#666
}
.btn-white {
 color:#fff;
 border-color:#fff;
 background-color:#fff;
 color:var(--dark)
}
.btn-white.btn-solid,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
 color:#fff;
 border-color:#fff;
 background-color:#fff
}
.btn-white.btn-solid:active,
.btn-white.btn-solid:focus,
.btn-white.btn-solid:hover {
 border-color:#fff;
 background-color:#fff;
 color:#fff
}
.btn-white.btn-outline {
 color:#fff;
 border-color:#fff;
 background-color:transparent
}
.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
 background-color:#fff;
 color:#fff
}
.btn-white.btn-link,
.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover {
 color:#fff;
 background-color:transparent
}
.btn-white.btn-link {
 border-color:#fff
}
.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
 color:var(--dark);
 border-color:#fff
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
 color:#fff;
 background-color:var(--dark);
 border-color:var(--dark)
}
.btn-success {
 color:#fff;
 border-color:#799b5a;
 background-color:#799b5a
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
 color:#fff;
 border-color:#8bab6e;
 background-color:#8bab6e
}
.btn-success.btn-solid {
 color:#799b5a;
 border-color:#fff;
 background-color:#fff
}
.btn-success.btn-solid:active,
.btn-success.btn-solid:focus,
.btn-success.btn-solid:hover {
 border-color:#799b5a;
 background-color:#799b5a;
 color:#fff
}
.btn-success.btn-outline {
 color:#799b5a;
 border-color:#799b5a;
 background-color:transparent
}
.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
 background-color:#799b5a;
 color:#fff
}
.btn-success.btn-link,
.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover {
 background-color:transparent;
 color:#799b5a
}
.btn-success.btn-link {
 border-color:#799b5a
}
.btn-warning,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
 background-color:#ffa800;
 color:#fff
}
.btn-success.btn-underline:active,
.btn-success.btn-underline:focus,
.btn-success.btn-underline:hover,
.order .alert i {
 color:#799b5a
}
.btn-warning {
 border-color:#ffa800
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
 color:#fff;
 border-color:#ffb424;
 background-color:#ffb424
}
.btn-warning.btn-solid {
 color:#ffa800;
 border-color:#fff;
 background-color:#fff
}
.btn-warning.btn-solid:active,
.btn-warning.btn-solid:focus,
.btn-warning.btn-solid:hover {
 border-color:#ffa800;
 background-color:#ffa800;
 color:#fff
}
.btn-warning.btn-outline {
 color:#ffa800;
 border-color:#ffa800;
 background-color:transparent
}
.btn-warning.btn-link,
.btn-warning.btn-link:active,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:hover {
 background-color:transparent;
 color:#ffa800
}
.btn-warning.btn-link {
 border-color:#ffa800
}
.btn-secondary,
.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
 background-color:#f93;
 color:#fff
}
.btn-warning.btn-underline:active,
.btn-warning.btn-underline:focus,
.btn-warning.btn-underline:hover,
.compare-availability .compare-value {
 color:#ffa800
}
.btn-secondary {
 border-color:#f93
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
 color:#fff;
 border-color:#ffab57;
 background-color:#ffab57
}
.btn-secondary.btn-solid {
 color:#f93;
 border-color:#fff;
 background-color:#fff
}
.btn-secondary.btn-solid:active,
.btn-secondary.btn-solid:focus,
.btn-secondary.btn-solid:hover {
 border-color:#f93;
 background-color:#f93;
 color:#fff
}
.btn-secondary.btn-outline {
 color:#f93;
 border-color:#f93;
 background-color:transparent
}
.btn-secondary.btn-link,
.btn-secondary.btn-link:active,
.btn-secondary.btn-link:focus,
.btn-secondary.btn-link:hover {
 background-color:transparent;
 color:#f93
}
.btn-secondary.btn-link {
 border-color:#f93
}
.btn-error,
.btn-error.btn-outline:active,
.btn-error.btn-outline:focus,
.btn-error.btn-outline:hover {
 background-color:#6d1a17;
 color:#fff
}
.btn-secondary.btn-underline:active,
.btn-secondary.btn-underline:focus,
.btn-secondary.btn-underline:hover,
.icon-box-secondary .icon-box-icon i,
.seller-info-list .store-email:hover,
.seller-info-list .store-phone:hover,
.wishlist-table .wishlist-out-stock {
 color:#f93
}
.btn-error {
 border-color:#6d1a17
}
.btn-error:active,
.btn-error:focus,
.btn-error:hover {
 color:#fff;
 border-color:#8a211d;
 background-color:#8a211d
}
.btn-error.btn-solid {
 color:#6d1a17;
 border-color:#fff;
 background-color:#fff
}
.btn-error.btn-solid:active,
.btn-error.btn-solid:focus,
.btn-error.btn-solid:hover {
 border-color:#6d1a17;
 background-color:#6d1a17;
 color:#fff
}
.btn-error.btn-outline {
 color:#6d1a17;
 border-color:#6d1a17;
 background-color:transparent
}
.btn-error.btn-link,
.btn-error.btn-link:active,
.btn-error.btn-link:focus,
.btn-error.btn-link:hover {
 background-color:transparent;
 color:#6d1a17
}
.btn-error.btn-link {
 border-color:#6d1a17
}
.btn-error.btn-underline:active,
.btn-error.btn-underline:focus,
.btn-error.btn-underline:hover {
 color:#6d1a17
}
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
 color:#fff;
 border-color:#00dec2;
 background-color:#00dec2
}

.slick-layout-wrapper--20 .slick-list {
    margin: -20px
}

@media only screen and (max-width: 575px) {
    .slick-layout-wrapper--20 .slick-list {
        margin: -20px -10px
    }
}

.slick-layout-wrapper--20 .slick-single-layout {
    padding: 20px
}

@media only screen and (max-width: 575px) {
    .slick-layout-wrapper--20 .slick-single-layout {
        padding: 20px 10px
    }
}

.slick-layout-wrapper--15 .slick-list {
    margin: 0 -15px
}

.slick-layout-wrapper--15 .slick-single-layout,
.slick-layout-wrapper--15 .slick-slide {
    padding: 0 15px
}

.slick-layout-wrapper--30 .slick-list {
    margin: 0 -30px
}

@media only screen and (max-width: 767px) {
    .slick-layout-wrapper--30 .slick-list {
        margin: 0 -15px
    }
}

.slick-layout-wrapper--30 .slick-single-layout {
    padding: 0 30px
}

@media only screen and (max-width: 767px) {
    .slick-layout-wrapper--30 .slick-single-layout {
        padding: 0 15px
    }
}

.categrie-product {
    min-width: 120px;
    position: relative;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .04);
    transition: .5s ease-in-out;
    z-index: 1;
    margin-top: 30px
}

.categrie-product:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-white);
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.categrie-product a {
    padding: 28px 12px;
    display: block
}

.categrie-product img {
    margin: 0 auto 8px;
    min-height: 41px
}

.categrie-product .cat-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.categrie-product:hover {
    border-color: var(--color-white);
    box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .1)
}

.categrie-product:hover:before {
    transform: scale(1.1)
}

.categrie-product-2 {
    border: 1px solid #f0f0f0;
    position: relative;
    text-align: center;
    border-radius: 6px;
    transition: .3s;
    box-shadow: var(--shadow-dark);
    margin-bottom: 30px
}

.categrie-product-2 a {
    padding: 17px 10px;
    display: flex;
    justify-content: center
}

.categrie-product-2 img {
    margin-right: 10px;
    max-height: 24px
}

.categrie-product-2 .cat-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

.categrie-product-2:hover {
    background: #fff;
    box-shadow: none
}

.categrie-product-3 {
    border: 1px solid #f0f0f0
}

.categrie-product-3:before {
    display: none
}

.categrie-product-3 a {
    padding: 12px 12px
}

.categrie-product-3 a img {
    border-radius: 4px;
    width: 100%
}

.categorie-product-two .slick-arrow {
    display: none !important
}

.axil-categorie-area .section-title-wrapper {
    margin-bottom: 10px
}

.axil-categorie-area .section-title-wrapper .title {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .axil-categorie-area .section-title-wrapper {
        margin-bottom: 0
    }
}

.axil-categorie-area .arrow-top-slide .slide-arrow {
    top: -60px
}

#gmap_canvas {
    width: 100%;
    border-radius: 6px;
    border: none
}

.axil-contact-page .title {
    font-weight: var(--s-medium);
    color: var(--color-black)
}

@media only screen and (max-width: 991px) {
    .axil-contact-page .contact-form {
        margin-bottom: 50px
    }
}

.axil-contact-page .contact-form p {
    width: 80%;
    margin-bottom: 45px
}

.axil-contact-page .form-group label span {
    color: var(--color-chart03)
}

.axil-contact-page .form-group input {
    height: 60px
}

.axil-contact-page .form-group .axil-btn {
    width: auto
}

.axil-contact-page .contact-location span {
    display: block
}

@media only screen and (max-width: 767px) {
    .axil-contact-page .contact-location span {
        font-size: var(--font-size-b2)
    }
}

.countdown {
    display: flex
}

.countdown .countdown-section {
    height: 80px;
    width: 80px;
    background-color: var(--color-white);
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .countdown .countdown-section {
        height: 70px;
        width: 70px
    }
}

@media only screen and (max-width: 767px) {
    .countdown .countdown-section {
        height: 60px;
        width: 60px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 479px) {
    .countdown .countdown-section {
        margin-right: 6px
    }
}

.countdown .countdown-section:last-child {
    margin-right: 0
}

.countdown .countdown-section:last-child:after {
    display: none
}

.countdown .countdown-number {
    font-size: 24px;
    font-weight: var(--s-medium);
    color: var(--color-black);
    line-height: 1;
    margin-bottom: 5px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .countdown .countdown-number {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .countdown .countdown-number {
        font-size: 18px
    }
}

.countdown .countdown-unit {
    line-height: 1;
    font-size: 14px;
    font-weight: var(--s-medium)
}

.sale-countdown .countdown-section {
    background-color: var(--color-lighter);
    height: 50px;
    width: 50px;
    margin-right: 25px;
    position: relative
}

.sale-countdown .countdown-section:after {
    content: ":";
    font-size: var(--font-size-b2);
    color: var(--color-heading);
    font-weight: var(--s-medium);
    position: absolute;
    right: -14px
}

.sale-countdown .countdown-number {
    margin-bottom: 0;
    font-size: var(--font-size-b2);
    color: var(--color-heading)
}

.sale-countdown .countdown-unit {
    display: none
}

.onepage-screen-area {
    position: relative;
    z-index: 1;
    background: var(--gradient-primary);
    min-height: 500px;
    padding: 100px 0
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .onepage-screen-area {
        text-align: center;
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .onepage-screen-area {
        text-align: center;
        padding: 60px 0
    }
}

.onepage-screen-area .content {
    padding-right: 100px
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area .content {
        padding-right: 0;
        margin-bottom: 50px
    }
}

.onepage-screen-area .content .title {
    margin-bottom: 30px
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area .content .title-highlighter {
        justify-content: center
    }
}

.onepage-screen-area .content p {
    margin-bottom: 45px
}

.comming-soon-area {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .comming-soon-area {
        padding: 60px 15px
    }
}

.comming-soon-banner {
    min-height: 100vh;
    height: 100vh;
    padding: 100px 50px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .comming-soon-banner {
        margin-right: 50px
    }
}

@media only screen and (max-width: 991px) {
    .comming-soon-banner {
        display: none
    }
}

.comming-soon-content {
    text-align: center
}

.comming-soon-content .brand-logo {
    margin-bottom: 30px
}

.comming-soon-content .title {
    margin-bottom: 15px
}

.comming-soon-content .countdown {
    margin-bottom: 50px;
    justify-content: center
}

.comming-soon-content .countdown .countdown-section {
    box-shadow: 0 8px 16px 0 rgba(53, 119, 240, .3);
    height: 100px;
    width: 100px;
    background-color: var(--color-primary);
    color: var(--color-white)
}

@media only screen and (max-width: 575px) {
    .comming-soon-content .countdown .countdown-section {
        height: 60px;
        width: 60px
    }
}

.comming-soon-content .countdown .countdown-number {
    font-size: 30px;
    color: var(--color-white)
}

@media only screen and (max-width: 575px) {
    .comming-soon-content .countdown .countdown-number {
        font-size: 20px
    }
}

.comming-soon-content .newsletter-form {
    justify-content: center
}

.comming-soon-content .newsletter-form input {
    background-color: var(--color-lighter)
}

.etrade-newsletter-wrapper {
    padding: 100px 107px 85px;
    border-radius: 6px
}

@media only screen and (max-width: 1199px) {
    .etrade-newsletter-wrapper {
        padding: 80px 30px 65px
    }
}

@media only screen and (max-width: 767px) {
    .etrade-newsletter-wrapper {
        padding: 60px 20px 45px
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-content .title {
        letter-spacing: -0.045em;
        font-size: 30px
    }
}

.newsletter-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .newsletter-form {
        display: block
    }
}

.newsletter-form button {
    width: auto;
    border-radius: 6px !important;
    background-color: var(--color-heading);
    color: var(--color-white);
    padding: 16px 38px 17px
}

.newsletter-form button:before {
    background-color: var(--color-heading)
}

.newsletter-form button:hover {
    background-color: var(--color-secondary)
}

@media only screen and (max-width: 767px) {
    .newsletter-form button {
        padding: 16px 35px
    }
}

.newsletter-inner {
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .newsletter-inner {
        margin-right: 0
    }
}

.newsletter-inner input {
    padding-left: 66px;
    width: 390px
}

.send-mail-icon {
    position: absolute;
    max-width: 100%;
    top: 17px;
    left: 30px
}

.post-pagination {
    margin-top: 80px;
    width: 100%
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .post-pagination {
        margin-top: 40px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .post-pagination {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .post-pagination {
        margin-top: 30px
    }
}

.post-pagination nav.pagination {
    display: block
}

.post-pagination nav.pagination .screen-reader-text {
    display: none
}

.post-pagination nav.pagination ul {
    position: relative;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    margin: -3px;
    padding: 0
}

.post-pagination nav.pagination ul li {
    margin: 3px
}

.post-pagination nav.pagination ul li span {
    line-height: 42px;
    min-width: 42px;
    text-align: center;
    color: var(--color-heading);
    transition: all .5s;
    display: block;
    padding: 0 15px;
    transition: all .5s;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-small)
}

.post-pagination nav.pagination ul li span.current {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary)
}

.post-pagination nav.pagination ul li a {
    line-height: 42px;
    min-width: 42px;
    text-align: center;
    color: var(--color-heading);
    transition: all .5s;
    display: block;
    padding: 0 15px;
    transition: all .5s;
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-small)
}

.post-pagination nav.pagination ul li a:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary)
}

.single-poster {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.single-poster a {
    display: block
}

.single-poster a img {
    transition: .5s;
    width: 100%
}

.single-poster .poster-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    padding-right: 100px;
    pointer-events: none
}

@media only screen and (max-width: 479px) {
    .single-poster .poster-content {
        padding: 20px
    }
}

.single-poster .poster-content.content-left {
    right: auto;
    left: 0;
    padding-right: 0;
    padding-left: 60px
}

@media only screen and (max-width: 991px) {
    .single-poster .poster-content.content-left {
        padding-left: 30px
    }
}

.single-poster .poster-content.content-left .title {
    margin-bottom: 0;
    margin-top: 8px
}

.single-poster .poster-content.content-left .sub-title {
    color: rgba(255, 255, 255, .6);
    transition: all .3s ease-in-out
}

.single-poster .inner .title {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--color-white)
}

@media only screen and (max-width: 767px) {
    .single-poster .inner .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575px) {
    .single-poster .inner .title {
        font-size: 22px
    }
}

@media only screen and (max-width: 479px) {
    .single-poster .inner .title {
        margin-bottom: 10px
    }
}

.single-poster .inner .sub-title {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: rgba(255, 255, 255, .4);
    transition: all .3s ease-in-out
}

.single-poster .inner .sub-title i {
    vertical-align: middle;
    margin-left: 10px
}

.single-poster:hover img {
    transform: scale(1.1)
}

@media only screen and (max-width: 575px) {
    .single-poster:hover img {
        transform: scale(1.25)
    }
}

.single-poster:hover .poster-content .sub-title {
    color: var(--color-white)
}

.poster-countdown-wrap {
    padding: 65px 80px;
    border-radius: 6px;
    margin-top: 95px
}

@media only screen and (max-width: 1199px) {
    .poster-countdown-wrap {
        margin-top: 0
    }
}

@media only screen and (max-width: 991px) {
    .poster-countdown-wrap {
        text-align: center
    }

    .poster-countdown-wrap .poster-countdown {
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .poster-countdown-wrap {
        padding: 50px 30px
    }
}

@media only screen and (max-width: 479px) {
    .poster-countdown-wrap {
        padding: 40px 15px
    }
}

.poster-countdown-wrap .section-title-wrapper {
    margin-bottom: 0;
    padding-right: 0
}

.poster-countdown-wrap .section-title-wrapper .title {
    font-size: 48px
}

@media only screen and (max-width: 1199px) {
    .poster-countdown-wrap .section-title-wrapper .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .poster-countdown-wrap .section-title-wrapper .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 991px) {
    .poster-countdown-wrap .section-title-wrapper .title-highlighter {
        justify-content: center
    }
}

.poster-countdown-thumbnail {
    text-align: center;
    margin-top: -140px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .poster-countdown-thumbnail {
        margin-top: 0
    }
}

@media only screen and (max-width: 991px) {
    .poster-countdown-thumbnail {
        margin-top: 50px
    }
}

.music-singnal {
    display: block;
    position: absolute;
    top: -10px;
    left: 30px;
    width: 80px;
    height: 80px;
    transform: rotate(-95deg);
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .music-singnal {
        top: 44%;
        left: 40%
    }
}

@media only screen and (max-width: 575px) {
    .music-singnal {
        display: none
    }
}

.music-singnal .item-circle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: var(--color-chart03);
    border-style: solid;
    border-width: 1px 4px 0 0;
    border-radius: 0 100% 0 0;
    opacity: 0;
    animation: signalanimation 2s infinite
}

.music-singnal .item-circle.circle-1 {
    animation-delay: 800ms
}

.music-singnal .item-circle.circle-2 {
    width: 80px;
    height: 80px;
    animation-delay: 600ms
}

.music-singnal .item-circle.circle-3 {
    width: 60px;
    height: 60px;
    animation-delay: 400ms
}

.music-singnal .item-circle.circle-4 {
    width: 40px;
    height: 40px;
    animation-delay: 200ms
}

.music-singnal .item-circle.circle-5 {
    width: 20px;
    height: 20px;
    animation-delay: 0ms
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #5956e9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    height: 13px;
    margin-left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #dbdeff none repeat scroll 0 0;
    border-radius: 0;
    height: 4px
}

.ui-widget.ui-widget-content {
    background: #cbd3d9 none repeat scroll 0 0;
    border: medium none;
    height: 4px
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0
}

.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
    outline: medium none
}

.amount-range {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 0
}

.amount-range,
.price-button {
    width: 100%;
    word-spacing: 10px;
    padding: 0 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    margin-top: 0 !important
}

.input-range {
    font-weight: 500;
    padding-right: 3px
}

.flter-option.mb-80 {
    padding-right: 15px
}

.axil-privacy-policy .policy-published {
    font-size: 22px;
    font-weight: var(--s-medium);
    color: var(--color-dark);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 70px;
    display: inline-block
}

.axil-privacy-policy .policy-published:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.axil-privacy-policy .title {
    margin-bottom: 20px;
    color: var(--color-dark);
    font-weight: var(--s-medium)
}

.axil-privacy-policy a {
    color: var(--color-primary)
}

.axil-privacy-policy ul {
    list-style: disc;
    margin-bottom: 45px
}

.axil-privacy-policy ul li {
    margin: 0 0 12px 0
}

.axil-privacy-policy ul li::marker {
    color: var(--color-light)
}

.title-highlighter {
    font-size: 14px;
    font-weight: var(--s-bold);
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.title-highlighter i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    margin-right: 10px
}

.title-highlighter.highlighter-primary {
    color: var(--light-primary)
}

.title-highlighter.highlighter-primary i {
    background-color: var(--light-primary);
    color: var(--color-white)
}

.title-highlighter.highlighter-primary2 {
    color: var(--color-primary)
}

.title-highlighter.highlighter-primary2 i {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.title-highlighter.highlighter-secondary {
    color: var(--color-secondary)
}

.title-highlighter.highlighter-secondary i {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.section-title-wrapper {
    margin-bottom: 40px;
    padding-right: 100px
}

@media only screen and (max-width: 767px) {
    .section-title-wrapper {
        margin-bottom: 30px
    }
}

.section-title-wrapper.section-title-center {
    text-align: center;
    padding-right: 0
}

.section-title-wrapper.section-title-center .title-highlighter {
    justify-content: center
}

.flash-sale-section {
    margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
    .flash-sale-section {
        margin-bottom: 50px
    }
}

.flash-sale-section .section-title-wrapper {
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .flash-sale-section .section-title-wrapper {
        padding-right: 80px
    }
}

@media only screen and (max-width: 767px) {
    .flash-sale-section .section-title-wrapper {
        padding-right: 100px;
        margin-bottom: 30px
    }
}

.flash-sale-section .section-title-wrapper .title {
    margin-bottom: 0
}

.service-box {
    background-color: var(--color-white);
    border: 1px solid #f1f1f1;
    padding: 50px 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 6px;
    position: relative;
    transition: all .3s ease-in-out
}

@media only screen and (min-width: 1400px) {
    .service-box {
        padding: 50px 40px
    }
}

@media only screen and (max-width: 1199px) {
    .service-box {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 767px) {
    .service-box {
        padding: 40px
    }
}

.service-box:before {
    content: "";
    height: 100%;
    width: 90%;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.service-box .icon {
    margin-bottom: 20px
}

.service-box .icon img {
    max-height: 60px
}

.service-box .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0
}

.service-box:hover {
    box-shadow: var(--shadow-dark)
}

.service-box:hover:before {
    visibility: visible;
    opacity: 1;
    bottom: -12px
}

.service-box.service-style-2 {
    display: flex;
    border: none;
    padding: 0;
    text-align: left;
    background-color: rgba(0, 0, 0, 0)
}

.service-box.service-style-2:before {
    display: none
}

.service-box.service-style-2 .icon {
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 45px;
    margin-top: 6px
}

.service-box.service-style-2 .content {
    flex: 1
}

.service-box.service-style-2 .content .title {
    line-height: var(--line-height-b1)
}

.service-box.service-style-2:hover {
    box-shadow: none
}

.how-to-sell {
    padding: 30px 20px
}

.how-to-sell .title {
    font-size: 18px;
    margin-bottom: 10px
}

.how-to-sell p {
    font-size: 16px
}

.axil-gallery-activation {
    position: relative
}

.axil-gallery-activation.axil-slick-arrow .slide-arrow {
    background: #fff;
    border: 1px solid #fff
}

.axil-gallery-activation.arrow-between-side .slide-arrow {
    left: 10px
}

.axil-gallery-activation.arrow-between-side .slide-arrow.next-arrow {
    left: auto;
    right: 10px
}

.axil-gallery-activation.arrow-between-side:hover .slide-arrow {
    left: 30px
}

.axil-gallery-activation.arrow-between-side:hover .slide-arrow.next-arrow {
    left: auto;
    right: 30px
}

.axil-slick-arrow .slide-arrow {
    outline: none;
    width: 50px;
    height: 50px;
    background: var(--color-lighter);
    color: var(--color-body);
    border: none;
    border-radius: 6px;
    z-index: 2
}

.axil-slick-arrow .slide-arrow:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-lighter);
    border-radius: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.axil-slick-arrow .slide-arrow:hover:before {
    transform: scale(1.1)
}

@media only screen and (max-width: 767px) {
    .axil-slick-arrow .slide-arrow {
        width: 40px;
        height: 40px;
        font-size: var(--font-size-b2)
    }
}

.axil-slick-arrow .slide-arrow.prev-arrow:hover i {
    animation: prevNavSlide 400ms
}

.axil-slick-arrow .slide-arrow.next-arrow:hover i {
    animation: nextNavSlide 400ms
}

.axil-slick-arrow.testimonial-style-two-wrapper .slide-arrow {
    background-color: var(--color-white)
}

.axil-slick-arrow.testimonial-style-two-wrapper .slide-arrow:hover {
    background-color: var(--color-primary)
}

.axil-slick-arrow.header-campaign-arrow .slide-arrow {
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, .8)
}

.axil-slick-arrow.header-campaign-arrow .slide-arrow:before {
    display: none
}

.axil-slick-arrow.header-campaign-arrow .slide-arrow:hover {
    color: var(--color-white)
}

.axil-slick-arrow.header-campaign-arrow .campaign-content {
    margin: 0 50px
}

@media only screen and (max-width: 479px) {
    .axil-slick-arrow.header-campaign-arrow .campaign-content {
        margin: 0 30px
    }
}

.arrow-between-side .slide-arrow {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%)
}

.arrow-between-side .slide-arrow.next-arrow {
    left: auto;
    right: 40px
}

.arrow-between-side:hover .slide-arrow {
    left: 10px
}

@media only screen and (max-width: 767px) {
    .arrow-between-side:hover .slide-arrow {
        left: 14px
    }
}

.arrow-between-side:hover .slide-arrow.next-arrow {
    left: auto;
    right: 10px
}

@media only screen and (max-width: 767px) {
    .arrow-between-side:hover .slide-arrow.next-arrow {
        right: 14px
    }
}

.arrow-both-side .slide-arrow {
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .arrow-both-side .slide-arrow {
        left: 0
    }
}

@media only screen and (max-width: 1199px) {
    .arrow-both-side .slide-arrow {
        left: 0
    }
}

.arrow-both-side .slide-arrow.next-arrow {
    left: auto;
    right: -45px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .arrow-both-side .slide-arrow.next-arrow {
        right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .arrow-both-side .slide-arrow.next-arrow {
        right: 0
    }
}

.arrow-both-side-2 .slide-arrow {
    position: absolute;
    left: -68px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .arrow-both-side-2 .slide-arrow {
        left: 0
    }
}

@media only screen and (max-width: 1199px) {
    .arrow-both-side-2 .slide-arrow {
        left: 0
    }
}

.arrow-both-side-2 .slide-arrow.next-arrow {
    left: auto;
    right: -75px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .arrow-both-side-2 .slide-arrow.next-arrow {
        right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .arrow-both-side-2 .slide-arrow.next-arrow {
        right: 0
    }
}

.arrow-both-side-3 .slide-arrow {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .arrow-both-side-3 .slide-arrow {
        left: 0
    }
}

@media only screen and (max-width: 1199px) {
    .arrow-both-side-3 .slide-arrow {
        left: 0
    }
}

.arrow-both-side-3 .slide-arrow.next-arrow {
    left: auto;
    right: -60px
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .arrow-both-side-3 .slide-arrow.next-arrow {
        right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .arrow-both-side-3 .slide-arrow.next-arrow {
        right: 0
    }
}

.arrow-both-side-4 .slide-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    width: auto;
    padding: 0
}

.arrow-both-side-4 .slide-arrow:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.arrow-both-side-4 .slide-arrow.next-arrow {
    left: auto;
    right: 0
}

.arrow-top-slide .slide-arrow {
    position: absolute;
    left: 19px;
    top: -100px
}

@media only screen and (max-width: 767px) {
    .arrow-top-slide .slide-arrow {
        top: -77px
    }
}

.arrow-top-slide .slide-arrow.next-arrow {
    left: auto;
    right: 0
}

.arrow-top-slide .slide-arrow.prev-arrow {
    left: auto;
    right: 58px
}

@media only screen and (max-width: 767px) {
    .arrow-top-slide .slide-arrow.prev-arrow {
        right: 50px
    }
}

.post-list-view .post-gallery-activation.axil-slick-arrow .slide-arrow {
    background: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    font-size: 14px
}

.slick-initialized .slick-slide {
    outline: none;
    margin-bottom: 0
}

.slider-activation .slick-dots {
    bottom: 50px
}

.arrow-bottom-slide .slide-arrow {
    position: absolute;
    bottom: -130px
}

.arrow-bottom-slide .slide-arrow.next-arrow {
    left: 65px
}

.arrow-bottom-slide .slide-arrow.prev-arrow {
    left: 0
}

.axil-slick-dots .slick-dots {
    bottom: -50px
}

.axil-slick-dots .slick-dots li {
    margin: 0 5px;
    height: 4px;
    width: 24px
}

.axil-slick-dots .slick-dots li button {
    height: 4px;
    width: 24px;
    border-radius: 6px;
    background-color: #e6e6e6;
    padding: 0
}

.axil-slick-dots .slick-dots li button:before {
    display: none
}

.axil-slick-dots .slick-dots li.slick-active {
    width: 34px
}

.axil-slick-dots .slick-dots li.slick-active button {
    background-color: var(--color-heading);
    width: 34px
}

.axil-slick-dots.testimonial-style-two-wrapper .slick-dots {
    text-align: left;
    bottom: -50px
}

.axil-slick-dots.testimonial-style-two-wrapper .slick-dots li.slick-active button {
    background-color: var(--color-primary)
}

.axil-slick-dots.slick-dots-bottom .slick-dots {
    bottom: 20px
}

.axil-slick-dots.slick-dots-bottom .slick-dots li button {
    border-color: var(--color-white)
}

.axil-slick-dots.slick-dots-bottom .slick-dots li button:before {
    color: var(--color-white);
    opacity: 1
}

.axil-slick-dots.slick-dots-bottom .slick-dots li.slick-active button {
    border-color: var(--color-primary)
}

.axil-slick-dots.slick-dots-bottom .slick-dots li.slick-active button:before {
    color: var(--color-primary)
}

.main-slider-content .subtitle {
	font-family:var(--font-kalpurush);
    font-size: 14px;
    font-weight: var(--s-bold);
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: var(--color-secondary)
}

.main-slider-content .subtitle i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.main-slider-content .title {
	font-family:var(--font-kalpurush);
    letter-spacing: -0.03em;
    margin-bottom: 50px;
    font-size: 60px;
    line-height: 1.2
}

@media only screen and (max-width: 1199px) {
    .main-slider-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-content .title {
        font-size: 44px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-content .title {
        font-size: 30px
    }
}

.main-slider-content .slide-action {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .main-slider-content .slide-action {
        display: block
    }
}

.main-slider-content .item-rating {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 30px;
    position: relative;
    top: 2px
}

@media only screen and (max-width: 1199px) {
    .main-slider-content .item-rating {
        margin-left: 0;
        margin-top: 30px
    }
}

.main-slider-content .item-rating .thumb {
    line-height: 1
}

.main-slider-content .item-rating .thumb ul {
    padding-left: 26px;
    margin: 0
}

.main-slider-content .item-rating .thumb ul li {
    display: inline-block;
    margin-left: -26px
}

.main-slider-content .item-rating .thumb ul li img {
    border: 2px solid #f9f3f0;
    border-radius: 50%
}

.main-slider-content .item-rating .content {
    flex: 1;
    line-height: 1;
    margin-left: 15px
}

.main-slider-content .item-rating .content .rating-icon {
    display: block;
    font-size: 12px;
    color: #ffa800;
    margin-bottom: 5px
}

.main-slider-content .item-rating .content .review-text {
    font-size: 12px
}

.main-slider-content .item-rating .content .review-text span {
    color: var(--color-heading);
    font-weight: 700
}

.main-slider-content .shop-btn a {
    margin-right: 25px
}

@media only screen and (max-width: 767px) {
    .main-slider-content .shop-btn a {
        margin-right: 5px
    }
}

.main-slider-content .shop-btn a:last-child {
    margin-right: 0
}

.main-slider-content .slick-slide.slick-current .subtitle {
    animation: 800ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-content .slick-slide.slick-current .title {
    animation: 1000ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-content .slick-slide.slick-current .shop-btn {
    animation: 1200ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-content .slick-slide.slick-current .item-rating {
    animation: 1200ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-content .slick-slide.slick-current img {
    animation: 1200ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-large-thumb {
    width: 100%;
	max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .main-slider-large-thumb {
        width: auto
    }
}

.main-slider-large-thumb .slick-track {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
}

.main-slider-large-thumb .single-slide {
    position: relative
}

.main-slider-large-thumb .single-slide img {
    display: inline-block
}

.main-slider-large-thumb .single-slide .product-price {
    height: 100px;
    width: 100px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 150px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition-delay: .5s;
    transition: all .5s ease-in-out
}

@media only screen and (min-width: 1600px)and (max-width: 1920px) {
    .main-slider-large-thumb .single-slide .product-price {
        top: 100px;
        left: 200px
    }
}

.main-slider-large-thumb .single-slide .product-price span.text {
    color: var(--color-body)
}

.main-slider-large-thumb .single-slide .product-price span.price-amount {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary)
}

.main-slider-large-thumb .single-slide.slick-current .product-price {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.main-slider-large-thumb .single-slide.slick-active:not(.slick-current) img {
    width: 160px
}

.main-slider-large-thumb .axil-slick-dots .slick-dots {
    text-align: left;
    bottom: -70px
}

@media only screen and (max-width: 575px) {
    .main-slider-large-thumb .axil-slick-dots .slick-dots {
        text-align: center;
        bottom: -55px
    }
}

.main-slider-large-thumb .axil-slick-dots .slick-dots li button {
    background-color: var(--color-white);
    opacity: .5
}

.main-slider-large-thumb .axil-slick-dots .slick-dots li.slick-active button {
    background-color: var(--color-secondary);
    opacity: 1
}

.main-slider-style-1 {
    background-color: #f9f3f0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 550px
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-1 {
        min-height: 500px
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-style-1 {
        min-height: 450px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-1 {
        min-height: 100%
    }
}

.main-slider-style-1 .main-slider-content {
    margin: -30px
}

@media only screen and (max-width: 575px) {
    .main-slider-style-1 .main-slider-content {
        text-align: center
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-1 .main-slider-content .subtitle {
        justify-content: center
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-1 .main-slider-content .title {
        font-size: 56px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-1 .main-slider-content .title {
        font-size: 44px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-1 .main-slider-content .title {
        font-size: 34px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-1 .main-slider-content .item-rating {
        justify-content: flex-start
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-1 .main-slider-content .item-rating {
        justify-content: center
    }
}

.main-slider-style-1 .main-slider-content .item-rating .content {
    flex: initial
}

.main-slider-style-1 .main-slider-content .single-slide {
    padding: 30px
}

@media only screen and (max-width: 575px) {
    .main-slider-style-1 .main-slider-large-thumb {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-1 .main-slider-large-thumb .single-slide .product-price {
        height: 80px;
        width: 80px;
        top: 0;
        left: 0
    }

    .main-slider-style-1 .main-slider-large-thumb .single-slide .product-price span {
        font-size: 15px
    }

    .main-slider-style-1 .main-slider-large-thumb .single-slide .product-price span.price-amount {
        font-size: 15px
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-1 .main-slider-large-thumb .single-slide .product-price {
        left: 50px
    }
}

.main-slider-style-1 .shape-group li {
    position: absolute;
    z-index: -1
}

.main-slider-style-1 .shape-group li.shape-1 {
    bottom: -100px;
    right: 33%
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .main-slider-style-1 .shape-group li.shape-1 {
        right: 27%
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-1 .shape-group li.shape-1 {
        right: 20%
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-style-1 .shape-group li.shape-1 {
        display: none
    }
}

.main-slider-style-1 .shape-group li.shape-2 {
    bottom: -65px;
    right: 2%
}

.main-slider-style-2 .slider-offset-left {
    margin-left: 290px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-2 .slider-offset-left {
        margin-left: 0
    }
}

.main-slider-style-2 .slider-box-wrap {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 48px 50px
}

@media only screen and (max-width: 575px) {
    .main-slider-style-2 .slider-box-wrap {
        padding: 40px 30px
    }
}

.main-slider-style-2 .slider-box-wrap .single-slide {
    display: flex;
    align-items: center
}

.main-slider-style-2 .slider-box-wrap .axil-slick-dots .slick-dots {
    bottom: -25px
}

@media only screen and (max-width: 479px) {
    .main-slider-style-2 .slider-box-wrap .axil-slick-dots .slick-dots {
        bottom: -30px
    }
}

.main-slider-style-2 .slider-box-wrap .axil-slick-dots .slick-dots li button {
    background-color: var(--color-white);
    opacity: 1
}

.main-slider-style-2 .slider-box-wrap .axil-slick-dots .slick-dots li.slick-active button {
    background-color: var(--color-secondary);
    opacity: 1
}

.main-slider-style-2 .main-slider-content {
    flex: 1;
    z-index: 2;
    position: relative
}

@media only screen and (max-width: 767px) {
    .main-slider-style-2 .main-slider-content {
        flex: 2
    }
}

.main-slider-style-2 .main-slider-content .title {
    font-size: 50px;
    margin-bottom: 45px
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-2 .main-slider-content .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-2 .main-slider-content .title {
        font-size: 38px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-2 .main-slider-content .title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.main-slider-style-2 .main-slider-content .axil-btn {
    padding: 0;
    position: relative
}

.main-slider-style-2 .main-slider-content .axil-btn i {
    margin: 0 0 0 16px;
    color: var(--color-heading)
}

.main-slider-style-2 .main-slider-content .axil-btn:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--color-heading);
    position: absolute;
    bottom: 0;
    left: 0
}

.main-slider-style-2 .main-slider-content .axil-btn:hover {
    color: var(--color-primary)
}

.main-slider-style-2 .main-slider-content .axil-btn:hover i {
    color: var(--color-primary);
    margin: 0 0 0 10px
}

.main-slider-style-2 .main-slider-content .axil-btn:hover:after {
    background-color: var(--color-primary)
}

.main-slider-style-2 .main-slider-thumb {
    position: relative;
    margin-left: 30px;
    z-index: 1;
    flex: 1;
    text-align: right
}

@media only screen and (max-width: 479px) {
    .main-slider-style-2 .main-slider-thumb {
        margin-left: 10px
    }
}

.main-slider-style-2 .main-slider-thumb::after {
    content: "";
    height: 288px;
    width: 288px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -100px;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .main-slider-style-2 .main-slider-thumb::after {
        height: 150px;
        width: 150px;
        left: 0;
        top: 0
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-2 .main-slider-thumb::after {
        display: none
    }
}

.main-slider-style-2 .main-slider-thumb img {
    display: inline-block;
    max-height: 292px
}

.main-slider-style-2 .slider-product-box {
    background-color: #f7f7f7;
    border-radius: 6px;
    text-align: center;
    padding: 45px 20px;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .main-slider-style-2 .slider-product-box {
        margin-top: 30px
    }
}

.main-slider-style-2 .slider-product-box .product-thumb {
    margin-bottom: 35px;
    position: relative;
    z-index: 1
}

.main-slider-style-2 .slider-product-box .product-thumb::after {
    content: "";
    height: 160px;
    width: 160px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: -10px;
    z-index: -1
}

@media only screen and (max-width: 991px) {
    .main-slider-style-2 .slider-product-box .product-thumb::after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.main-slider-style-2 .slider-product-box .title {
    font-size: 16px;
    color: var(--color-body);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main-slider-style-2 .slider-product-box .price {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-heading)
}

.main-slider-style-3 {
    background-color: #f3f7f6;
    padding: 110px 0;
    background-image: url("../images/bg/bg-image-4.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-3 {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-3 {
        padding: 40px 0 70px
    }
}

.main-slider-style-3 .main-slider-content {
    padding-right: 80px
}

@media only screen and (max-width: 991px) {
    .main-slider-style-3 .main-slider-content {
        padding-right: 0;
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-3 .main-slider-content {
        margin-bottom: 25px
    }
}

.main-slider-style-3 .main-slider-content .title {
    margin-bottom: 40px;
    font-size: 55px;
    line-height: 1.1
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .main-slider-style-3 .main-slider-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-3 .main-slider-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-3 .main-slider-content .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-3 .main-slider-content .title {
        font-size: 34px
    }
}

.main-slider-style-3 .main-slider-large-thumb {
    width: 100%;
    position: relative;
    z-index: 1
}

.main-slider-style-3 .main-slider-large-thumb .single-slide {
    text-align: center
}

.main-slider-style-3 .main-slider-large-thumb .single-slide .axil-product {
    transform: scale(0.8);
    transition: .3s;
    margin: 45px -26px;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-3 .main-slider-large-thumb .single-slide .axil-product {
        margin: 45px -19px
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-3 .main-slider-large-thumb .single-slide .axil-product {
        margin: 20px 0
    }
}

.main-slider-style-3 .main-slider-large-thumb .single-slide.slick-active.slick-center {
    z-index: 1
}

.main-slider-style-3 .main-slider-large-thumb .single-slide.slick-active.slick-center .axil-product {
    transform: scale(1.1);
    box-shadow: 0px 10px 80px -87px rgba(0, 0, 0, .5)
}

@media only screen and (max-width: 575px) {
    .main-slider-style-3 .main-slider-large-thumb .single-slide.slick-active.slick-center .axil-product {
        transform: scale(1)
    }
}

.main-slider-style-3 .main-slider-large-thumb .single-slide.slick-active.slick-center .axil-product:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    filter: blur(100px);
    transform: translateY(-50%)
}

.main-slider-style-3 .main-slider-large-thumb .single-slide.slick-active:not(.slick-current) img {
    width: 100%
}

.main-slider-style-3 .main-slider-large-thumb .axil-slick-dots .slick-dots {
    text-align: center;
    bottom: -30px
}

.main-slider-style-3 .main-slider-large-thumb .axil-slick-dots .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 8px
}

.main-slider-style-3 .main-slider-large-thumb .axil-slick-dots .slick-dots li button {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5)
}

.main-slider-style-3 .main-slider-large-thumb .axil-slick-dots .slick-dots li.slick-active button {
    transform: scale(2);
    box-shadow: inset 0 0 0 1px var(--color-primary)
}

.main-slider-style-4 {
    background-color: #f3f7f6;
    padding-top: 50px;
    overflow: hidden
}

.main-slider-style-4 .main-slider-content {
    z-index: 2;
    position: relative;
    padding: 10px 0
}

.main-slider-style-4 .main-slider-content .subtitle {
    color: var(--color-primary);
    animation: 800ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-style-4 .main-slider-content .title {
    line-height: 1.1;
    margin-bottom: 20px;
    animation: 600ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-style-4 .main-slider-content p {
    font-size: 20px;
    animation: 1200ms ease-in-out 0s normal none 1 running customOne
}

@media only screen and (max-width: 767px) {
    .main-slider-style-4 .main-slider-content p {
        font-size: 16px
    }
}

.main-slider-style-4 .main-slider-content .shop-btn {
    animation: 1400ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-style-4 .main-large-thumb {
    position: relative;
    z-index: 1
}

.main-slider-style-4 .main-large-thumb::after {
    content: "";
    height: 540px;
    width: 540px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: 10px;
    z-index: -1
}

@media only screen and (max-width: 991px) {
    .main-slider-style-4 .main-large-thumb::after {
        height: 300px;
        width: 300px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.main-slider-style-4 .main-large-thumb img {
    animation: 1200ms ease-in-out 0s normal none 1 running customTwo
}

@media only screen and (max-width: 575px) {
    .main-slider-style-4 .main-large-thumb {
        padding: 40px 30px 0
    }
}

.main-slider-style-5 .slider-box-wrap {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 90px 100px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-5 .slider-box-wrap {
        padding: 80px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-5 .slider-box-wrap {
        padding: 60px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-5 .slider-box-wrap {
        padding: 50px 50px 60px
    }
}

@media only screen and (max-width: 479px) {
    .main-slider-style-5 .slider-box-wrap {
        padding: 40px 40px 60px
    }
}

.main-slider-style-5 .slider-box-wrap::after {
    content: "";
    height: 260px;
    width: 260px;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 80px;
    left: 215px;
    z-index: -1
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-5 .slider-box-wrap::after {
        left: 0;
        top: 0;
        transform: scale(0.6)
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-5 .slider-box-wrap::after {
        display: none
    }
}

.main-slider-style-5 .slider-box-wrap .slider-activation-two {
    margin: -30px
}

.main-slider-style-5 .slider-box-wrap .single-slide {
    display: flex;
    align-items: center;
    padding: 30px
}

@media only screen and (max-width: 575px) {
    .main-slider-style-5 .slider-box-wrap .single-slide {
        display: block
    }
}

.main-slider-style-5 .slider-box-wrap .axil-slick-dots .slick-dots {
    bottom: -15px
}

.main-slider-style-5 .main-slider-content {
    flex: 1
}

.main-slider-style-5 .main-slider-content .title {
    width: 70%
}

@media only screen and (max-width: 1399px) {
    .main-slider-style-5 .main-slider-content .title {
        width: 90%
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-5 .main-slider-content .title {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-5 .main-slider-content .title {
        margin-bottom: 35px
    }
}

.main-slider-style-5 .main-slider-thumb {
    margin-left: 30px;
    flex: 1;
    text-align: right
}

.main-slider-style-5 .main-slider-thumb img {
    display: inline-block;
    min-height: 460px;
    max-height: 460px;
    object-fit: contain
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-5 .main-slider-thumb img {
        min-height: 300px;
        max-height: 300px
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-5 .main-slider-thumb img {
        min-height: 165px;
        max-height: 165px
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-5 .main-slider-thumb {
        text-align: center;
        margin-left: 0;
        margin-top: 45px
    }
}

.main-slider-style-6 {
    background-color: #f3f7f6;
    padding: 110px 0
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-6 {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-6 {
        padding: 60px 0
    }
}

.main-slider-style-6 .main-slider-content .title {
    margin-bottom: 40px;
    font-size: 70px;
    line-height: 1.1
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .main-slider-style-6 .main-slider-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-6 .main-slider-content .title {
        font-size: 50px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-6 .main-slider-content .title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-6 .main-slider-content .title {
        font-size: 34px
    }
}

.main-slider-style-6 .main-slider-large-thumb {
    width: 55vw;
    margin-left: 100px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .main-slider-style-6 .main-slider-large-thumb {
        width: auto
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-6 .main-slider-large-thumb {
        margin-left: 50px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-6 .main-slider-large-thumb {
        margin-left: 0;
        text-align: center;
        padding: 50px 50px 0
    }
}

.main-slider-style-6 .main-slider-large-thumb::after {
    content: "";
    height: 439px;
    width: 439px;
    background-color: #e4edeb;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -180px;
    transform: translateY(-50%);
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .main-slider-style-6 .main-slider-large-thumb::after {
        display: none
    }
}

.main-slider-style-6 .main-slider-large-thumb .single-slide {
    text-align: center
}

.main-slider-style-6 .main-slider-large-thumb .slick-track {
    align-items: center
}

.main-slider-style-6 .input-group {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .06);
    margin-bottom: 20px
}

.main-slider-style-6 .input-group .icon {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 4;
    font-size: 16px
}

.main-slider-style-6 .input-group .form-control {
    border-radius: 6px 0 0 6px !important;
    padding-left: 50px
}

.main-slider-style-6 .input-group .form-control:focus {
    box-shadow: none
}

.main-slider-style-6 .input-group .submit-btn {
    width: auto;
    background-color: var(--color-secondary);
    border-radius: 0 6px 6px 0 !important;
    color: var(--color-white);
    font-weight: 700;
    font-size: 16px;
    padding: 5px 40px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .main-slider-style-6 .input-group .submit-btn {
        padding: 5px 20px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-style-6 .input-group .submit-btn {
        padding: 5px 15px;
        font-size: 14px
    }
}

.main-slider-style-6 .input-group .submit-btn i {
    font-weight: 300;
    margin-left: 5px
}

.main-slider-style-6 .input-group .submit-btn:hover {
    background-color: var(--color-primary)
}

.main-slider-style-6 .related-search-tag {
    margin: -5px -3px
}

.main-slider-style-6 .related-search-tag li {
    display: inline-block;
    margin: 5px 3px
}

.main-slider-style-6 .related-search-tag li a {
    font-size: 14px;
    color: var(--color-body);
    background-color: var(--color-white);
    border-radius: 6px;
    padding: 7px 15px
}

.main-slider-style-6 .related-search-tag li a:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.main-slider-style-7 {
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 991px) {
    .main-slider-style-7 {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-style-7 {
        padding: 60px 0
    }
}

@media only screen and (max-width: 479px) {
    .main-slider-style-7 {
        background-position: right
    }
}

.main-slider-style-7 .main-slider-content {
    z-index: 2;
    position: relative;
    padding: 10px 0
}

.main-slider-style-7 .main-slider-content .subtitle {
    animation: 800ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-style-7 .main-slider-content .title {
    width: 80%;
    margin-bottom: 20px;
    animation: 600ms ease-in-out 0s normal none 1 running customOne
}

@media only screen and (max-width: 991px) {
    .main-slider-style-7 .main-slider-content .title {
        width: 90%
    }
}

.main-slider-style-7 .main-slider-content p {
    font-size: 20px;
    animation: 1200ms ease-in-out 0s normal none 1 running customOne
}

@media only screen and (max-width: 767px) {
    .main-slider-style-7 .main-slider-content p {
        font-size: 16px
    }
}

.main-slider-style-7 .main-slider-content .shop-btn {
    animation: 1400ms ease-in-out 0s normal none 1 running customOne
}

.main-slider-style-8 .slider-offset-left {
    margin-bottom: 0
}

.main-slider-style-8 .slider-box-wrap {
    padding: 48px 70px
}

@media only screen and (max-width: 575px) {
    .main-slider-style-8 .slider-box-wrap {
        padding: 45px 30px
    }
}

.main-slider-style-8 .main-slider-thumb:after {
    left: -50px
}

.slick-slide.slick-current .main-slider-content .subtitle {
    animation: 800ms ease-in-out 0s normal none 1 running customOne
}

.slick-slide.slick-current .main-slider-content .title {
    animation: 1000ms ease-in-out 0s normal none 1 running customOne
}

.slick-slide.slick-current .main-slider-content .shop-btn {
    animation: 1200ms ease-in-out 0s normal none 1 running customOne
}

.slick-slide.slick-current .main-slider-thumb img {
    animation: 1200ms ease-in-out 0s normal none 1 running customTwo
}

@keyframes customOne {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes customTwo {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animationOne {
    animation: 1200ms customOne
}

.animationTwo {
    animation: 1200ms customTwo
}

.social-share {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.social-share a {
    margin: 10px;
    color: var(--color-body);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: .3s;
    position: relative;
    z-index: 1
}

.social-share a:after {
    content: "";
    height: 40px;
    width: 40px;
    background-color: var(--color-secondary);
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: var(--transition)
}

.social-share a:hover {
    color: var(--color-white)
}

.social-share a:hover:after {
    transform: scale(1)
}

.axil-team-area {
    padding: 50px 0 55px
}

.team-left-fullwidth {
    margin-left: calc((100% - 1320px)/2);
    overflow: hidden
}

@media only screen and (max-width: 1349px) {
    .team-left-fullwidth {
        margin-left: auto
    }
}

.team-left-fullwidth .team-slide-activation .slick-list {
    overflow: visible
}

@media only screen and (max-width: 1349px) {
    .team-left-fullwidth .team-slide-activation .slick-list {
        overflow: hidden
    }
}

@media only screen and (max-width: 575px) {
    .axil-team-member {
        text-align: center
    }
}

.axil-team-member .thumbnail {
    margin-bottom: 12px;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px
}

.axil-team-member .thumbnail img {
    border-radius: 6px;
    transition: var(--transition)
}

.axil-team-member .title {
    color: #292930;
    margin-bottom: 0
}

.axil-team-member .subtitle {
    font-size: var(--font-size-b2)
}

.axil-team-member:hover .thumbnail img {
    transform: scale(1.1)
}

.testimonial-style-one-wrapper .slide-arrow {
    background-color: var(--color-white)
}

.testimonial-style-one-wrapper .slick-current.slick-active+.slick-active {
    margin-top: 30px
}

.testimonial-style-one .review-speech {
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.testimonial-style-one .review-speech:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid var(--color-white);
    border-right: 50px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -25px;
    left: 100px
}

.testimonial-style-one .review-speech p {
    font-size: 16px;
    line-height: 28px
}

.testimonial-style-one .media {
    display: flex;
    align-items: center
}

.testimonial-style-one .media .thumbnail {
    margin-right: 20px
}

.testimonial-style-one .media .thumbnail img {
    border-radius: 6px
}

.testimonial-style-one .media .media-body {
    flex: 1
}

.testimonial-style-one .media .media-body .designation {
    font-size: 14px
}

.testimonial-style-one .media .media-body .title {
    margin-bottom: 0
}

.testimonial-style-two-wrapper {
    margin-bottom: 130px !important
}

.testimonial-style-two-wrapper .thumbnail {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid var(--color-tertiary);
    padding: 8px;
    margin-bottom: 25px;
    transition: var(--transition);
    position: relative;
    z-index: 1;
    margin: 6px
}

.testimonial-style-two-wrapper .thumbnail:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: scale(1);
    transition: .3s
}

.testimonial-style-two-wrapper .thumbnail img {
    border-radius: 50%
}

.testimonial-style-two-wrapper .thumb-content .item-title {
    margin-bottom: 16px
}

.testimonial-style-two-wrapper .thumb-content p {
    font-size: 24px;
    color: #292930
}

@media only screen and (max-width: 767px) {
    .testimonial-style-two-wrapper .thumb-content p {
        font-size: 18px
    }
}

.testimonial-style-two-wrapper .slick-single-layout:hover .thumbnail {
    background-color: var(--color-tertiary)
}

.testimonial-style-two-wrapper .slick-single-layout:hover .thumbnail:before {
    transform: scale(1.2)
}

.video-banner {
    position: relative
}

.video-banner:after {
    content: "";
    height: 100%;
    width: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.video-banner img {
    width: 100%;
    border-radius: 6px
}

.video-banner .popup-video-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1
}

.video-banner .popup-video-icon .video-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    color: var(--color-primary);
    position: relative;
    z-index: 1
}

.video-banner .popup-video-icon .video-icon i {
    position: relative;
    left: 2px;
    transition: var(--transition)
}

.video-banner .popup-video-icon .video-icon:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: var(--transition)
}

.video-banner .popup-video-icon .video-icon:hover i {
    transform: scale(0.9)
}

.video-banner .popup-video-icon .video-icon:hover:after {
    transform: scale(1.1)
}

.pv-main-wrapper .section-title-wrapper {
    padding-right: 0
}

.pv-banner-wrapper {
    margin-top: -120px;
    background-image: url("../images/preview/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 140px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .pv-banner-wrapper {
        padding: 160px 0 60px
    }
}

.pv-banner-area {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-left: calc((100% - 1290px)/2)
}

@media only screen and (max-width: 1399px) {
    .pv-banner-area {
        padding-left: calc((100% - 1110px)/2)
    }
}

@media only screen and (max-width: 1199px) {
    .pv-banner-area {
        padding-left: calc((100% - 930px)/2);
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 991px) {
    .pv-banner-area {
        padding-left: calc((100% - 690px)/2);
        padding-right: calc((100% - 690px)/2);
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .pv-banner-area {
        padding-left: calc((100% - 510px)/2);
        padding-right: calc((100% - 510px)/2)
    }
}

.pv-banner-area .container-fluid {
    padding: 0
}

@media only screen and (max-width: 575px) {
    .pv-banner-area .inner {
        padding-top: 30px !important
    }
}

@media only screen and (max-width: 767px) {
    .pv-banner-area .inner {
        padding-bottom: 26px
    }
}

@media only screen and (max-width: 767px) {
    .pv-banner-area .inner .section-title-wrapper {
        margin-bottom: 0
    }
}

.pv-banner-area .inner .title-highlighter {
    margin-bottom: 16px
}

@media only screen and (max-width: 991px) {
    .pv-banner-area .inner .title-highlighter {
        justify-content: center
    }
}

.pv-banner-area .inner .title {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 1.3
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .pv-banner-area .inner .title {
        font-size: 44px
    }
}

@media only screen and (max-width: 1399px) {
    .pv-banner-area .inner .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 1199px) {
    .pv-banner-area .inner .title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 991px) {
    .pv-banner-area .inner .title br {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .pv-banner-area .inner .title {
        margin-bottom: 0
    }
}

.pv-banner-area .theme-brief {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -30px
}

@media only screen and (max-width: 991px) {
    .pv-banner-area .theme-brief {
        justify-content: center
    }
}

.pv-banner-area .theme-brief .single-counter {
    padding: 0 30px
}

@media only screen and (max-width: 575px) {
    .pv-banner-area .theme-brief .single-counter {
        padding: 0 5px
    }
}

.pv-banner-area .theme-brief .single-counter span.subtile {
    margin-bottom: 10px;
    color: var(--color-heading);
    font-size: 16px;
    line-height: 24px;
    display: block
}

.pv-banner-area .theme-brief .single-counter h2.title {
    font-size: 48px;
    line-height: 1;
    color: var(--color-primary);
    display: inline-block;
    position: relative;
    min-width: 100px
}

.pv-banner-area .theme-brief .single-counter h2.title::after {
    content: "+";
    right: 0
}

@media only screen and (max-width: 1399px) {
    .pv-banner-area .theme-brief .single-counter h2.title {
        font-size: 36px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .pv-banner-area .theme-brief .single-counter h2.title {
        font-size: 40px;
        line-height: 58px
    }
}

@media only screen and (max-width: 767px) {
    .pv-banner-area .theme-brief .single-counter h2.title {
        font-size: 30px;
        line-height: 40px
    }
}

.pv-banner-area .theme-powerd {
    background-color: var(--color-white);
    padding: 15px 25px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(37, 47, 63, .1);
    position: absolute;
    bottom: -35px
}

@media only screen and (max-width: 991px) {
    .pv-banner-area .theme-powerd {
        position: initial
    }
}

.pv-banner-area .theme-powerd label {
    margin-right: 20px;
    font-weight: 500;
    color: var(--color-heading)
}

.pv-banner-area .theme-powerd .icon-list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: -10px -5px
}

.pv-banner-area .theme-powerd .icon-list li {
    text-align: center;
    display: inline-block;
    margin: 10px 5px;
    background-color: var(--color-lighter);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px
}

.pv-banner-area .theme-powerd .icon-list li img {
    width: 25px;
    height: auto
}

.pv-banner-area .banner-thumbnail {
    margin-bottom: -120px
}

@media only screen and (max-width: 991px) {
    .pv-banner-area .banner-thumbnail {
        margin-bottom: 0;
        padding-top: 50px
    }
}

.pv-demo-area {
    background-color: #f6f7fb;
    padding: 140px 0 80px
}

.pv-demo-area .section-title-wrapper {
    margin-bottom: 0
}

.pv-demo-area .section-title-wrapper .title {
    margin-bottom: 0
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .pv-demo-area {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .pv-demo-area {
        padding: 80px 0
    }
}

.pv-inner-demo-area .section-title-wrapper {
    margin-bottom: 0
}

.pv-inner-demo-area .section-title-wrapper .title {
    margin-bottom: 0
}

.pv-single-demo {
    margin-top: 80px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .pv-single-demo {
        margin-top: 40px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .pv-single-demo {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .pv-single-demo {
        margin-top: 40px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .pv-single-demo {
        margin-top: 40px
    }
}

.pv-single-demo .thumb {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 24px 24px -16px rgba(15, 15, 15, .2);
    border-radius: 6px
}

.pv-single-demo .thumb img {
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    transform: scale(1);
    transition: all .5s ease-in-out
}

.pv-single-demo .thumb .view-btn {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    visibility: hidden;
    opacity: 0
}

.pv-single-demo .thumb:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.pv-single-demo .title {
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0
}

.pv-single-demo .title a {
    text-decoration: none
}

.pv-single-demo .title a span {
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: 2px 12px 4px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block
}

.pv-single-demo .title:hover {
    color: var(--color-primary)
}

@media only screen and (max-width: 767px) {
    .pv-single-demo .title {
        margin-top: 15px;
        font-size: 18px
    }
}

.pv-single-demo:hover .thumb::after {
    visibility: visible;
    opacity: 1
}

.pv-single-demo:hover .thumb .view-btn {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.pv-single-demo.commin:hover .thumb::after {
    visibility: hidden
}

.pv-feature-area {
    padding-bottom: 60px
}

.pv-feature-box {
    border-top: 1px solid #f1f1f1;
    padding-top: 80px
}

.pv-feature {
    text-align: center;
    height: 100%;
    padding-bottom: 30px
}

.pv-feature .service-box {
    height: 100%;
    margin-bottom: 0
}

.pv-feature .service-box .title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px
}

.pv-support-area {
    margin-bottom: -134px
}

.pv-support {
    padding-bottom: 30px;
    height: 100%
}

.pv-support .inner {
    height: 100%;
    border-radius: 10px;
    padding: 50px 40px;
    transition: all .3s ease-in-out;
    display: flex;
    box-shadow: 0px 24px 24px -16px rgba(15, 15, 15, .2)
}

@media only screen and (max-width: 575px) {
    .pv-support .inner {
        padding: 30px 20px
    }
}

.pv-support .inner .icon {
    margin-top: 2px;
    text-align: center;
    position: relative;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 2;
    background-color: var(--color-primary);
    margin-bottom: 30px;
    display: block;
    margin-right: 20px
}

.pv-support .inner .icon i {
    font-size: 18px;
    color: var(--color-secondary)
}

.pv-support .inner .icon img {
    max-height: 40px
}

.pv-support .inner .content {
    flex: 1
}

.pv-support .inner .content .title {
    margin-bottom: 10px;
    color: var(--color-white);
    display: block
}

.pv-support .inner .content .paragraph {
    color: var(--color-white);
    margin-bottom: 30px;
    display: block
}

.pv-support .inner .content .axil-btn {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    color: var(--color-white);
    font-weight: 700;
    display: inline-block;
    z-index: 1;
    transition: .3s
}

.pv-support .inner .content .axil-btn i {
    margin-left: 10px;
    position: relative;
    top: 1px;
    transition: .3s
}

.pv-support .inner .content .axil-btn:hover i {
    margin-left: 15px
}

.pv-support.online-documentation .inner {
    background: #8e2de2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.pv-support.online-documentation .inner .icon {
    background-color: var(--color-white)
}

.pv-support.datecated-support .inner {
    background: #fc5c7d;
    background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
    background: linear-gradient(to right, #6A82FB, #FC5C7D)
}

.pv-support.datecated-support .inner .icon {
    background-color: var(--color-white)
}

.pv-call-to-action {
    background-color: #f6f7fb
}

.pv-action-box {
    padding: 185px 30px 0;
    text-align: center
}

.pv-action-box .section-title-wrapper {
    margin-bottom: 40px
}

.pv-action-box .title-highlighter {
    justify-content: center
}

.pv-action-box .pv-action-thumbnail {
    transform: translateY(20px);
    transition: .3s
}

.pv-action-box .pv-action-thumbnail:hover {
    transform: translateY(0)
}

.pv-footer-area {
    background-color: var(--color-white);
    padding: 10px 0;
    position: relative;
    z-index: 2
}

.pv-footer-area .copyright-default .quick-link li::after {
    display: none
}

.header-top-campaign {
    background-image: url("../images/others/campaign-bg2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8px 0;
    position: relative
}

.header-top-campaign .campaign-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 30px
}

@media only screen and (max-width: 767px) {
    .header-top-campaign .campaign-content {
        display: block
    }
}

.header-top-campaign .campaign-content p {
    color: #eeb2ff;
    font-size: 14px
}

.header-top-campaign .campaign-content p a {
    font-weight: 700;
    color: var(--color-white);
    text-decoration: underline;
    transition: all .3s ease-in-out
}

.header-top-campaign .campaign-content p a:hover {
    color: var(--color-secondary)
}

.header-top-campaign .campaign-countdown {
    display: flex;
    align-items: center;
    margin: 0 -5px;
    padding-right: 30px
}

@media only screen and (max-width: 767px) {
    .header-top-campaign .campaign-countdown {
        justify-content: center;
        padding-right: 0
    }
}

.header-top-campaign .campaign-countdown .countdown-section {
    margin: 0 5px;
    position: relative
}

.header-top-campaign .campaign-countdown .countdown-section::after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #c653e2;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%)
}

.header-top-campaign .campaign-countdown .countdown-section:last-child::after {
    display: none
}

.header-top-campaign .campaign-countdown .countdown-section>div {
    display: flex;
    align-items: center
}

.header-top-campaign .campaign-countdown .countdown-section .countdown-number,
.header-top-campaign .campaign-countdown .countdown-section .countdown-unit {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-white)
}

.header-top-campaign .remove-campaign {
    position: absolute;
    top: 11px;
    right: 30px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-white);
    width: auto;
    font-size: 14px
}

.header-top-campaign .remove-campaign:hover {
    color: var(--color-primary)
}

@media only screen and (max-width: 991px) {
    .header-top-campaign .remove-campaign {
        right: 10px
    }
}

.axil-header-top {
    padding: 8px 0
}

.header-top-dropdown {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 575px) {
    .header-top-dropdown {
        justify-content: center
    }
}

.header-top-dropdown .dropdown {
    max-width: 70px;
    margin-right: 20px
}

@media only screen and (max-width: 575px) {
    .header-top-dropdown .dropdown {
        margin-right: 10px
    }
}

.header-top-dropdown .dropdown:last-child {
    margin-right: 0
}

.header-top-dropdown .dropdown .dropdown-toggle {
    font-size: 14px;
    color: var(--color-body);
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center
}

.header-top-dropdown .dropdown .dropdown-toggle:after {
    content: "";
    font-family: var(--font-awesome);
    border: none;
    margin-left: 5px;
    margin-top: 1px
}

.header-top-dropdown .dropdown .dropdown-menu {
    min-width: 11rem;
    border: none;
    box-shadow: var(--shadow-primary);
    display: block !important;
    top: 35px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition)
}

.header-top-dropdown .dropdown .dropdown-menu li {
    margin: 5px 10px
}

.header-top-dropdown .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    border-radius: 6px
}

.header-top-dropdown .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.header-top-dropdown .dropdown .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    top: 30px
}

.header-top-dropdown.dropdown-box-style .dropdown {
    max-width: 100%
}

.header-top-dropdown.dropdown-box-style .dropdown .dropdown-toggle {
    color: var(--color-heading);
    font-weight: 700;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 10px 20px;
    justify-content: center
}

.header-top-dropdown.dropdown-box-style .dropdown .dropdown-toggle:after {
    font-weight: 400
}

.header-top-dropdown.dropdown-box-style .dropdown .dropdown-toggle:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .06)
}

.header-top-link .quick-link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    justify-content: flex-end
}

@media only screen and (max-width: 575px) {
    .header-top-link .quick-link {
        justify-content: center;
        margin: 5px 0
    }
}

.header-top-link .quick-link li {
    margin: 0;
    padding: 0 18px;
    position: relative
}

.header-top-link .quick-link li a {
    font-size: var(--font-size-b2);
    color: var(--color-body);
    line-height: var(--line-height-b2);
    display: inline-block
}

.header-top-link .quick-link li a:hover {
    color: var(--color-primary)
}

.header-style-1 .header-top-campaign {
    background-image: url("../images/others/campaign-bg2.png")
}

.header-style-1 .header-top-campaign .campaign-content p {
    color: var(--color-white)
}

.header-style-2 .axil-header-top {
    padding: 25px 0
}

.header-style-2 .axil-header-top .axil-search {
    flex: 1;
    position: relative;
    margin-left: 70px;
    margin-right: 20px
}

@media only screen and (max-width: 991px) {
    .header-style-2 .axil-header-top .axil-search {
        margin-left: 0
    }
}

@media only screen and (max-width: 575px) {
    .header-style-2 .axil-header-top .axil-search {
        display: none
    }
}

.header-style-2 .axil-header-top .axil-search .icon {
    width: auto;
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: var(--color-heading);
    z-index: 1
}

.header-style-2 .axil-header-top .axil-search .icon:hover {
    color: var(--color-primary)
}

.header-style-2 .axil-header-top .axil-search input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    font-size: 14px;
    padding-left: 50px;
    color: var(--color-heading);
    font-weight: 500
}

.header-style-2 .axil-header-top .axil-search input:focus {
    border-color: var(--color-primary)
}

@media only screen and (max-width: 575px) {
    .header-style-2 .header-top-dropdown {
        justify-content: flex-end
    }
}

.header-style-4 .axil-header-top {
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 0
}

@media only screen and (max-width: 991px) {
    .header-style-4 .axil-header-top {
        padding: 15px 0;
        border-bottom: none
    }
}

.header-style-4 .axil-header-top .header-brand {
    text-align: center
}

@media only screen and (max-width: 767px) {
    .header-style-4 .axil-header-top .header-brand {
        text-align: left
    }
}

.header-style-4 .axil-header-top .header-action>ul {
    justify-content: flex-end
}

@media only screen and (max-width: 767px) {
    .header-style-4 .axil-header-top .header-top-dropdown {
        justify-content: center;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

.header-style-5 .axil-header-top {
    background-color: var(--color-heading);
    padding: 6px 0
}

.header-style-5 .header-top-dropdown .dropdown .dropdown-toggle {
    color: #c2c2cc
}

.header-style-5 .header-top-dropdown .dropdown .dropdown-toggle:hover {
    color: var(--color-white)
}

.header-style-5 .header-top-link .quick-link li a {
    color: #c2c2cc
}

.header-style-5 .header-top-link .quick-link li a:hover {
    color: var(--color-primary)
}

.header-style-5 .header-top-campaign {
    background-image: url("../images/others/campaign-bg3.png");
    padding: 20px 0 18px
}

.header-style-5 .header-top-campaign .campaign-content p {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white)
}

.header-style-5 .header-top-campaign .campaign-content p a i {
    margin-left: 15px
}

@media only screen and (max-width: 479px) {
    .header-style-5 .header-top-campaign .campaign-content p {
        font-size: 12px
    }
}

.header-brand a {
    display: block
}

@media only screen and (max-width: 991px) {
    .header-brand a img {
        max-height: 40px;
    }
}

@media only screen and (max-width: 320px) {
    .header-brand a img {
        max-height: 30px
    }
}

.logo-light {
    display: none !important
}

.axil-mainmenu .header-navbar {
    display: flex;
    align-items: center;
    width: 100%
}

.axil-mainmenu .header-navbar .header-main-nav {
    flex: 1;
    margin: 0 50px
}

@media only screen and (max-width: 991px) {
    .axil-mainmenu .header-navbar .header-main-nav {
        margin: 0
    }
}

.axil-mainmenu.axil-sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 4;
	background-color: var(--color-white);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	transition: var(--transition);
}

.axil-mainmenu.axil-sticky .mainmenu>li>a {
    height: 80px;
    line-height: 80px
}

.axil-mainmenu.axil-sticky .mainmenu>li>a:before {
    bottom: 20px
}

.header-style-1 {
    background-color: #f9f3f0;
    padding-bottom: 30px
}

.header-style-1 .header-navbar {
    background-color: var(--color-white);
    padding: 0 40px;
    border-radius: 10px
}

@media only screen and (max-width: 1199px) {
    .header-style-1 .header-navbar {
        padding: 0 25px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .header-style-1 .header-navbar {
        padding: 15px 25px
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-navbar {
        padding: 8px 15px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .header-style-1 .mainmenu>li {
        margin: 0 13px
    }
}

.header-style-1 .axil-mainmenu.axil-sticky {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding-top: 10px
}
@media only screen and (max-width: 767px) {
    .header-style-1 .axil-mainmenu.axil-sticky {
        padding-top: 0
    }
}

.header-style-1 .axil-mainmenu.axil-sticky .header-navbar {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1)
}

@media only screen and (max-width: 575px) {
    .header-style-1 .header-brand {
        margin-right: 10px
    }
    
}

.header-style-4 .mainmenu>li>a {
    line-height: 60px;
    height: 60px
}

.header-style-4 .mainmenu>li>a:before {
    bottom: 18px
}

@media only screen and (max-width: 991px) {
    .header-style-5 .axil-mainmenu {
        padding: 15px 0
    }
}

@media only screen and (max-width: 1399px) {
    .header-style-5 .header-navbar .header-main-nav {
        margin: 0 20px
    }
}

@media only screen and (max-width: 1399px)and (max-width: 991px) {
    .header-style-5 .header-navbar .header-main-nav {
        margin: 0
    }
}

@media only screen and (max-width: 1399px) {
    .header-style-5 .mainmenu {
        margin: 0 -18px
    }

    .header-style-5 .mainmenu>li {
        margin: 0 18px
    }
}

.header-style-5 .header-action .axil-search input {
    border: 1px solid #f0f0f0;
    height: 40px
}

.header-style-3 {
    background-color: #f9f3f0
}

.header-style-3 .axil-mainmenu {
    padding: 20px 0;
    position: relative;
    z-index: 2
}

.header-style-3 .axil-mainmenu.axil-sticky {
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    z-index: 4
}

.header-style-3 .axil-mainmenu.axil-sticky .header-navbar {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1)
}

.header-style-3 .header-navbar {
    background-color: var(--color-white);
    padding: 0 20px;
    border-radius: 10px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .header-style-3 .header-navbar {
        padding: 10px 20px
    }
}

@media only screen and (max-width: 767px) {
    .header-style-3 .header-navbar {
        padding: 10px 20px
    }
}

.header-style-3 .header-action {
    display: flex;
    align-items: center
}

.header-style-3 .header-action .header-btn .axil-btn {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500
}

@media only screen and (max-width: 479px) {
    .header-style-3 .header-action .header-btn .axil-btn {
        padding: 12px 20px
    }
}

@media only screen and (max-width: 479px) {
    .header-action {
        margin-top: 4px
    }
}

.header-action>ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 0
}

@media only screen and (max-width: 479px) {
    .header-action>ul {
        margin: 0 -6px
    }
}

.header-action > ul > li {
	margin: 0 20px;
}

@media only screen and (max-width: 479px) {
    .header-action>ul>li {
        margin: 0 5px
    }
}

.header-action>ul>li>a {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-heading);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

@media only screen and (max-width: 479px) {
    .header-action>ul>li>a {
        font-size: 22px
    }
}

.header-action>ul>li>a>i {
    display: inline-block;
    line-height: 0
}

.header-action>ul>li>a::after {
    content: "";
    height: 45px;
    width: 45px;
    background-color: var(--color-secondary);
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: var(--transition)
}

@media only screen and (max-width: 575px) {
    .header-action>ul>li>a::after {
        height: 35px;
        width: 35px
    }
}

.header-action>ul>li>a:focus {
    color: var(--color-heading)
}

.header-action>ul>li>a:hover {
    color: var(--color-white)
}

.header-action>ul>li>a:hover::after {
    transform: scale(1)
}

.header-action>ul>li>a.open {
    color: var(--color-white)
}

.header-action>ul>li>a.open::after {
    transform: scale(1)
}

.header-action .wishlist .wish-count {
    text-align: center;
    background-color: var(--color-primary);
    border: 2px solid var(--color-white);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-white);
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 19px;
    position: absolute;
    top: -12px;
    right: -12px
}
.header-action .shopping-cart .cart-dropdown-btn .cart-count {
    text-align: center;
    background-color: var(--color-primary);
    border: 2px solid var(--color-white);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-white);
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 19px;
    position: absolute;
    top: -12px;
    right: -12px
}

.header-action .my-account {
    position: relative
}

.header-action .my-account .my-account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: var(--shadow-primary);
    list-style: none;
    transform: translateY(30px);
    margin-top: 20px
}

@media only screen and (max-width: 479px) {
    .header-action .my-account .my-account-dropdown {
        right: -30px
    }
}

.header-action .my-account .my-account-dropdown ul {
    list-style: none;
    padding-left: 0
}

.header-action .my-account .my-account-dropdown .title {
    font-size: 12px;
    font-weight: 500
}

.header-action .my-account .my-account-dropdown li {
    margin: 0
}

.header-action .my-account .my-account-dropdown li a {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    display: block
}

.header-action .my-account .my-account-dropdown li:hover>a {
    color: var(--color-primary)
}

.header-action .my-account .my-account-dropdown .login-btn {
    text-align: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px
}

.header-action .my-account .my-account-dropdown .axil-btn {
    padding: 10px 35px;
    width: 100%
}

.header-action .my-account .my-account-dropdown .reg-footer {
    font-size: 12px
}

.header-action .my-account .my-account-dropdown .reg-footer .btn-link {
    margin-left: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-dark);
    position: relative;
    line-height: 1;
    border-bottom: 2px solid #999fae;
    text-decoration: none
}

.header-action .my-account .my-account-dropdown .reg-footer .btn-link:hover {
    color: var(--color-primary);
    border-color: var(--color-primary)
}

.header-action .my-account .my-account-dropdown.open {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(0)
}

.header-action .axil-search {
    position: relative
}

.header-action .axil-search .icon {
    position: absolute;
    left: 15px;
    width: auto;
    padding: 0;
    top: 52%;
    transform: translateY(-50%);
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    font-size: 22px;
    color: var(--color-heading)
}

.header-action .axil-search .icon i {
    display: inline-block;
    line-height: 0
}

.header-action .axil-search input {
    background: var(--color-white);
    color: var(--color-heading);
    border-radius: 6px;
    padding-left: 40px;
    padding-right: 10px;
    max-width: 250px;
    height: 50px;
    opacity: 1;
    font-size: 14px
}





.header-search-modal .card-close {
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: var(--color_black);
    border-radius: 50%;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 1
}

.header-search-modal .card-close:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

@media only screen and (max-width: 991px) {
    .header-search-modal .card-close {
        height: 35px;
        width: 35px;
        font-size: 15px;
        right: 30px;
        top: 12px
    }
}

@media only screen and (max-width: 479px) {
    .header-search-modal .card-close {
        right: 15px;
        top: 14px
    }
}

.header-search-modal .header-search-wrap {
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 40px 30px;
    width: 800px;
    height: 575px;
    max-height: 90vh;
    overflow: auto
}

@media only screen and (max-width: 991px) {
    .header-search-modal .header-search-wrap {
        width: 100%;
        padding: 70px 30px 30px
    }
}

@media only screen and (max-width: 479px) {
    .header-search-modal .header-search-wrap {
        padding: 70px 15px 30px
    }
}

.header-search-modal .card-header {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border-bottom: none
}

.header-search-modal .card-header form {
    padding-bottom: 30px
}

.header-search-modal .card-header .form-control {
    border: 1px solid #f1f1f1;
    border-radius: 6px !important;
    font-size: 15px;
    height: 55px;
    padding: 5px 20px 5px 50px;
    color: var(--color-)
}

.header-search-modal .card-header .form-control:focus {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.header-search-modal .card-header .form-control::placeholder {
    color: var(--color-heading);
    opacity: 1
}

.header-search-modal .card-header .form-control:-ms-input-placeholder {
    color: var(--color-heading)
}

.header-search-modal .card-header .form-control::-ms-input-placeholder {
    color: var(--color-heading)
}

.header-search-modal .card-header .axil-btn {
    width: auto;
    padding: 5px 20px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0);
    margin: 5px;
    border-radius: 6px !important;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none
}

.header-search-modal .card-header .axil-btn:before {
    display: none
}

.header-search-modal .card-header .axil-btn i {
    margin-right: 0;
    color: var(--color-lightest)
}

.header-search-modal .card-header .axil-btn:hover i {
    color: var(--color-heading)
}

.header-search-modal .card-body {
    padding: 0
}

.header-search-modal .search-result-header {
    border-bottom: 1px solid #f6f7fb;
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-search-modal .search-result-header .title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-heading)
}

.header-search-modal .search-result-header .view-all {
    font-size: 14px;
    transition: .3s;
    color: var(--color-heading);
    position: relative
}

.header-search-modal .search-result-header .view-all:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-heading);
    position: absolute;
    bottom: -2px;
    right: 0;
    opacity: 0;
    transition: .5s
}

.header-search-modal .search-result-header .view-all:hover {
    color: var(--color-heading)
}

.header-search-modal .search-result-header .view-all:hover:after {
    width: 100%;
    opacity: 1;
    left: 0
}

.header-search-modal .psearch-results .axil-product-list {
    padding: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 575px) {
    .header-search-modal .psearch-results .axil-product-list {
        display: flex;
        text-align: left;
        align-items: flex-start
    }

    .header-search-modal .psearch-results .axil-product-list .thumbnail {
        margin-bottom: 0;
        margin-right: 15px
    }

    .header-search-modal .psearch-results .axil-product-list .product-rating {
        justify-content: flex-start
    }
}

@media only screen and (max-width: 479px) {
    .header-search-modal .psearch-results .axil-product-list {
        padding: 15px
    }

    .header-search-modal .psearch-results .axil-product-list .thumbnail {
        width: 60px
    }

    .header-search-modal .psearch-results .axil-product-list .product-content .product-title {
        margin-bottom: 4px
    }

    .header-search-modal .psearch-results .axil-product-list .product-content .product-price-variant {
        font-size: 16px
    }

    .header-search-modal .psearch-results .axil-product-list .product-content .rating-icon {
        margin-right: 10px
    }

    .header-search-modal .psearch-results .axil-product-list .product-content .product-rating {
        display: block;
        margin-bottom: 5px
    }

    .header-search-modal .psearch-results .axil-product-list .product-content .product-rating .rating-number {
        margin-left: 0
    }

    .header-search-modal .psearch-results .axil-product-list .product-content .product-cart {
        margin-top: 10px
    }
}

.header-search-modal .psearch-results .axil-product-list:last-child {
    margin-bottom: 0
}

.header-search-modal .psearch-results.show {
    visibility: visible;
    opacity: 1
}

.header-search-modal.open {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s cubic-bezier(0.29, 1.39, 0.86, 1.15)
}

.axil-mainmenu.aside-category-menu {
    background-color: #f7f7f7
}

@media only screen and (max-width: 991px) {
    .axil-mainmenu.aside-category-menu {
        padding: 10px 0
    }
}

.axil-mainmenu.aside-category-menu .header-main-nav {
    margin-right: 0;
    margin-left: 40px
}

@media only screen and (max-width: 991px) {
    .axil-mainmenu.aside-category-menu .header-main-nav {
        margin-left: 0
    }
}

.axil-mainmenu.aside-category-menu .header-nav-department {
    width: 250px
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-nav-department {
        width: auto
    }
}

.axil-mainmenu.aside-category-menu .header-department {
    position: relative
}

.axil-mainmenu.aside-category-menu .header-department .header-department-text {
    font-size: 16px;
    background: var(--color-primary);
    margin-bottom: 0;
    display: flex;
    padding: 17px 30px;
    position: relative
}

@media only screen and (max-width: 991px) {
    .axil-mainmenu.aside-category-menu .header-department .header-department-text {
        padding: 10px 20px;
        border-radius: 6px
    }
}

.axil-mainmenu.aside-category-menu .header-department .header-department-text .icon {
    margin-right: 20px;
    color: var(--color-white);
    font-size: 18px
}

@media only screen and (max-width: 991px) {
    .axil-mainmenu.aside-category-menu .header-department .header-department-text .icon {
        margin-right: 15px
    }
}

@media only screen and (max-width: 479px) {
    .axil-mainmenu.aside-category-menu .header-department .header-department-text .icon {
        display: none
    }
}

.axil-mainmenu.aside-category-menu .header-department .header-department-text .text {
    color: var(--color-white);
    margin: 0;
    cursor: pointer
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    border: 1px solid #f3f3f3;
    padding: 6px 0;
    transition: var(--transition);
    z-index: 5
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-nav-menu {
        position: fixed;
        top: 0;
        left: -260px;
        bottom: 0;
        z-index: 50;
        width: 250px;
        padding: 70px 0 20px;
        height: 100%;
        border-radius: 0
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .sidebar-close {
    font-size: 14px;
    color: var(--color-black);
    position: absolute;
    top: 8px;
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: var(--color-lighter);
    border-radius: 10px;
    display: none
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .sidebar-close:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-nav-menu .sidebar-close {
        display: block
    }
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-menu-list {
        height: 100%;
        overflow: auto
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu>ul>li {
    padding: 0 30px;
    margin: 0;
    position: relative
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu>ul>li:hover .department-megamenu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu>ul>li:hover .department-megamenu .department-submenu {
    opacity: 1;
    transform: translateX(0)
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu>ul>li:hover .department-megamenu .featured-product {
    opacity: 1;
    transform: translateY(0)
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu>ul>li:last-child .nav-link {
    border-bottom: none
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding: 13px 0;
    border-bottom: 1px solid #f3f3f3;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-link {
        font-size: 16px;
        padding: 12px 0
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-link .menu-icon {
    margin-right: 14px;
    position: relative;
    top: -2px
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-link .menu-icon img {
    width: 25px;
    height: auto
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-link.has-megamenu:after {
    content: "";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: #c5c5c5;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: var(--transition)
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-link:hover {
    color: var(--color-heading)
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu .nav-link:hover:after {
    color: var(--color-primary);
    transform: translateY(-50%) rotate(-90deg)
}

.axil-mainmenu.aside-category-menu .header-department .department-nav-menu.open {
    left: 0
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 990px;
    z-index: 3;
    transform: translateX(10px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    margin-left: 1px
}

@media only screen and (max-width: 1320px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu {
        width: 870px
    }
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu {
        position: initial;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
        width: auto;
        display: none;
        transition: initial
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-megamenu-wrap {
    background-color: var(--color-white);
    border-radius: 0 0 24px 0;
    box-shadow: 40px 40px 48px 0px rgba(36, 41, 47, .1);
    padding: 30px;
    display: flex
}

@media only screen and (max-width: 1320px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-megamenu-wrap {
        padding: 15px
    }
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-megamenu-wrap {
        display: block;
        padding: 0;
        box-shadow: none;
        padding: 20px 0
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu-wrap {
    flex: auto;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    border-right: 2px solid #f6f7fb
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
        border: none
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu {
    opacity: 0;
    transform: translateX(10px);
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu {
        opacity: 1;
        transform: translateX(0)
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu:nth-child(1n) {
    transition-delay: .1s
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu:nth-child(2n) {
    transition-delay: .2s
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu:nth-child(3n) {
    transition-delay: .3s
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu .submenu-heading {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 12px
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu .submenu-heading {
        font-size: 16px
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu ul {
    margin-bottom: 30px
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-body);
    padding: 10px 0
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .department-submenu ul li a:hover {
    color: var(--color-primary)
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product {
    padding: 40px 30px 40px 55px;
    max-width: 40%;
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s ease-in-out;
    transition-delay: .4s
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product {
        max-width: 100%;
        opacity: 1;
        transform: translateY(0);
        padding: 0
    }
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product .featured-heading {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 12px
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product .product-list .item-product:nth-child(-n+2) {
    grid-column: span 2
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product .product-list .item-product a {
    overflow: hidden;
    display: block;
    border-radius: 8px
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product .product-list .item-product a img {
    border-radius: 8px;
    transition: .4s ease-in-out
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product .product-list .item-product a:hover img {
    transform: scale(1.1)
}

.axil-mainmenu.aside-category-menu .header-department .department-megamenu .featured-product .axil-btn {
    margin-top: 15px;
    display: block;
    text-align: center
}

.axil-mainmenu.aside-category-menu .mainmenu {
    justify-content: flex-start
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu.aside-category-menu .mainmenu>li {
        margin: 0 20px
    }
}

.axil-mainmenu.aside-category-menu .mainmenu>li:last-child {
    margin-right: 0
}

.axil-mainmenu.aside-category-menu .mainmenu>li>a {
    line-height: 60px;
    height: 60px
}

.axil-mainmenu.aside-category-menu .mainmenu>li>a:before {
    bottom: 18px
}

@media only screen and (max-width: 991px) {
       .header-main-nav .mainmenu-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -250px;
        width: 250px;
        background-color: var(--color-white);
        z-index: 100;
        transition: all .3s ease-in-out;
        padding: 20px 15px 10px;
        visibility: hidden;
        opacity: 0;
    }

    .header-main-nav .mainmenu-nav .mainmenu {
        display: block;
        height: 100%;
        overflow-y: auto;
        margin: 0
    }

    .header-main-nav .mainmenu-nav .mainmenu>li {
        margin: 10px 0 !important;
        transform: translateY(20px);
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .header-main-nav .mainmenu-nav .mainmenu>li>a {
        color: var(--color-body);
        line-height: var(--line-height-b2) !important;
        height: auto !important;
        padding: 5px 0;
        display: inline-block
    }

    .header-main-nav .mainmenu-nav .mainmenu>li>a::before {
        display: none
    }

    .header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children a {
        margin: 0
    }

    .header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children a::after {
        right: -18px;
        top: 4px;
        color: var(--color-body)
    }

    .header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children .axil-submenu {
        display: none;
        position: static;
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
        min-width: auto;
        box-shadow: none;
        padding: 0;
        transition: initial
    }

    .header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children .axil-submenu li a {
        padding: 5px 10px
    }

    .header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children .axil-submenu li a:after {
        display: none
    }

    .header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children .axil-submenu li a:hover {
        color: var(--color-primary);
        background-color: rgba(0, 0, 0, 0)
    }
}

.header-main-nav.open .mainmenu-nav {
    right: 0;
    visibility: visible;
    opacity: 1
}

.header-main-nav.open .mainmenu-nav .mainmenu li {
    transform: translateY(0);
    opacity: 1
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(1n) {
    transition-delay: .3s
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(2n) {
    transition-delay: .4s
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(3n) {
    transition-delay: .5s
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(4n) {
    transition-delay: .6s
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(5n) {
    transition-delay: .7s
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(6n) {
    transition-delay: .8s
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(7n) {
    transition-delay: .9s
}

.header-main-nav.open .mainmenu-nav .mainmenu li:nth-child(8n) {
    transition-delay: 1s
}

.mobile-close-btn {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 19px;
    right: 15px;
    height: 35px;
    width: 35px;
    background-color: var(--color-lighter);
    border-radius: 40px;
    color: var(--color-dark);
    font-size: 12px
}

@media only screen and (min-width: 992px) {
    .mobile-close-btn {
        display: none
    }
}

.mobile-close-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.mobile-nav-brand {
    margin-bottom: 30px
}

.mobile-nav-brand img {
    max-height: 35px
}

@media only screen and (min-width: 992px) {
    .mobile-nav-brand {
        display: none
    }
}

.axil-mobile-toggle {
    margin-left: 30px
}

@media only screen and (min-width: 992px) {
    .axil-mobile-toggle {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .axil-mobile-toggle {
        margin-left: 18px
    }
}

.axil-mobile-toggle .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    color: var(--color-heading);
    font-size: 23px
}

@media only screen and (max-width: 479px) {
    .axil-mobile-toggle .menu-btn {
        font-size: 22px
    }
}

.axil-mobile-toggle .menu-btn i {
    display: inline-block;
    line-height: 0
}

.axil-mobile-toggle .menu-btn:after {
    content: "";
    height: 40px;
    width: 40px;
    background: var(--color-secondary);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transform: scale(0);
    transition: var(--transition)
}

@media only screen and (max-width: 575px) {
    .axil-mobile-toggle .menu-btn:after {
        height: 35px;
        width: 35px
    }
}

.axil-mobile-toggle .menu-btn:hover {
    color: var(--color-white)
}

.axil-mobile-toggle .menu-btn:hover:after {
    transform: scaleX(1)
}

.header-mobile-brand img {
    width: 150px
}

@media only screen and (max-width: 991px) {
    .mainmenu-nav {
        display: none
    }
}

.mainmenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -24px
}

@media only screen and (max-width: 1199px) {
    .mainmenu {
        margin: 0 -15px
    }
}

.mainmenu>li {
    margin: 0 24px
}

@media only screen and (max-width: 1199px) {
    .mainmenu>li {
        margin: 0 15px
    }
}

.mainmenu>li>a {
    color: var(--color-heading);
    font-weight: 700;
    font-size: 15px;
    font-family: var(--font-primary);
    line-height: 80px;
    height: 80px;
    display: block;
    position: relative;
    transition: var(--transition)
}

.mainmenu>li>a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 29px;
    left: 0;
    opacity: 0;
    transition: .5s
}

.mainmenu>li>a:hover {
    color: var(--color-black)
}

.mainmenu>li>a:hover::before {
    opacity: 1;
    width: 100%
}

.mainmenu>li>a.active {
    color: var(--color-black)
}

.mainmenu>li>a.active:before {
    width: 100%;
    opacity: 1
}

.mainmenu>.menu-item-has-children {
    position: relative
}

.mainmenu>.menu-item-has-children>a {
    position: relative;
    margin-right: 15px
}

.mainmenu>.menu-item-has-children>a::after {
    content: "";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: #c6c6c6;
    font-size: 16px;
    position: absolute;
    top: 1px;
    right: -14px
}

.mainmenu>.menu-item-has-children.menu-item-open>a:before {
    width: 100%;
    opacity: 1
}

.mainmenu>.menu-item-has-children .axil-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 4px;
    box-shadow: var(--shadow-primary);
    transition: all .3s ease-in-out;
    list-style: none;
    pointer-events: none
}

.mainmenu>.menu-item-has-children .axil-submenu li {
    margin: 0
}

.mainmenu>.menu-item-has-children .axil-submenu li a {
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--color-heading);
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 4px;
    display: block;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-secondary)
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active {
    color: var(--color-secondary)
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active:hover {
    color: var(--color-secondary)
}

.mainmenu>.menu-item-has-children:hover .axil-submenu {
    top: 90%;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    pointer-events: all
}
.mainmenu .menu-item-has-children.has_child{
	position:relative;
}
.mainmenu .menu-item-has-children.has_child:after {
    position: absolute;
    content: '';
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 20px solid transparent;
    top: -5px;
    right: -22px;
}


.mainmenu .menu-item-has-children.has_child .axil-submenu {
    display: none;
    transition: all .5s cubic-bezier(0.55, 0, 0.1, 1);
}

.mainmenu .menu-item-has-children.has_child:hover .axil-submenu {
    opacity: 1;
    display: block;
    transition: all .5s cubic-bezier(0.55, 0, 0.1, 1);
    left: 100%;
    top: 0;
    margin-left: 10px;
}

.header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children .axil-submenu .has_child.open .child_title {
    color: var(--bs-code-color);
}

.header-main-nav .mainmenu-nav .mainmenu>li.menu-item-has-children .axil-submenu .has_child.open .child_title {
    color: var(--bs-body-bg);
    background-color: var(--bs-orange);
}

@media(max-width:767px){
.mainmenu .menu-item-has-children.has_child:after {
    position: absolute;
    content: '';
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fd7e14;
    top: 3px;
    left: 65%;
    transform: rotate(45deg);
    right: auto;
}
}

.cart-dropdown {
    position: fixed;
    right: -600px;
    top: 0;
    bottom: 0;
    z-index: 101;
    transition: all .5s cubic-bezier(0.55, 0, 0.1, 1)
}




@media only screen and (max-width: 767px) {



    .cart-dropdown {
        width: 100%;
        right: -100%
    }
}

.cart-dropdown .cart-content-wrap {
    background-color: var(--color-white);
    padding: 60px 50px;
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto
}

@media only screen and (max-width: 767px) {
    .cart-dropdown .cart-content-wrap {
        width: 100%;
        padding: 30px
    }
}

@media only screen and (max-width: 479px) {
    .cart-dropdown .cart-content-wrap {
        padding: 30px 15px
    }
}

.cart-dropdown .cart-content-wrap::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px
}

.cart-dropdown .cart-content-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    transition: .5s
}

.cart-dropdown .cart-content-wrap::-webkit-scrollbar-thumb {
    background: var(--color-lightest);
    border-radius: 10px;
    transition: .5s
}

.cart-dropdown .cart-content-wrap::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary)
}

.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f6f7fb;
    padding-bottom: 18px
}

.cart-dropdown .cart-header .header-title {
    font-size: 26px;
    color: #27272e;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .cart-dropdown .cart-header .header-title {
        font-size: 24px
    }
}

.cart-dropdown .cart-header .cart-close {
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: var(--color_black);
    border-radius: 50%
}

.cart-dropdown .cart-header .cart-close:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.cart-dropdown .cart-body {
    padding: 30px 0;
    flex: auto
}

.cart-dropdown .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #f6f7fb;
    padding-bottom: 30px
}

@media only screen and (max-width: 479px) {
    .cart-dropdown .cart-item {
        align-items: flex-start
    }
}

.cart-dropdown .cart-item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.cart-dropdown .cart-item .item-img {
    margin-right: 30px;
    position: relative
}

@media only screen and (max-width: 479px) {
    .cart-dropdown .cart-item .item-img {
        margin-right: 15px
    }
}

.cart-dropdown .cart-item .item-img a {
    display: block;
    background-color: #f6f7fb;
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .cart-dropdown .cart-item .item-img a {
        width: 70px
    }
}

.cart-dropdown .cart-item .item-img a img {
    border-radius: 10px;
    height: 100px;
    width: 100px;
    object-fit: cover
}

.cart-dropdown .cart-item .item-img .close-btn {
    height: 31px;
    width: 31px;
    background-color: #f6f7fb;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    font-size: 12px;
    color: var(--color-black);
    position: absolute;
    top: -15px;
    left: -10px;
    transition: all .3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .cart-dropdown .cart-item .item-img .close-btn {
        height: 25px;
        width: 25px;
        font-size: 10px
    }
}

.cart-dropdown .cart-item .item-img .close-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.cart-dropdown .cart-item .item-content {
    flex: 1;
    position: relative;
    padding-right: 110px
}

@media only screen and (max-width: 479px) {
    .cart-dropdown .cart-item .item-content {
        padding-right: 0
    }
}

.cart-dropdown .cart-item .product-rating {
    margin-bottom: 14px;
    font-size: 10px;
    transition: var(--transition)
}

.cart-dropdown .cart-item .product-rating i {
    color: #ffdc60
}

.cart-dropdown .cart-item .product-rating .rating-number {
    margin-left: 5px;
    font-weight: 500
}

.cart-dropdown .cart-item .item-title {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 767px) {
    .cart-dropdown .cart-item .item-title {
        font-size: 16px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 479px) {
    .cart-dropdown .cart-item .item-title {
        margin-bottom: 5px
    }
}

.cart-dropdown .cart-item .item-price {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: var(--color-black)
}

@media only screen and (max-width: 767px) {
    .cart-dropdown .cart-item .item-price {
        font-size: 16px;
        margin-top: 10px
    }
}

.cart-dropdown .cart-item .item-quantity {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    justify-content: flex-end
}

@media only screen and (max-width: 479px) {
    .cart-dropdown .cart-item .item-quantity {
        position: initial;
        transform: translateY(0);
        justify-content: flex-start;
        margin-top: 8px
    }
}

.cart-dropdown .cart-item .item-quantity .qtybtn {
    text-align: center;
    height: 26px;
    width: 26px;
    line-height: 20px;
    font-size: 18px;
    color: var(--color-black);
    background-color: #f6f7fb;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.cart-dropdown .cart-item .item-quantity .qtybtn:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.cart-dropdown .cart-item .item-quantity .quantity-input {
    font-size: 16px;
    font-weight: 600;
    color: #27272e;
    height: 26px;
    width: 30px;
    border: none;
    text-align: center;
    padding: 0
}

.cart-dropdown .cart-item .item-quantity input::-webkit-outer-spin-button,
.cart-dropdown .cart-item .item-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart-dropdown .cart-item .item-quantity input[type=number] {
    -moz-appearance: textfield
}

.cart-dropdown .cart-footer {
    border-top: 2px solid #f6f7fb
}

.cart-dropdown .cart-footer .cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0 30px;
    color: var(--color-black);
    font-size: 20px
}

.cart-dropdown .cart-footer .cart-subtotal .subtotal-amount {
    font-weight: 700
}

.cart-dropdown .cart-footer .group-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px
}

@media only screen and (max-width: 575px) {
    .cart-dropdown .cart-footer .group-btn {
        display: block
    }
}

.cart-dropdown .cart-footer .group-btn .axil-btn {
    text-align: center
}

.cart-dropdown .cart-footer .group-btn .axil-btn:hover:before {
    transform: scale(1.05)
}

@media only screen and (max-width: 575px) {
    .cart-dropdown .cart-footer .group-btn .axil-btn {
        display: block;
        margin-bottom: 10px
    }
}

.cart-dropdown.open {
    right: 0
}

body.open .closeMask {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    transition: .3s;
}

.category-select {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.category-select .single-select {
    color: var(--color-dark);
    width: auto;
    margin: 10px;
    padding-right: 43px;
    background: url(../images/icons/arrow-icon2.png) 85% center no-repeat rgba(0, 0, 0, 0);
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: var(--font-size-b1);
    border: 2px solid var(--color-light)
}

@media only screen and (max-width: 767px) {
    .category-select .single-select {
        width: 100%;
        background-position-x: 95%
    }
}

.axil-product {
    position: relative
}

@media only screen and (max-width: 575px) {
    .axil-product {
        text-align: center
    }
}

.axil-product>.thumbnail {
    position: relative;
    display: block
}

.axil-product>.thumbnail>a {
    display: block;
    background-color: #f7f7f7;
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.axil-product>.thumbnail>a img {
    border-radius: 6px;
    width: 100%;
    transition: .3s;
	opacity:1
}


.axil-product.product-style-two >.thumbnail>a img {
    padding-top: 35px;
    box-shadow: 0 0 0 39px #f0f0f0;
}

.axil-product>.thumbnail>a .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.axil-product>.thumbnail .label-block {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2
}

.axil-product>.thumbnail .label-block .product-badget {
    background-color: var(--color-primary);
    line-height: 1;
    padding: 6px 10px 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(53, 119, 240, .3)
}

.axil-product>.thumbnail .label-block.label-right {
    left: auto;
    right: -10px
}

.axil-product .sub-title {
    margin-bottom: 10px
}

.axil-product .product-content {
    margin-top: 25px;
    position: relative;
    margin-bottom: 30px
}

.axil-product .product-content .product-rating {
    margin-bottom: 10px;
    font-size: 13px;
    transition: var(--transition)
}

.axil-product .product-content .product-rating i {
    color: #ffdc60
}

.axil-product .product-content .product-rating .rating-number {
    margin-left: 5px;
    font-weight: 500
}

.axil-product .product-content .inner {
    transition: .3s
}

.axil-product .product-content .sub-title {
    transition: var(--transition)
}

.axil-product .product-content .title {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: var(--transition)
}

.axil-product .product-content .title a {
    transition: .3s
}

.axil-product .product-content .product-price-variant {
    margin: -4px;
    transition: var(--transition);
    transition-delay: .1s
}

@media only screen and (max-width: 575px) {
    .axil-product .product-content .product-price-variant {
        justify-content: center
    }
}

.axil-product .product-content .product-price-variant span.price {
    margin: 4px;
    color: var(--color-heading);
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-secondary)
}

.axil-product .product-content .product-price-variant span.price.old-price {
    color: #d6d6d6;
    text-decoration: line-through;
    margin-left: 0
}

.axil-product .product-hover-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.axil-product .cart-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -5px
}

.axil-product .cart-action li {
    margin: 5px
}

.axil-product .cart-action li.wishlist a,
.axil-product .cart-action li.quickview a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 4px;
    background-color: var(--color-white);
    display: block;
    text-align: center;
    transition: .3s;
    position: relative;
    font-size: 14px;
    color: var(--color-heading);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1
}

.axil-product .cart-action li.wishlist a:before,
.axil-product .cart-action li.quickview a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-white);
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.axil-product .cart-action li.wishlist a i,
.axil-product .cart-action li.quickview a i {
    transition: all .3s ease-in-out
}

.axil-product .cart-action li.wishlist a:hover:before,
.axil-product .cart-action li.quickview a:hover:before {
    transform: scale(1.2)
}

.axil-product .cart-action li.wishlist a:hover i,
.axil-product .cart-action li.quickview a:hover i {
    animation: btnIconSlide 400ms
}

.axil-product .cart-action li.select-option a {
    position: relative;
    height: 40px;
    line-height: 39px;
    padding: 0 18px;
    display: block;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-white);
    background-color: var(--color-secondary);
    transition: .3s;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1
}

.axil-product .cart-action li.select-option a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-secondary);
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.axil-product .cart-action li.select-option a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.axil-product .cart-action li.select-option a:hover:before {
    transform: scale(1.1)
}

.axil-product:hover .thumbnail a img {
    transform: scale(1.1)
}

.axil-product:hover .thumbnail a .hover-img {
    visibility: visible;
    opacity: 1
}

.axil-product:hover .product-hover-action {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    transition-delay: .2s
}

.axil-product.product-style-two {
    text-align: center
}

.axil-product.product-style-two .product-content .color-variant,
.axil-product.product-style-two .product-content .product-price-variant {
    justify-content: center;
    margin-top: 0
}

.axil-product.product-style-two .product-content .color-variant {
    margin-bottom: 10px
}

.axil-product.product-style-two .product-content .product-price-variant {
    margin-bottom: 15px
}

.axil-product.product-style-two .thumbnail a {
    width: 276px;
    height: 276px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .axil-product.product-style-two .thumbnail a {
        width: 200px;
        height: 200px
    }
}

@media only screen and (max-width: 575px) {
    .axil-product.product-style-two .thumbnail a {
        width: 250px;
        height: 250px
    }
}

.axil-product.product-style-two .product-hover-action {
    position: initial;
    visibility: visible;
    opacity: 1
}

.axil-product.product-style-four {
    text-align: center
}

.axil-product.product-style-four .product-content .product-price-variant {
    justify-content: center
}

.axil-product.product-style-four .product-content .color-variant {
    justify-content: center
}

.axil-product.product-style-five {
    border-radius: 6px;
    text-align: center
}

.axil-product.product-style-five .thumbnail a {
    border-radius: 6px 6px 0 0
}

.axil-product.product-style-five .thumbnail a img {
    border-radius: 6px 6px 0 0
}

.axil-product.product-style-five .product-content {
    padding: 25px 30px 30px;
    margin: 0;
    background-color: var(--color-white)
}

.axil-product.product-style-five .product-content .cart-action {
    padding-top: 10px
}

.axil-product.product-style-six {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: .3s
}

@media only screen and (max-width: 575px) {
    .axil-product.product-style-six {
        text-align: left
    }
}

.axil-product.product-style-six .thumbnail a {
    border-radius: 6px 6px 0 0
}

.axil-product.product-style-six .thumbnail a img {
    border-radius: 6px 6px 0 0;
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1)
}

.axil-product.product-style-six .product-content {
    margin: 0;
    padding: 35px 30px 30px;
    z-index: 1
}

.axil-product.product-style-six .product-content .product-price-variant {
    position: absolute;
    top: -57px;
    right: 25px;
    z-index: -1;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(25px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    padding: 5px 15px;
    border-radius: 6px
}

.axil-product.product-style-six .product-content .product-price-variant span.price {
    font-size: 18px;
    color: var(--color-white)
}

.axil-product.product-style-six .product-content .title {
    margin-bottom: 15px
}

.axil-product.product-style-six .product-content .product-hover-action {
    position: initial;
    opacity: 1;
    visibility: visible
}

.axil-product.product-style-six .product-content .product-hover-action .cart-action {
    justify-content: flex-start
}

.axil-product.product-style-six .product-content .product-hover-action .cart-action li.select-option a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #efefef;
    color: var(--color-heading);
    box-shadow: none
}

.axil-product.product-style-six .product-content .product-hover-action .cart-action li.select-option a:before {
    display: none
}

.axil-product.product-style-six .product-content .product-hover-action .cart-action li.select-option a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary)
}

.axil-product.product-style-six:hover {
    box-shadow: var(--shadow-dark);
    border-color: var(--color-white)
}

.axil-product.product-style-six:hover .thumbnail img {
    transform: scale(1.3)
}

.axil-product.product-style-seven:before {
    content: "";
    height: 70%;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s
}

.axil-product.product-style-seven .product-content {
    margin: 0;
    padding: 40px 30px 0;
    position: relative
}

.axil-product.product-style-seven .product-content .cart-btn {
    position: absolute;
    top: -20px;
    right: 20px
}

.axil-product.product-style-seven .product-content .cart-btn a {
    display: inline-block;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 46px;
    background-color: var(--color-lighter);
    border: 2px solid var(--color-white);
    color: var(--color-heading);
    font-size: 18px;
    border-radius: 50%;
    transition: .3s;
    box-shadow: 0 16px 32px 0 rgba(103, 103, 103, .06)
}

.axil-product.product-style-seven .product-content .cart-btn a:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 8px 16px 0 rgba(53, 119, 240, .3)
}

.axil-product.product-style-seven .product-content .product-rating {
    margin-bottom: 0;
    margin-top: 10px
}

.axil-product.product-style-seven .product-content .title {
    font-size: 20px;
    color: var(--color-heading)
}

.axil-product.product-style-seven .product-content .product-price-variant .price {
    font-size: 16px
}

.axil-product.product-style-seven .thumbnail a {
    background-color: rgba(0, 0, 0, 0);
    overflow: visible
}

.axil-product.product-style-seven:hover .thumbnail img {
    transform: scale(0.9)
}

.color-variant {
    margin: -5px -2px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 575px) {
    .color-variant {
        justify-content: center
    }
}

.color-variant li {
    margin: 5px 2px;
    cursor: pointer
}

.color-variant li>span {
    border: 2px solid rgba(0, 0, 0, 0);
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition)
}

.color-variant li>span .color {
    display: block;
    width: 9px;
    height: 9px;
    line-height: 1;
    border-radius: 50%;
    border: none
}

.color-variant li.color-extra-01 span .color {
    background: #ff8666
}

.color-variant li.color-extra-01.active span {
    border-color: #ff8666
}

.color-variant li.color-extra-02 span .color {
    background: #ff497c
}

.color-variant li.color-extra-02.active span {
    border-color: #ff497c
}

.color-variant li.color-extra-03 span .color {
    background: #8d6abe
}

.color-variant li.color-extra-03.active span {
    border-color: #8d6abe
}

.color-variant li.color-extra-04 span .color {
    background: #896ba7
}

.color-variant li.color-extra-04.active span {
    border-color: #896ba7
}

.color-variant li.color-extra-05 span .color {
    background: #dbdeff
}

.color-variant li.color-extra-05.active span {
    border-color: #dbdeff
}

.color-variant li.color-extra-06 span .color {
    background: #badeff
}

.color-variant li.color-extra-06.active span {
    border-color: #badeff
}

.color-variant li.color-extra-07 span .color {
    background: #dfbf9b
}

.color-variant li.color-extra-07.active span {
    border-color: #dfbf9b
}

.color-variant li.color-extra-08 span .color {
    background: #badeff
}

.color-variant li.color-extra-08.active span {
    border-color: #badeff
}

.color-variant li.color-extra-09 span .color {
    background: #dbdeff
}

.color-variant li.color-extra-09.active span {
    border-color: #dbdeff
}

.color-variant li.color-extra-10 span .color {
    background: #dbf8ff
}

.color-variant li.color-extra-10.active span {
    border-color: #dbf8ff
}

.color-variant li.color-extra-11 span .color {
    background: #ffeddc
}

.color-variant li.color-extra-11.active span {
    border-color: #ffeddc
}

.range-variant {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
    padding-left: 0
}

.range-variant li {
    border: 2px solid #f6f7fb;
    background: #fff;
    padding: 5px 13px;
    border-radius: 30px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    margin: 5px;
    cursor: pointer;
    transition: .3s
}

@media only screen and (max-width: 767px) {
    .range-variant li {
        font-size: 15px
    }
}

.range-variant li.active {
    border-color: #656973
}

.range-variant li:hover {
    border-color: #656973
}

.axil-product-list {
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: var(--transition)
}

@media only screen and (max-width: 767px) {
    .axil-product-list {
        padding: 30px
    }
}

@media only screen and (max-width: 575px) {
    .axil-product-list {
        display: block;
        text-align: center
    }
}

.axil-product-list .thumbnail {
    margin-right: 30px
}

@media only screen and (max-width: 575px) {
    .axil-product-list .thumbnail {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.axil-product-list .thumbnail a {
    background-color: #f7f7f7;
    border-radius: 6px;
    display: block;
    transition: var(--transition);
    overflow: hidden
}

.axil-product-list .thumbnail img {
    border-radius: 6px;
    transition: var(--transition)
}

.axil-product-list .product-content {
    flex: 1;
    position: relative;
    padding-right: 60px
}

@media only screen and (max-width: 575px) {
    .axil-product-list .product-content {
        margin: 0;
        padding: 0
    }
}

.axil-product-list .product-content .product-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--color-body)
}

.axil-product-list .product-content .product-title a {
    transition: var(--transition)
}

.axil-product-list .product-content .product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px
}

@media only screen and (max-width: 575px) {
    .axil-product-list .product-content .product-rating {
        justify-content: center
    }
}

.axil-product-list .product-content .product-rating .rating-number {
    font-weight: 500;
    margin-left: 10px;
    display: inline-block
}

.axil-product-list .product-content .product-rating .rating-number span {
    font-weight: 700;
    color: var(--color-heading)
}

.axil-product-list .product-content .product-rating .rating-icon {
    color: #ffa800
}

.axil-product-list .product-content .product-price-variant {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-heading)
}

.axil-product-list .product-content .product-price-variant .price.old-price {
    color: #d6d6d6;
    text-decoration: line-through;
    margin-left: 10px
}

.axil-product-list .product-content .product-cart {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@media only screen and (max-width: 575px) {
    .axil-product-list .product-content .product-cart {
        position: inherit;
        transform: translateY(0);
        margin-top: 20px
    }
}

.axil-product-list .product-content .product-cart .cart-btn {
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #efefef;
    border-radius: 6px;
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    margin-bottom: 10px
}

@media only screen and (max-width: 575px) {
    .axil-product-list .product-content .product-cart .cart-btn {
        margin: 0 5px;
        display: inline-block
    }
}

.axil-product-list .product-content .product-cart .cart-btn:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.axil-product-list:hover {
    border-color: var(--color-white);
    box-shadow: var(--shadow-dark)
}

.axil-product-list:hover .thumbnail img {
    transform: scale(1.1)
}

.axil-product-list.product-list-style-2 {
    padding: 20px
}

@media only screen and (max-width: 575px) {
    .axil-product-list.product-list-style-2 {
        padding: 30px
    }
}

.axil-product-list.product-list-style-2 .thumbnail {
    margin-right: 20px;
    max-width: 120px;
    overflow: hidden;
    border-radius: 6px
}

@media only screen and (max-width: 575px) {
    .axil-product-list.product-list-style-2 .thumbnail {
        margin: 0 auto 20px
    }
}

.axil-product-list.product-list-style-2 .thumbnail img {
    transition: .5s
}

.axil-product-list.product-list-style-2 .product-content {
    padding: 0
}

.axil-product-list.product-list-style-2 .product-cart {
    position: initial;
    transform: translateY(0);
    margin-top: 10px
}

.axil-product-list.product-list-style-2 .product-cart .cart-btn {
    height: auto;
    width: auto;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px
}

.axil-product-list.product-list-style-2:hover img {
    transform: scale(1.15)
}

.verified-icon {
    color: #2081e2;
    font-size: 14px;
    padding-left: 2px
}

.product-transparent-layout .slick-list {
    margin-top: -20px
}

.product-transparent-layout .slick-single-layout {
    margin-top: 20px
}

.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.product_list_widget li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px
}

.product_list_widget li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.product_list_widget li a {
    display: block
}

.product_list_widget li .thumbnail {
    width: 120px;
    margin-right: 20px;
    min-width: 120px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 6px
}

@media only screen and (max-width: 479px) {
    .product_list_widget li .thumbnail {
        width: 90px;
        min-width: 90px
    }
}

.product_list_widget li .thumbnail a {
    overflow: hidden
}

.product_list_widget li .thumbnail img {
    border-radius: 6px;
    transition: .3s
}

.product_list_widget li .title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px
}

@media only screen and (max-width: 479px) {
    .product_list_widget li .title {
        font-size: 15px
    }
}

.product_list_widget li .content {
    flex: 1
}

.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 17px;
    line-height: 28px;
    color: var(--color-heading);
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .product_list_widget li .woocommerce-Price-amount.amount {
        font-size: 18px
    }
}

.product_list_widget li .woocommerce-Price-amount.amount del {
    padding-right: 8px;
    color: #d6d6d6
}

.product_list_widget li:hover .thumbnail img {
    transform: scale(1.1)
}

.btn-load-more {
    min-width: 250px
}

.filter-results {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 20px 0 10px
}

@media only screen and (max-width: 767px) {
    .filter-results {
        margin: 10px
    }
}

.product-filter-mobile {
    position: relative;
    width: auto;
    margin-top: 10px;
    padding: 0;
    border-radius: 6px;
    font-size: var(--font-size-b2);
    color: var(--color-dark);
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0)
}

.product-filter-mobile:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0
}

.product-filter-mobile i {
    margin-right: 6px
}

@media only screen and (max-width: 767px) {
    .product-filter-mobile {
        margin-top: 20px
    }
}

.product-filter-mobile:hover {
    color: var(--color-primary)
}

.axil-shop-sidebar {
    padding-right: 20px;
    position: relative
}

@media only screen and (max-width: 991px) {
    .axil-shop-sidebar {
        padding-right: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 280px;
        background-color: var(--color-white);
        z-index: 100;
        padding: 100px 20px 50px;
        overflow-y: auto;
        transition: all .4s ease-in-out
    }
}

.axil-shop-sidebar .toggle-list {
    position: relative;
    padding-bottom: 40px
}

.axil-shop-sidebar .toggle-list.active .title::before {
    content: ""
}

.axil-shop-sidebar .toggle-list.active .title::after {
    width: 100%
}

.axil-shop-sidebar .title {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-dark);
    border-bottom: 2px solid var(--color-light);
    padding-bottom: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative
}

.axil-shop-sidebar .title::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    pointer-events: none
}

.axil-shop-sidebar .title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: .3s
}

.axil-shop-sidebar .product-categories ul {
    margin: -5px 0
}

.axil-shop-sidebar .product-categories ul li {
    margin: 0;
    font-size: var(--font-size-b2);
    font-weight: var(--s-medium);
    padding: 6px 0
}

.axil-shop-sidebar .product-categories ul li a {
    position: relative;
    padding-left: 28px;
    color: var(--color-body)
}

.axil-shop-sidebar .product-categories ul li a::before {
    content: "";
    height: 16px;
    width: 16px;
    line-height: 15px;
    text-align: center;
    border: 1px solid var(--color-body);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    transition: var(--transition)
}

.axil-shop-sidebar .product-categories ul li.current-cat a::before,
.axil-shop-sidebar .product-categories ul li.chosen a::before {
    content: "";
    font-family: var(--font-awesome);
    font-size: 8px;
    font-weight: 700;
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.axil-shop-sidebar .product-color ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.axil-shop-sidebar .product-color li {
    margin: 0 8px 8px 0;
    height: 30px;
    width: 30px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center
}

.axil-shop-sidebar .product-color li.chosen {
    border: 2px solid #906145
}

.axil-shop-sidebar .product-color li a {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%
}

.axil-shop-sidebar .product-color li a.color-extra-01 {
    background: #906145
}

.axil-shop-sidebar .product-color li a.color-extra-02 {
    background: #fab8c4
}

.axil-shop-sidebar .product-color li a.color-extra-03 {
    background: #ffdc60
}

.axil-shop-sidebar .product-color li a.color-extra-04 {
    background: #896ba7
}

.axil-shop-sidebar .product-color li a.color-extra-05 {
    background: #dbdeff
}

.axil-shop-sidebar .product-color li a.color-extra-06 {
    background: #badeff
}

.axil-shop-sidebar .product-color li a.color-extra-07 {
    background: #dfbf9b
}

.axil-shop-sidebar .product-color li a.color-extra-08 {
    background: #badeff
}

.axil-shop-sidebar .product-color li a.color-extra-09 {
    background: #dbdeff
}

.axil-shop-sidebar .product-color li a.color-extra-10 {
    background: #dbf8ff
}

.axil-shop-sidebar .product-color li a.color-extra-11 {
    background: #ffeddc
}

.axil-shop-sidebar .product-size li {
    display: inline-block;
    margin: 0 5px 10px 0
}

.axil-shop-sidebar .product-size li a {
    border: 2px solid #f6f7fb;
    background: #fff;
    padding: 5px 13px;
    border-radius: 30px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-b2);
    color: var(--color-body)
}

.axil-shop-sidebar .product-size li.chosen a {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-white)
}

.axil-shop-sidebar .product-price-range li {
    display: inline-block;
    margin: 0 15px 0 0
}

.axil-shop-sidebar .product-price-range li a {
    border: 2px solid #f6f7fb;
    background: #fff;
    padding: 5px 13px;
    border-radius: 30px;
    min-width: 50px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: var(--font-size-b2);
    color: var(--color-body)
}

.axil-shop-sidebar .product-price-range li.chosen a {
    border-color: var(--color-body)
}

.axil-shop-sidebar .product-price-range .input-range,
.axil-shop-sidebar .product-price-range .amount-range {
    color: var(--color-heading);
    font-size: var(--font-size-b2)
}

.axil-shop-sidebar .axil-btn.btn-outline {
    width: auto;
    color: var(--color-body)
}

.axil-shop-sidebar .filter-close-btn {
    position: absolute;
    top: 15px;
    left: 20px;
    height: 30px;
    width: 30px;
    background-color: var(--color-lighter);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px
}

.axil-shop-sidebar.open {
    left: 0
}

.product-area {
    border-bottom: 2px solid var(--color-lighter)
}

@media only screen and (max-width: 767px) {
    .product-area.pb--80 {
        padding-bottom: 60px !important
    }
}

@media only screen and (max-width: 767px) {
    .product-area.pb--50 {
        padding-bottom: 30px !important
    }
}

.axil-new-arrivals-product-area.fullwidth-container {
    margin-left: calc((100% - 1320px)/2);
    overflow: hidden
}

@media only screen and (max-width: 1349px) {
    .axil-new-arrivals-product-area.fullwidth-container {
        margin-left: auto
    }
}

.axil-new-arrivals-product-area.fullwidth-container .slick-list {
    overflow: visible
}

@media only screen and (max-width: 1349px) {
    .axil-new-arrivals-product-area.fullwidth-container .slick-list {
        overflow: hidden
    }
}

@media only screen and (max-width: 767px) {
    .axil-new-arrivals-product-area.flash-sale-area .arrow-top-slide .slide-arrow {
        top: -180px
    }
}

@media only screen and (max-width: 575px) {
    .product-slide-mobile .axil-product {
        text-align: left;
        display: inline-block;
        width: 270px
    }

    .product-slide-mobile .axil-product .product-content .product-price-variant {
        justify-content: flex-start
    }

    .product-slide-mobile .axil-product .product-content .color-variant {
        justify-content: flex-start
    }
}

.product-isotope-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 1199px) {
    .product-isotope-heading {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 1199px) {
    .product-isotope-heading .section-title-wrapper {
        margin-bottom: 30px;
        padding-right: 0
    }
}

.product-isotope-heading .section-title-wrapper .title {
    margin-bottom: 0
}

.isotope-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px
}

.isotope-button button {
    margin: 5px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-heading);
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    transition: .3s;
    width: auto
}

.isotope-button button:after {
    content: "";
    transform: scale(0.7) perspective(1px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s;
    background-color: var(--color-lighter);
    border-radius: 6px;
    z-index: -1
}

.isotope-button button:hover:after {
    transform: scale(1.035) perspective(1px);
    opacity: 1
}

.isotope-button button.is-checked {
    color: var(--color-white)
}

.isotope-button button.is-checked:after {
    transform: scale(1.035) perspective(1px);
    opacity: 1;
    background-color: var(--color-primary)
}

.single-product-thumbnail.thumbnail-badge .thumbnail {
    padding-right: 45px;
    position: relative
}

@media only screen and (max-width: 575px) {
    .single-product-thumbnail.thumbnail-badge .thumbnail {
        padding-right: 20px
    }
}

.single-product-thumbnail.thumbnail-badge .thumbnail .label-block {
    position: absolute;
    top: 30px
}

.single-product-thumbnail.thumbnail-badge .thumbnail .label-block.label-right {
    right: 0
}

.single-product-thumbnail.thumbnail-badge .thumbnail .label-block .product-badget {
    background-color: var(--color-primary);
    line-height: 1;
    padding: 6px 10px 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px
}

.single-product-thumbnail .thumbnail img {
    width: 100%;
    border-radius: 6px
}

.single-product-thumbnail:hover .thumbnail a img {
    transform: scale(1)
}

.single-product-content .inner .product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 2px solid #f6f7fb
}

.single-product-content .inner .product-rating .star-rating {
    margin-right: 8px;
    font-size: 14px;
    color: #ffdc60
}

.single-product-content .inner .product-rating .review-link a {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-body);
    transition: var(--transition)
}

.single-product-content .inner .product-rating .review-link a:hover {
    color: var(--color-heading)
}

.single-product-content .inner .product-title {
    margin-bottom: 18px;
    color: var(--color-dark)
}

.single-product-content .inner .price-amount {
    font-weight: 500;
    font-size: 24px;
    font-family: var(--font-secondary);
    display: block;
    margin-bottom: 20px;
    color: var(--color-black)
}

@media only screen and (max-width: 767px) {
    .single-product-content .inner .price-amount {
        font-size: 20px
    }
}

.single-product-content .inner .price-amount.price-offer-amount {
    display: flex;
    align-items: center;
    margin: 0 -10px 20px
}

@media only screen and (max-width: 479px) {
    .single-product-content .inner .price-amount.price-offer-amount {
        margin: 0 -4px 20px
    }
}

.single-product-content .inner .price-amount.price-offer-amount span {
    display: inline-block;
    margin: 0 10px
}

@media only screen and (max-width: 479px) {
    .single-product-content .inner .price-amount.price-offer-amount span {
        margin: 0 4px
    }
}

.single-product-content .inner .price-amount.price-offer-amount .old-price {
    color: var(--color-body);
    text-decoration: line-through
}

.single-product-content .inner .price-amount.price-offer-amount .offer-badge {
    background-color: var(--color-chart03);
    height: 48px;
    line-height: 40px;
    padding: 5px 20px;
    font-size: 16px;
    color: var(--color-white);
    border-radius: 24px;
    font-family: var(--font-secondary)
}

.single-product-content .inner .product-meta {
    margin-bottom: 20px
}

.single-product-content .inner .product-meta li {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    //align-items: center;
    margin: 0
}

.single-product-content .inner .product-meta li i {
    padding-right: 15px;
    font-size: 18px
}

.single-product-content .inner .description {
    margin-bottom: 30px
}

.single-product-content .inner .product-variation {
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.single-product-content .inner .product-variation .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    min-width: 114px
}

@media only screen and (max-width: 767px) {
    .single-product-content .inner .product-variation .title {
        font-size: 18px;
        min-width: 90px
    }
}

.single-product-content .inner .product-variation .color-variant {
    margin: -5px !important
}

.single-product-content .inner .product-variation .color-variant li {
    margin: 5px
}

.single-product-content .inner .product-variation .color-variant li>span .color {
    width: 11px;
    height: 11px
}

.single-product-content .inner .product-variation .variable-items-wrapper {
    display: flex;
    align-items: center
}

.single-product-content .inner .product-variation .variable-items-wrapper.color-variable-wrapper li.color-variable-item .variable-item-span {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    display: block;
    border-radius: 100%
}

.single-product-content .inner .product-variation.product-size-variation {
    align-items: flex-start
}

.single-product-content .inner .product-variation.product-size-variation .title {
    margin-top: 8px
}

.single-product-content .inner .product-features {
    margin-bottom: 20px
}

.single-product-content .inner .product-features tr:first-child td {
    border-top: 1px solid var(--color-light)
}

.single-product-content .inner .product-features tr td {
    border-bottom: 1px solid var(--color-light);
    padding: 15px 20px
}

@media only screen and (max-width: 479px) {
    .single-product-content .inner .product-features tr td {
        padding: 15px
    }
}

.single-product-content .inner .product-features tr td:first-child {
    padding-left: 0
}

.single-product-content .inner .product-features tr td:last-child {
    padding-right: 0;
    text-align: right
}

.single-product-content .inner .product-features .pro-qty .qtybtn {
    font-size: 20px
}

.single-product-content .inner .product-features .title {
    margin-bottom: 0;
    color: var(--color-black)
}

@media only screen and (max-width: 479px) {
    .single-product-content .inner .product-features .title {
        font-size: 17px
    }
}

.single-product-content .inner .product-features .price-amount {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--color-body)
}

.single-product-content .inner .product-features .mini-btn {
    display: inline-block;
    width: auto;
    font-size: var(--font-size-b3);
    color: var(--color-white);
    font-weight: var(--p-medium);
    background-color: var(--color-body);
    border-radius: 20px;
    padding: 5px 14px;
    min-width: 100px;
    text-align: center
}

.single-product-content .inner .nft-short-meta {
    border-bottom: 1px solid var(--color-border-light);
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px
}

.single-product-content .inner .nft-category,
.single-product-content .inner .nft-verified-option {
    display: flex;
    align-items: center
}

.single-product-content .inner .nft-category label,
.single-product-content .inner .nft-verified-option label {
    font-size: 15px;
    display: block;
    margin-right: 10px
}

.single-product-content .inner .nft-category .category-list a,
.single-product-content .inner .nft-verified-option .category-list a {
    transition: .3s
}

.single-product-content .inner .nft-category label {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-heading)
}

.single-product-content .inner .nft-verified-option {
    justify-content: flex-end
}

@media only screen and (max-width: 767px) {
    .single-product-content .inner .nft-verified-option {
        justify-content: flex-start;
        margin-top: 20px
    }
}

.single-product-content .inner .nft-verified-option .verify-btn {
    width: auto;
    padding: 12px 30px
}

.single-product-content.nft-single-product-content .inner .price-amount {
    border-bottom: none
}

.single-product-content.nft-single-product-content .inner .price-amount.price-offer-amount {
    padding-bottom: 10px
}

.single-product-content.nft-single-product-content .inner .product-title {
    margin-bottom: 20px
}

@media only screen and (max-width: 479px) {
    .single-product-content.nft-single-product-content .product-action-wrapper {
        flex-direction: row
    }
}

.single-product-content.nft-single-product-content .product-action-wrapper .product-action.action-style-two {
    padding-right: 0
}

@media only screen and (max-width: 479px) {
    .product-action-wrapper {
        flex-direction: column
    }

    .product-action-wrapper .pro-qty {
        margin-bottom: 20px
    }
}

.product-action-wrapper .product-action {
    flex: 1
}

.product-action-wrapper .product-action .add-to-cart {
    flex: 1
}

.product-action-wrapper .product-action .add-to-cart .axil-btn {
    width: 100%;
    text-align: center;
    display: block
}

.product-action-wrapper .product-action .add-to-cart .axil-btn:hover:before {
    transform: scale(1.05)
}

.product-action-wrapper .product-action.action-style-two {
    margin: 0 -10px;
    padding-right: 220px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .product-action-wrapper .product-action.action-style-two {
        padding-right: 0
    }
}

@media only screen and (max-width: 575px) {
    .product-action-wrapper .product-action.action-style-two {
        padding-right: 0
    }
}

.product-action {
    list-style: none;
    padding: 0
}

.product-action li {
    margin: 0 10px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .product-action li .axil-btn {
        padding: 16px 20px
    }
}

.pro-qty {
    width: 130px;
    border-radius: 50px
}

.pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    margin: 0 12px;
    color: #27272e
}

.pro-qty .qtybtn {
    width: 32px;
    display: block;
    float: left;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    height: 32px;
    background: #f6f7fb;
    border-radius: 50%;
    transition: .3s;
    border: 2px solid rgba(0, 0, 0, 0)
}

.pro-qty .qtybtn:hover {
    border-color: var(--color-primary)
}

.pro-qty input::-webkit-outer-spin-button,
.pro-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.pro-qty input[type=number] {
    -moz-appearance: textfield
}

.product-quick-view a {
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s
}

.product-quick-view a:hover {
    background: var(--color-primary);
    color: #fff
}

.position-view {
    position: absolute;
    bottom: 47px;
    right: 92px;
    z-index: 4
}

@media only screen and (max-width: 575px) {
    .position-view {
        bottom: 20px;
        right: 40px
    }
}

@media only screen and (max-width: 991px) {
    .small-thumb-wrapper {
        margin-top: 10px
    }

    .small-thumb-wrapper .slick-list {
        margin: 0 -10px
    }

    .small-thumb-wrapper .slick-list .slick-slide {
        margin: 10px
    }
}

.small-thumb-wrapper .small-thumb-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .4s
}

.small-thumb-wrapper .small-thumb-img img {
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    width: 80px;
    height: auto;
    transition: all .2s
}

.small-thumb-wrapper .small-thumb-img:hover img,
.small-thumb-wrapper .small-thumb-img.slick-current img {
    border-color: var(--color-primary)
}

.small-thumb-style-two .small-thumb-img img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    display: inline-block
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .small-thumb-style-two .small-thumb-img img {
        width: 50px;
        height: 50px
    }
}

.single-product-thumb.bg-vista-white .single-product-content .inner .product-rating {
    border-bottom-color: #e9e9e9
}

.single-product-thumbnail-wrap {
    position: relative
}

.single-product-thumbnail-wrap .label-block {
    position: absolute;
    top: 2px;
    right: 2px;
}

.single-product-thumbnail-wrap .label-block .product-badget {
    background-color: var(--color-primary);
    line-height: 1;
    padding: 6px 10px 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(53, 119, 240, .3)
}

.single-product-thumbnail-wrap .product-quick-view {
    right: 30px;
    bottom: 30px
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding: 80px 0 35px
}

@media only screen and (max-width: 767px) {
    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 60px 0 15px
    }
}

.woocommerce-tabs ul.tabs {
    margin: 0 -20px 60px
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs ul.tabs {
        border-bottom: 1px solid #c7c7c7;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs ul.tabs {
        flex-direction: column;
        align-items: center;
        margin: 0 0 60px
    }
}

.woocommerce-tabs ul.tabs li {
    margin: 0 20px
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs ul.tabs li {
        margin: 10px 0
    }
}

.woocommerce-tabs ul.tabs li a {
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
    display: block;
    color: var(--color-body);
    position: relative
}

.woocommerce-tabs ul.tabs li a:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: -5px;
    right: 0;
    opacity: 0;
    transition: .5s
}

.woocommerce-tabs ul.tabs li a.active,
.woocommerce-tabs ul.tabs li a:hover {
    color: var(--color-primary)
}

.woocommerce-tabs ul.tabs li a.active:after,
.woocommerce-tabs ul.tabs li a:hover:after {
    width: 100%;
    left: 0;
    opacity: 1
}

@media only screen and (max-width: 1199px) {
    .woocommerce-tabs ul.tabs li a {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-tabs ul.tabs li a {
        font-size: 20px
    }
}

.woocommerce-tabs.nft-info-tabs {
    padding: 30px 15px;
    margin-top: 30px;
    border-radius: 6px
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs.nft-info-tabs {
        padding: 30px 0
    }
}

.woocommerce-tabs.nft-info-tabs ul.tabs {
    margin: 0 -5px 10px
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs.nft-info-tabs ul.tabs {
        margin: 0 0 30px
    }
}

.woocommerce-tabs.nft-info-tabs ul.tabs li {
    margin: 0 5px
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs.nft-info-tabs ul.tabs li {
        margin: 5px 0
    }
}

.woocommerce-tabs.nft-info-tabs ul.tabs li a {
    font-size: 18px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 6px;
    padding: 10px 25px;
    position: relative
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .woocommerce-tabs.nft-info-tabs ul.tabs li a {
        font-size: 15px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .woocommerce-tabs.nft-info-tabs ul.tabs li a {
        font-size: 15px;
        padding: 5px 11px
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-tabs.nft-info-tabs ul.tabs li a {
        font-size: 15px;
        padding: 5px 11px
    }
}

.woocommerce-tabs.nft-info-tabs ul.tabs li a:before {
    content: ". . .";
    color: var(--color-border-light);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 1;
    line-height: 1
}

.woocommerce-tabs.nft-info-tabs ul.tabs li a:after {
    content: "";
    height: 12px;
    width: 100%;
    background-color: var(--color-white);
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs.nft-info-tabs ul.tabs li a:after {
        display: none
    }
}

.woocommerce-tabs.nft-info-tabs ul.tabs li a.active {
    border-radius: 6px 6px 0 0;
    background-color: #fff
}

@media only screen and (max-width: 575px) {
    .woocommerce-tabs.nft-info-tabs ul.tabs li a.active {
        border-radius: 6px
    }
}

.woocommerce-tabs.nft-info-tabs ul.tabs li a.active:before {
    visibility: visible;
    opacity: 1
}

.woocommerce-tabs.nft-info-tabs ul.tabs li a.active:after {
    visibility: visible;
    opacity: 1
}

.woocommerce-tabs.nft-info-tabs .tab-content {
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 6px
}

@media only screen and (max-width: 479px) {
    .woocommerce-tabs.nft-info-tabs .tab-content {
        padding: 20px
    }
}

.woocommerce-tabs.nft-info-tabs .product-additional-info {
    padding: 0;
    margin-bottom: 0
}

.woocommerce-tabs.nft-info-tabs .product-additional-info table tbody tr th,
.woocommerce-tabs.nft-info-tabs .product-additional-info table tbody tr td {
    padding: 10px 20px 10px;
    min-width: 120px
}

@media only screen and (max-width: 767px) {
    .product-desc-wrapper .desc-heading {
        font-size: 24px
    }
}

.single-desc .title {
    margin-bottom: 20px
}

.pro-des-features {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px
}

.pro-des-features li {
    padding: 15px 30px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-dark)
}

@media only screen and (max-width: 767px) {
    .pro-des-features li {
        font-size: 20px
    }
}

.pro-des-features .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px 0
}

.pro-des-features .icon img {
    max-width: 30px
}

.pro-desc-style-two {
    margin: 0 -15px
}

.pro-desc-style-two li {
    padding: 15px
}

.product-additional-info {
    background: #fff;
    padding: 50px;
    border-radius: 6px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .product-additional-info {
        padding: 20px 15px 0
    }
}

.product-additional-info table {
    margin-bottom: 0
}

.product-additional-info table tbody tr:nth-child(odd) {
    background: var(--color-lighter)
}

.product-additional-info table tbody tr th,
.product-additional-info table tbody tr td {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 17px 30px 18px;
    min-width: 200px
}

@media only screen and (max-width: 767px) {

    .product-additional-info table tbody tr th,
    .product-additional-info table tbody tr td {
        padding: 15px;
        font-size: 15px
    }
}

.product-additional-info table tbody tr th {
    text-transform: capitalize;
    color: #292930;
    font-weight: 500
}

.pro-desc-commnet-area {
    padding-right: 110px
}

@media only screen and (max-width: 1199px) {
    .pro-desc-commnet-area {
        padding-right: 30px
    }
}

@media only screen and (max-width: 991px) {
    .pro-desc-commnet-area {
        padding-right: 0
    }
}

.pro-desc-commnet-area .comment-list .comment .commenter {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 575px) {
    .pro-desc-commnet-area .comment-list .comment .commenter {
        display: block
    }
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating {
    margin-bottom: 5px
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a {
    font-size: 12px
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a i,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a i {
    color: #cecece
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a i:not(.empty-rating),
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a i:not(.empty-rating) {
    color: #ffca0f
}

.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating {
    margin-left: 15px
}

@media only screen and (max-width: 479px) {
    .pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating {
        display: block;
        margin-bottom: 5px;
        margin-left: 0
    }
}

.pro-des-commend-respond .form-group textarea,
.pro-des-commend-respond .form-group input {
    background-color: rgba(0, 0, 0, 0)
}

.pro-des-commend-respond .form-group label {
    background-color: #f9f3f0
}

.pro-des-commend-respond .form-group textarea {
    padding-left: 30px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.5
}

.small-thumb-wrapper .slick-track {
    margin-left: 0
}

.small-thumb-style-three {
    margin: 30px 60px 0
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .small-thumb-style-three {
        margin: 30px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .small-thumb-style-three {
        margin: 30px 0 0
    }
}

.small-thumb-style-three .small-thumb-img {
    margin: 10px
}

.quick-view-product .modal-dialog {
    max-width: 1100px
}

.quick-view-product .modal-content {
    border: none
}

.quick-view-product .modal-header {
    padding: 30px 15px;
    justify-content: flex-end
}

.quick-view-product .modal-header .btn-close {
    width: auto;
    background-image: none;
    font-size: 14px;
    padding: 0 10px;
    transition: var(--transition);
    position: relative;
    right: 10px;
    z-index: 1
}

.quick-view-product .modal-header .btn-close:after {
    content: "";
    height: 35px;
    width: 35px;
    background: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: -3px;
    transform: scale(0);
    z-index: -1;
    transition: var(--transition)
}

.quick-view-product .modal-header .btn-close:hover {
    color: var(--color-white)
}

.quick-view-product .modal-header .btn-close:hover:after {
    transform: scale(1)
}

.quick-view-product .modal-body {
    padding: 30px
}

.mfp-wrap {
    z-index: 1060
}

.mfp-bg {
    z-index: 1055
}

.product-table-heading {
    display: flex;
    justify-content: space-between
}

.product-table-heading .title {
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block
}

.product-table-heading .cart-clear {
    display: inline-block;
    font-size: 14px;
    color: var(--color-primary);
    transition: var(--transition)
}

.product-table-heading .cart-clear:hover {
    color: var(--color-black)
}

.axil-product-table {
    font-family: var(--font-secondary);
    margin: 0
}

@media only screen and (max-width: 767px) {
    .axil-product-table {
        margin-top: 20px
    }
}

.axil-product-table th:last-child,
.axil-product-table td:last-child {
    text-align: right
}

@media only screen and (max-width: 767px) {

    .axil-product-table th:last-child,
    .axil-product-table td:last-child {
        border-bottom: none
    }
}

.axil-product-table thead {
    background-color: var(--color-lighter)
}

@media only screen and (max-width: 767px) {
    .axil-product-table thead {
        display: none
    }
}

.axil-product-table thead th {
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    color: var(--color-heading);
    padding: 18px 15px
}

@media only screen and (max-width: 991px) {
    .axil-product-table thead th {
        font-size: 18px;
        padding: 18px 10px
    }
}

.axil-product-table thead th:first-child {
    border-radius: 6px 0 0 6px
}

.axil-product-table thead th:last-child {
    border-radius: 0 6px 6px 0
}

.axil-product-table tbody {
    border-top: none !important
}

@media only screen and (max-width: 767px) {
    .axil-product-table tbody tr {
        padding-left: 120px;
        position: relative;
        display: block;
        border-bottom: 1px solid var(--color-lighter);
        margin-bottom: 30px
    }

    .axil-product-table tbody tr:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 575px) {
    .axil-product-table tbody tr {
        padding-left: 90px
    }
}

.axil-product-table tbody td {
    border-top: none;
    border-bottom: 2px solid var(--color-lighter);
    vertical-align: middle;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-body);
    min-width: 150px
}

@media only screen and (max-width: 991px) {
    .axil-product-table tbody td {
        font-size: 18px;
        padding: 10px 10px
    }
}

@media only screen and (max-width: 767px) {
    .axil-product-table tbody td {
        font-size: 16px;
        display: block;
        text-align: right;
        padding: 10px 10px 10px 0;
        position: relative
    }

    .axil-product-table tbody td:before {
        content: attr(data-title) " :";
        position: absolute;
        left: 0;
        font-size: 13px;
        color: var(--color-black)
    }
}

.axil-product-table tbody td.product-remove {
    min-width: auto
}

@media only screen and (max-width: 767px) {
    .axil-product-table tbody td.product-remove {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: none;
        z-index: 1
    }
}

.axil-product-table tbody td.product-remove .remove-wishlist {
    display: block;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 30px;
    background-color: var(--color-lighter);
    border: 2px solid var(--color-lighter);
    border-radius: 50%;
    font-size: 12px;
    color: var(--color-black);
    transition: var(--transition)
}

@media only screen and (max-width: 767px) {
    .axil-product-table tbody td.product-remove .remove-wishlist {
        height: 25px;
        width: 25px;
        line-height: 22px;
        font-size: 10px
    }
}

.axil-product-table tbody td.product-remove .remove-wishlist:hover {
    border-color: var(--color-primary)
}

.axil-product-table tbody td.product-remove:before {
    display: none
}

.axil-product-table tbody td.product-thumbnail {
    min-width: 130px;
    width: 130px
}

@media only screen and (max-width: 767px) {
    .axil-product-table tbody td.product-thumbnail {
        min-width: 80px;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: none;
        width: 100px
    }
}

@media only screen and (max-width: 575px) {
    .axil-product-table tbody td.product-thumbnail {
        width: 80px
    }
}

.axil-product-table tbody td.product-thumbnail a {
    border-radius: 10px;
    display: block
}

.axil-product-table tbody td.product-thumbnail a img {
    border-radius: 10px;
    height: 80px;
    width: 80px;
    object-fit: cover
}

.axil-product-table tbody td.product-thumbnail:before {
    display: none
}

.axil-product-table tbody td.product-title {
    width: 30%;
    color: var(--color-black)
}

@media only screen and (max-width: 767px) {
    .axil-product-table tbody td.product-title {
        width: 100%;
        text-align: left;
        padding-right: 40px
    }
}

.axil-product-table tbody td.product-title a {
    transition: var(--transition)
}

.axil-product-table tbody td.product-title:before {
    display: none
}

.axil-product-table tbody td.product-add-cart .btn-outline {
    border-color: #efefef;
    padding: 10px 20px;
    font-size: 14px
}

.axil-product-table tbody td.product-add-cart .btn-outline:hover {
    border-color: var(--color-primary)
}

.axil-product-table tbody td.product-add-cart:before {
    display: none
}

.axil-product-table.axil-cart-table th:first-child,
.axil-product-table.axil-cart-table td:first-child {
    padding-left: 0
}

.axil-product-table.axil-cart-table th:last-child,
.axil-product-table.axil-cart-table td:last-child {
    padding-right: 50px
}

@media only screen and (max-width: 767px) {

    .axil-product-table.axil-cart-table th:last-child,
    .axil-product-table.axil-cart-table td:last-child {
        padding-right: 10px
    }
}

.axil-product-table.axil-cart-table .pro-qty {
    width: auto
}

@media only screen and (max-width: 767px) {
    .axil-product-table.axil-cart-table .pro-qty {
        display: inline-flex
    }
}

.axil-product-table.axil-cart-table .pro-qty input {
    margin: 0 5px;
    min-width: 45px
}

@media only screen and (max-width: 767px) {
    .axil-product-table.axil-cart-table .pro-qty input {
        min-width: 30px
    }
}

.axil-product-table.axil-cart-table .pro-qty .qtybtn {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-product-table.axil-cart-table .pro-qty .qtybtn {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .axil-product-table.axil-cart-table .pro-qty .qtybtn {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-product-table.axil-cart-table .pro-qty .quantity-input {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .axil-product-table.axil-cart-table .pro-qty .quantity-input {
        font-size: 16px
    }
}

.axil-product-cart-wrap .cart-update-btn-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media only screen and (max-width: 767px) {
    .axil-product-cart-wrap .cart-update-btn-area {
        display: block
    }
}

.axil-product-cart-wrap .product-cupon {
    flex-wrap: nowrap
}

.axil-product-cart-wrap .product-cupon input {
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #efefef;
    border-radius: 0
}

@media only screen and (max-width: 767px) {
    .axil-product-cart-wrap .product-cupon input {
        height: 46px
    }
}

.axil-product-cart-wrap .product-cupon .product-cupon-btn {
    margin-left: 20px !important
}

.axil-product-cart-wrap .product-cupon .axil-btn {
    width: auto;
    border-width: 2px;
    border-color: #efefef;
    background-color: rgba(0, 0, 0, 0)
}

.axil-product-cart-wrap .product-cupon .axil-btn:hover {
    border-color: var(--color-primary)
}

.axil-product-cart-wrap .update-btn {
    text-align: right
}

@media only screen and (max-width: 767px) {
    .axil-product-cart-wrap .update-btn {
        text-align: left;
        margin-top: 30px
    }
}

.axil-product-cart-wrap .update-btn .axil-btn {
    border-width: 2px;
    border-color: #efefef
}

.axil-product-cart-wrap .update-btn .axil-btn:hover {
    border-color: var(--color-primary)
}

.axil-order-summery {
    background-color: #f9f3f0;
    border-radius: 6px;
    padding: 40px
}

@media only screen and (max-width: 479px) {
    .axil-order-summery {
        padding: 30px 20px
    }
}

.axil-order-summery .title {
    font-weight: var(--s-medium)
}

@media only screen and (max-width: 991px) {
    .axil-order-summery .title {
        font-size: 20px
    }
}

.axil-order-summery .summery-table tbody {
    border-top: none !important
}

.axil-order-summery .summery-table tbody td {
    border-bottom: 1px solid;
    border-color: rgba(101, 105, 115, .2);
    font-size: var(--font-size-b1);
    font-weight: var(--s-medium);
    color: #292930;
    padding: 18px 15px 18px 0;
    min-width: 180px
}

@media only screen and (max-width: 479px) {
    .axil-order-summery .summery-table tbody td {
        min-width: 90px
    }
}

.axil-order-summery .summery-table .order-shipping .input-group {
    margin-bottom: 10px
}

.axil-order-summery .summery-table .order-shipping .input-group:last-child {
    margin-bottom: 0
}

.axil-order-summery .summery-table .order-shipping .input-group label {
    color: #292930;
    font-weight: 400
}

.axil-order-summery .summery-table .order-shipping .input-group label:before {
    border-width: 2px;
    border-color: #d5d4d4
}

.axil-order-summery .summery-table .order-shipping .input-group label:after {
    background-color: var(--color-primary);
    border: none
}

.axil-order-summery .summery-table .order-total-amount {
    font-size: 20px;
    font-weight: var(--s-bold);
    color: var(--color-primary)
}

.axil-order-summery.order-checkout-summery .summery-table-wrap {
    background-color: var(--color-white);
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 45px
}

@media only screen and (max-width: 479px) {
    .axil-order-summery.order-checkout-summery .summery-table-wrap {
        padding: 0;
        background-color: rgba(0, 0, 0, 0)
    }
}

.axil-order-summery.order-checkout-summery .summery-table th {
    font-size: 20px;
    color: var(--color-heading);
    text-transform: capitalize;
    padding: 15px 0
}

.axil-order-summery.order-checkout-summery .summery-table td {
    padding: 18px 0
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .axil-order-summery.order-checkout-summery .summery-table td {
        min-width: 155px
    }
}

@media only screen and (max-width: 575px) {
    .axil-order-summery.order-checkout-summery .summery-table td {
        min-width: 100px
    }
}

.axil-order-summery.order-checkout-summery .summery-table td.order-total-amount {
    color: var(--color-black)
}

.axil-order-summery.order-checkout-summery .summery-table th:last-child,
.axil-order-summery.order-checkout-summery .summery-table td:last-child {
    text-align: right
}

.axil-order-summery.order-checkout-summery .summery-table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0
}

.axil-order-summery.order-checkout-summery .summery-table .order-shipping .shipping-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.axil-order-summery.order-checkout-summery .summery-table .order-shipping .shipping-amount .title {
    display: inline-block
}

.axil-order-summery.order-checkout-summery .summery-table .order-shipping td {
    text-align: left
}

.axil-order-summery.order-checkout-summery .summery-table .order-shipping .input-group {
    margin-bottom: 5px
}

.axil-order-summery.order-checkout-summery .summery-table .order-shipping .input-group label {
    color: var(--color-body);
    padding-left: 26px
}

.axil-order-summery.order-checkout-summery .summery-table .order-total td {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black)
}

.axil-order-summery.order-checkout-summery .order-payment-method .single-payment {
    border-bottom: 1px solid var(--color-light);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.axil-order-summery.order-checkout-summery .order-payment-method .single-payment .input-group {
    margin-bottom: 20px
}

.axil-order-summery.order-checkout-summery .order-payment-method .single-payment .input-group label {
    font-size: 20px;
    color: #292930
}

@media only screen and (max-width: 767px) {
    .axil-order-summery.order-checkout-summery .order-payment-method .single-payment .input-group label {
        font-size: 18px
    }
}

.axil-order-summery.order-checkout-summery .order-payment-method .single-payment .input-group label:before {
    background-color: rgba(0, 0, 0, 0)
}

.axil-order-summery.order-checkout-summery .order-payment-method .single-payment .input-group label:after {
    content: "";
    font-family: var(--font-awesome);
    font-size: 8px;
    color: var(--color-white);
    font-weight: 900;
    line-height: 8px;
    transform: rotate(0deg);
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.axil-order-summery.order-checkout-summery .order-payment-method .single-payment .input-group input[type=radio]:checked~label::before {
    background-color: var(--color-primary)
}

.axil-order-summery.order-checkout-summery .order-payment-method .single-payment p {
    padding-left: 28px
}

.axil-order-summery .checkout-btn {
    width: 100%;
    text-align: center
}

.axil-order-summery .checkout-btn:hover:before {
    transform: scale(1.05)
}

.axil-checkout-billing .title {
    font-weight: var(--s-medium)
}

.axil-checkout-billing .form-group label span {
    color: var(--color-chart03)
}

.axil-checkout-billing .form-group input {
    height: 60px;
    border-color: var(--color-light);
    padding: 0 30px
}

.axil-checkout-billing .form-group textarea {
    border-color: var(--color-light);
    padding: 15px 30px;
    line-height: var(--line-height-b2)
}

.axil-checkout-billing .form-group select {
    border-color: var(--color-light)
}

.axil-checkout-billing .form-group.input-group {
    margin-bottom: 40px
}

.axil-checkout-billing .form-group.input-group label {
    top: 0;
    left: 0;
    pointer-events: auto;
    color: #292930
}

.axil-checkout-billing .form-group.input-group label:after {
    border-width: 2px;
    top: 6px;
    height: 6px;
    width: 11px
}

.axil-checkout-billing .form-group.different-shippng {
    margin-bottom: 40px
}

.axil-checkout-billing .form-group.different-shippng .toggle-bar label {
    position: initial;
    font-size: 24px;
    padding-left: 0;
    padding-right: 28px;
    width: 100%;
    color: #292930
}

@media only screen and (max-width: 767px) {
    .axil-checkout-billing .form-group.different-shippng .toggle-bar label {
        font-size: 20px
    }
}

@media only screen and (max-width: 479px) {
    .axil-checkout-billing .form-group.different-shippng .toggle-bar label {
        font-size: 17px
    }
}

.axil-checkout-billing .form-group.different-shippng .toggle-bar label:before {
    left: auto;
    right: 0;
    top: 6px
}

.axil-checkout-billing .form-group.different-shippng .toggle-bar label:after {
    left: auto;
    right: 3px;
    top: 10px
}

.axil-checkout-billing .form-group.different-shippng .toggle-bar input {
    cursor: pointer
}

.axil-checkout-billing .form-group.different-shippng .toggle-open {
    display: none;
    padding: 10px 0 0;
    margin-top: 20px
}

.axil-checkout-notice {
    margin-bottom: 40px
}

.axil-checkout-notice .axil-toggle-box {
    margin-bottom: 20px
}

.axil-checkout-notice .toggle-bar {
    background-color: var(--color-lighter);
    border-radius: 6px;
    padding: 17px 30px
}

.axil-checkout-notice .toggle-bar i {
    margin-right: 8px
}

.axil-checkout-notice .toggle-bar a {
    font-weight: 500;
    transition: var(--transition)
}

.axil-checkout-notice .toggle-bar a i {
    color: var(--color-body);
    font-weight: 400;
    margin-left: 5px
}

.axil-checkout-notice .toggle-bar a:focus {
    color: var(--color-heading)
}

.axil-checkout-notice .toggle-open {
    display: none;
    margin-top: 20px
}

.axil-checkout-notice .axil-checkout-coupon {
    border: 1px solid var(--color-light);
    border-radius: 16px;
    padding: 30px
}

.axil-checkout-notice .axil-checkout-coupon p {
    font-size: var(--font-size-b2);
    margin-bottom: 20px
}

.axil-checkout-notice .axil-checkout-coupon input {
    border: 1px solid var(--color-light);
    width: auto;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px !important
}

.axil-checkout-notice .axil-checkout-coupon .axil-btn {
    border-width: 1px;
    padding: 12px 40px;
    border-color: var(--color-light)
}

.axil-checkout-notice .axil-checkout-coupon .axil-btn:hover {
    border-color: var(--color-primary)
}

.axil-checkout-notice .axil-checkout-login {
    border: 1px solid var(--color-light);
    border-radius: 16px;
    padding: 30px
}

.axil-checkout-notice .axil-checkout-login p {
    margin-bottom: 30px
}

.axil-checkout-notice .axil-checkout-login input {
    border-color: var(--color-light)
}

.axil-checkout-notice .axil-checkout-login .axil-btn {
    width: auto;
    padding: 11px 40px
}

.axil-signin-area {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.signin-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 100px;
    z-index: 1
}

@media only screen and (max-width: 991px) {
    .signin-header {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 575px) {
    .signin-header {
        padding: 30px;
        text-align: center
    }
}

.signin-header .site-logo {
    display: inline-block
}

@media only screen and (max-width: 575px) {
    .signin-header .site-logo {
        margin-bottom: 40px
    }
}

.signin-header .singin-header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media only screen and (max-width: 575px) {
    .signin-header .singin-header-btn {
        justify-content: center;
        flex-direction: column
    }
}

.signin-header .singin-header-btn p {
    margin-bottom: 0;
    color: #292930;
    font-size: var(--font-size-b2);
    font-weight: var(--p-medium)
}

.signin-header .singin-header-btn .sign-up-btn {
    margin-left: 40px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .signin-header .singin-header-btn .sign-up-btn {
        margin-left: 20px
    }
}

@media only screen and (max-width: 575px) {
    .signin-header .singin-header-btn .sign-up-btn {
        margin-left: 0;
        margin-top: 10px
    }
}

.signin-header .back-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cbd3d9;
    border-radius: 4px;
    font-size: 16px;
    display: block;
    text-align: center;
    transition: var(--transition)
}

.signin-header .back-btn:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.signin-header .back-btn:hover i {
    animation: prevNavSlide 400ms
}

.axil-signin-banner {
    min-height: 900px;
    height: 100vh;
    padding: 200px 50px 0 100px
}

.login-banner img {
	max-width: 430px;
}

@media(max-width:1399px) {
    .login-banner img {
        max-width: 280px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .axil-signin-banner {
        margin-right: 50px
    }
}

@media only screen and (max-width: 991px) {
    .axil-signin-banner {
        display: none
    }
}

.axil-signin-form-wrap {
    width: 100%;
    height: calc(100vh - 180px);
    overflow-y: auto;
    display: flex;
    margin: 180px -30px -30px
}

@media only screen and (max-width: 991px) {
    .axil-signin-form-wrap {
        justify-content: center;
        text-align: center;
        margin: 150px 0 0
    }
}

@media only screen and (max-width: 575px) {
    .axil-signin-form-wrap {
        margin: 155px 0 0;
        height: calc(100vh - 155px);
    }
}

.axil-signin-form {
	max-width: 100%;
	width: 100%;
	font-weight: 600;
	padding: 100px 100px;
}

.register_page .axil-signin-form {
	padding: 0 100px;
}

@media only screen and (min-width: 1050px) and (max-width:1300px) {
    .axil-signin-form {
        padding: 75px 0;
    }
}
@media only screen and (min-width: 770px) and (max-width:1049px) {
    .axil-signin-form {
        padding: 75px 30px;
    }
}
@media only screen and (max-width: 575px) {
    .axil-signin-form {
        padding: 20px 15px;
    }
}
.mentor-course h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin: 40px 0 20px;
	text-shadow: 2px 2px 5px #060606;
	padding: 0 20px;
	line-height: 50px;
}
.login-banner img{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.axil-signin-area .img-logo {
	margin-bottom: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.axil-signin-area .img-logo img {
	width: 150px;
}
.back-home {
	margin-left: auto;
}
.back-home a {
	text-decoration: underline;
	font-weight: 400;
}
.axil-signin-form .singin-form {
    padding-bottom: 30px
}

.axil-signin-form .title {
    margin-bottom: 16px
}

.axil-signin-form p {
    color: var(--color-gray)
}

.axil-signin-form .form-group {
    margin-bottom: 35px
}

.axil-signin-form .form-group:last-child {
    margin-bottom: 0
}

.axil-signin-form .form-control {
    height: 60px;
    border-color: var(--color-light);
    padding: 0 30px;
    color: var(--color-body)
}

.axil-signin-form .submit-btn {
    width: auto
}

.axil-signin-form .forgot-btn {
    font-size: 14px;
    color: var(--color-primary);
    transition: var(--transition)
}

.axil-signin-form .forgot-btn:hover {
    color: var(--color-body)
}

.axil-dashboard-warp .axil-dashboard-author {
    margin-bottom: 50px
}

.axil-dashboard-warp .axil-dashboard-author .media {
    align-items: center
}

.axil-dashboard-warp .axil-dashboard-author .thumbnail {
    margin-bottom: 10px
}

.axil-dashboard-warp .axil-dashboard-author .thumbnail img {
    border-radius: 50%
}

.axil-dashboard-warp .axil-dashboard-author .joining-date {
    font-size: 14px;
    color: var(--color-body);
    font-weight: var(--s-medium)
}

.axil-dashboard-warp .tab-content {
    padding-left: 45px
}

@media only screen and (max-width: 1199px) {
    .axil-dashboard-warp .tab-content {
        padding-left: 0
    }
}

.axil-dashboard-aside {
    border: 1px solid var(--color-light);
    padding: 40px 35px 30px;
    border-radius: 6px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-dashboard-aside {
        padding: 30px 15px 20px
    }
}

@media only screen and (max-width: 767px) {
    .axil-dashboard-aside {
        margin-bottom: 40px
    }
}

.axil-dashboard-aside .nav-tabs {
    border-bottom: none
}

.axil-dashboard-aside .nav-link {
    font-weight: 500;
    color: var(--color-body);
    font-size: var(--font-size-b2);
    position: relative;
    border-radius: 6px;
    padding: 9px 10px 9px 55px;
    margin-bottom: 8px;
    transition: var(--transition);
    border: none;
    width: 100%
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-dashboard-aside .nav-link {
        padding: 9px 10px 9px 40px
    }
}

.axil-dashboard-aside .nav-link i {
    position: absolute;
    top: 12px;
    left: 24px;
    font-size: 18px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-dashboard-aside .nav-link i {
        left: 10px
    }
}

.axil-dashboard-aside .nav-link.active,
.axil-dashboard-aside .nav-link:hover {
    background-color: var(--color-lighter);
    color: var(--color-primary)
}

.axil-dashboard-overview .welcome-text {
    color: var(--color-black);
    font-size: 18px;
    margin-bottom: 25px
}

.axil-dashboard-overview .welcome-text span {
    font-weight: var(--p-bold)
}

.axil-dashboard-overview .welcome-text a {
    color: var(--color-chart03);
    transition: var(--transition)
}

.axil-dashboard-overview .welcome-text a:hover {
    color: var(--color-primary)
}

.axil-dashboard-overview p {
    font-size: var(--font-size-b1)
}

.axil-dashboard-order .table {
    font-family: var(--font-secondary)
}

.axil-dashboard-order .table thead {
    background-color: var(--color-lighter)
}

.axil-dashboard-order .table thead th {
    border: none;
    padding: 18px 20px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: var(--p-medium);
    text-transform: capitalize
}

.axil-dashboard-order .table thead th:first-child {
    border-radius: 6px 0 0 6px
}

.axil-dashboard-order .table thead th:last-child {
    border-radius: 0 6px 6px 0;
    padding-right: 30px;
    text-align: right
}

@media only screen and (max-width: 1199px) {
    .axil-dashboard-order .table thead th {
        font-size: 18px
    }
}

.axil-dashboard-order .table tbody {
    border-top: none
}

.axil-dashboard-order .table tbody tr td,
.axil-dashboard-order .table tbody tr th {
    padding: 20px 20px;
    vertical-align: middle;
    font-weight: var(--p-medium);
    font-size: var(--font-size-b2);
    color: var(--color-heading);
    border-top: none;
    border-bottom: 2px solid var(--color-lighter)
}

.axil-dashboard-order .table tbody tr td:last-child,
.axil-dashboard-order .table tbody tr th:last-child {
    text-align: right
}

.axil-dashboard-order .table tbody tr th {
    color: var(--color-chart03)
}

.axil-dashboard-order .table tbody tr td {
    min-width: 150px
}

.axil-dashboard-order .table tbody tr:first-child td,
.axil-dashboard-order .table tbody tr:first-child th {
    border-top: none
}

.axil-dashboard-order .table tbody .view-btn {
    padding: 9px 20px;
    border: 1px solid var(--color-body);
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-dark)
}

.axil-dashboard-order .table tbody .view-btn:before {
    display: none
}

.axil-dashboard-order .table tbody .view-btn:after {
    display: none
}

.axil-dashboard-order .table tbody .view-btn:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.axil-dashboard-address .notice-text {
    font-size: var(--font-size-b2);
    color: #292930
}

.axil-dashboard-address .addrss-header {
    border-bottom: 1px solid var(--color-light);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.axil-dashboard-address .title {
    font-weight: var(--p-medium);
    color: #292930
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .axil-dashboard-address .title {
        font-size: 26px
    }
}

.axil-dashboard-address .address-edit {
    font-size: var(--font-size-b2);
    color: #292930;
    transition: var(--transition)
}

.axil-dashboard-address .address-edit:hover {
    color: var(--color-primary)
}

.axil-dashboard-address ul li {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    color: #292930;
    font-family: var(--font-primary)
}

.axil-dashboard-account .form-group .form-control {
    height: 60px;
    padding: 10px 30px;
    border-color: var(--color-light);
    color: var(--color-body)
}

.axil-dashboard-account .form-group select option:hover {
    background: red !important;
    color: red
}

.axil-post-wrapper .content-blog {
    border-top: 1px solid #f3f3f3;
    padding-top: 60px
}

.axil-post-wrapper .content-blog:first-child {
    margin-top: 0 !important;
    border-top: none;
    padding-top: 0
}

.content-blog .thumbnail {
    margin-bottom: 30px
}

.content-blog .thumbnail a {
    display: block;
    border-radius: var(--radius)
}

.content-blog .thumbnail a img {
    width: 100%;
    border-radius: var(--radius)
}

.content-blog .content .title {
    font-weight: 500;
    line-height: 1.3
}

.content-blog .content p {
    margin-bottom: 30px
}

.content-blog .content .read-more-btn .axil-btn {
    display: inline-flex
}

.content-blog.sticky .inner {
    background: #f9f3f0;
    border-left: 6px solid var(--color-tertiary);
    border-radius: var(--radius);
    padding: 50px
}

@media only screen and (max-width: 479px) {
    .content-blog.sticky .inner {
        padding: 30px 15px
    }
}

.content-blog.format-quote .inner {
    background: #f9f3f0;
    border-left: 6px solid var(--color-tertiary);
    border-radius: var(--radius);
    padding: 50px 40px 30px
}

@media only screen and (max-width: 575px) {
    .content-blog.format-quote .inner {
        padding: 30px 20px 10px
    }
}

.content-blog.format-quote .inner .content blockquote .title {
    font-weight: 700;
    line-height: 1.31;
    font-size: 35px;
    font-style: italic
}

@media only screen and (max-width: 767px) {
    .content-blog.format-quote .inner .content blockquote .title {
        font-size: 28px
    }
}

@media only screen and (max-width: 575px) {
    .content-blog.format-quote .inner .content blockquote .title {
        font-size: 24px
    }
}

.content-blog.format-video .thumbnail {
    position: relative;
    text-align: center
}

.content-blog.format-video .thumbnail:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-black);
    opacity: .2;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.content-blog.format-video .thumbnail .popup-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2
}

.content-blog.format-video .thumbnail .popup-video .play-btn {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 50%;
    margin: 0 auto;
    font-size: 32px;
    color: var(--color-white);
    transition: var(--transition)
}

.content-blog.format-video .thumbnail .popup-video .play-btn:hover {
    background-color: #000
}

@media only screen and (max-width: 767px) {
    .content-blog.format-video .thumbnail .popup-video .play-btn {
        height: 80px;
        width: 80px;
        font-size: 24px
    }
}

.content-blog.post-list-view {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px
}

@media only screen and (max-width: 479px) {
    .content-blog.post-list-view {
        align-items: flex-start
    }
}

.content-blog.post-list-view:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.content-blog.post-list-view .thumbnail {
    width: 120px;
    margin-right: 20px;
    min-width: 120px;
    overflow: hidden;
    margin-bottom: 0
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .content-blog.post-list-view .thumbnail {
        width: 70px;
        margin-right: 10px;
        min-width: 70px
    }
}

@media only screen and (max-width: 479px) {
    .content-blog.post-list-view .thumbnail {
        width: 80px;
        min-width: 80px
    }
}

.content-blog.post-list-view .thumbnail a {
    border-radius: 6px;
    overflow: hidden
}

.content-blog.post-list-view .thumbnail a img {
    width: 100%;
    border-radius: 6px;
    transition: .5s;
    object-fit: contain
}

.content-blog.post-list-view .content {
    flex: 1
}

.content-blog.post-list-view .content .title {
    font-size: 17px;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .content-blog.post-list-view .content .title {
        font-size: 16px
    }
}

.content-blog.post-list-view .content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.content-blog.post-list-view .content .axil-post-meta {
    margin-bottom: 0
}

.content-blog.post-list-view:hover .thumbnail img {
    transform: scale(1.1)
}

.axil-post-meta {
    display: flex;
    margin-bottom: 20px
}

.axil-post-meta .post-author-avatar {
    min-width: 50px;
    max-height: 50px;
    margin-right: 20px;
    width: 50px
}

.axil-post-meta .post-author-avatar img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.axil-post-meta .post-meta-content .author-title {
    margin-bottom: 5px;
    font-size: 16px
}

.post-meta-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 -15px
}

.post-meta-list li {
    color: var(--color-body);
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.post-meta-list li::after {
    position: absolute;
    content: "";
    background: #cbd3d9;
    width: 1px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.post-meta-list li:last-child::after {
    display: none
}

.blog-grid {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 20px
}

.blog-grid .thumbnail {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 6px;
    position: relative
}

.blog-grid .thumbnail img {
    transition: .5s
}

.blog-grid .thumbnail .blog-category {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.blog-grid .thumbnail .blog-category a {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(25px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    padding: 2px 10px;
    border-radius: 4px;
    color: var(--color-white);
    font-size: 14px
}

.blog-grid .content .title {
    margin-bottom: 20px
}

.blog-grid .content .axil-btn {
    padding: 0;
    align-items: center;
    color: var(--color-heading)
}

.blog-grid .content .axil-btn i {
    padding-left: 6px;
    top: 1px;
    color: var(--color-heading);
    transition: var(--transition)
}

.blog-grid .content .axil-btn:after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: var(--transition)
}

.blog-grid .content .axil-btn:hover {
    color: var(--color-primary)
}

.blog-grid .content .axil-btn:hover:after {
    width: 100%;
    left: 0
}

.blog-grid .content .axil-btn:hover i {
    color: var(--color-primary)
}

.blog-grid:hover .thumbnail img {
    transform: scale(1.1)
}

.axil-single-post .post-content {
    padding: 0 75px
}

@media only screen and (max-width: 1199px) {
    .axil-single-post .post-content {
        padding: 0
    }
}

.axil-single-post.post-formate .content-block .post-thumbnail img {
    border-radius: 6px
}

.axil-single-post.post-video .format-video .thumbnail {
    padding-top: 0;
    margin-bottom: 0
}

.post-single-wrapper {
    padding-top: 80px
}

@media only screen and (max-width: 991px) {
    .post-single-wrapper {
        padding-top: 30px
    }
}

.post-single-wrapper .content-blog {
    border-top: none;
    padding-top: 0
}

.axil-post-wrapper .audio-player {
    margin-bottom: 20px
}

.axil-post-wrapper .audio-player audio {
    width: 100%
}

.axil-post-wrapper .post-heading {
    border-bottom: 1px solid var(--color-border-light);
    margin-bottom: 45px;
    padding-bottom: 30px
}

.axil-single-widget:first-child,
.widget-sidebar:first-child {
    margin-top: 0 !important
}

.newsletter-inner::before {
    content: "";
    position: absolute;
    left: 30px;
    background: url(../images/send-mail.png) no-repeat;
    z-index: 2;
    top: 17px;
    width: 25px;
    height: 25px
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    margin: 0 -15px
}

@media only screen and (max-width: 767px) {
    .wp-block-columns {
        flex-wrap: wrap
    }
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-right: 15px;
    padding-left: 15px
}

.wp-block-column .wp-block-image img {
    border-radius: 6px
}

.post-details figure,
.entry-content figure {
    margin-bottom: 40px
}

@media only screen and (max-width: 575px) {

    .post-details figure,
    .entry-content figure {
        margin-bottom: 20px
    }
}

.post-details__social-share .share-on-text {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -5px
}

@media only screen and (max-width: 1199px) {
    .post-details__social-share .share-on-text {
        margin-right: -18px
    }
}

.post-details__social-share .social-share {
    flex-direction: column;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .post-details__social-share .social-share {
        flex-direction: row;
        margin-bottom: 15px
    }
}

.sticky-top {
    z-index: 0 !important;
    top: 100px
}

.axil-total-comment-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0
}

@media only screen and (max-width: 575px) {
    .axil-total-comment-post {
        display: block
    }
}

@media only screen and (max-width: 575px) {
    .axil-total-comment-post .add-comment-button {
        margin-top: 20px
    }
}

.comment-respond {
    margin: 50px 0 0
}

.comment-respond .title {
    margin-bottom: 20px
}

.comment-respond .comment-notes {
    color: var(--color-gray);
    margin-bottom: 40px
}

.comment-respond .comment-form-cookies-consent {
    margin-bottom: 20px
}

.comment-list ul.children {
    padding-left: 75px
}

@media only screen and (max-width: 767px) {
    .comment-list ul.children {
        padding-left: 30px
    }
}

.comment-list .comment {
    margin-top: 0;
    margin-bottom: 0
}

.comment-list .comment .single-comment {
    padding: 15px 0;
    display: flex
}

.comment-list .comment .single-comment .comment-img {
    margin-bottom: 15px;
    min-width: 60px;
    margin-right: 20px
}

.comment-list .comment .single-comment .comment-img img {
    border-radius: 100%;
    width: 100%
}

.comment-list .comment .commenter {
    line-height: 33px;
    margin-bottom: 6px
}

.comment-list .comment .commenter a .hover-flip-item span::before {
    color: var(--color-heading)
}

.comment-list .comment .commenter a .hover-flip-item span::after {
    color: var(--color-primary)
}

.comment-list .comment .comment-meta {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap
}

.comment-list .comment .time-spent {
    color: var(--color-extra01);
    font-size: 16px;
    line-height: 24px
}

.comment-list .comment .reply-edit a.comment-reply-link {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    color: var(--color-primary);
    margin-left: 8px;
    padding-left: 8px;
    position: relative;
    font-weight: 500;
    overflow: visible
}

.comment-list .comment .reply-edit a.comment-reply-link .hover-flip-item span::before {
    color: var(--color-heading)
}

.comment-list .comment .reply-edit a.comment-reply-link .hover-flip-item span::after {
    color: var(--color-primary)
}

.comment-list .comment .reply-edit a.comment-reply-link:hover {
    color: var(--color-primary)
}

.comment-list .comment .reply-edit a.comment-reply-link::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
    width: 4px;
    height: 4px;
    background: var(--color-extra01);
    border-radius: 100%
}

.form-group label {
    position: absolute;
    top: -11px;
    left: 20px;
    pointer-events: none;
    z-index: 4;
    background: #fff;
    padding: 0 10px
}

@media only screen and (max-width: 991px) {
    .axil-sidebar-area {
        margin-top: 60px
    }
}

.axil-sidebar-area .axil-single-widget:first-child {
    margin-top: 0 !important
}

.axil-single-widget {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    padding: 30px
}

.axil-single-widget .widget-title {
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--color-dark)
}

@media only screen and (max-width: 479px) {
    .axil-single-widget {
        padding: 20px
    }
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.tagcloud a {
    border: 2px solid var(--color-border-light);
    font-size: var(--font-size-b2) !important;
    color: var(--color-body);
    height: 40px;
    padding: 0 20px;
    margin: 5px;
    display: inline-block;
    line-height: 35px;
    border-radius: 500px;
    font-family: var(--font-secondary)
}

.tagcloud a:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary)
}

.blog-search,
.wp-block-search {
    position: relative
}

.blog-search input,
.wp-block-search input {
    height: 50px;
    border: 1px solid #f0f2f5;
    background-color: #f0f2f5;
    padding: 0 20px;
    color: var(--color-heading);
    padding-left: 50px;
    font-size: 16px;
    border-radius: var(--radius);
    font-family: var(--font-secondary)
}

.blog-search .search-button,
.wp-block-search .search-button {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 0 none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    width: auto
}

.blog-search .search-button i,
.wp-block-search .search-button i {
    color: var(--color-body);
    font-weight: 400
}

.widget_rss ul li a {
    color: var(--color-heading);
    text-decoration: none;
    display: block
}

.widget_rss ul li a:hover {
    color: var(--color-primary)
}

.widget_rss ul li span.rss-date {
    font-size: 14px
}

.widget_rss ul li .rssSummary {
    margin-top: 9px
}

.widget_rss ul li cite {
    margin-top: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px
}

.widget_archive ul {
    margin-bottom: 0;
    list-style: disc
}

.widget_archive ul li::marker {
    font-size: 18px;
    color: #ced0d4;
    transition: var(--transition)
}

.widget_archive ul li a {
    color: #65676b;
    transition: var(--transition)
}

.widget_archive ul li:hover::marker {
    color: var(--color-primary)
}

.widget_archive ul li:hover a {
    color: var(--color-black)
}

.widget_archive_dropdown select {
    border-radius: 4px;
    height: 50px;
    padding: 0 20px
}

.footer-top {
    padding: 80px 0 40px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .footer-top {
        padding: 60px 0 20px
    }
}

.footer-top.separator-top::after {
    position: absolute;
    top: 0;
    width: 1290px;
    height: 2px;
    background-color: #f6f7fb;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100px
}

.axil-footer-widget {
    margin-bottom: 40px
}

.axil-footer-widget .widget-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    margin-bottom: 20px
}

.axil-footer-widget .inner ul {
    padding-left: 0
}

.axil-footer-widget .inner ul>li:first-child {
    margin-top: 0
}

.axil-footer-widget .inner ul {
    list-style: none
}

.axil-footer-widget .inner ul li {
    margin-top: 12px;
    margin-bottom: 12px
}

.axil-footer-widget .inner ul li a {
    color: var(--color-body);
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
    position: relative
}

.axil-footer-widget .inner ul li a:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: -2px;
    right: 0;
    opacity: 0;
    transition: .5s
}

.axil-footer-widget .inner ul li a:hover {
    color: var(--color-heading)
}

.axil-footer-widget .inner ul li a:hover:after {
    width: 100%;
    opacity: 1;
    left: 0
}

.axil-footer-widget .logo img {
    height: 35px;
    width: auto
}

.axil-footer-widget .support-list-item {
    margin-bottom: 0
}

.axil-footer-widget .support-list-item li {
    padding-left: 26px;
    position: relative
}

.axil-footer-widget .support-list-item li a {
    position: initial !important;
    font-weight: 400 !important
}

.axil-footer-widget .support-list-item li a:after {
    display: none
}

.axil-footer-widget .support-list-item li i {
    padding-right: 5px;
    position: absolute;
    top: 5px;
    left: 0
}

.copyright-default {
    padding: 15px 0
}

.copyright-default .quick-link {
    display: flex;
    margin: -15px
}

.copyright-default .quick-link li {
    padding: 15px;
    position: relative;
    color: var(--color-body);
    font-weight: 500;
    font-size: 14px
}

.copyright-default .quick-link li::after {
    position: absolute;
    content: "";
    background: var(--color-lightest);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    right: -3px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 575px) {
    .copyright-default .quick-link li::after {
        display: none
    }
}

.copyright-default .quick-link li a {
    color: var(--color-body);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.025em;
    transition: .5s;
    position: relative
}

.copyright-default .quick-link li a:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: -2px;
    right: 0;
    opacity: 0;
    transition: .5s
}

.copyright-default .quick-link li a:hover {
    color: var(--color-heading)
}

.copyright-default .quick-link li a:hover:after {
    width: 100%;
    opacity: 1;
    left: 0
}

.copyright-default .quick-link.payment-icons-bottom {
    margin: -15px -10px
}

.copyright-default .quick-link.payment-icons-bottom li {
    padding: 15px 10px
}

.copyright-default .quick-link.payment-icons-bottom li::after {
    display: none
}

.copyright-default.separator-top {
    position: relative
}

.copyright-default.separator-top::after {
    position: absolute;
    content: "";
    background-color: #f6f7fb;
    border-radius: 100px;
    height: 2px;
    width: 1290px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}

.copyright-default .copyright-right span.card-text {
    color: var(--color-body);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 20px;
    letter-spacing: -0.025em
}

@media only screen and (max-width: 575px) {
    .copyright-default .copyright-right span.card-text {
        margin-left: 0
    }
}

@media only screen and (max-width: 1199px) {
    .copyright-default .copyright-left {
        text-align: center
    }
}

@media only screen and (max-width: 575px) {
    .copyright-default .copyright-left {
        flex-direction: column;
        align-items: center
    }
}

.copyright-default .copyright-left ul+ul {
    margin-left: 15px
}

@media only screen and (max-width: 575px) {
    .copyright-default .copyright-left ul+ul {
        margin-left: -15px
    }
}

.copyright-default .copyright-left ul+ul li::after {
    display: none
}

.footer-dark {
    background-color: var(--color-heading)
}

.footer-dark .axil-footer-widget p {
    color: #acacac
}

.footer-dark .social-share a {
    color: #acacac
}

.footer-dark .social-share a:hover {
    color: var(--color-white)
}

.footer-dark .axil-footer-widget .widget-title {
    color: #c8c8c8
}

.footer-dark .axil-footer-widget .inner ul li a {
    color: #acacac
}

.footer-dark .axil-footer-widget .inner ul li a:after {
    background-color: #acacac
}

.footer-dark .copyright-default.separator-top:after {
    background-color: #454545
}

.footer-dark .copyright-default .quick-link li {
    color: #acacac
}

.footer-dark .copyright-default .quick-link li:after {
    background: #acacac
}

.footer-dark .copyright-default .quick-link li a {
    color: #acacac
}

.footer-dark .copyright-default .quick-link li a:after {
    background-color: #acacac
}

.footer-dark .copyright-default .copyright-right span.card-text {
    color: #acacac
}

.footer-style-2 .footer-top {
    padding: 50px 0 0
}

.footer-style-2 .footer-top.separator-top:after {
    background-color: #f6f7fb;
    height: 2px
}

.footer-style-2 .axil-footer-widget .widget-title {
    font-weight: 600
}

.footer-style-2 .axil-footer-widget .inner .download-btn-group {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.footer-style-2 .axil-footer-widget .inner .download-btn-group .qr-code {
    margin-right: 20px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .footer-style-2 .axil-footer-widget .inner .download-btn-group .qr-code img {
        height: 80px
    }
}

.footer-style-2 .axil-footer-widget .inner .download-btn-group .app-link {
    flex: 1
}

.footer-style-2 .axil-footer-widget .inner .download-btn-group .app-link a {
    margin-bottom: 15px;
    display: block
}

.footer-style-2 .axil-footer-widget .inner .download-btn-group .app-link a:last-child {
    margin-bottom: 0
}

.footer-style-2 .copyright-default .quick-link li:last-child:after {
    display: none
}

.footer-style-2 .copyright-default .quick-link.payment-icons-bottom li {
    padding: 10px
}

.footer-style-2 .copyright-default .quick-link.payment-icons-bottom li img {
    height: 20px
}

@media only screen and (max-width: 1199px) {
    .footer-style-2 .copyright-default .social-share {
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0
    }
}

.footer-style-2 .copyright-default .social-share a {
    font-size: 16px;
    color: var(--color-body);
    line-height: normal
}

.footer-style-2 .copyright-default .social-share a:after {
    height: 35px;
    width: 35px
}

.footer-style-2 .copyright-default .social-share a:hover {
    color: var(--color-white)
}

.offer-popup-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.8);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.offer-popup-modal .offer-popup-wrap {
    background-color: var(--color-white);
    border-radius: 6px;
    padding: 50px;
    width: 730px;
    height: 450px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-image: url("../images/others/popup-bg.png");
    background-repeat: no-repeat;
    background-position: center right
}

@media only screen and (max-width: 767px) {
    .offer-popup-modal .offer-popup-wrap {
        width: 100%;
        padding: 40px 30px;
        max-height: 400px;
        background-image: none
    }
}

@media only screen and (max-width: 479px) {
    .offer-popup-modal .offer-popup-wrap {
        padding: 30px 20px;
        max-height: 370px
    }
}

.offer-popup-modal .offer-popup-wrap .popup-close {
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -30px
}

.offer-popup-modal .offer-popup-wrap .popup-close:hover {
    background-color: var(--color-secondary)
}

@media only screen and (max-width: 767px) {
    .offer-popup-modal .offer-popup-wrap .popup-close {
        height: 30px;
        width: 30px;
        font-size: 12px;
        top: -30px;
        right: -15px
    }
}

@media only screen and (max-width: 479px) {
    .offer-popup-modal .offer-popup-wrap .popup-close {
        top: -20px;
        right: -10px
    }
}

.offer-popup-modal .offer-popup-wrap .card-body {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center
}

.offer-popup-modal .offer-popup-wrap .card-body .section-title-wrapper {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .offer-popup-modal .offer-popup-wrap .card-body .section-title-wrapper {
        padding-right: 0
    }
}

.offer-popup-modal .offer-popup-wrap .card-body .section-title-wrapper .title {
    font-size: 40px;
    line-height: 1.2
}

@media only screen and (max-width: 767px) {
    .offer-popup-modal .offer-popup-wrap .card-body .section-title-wrapper .title {
        font-size: 28px
    }
}

.offer-popup-modal .offer-popup-wrap .card-body .countdown {
    margin-bottom: 38px
}

.offer-popup-modal .offer-popup-wrap .card-body .countdown .countdown-section {
    background-color: var(--color-lighter)
}

.offer-popup-modal .offer-popup-wrap .card-body .axil-btn i {
    margin-right: 0;
    margin-left: 8px;
    position: relative;
    top: 1px
}

.offer-popup-modal.open {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s cubic-bezier(0.29, 1.39, 0.86, 1.15)
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.axil-section-gap {
    padding: 80px 0
}

@media only screen and (max-width: 767px) {
    .axil-section-gap {
        padding: 60px 0
    }
}

.axil-section-gapcommon {
    padding: 80px 0 50px
}

@media only screen and (max-width: 767px) {
    .axil-section-gapcommon {
        padding: 60px 0 30px
    }
}

.axil-section-gapBottom {
    padding-bottom: 80px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-section-gapBottom {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .axil-section-gapBottom {
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

    .pb--165,
    .pb--85 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {

    .pb--165,
    .pb--85 {
        padding-bottom: 60px
    }
}

.axil-section-gapTop {
    padding-top: 80px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axil-section-gapTop {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .axil-section-gapTop {
        padding-top: 60px
    }
}

.axilil-service-area.axil-section-gap.layout-2 {
    padding-bottom: 160px;
    padding-top: 120px
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .axilil-service-area.axil-section-gap.layout-2 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .axilil-service-area.axil-section-gap.layout-2 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.pl--0 {
    padding-left: 0 !important
}

.pr--0 {
    padding-right: 0 !important
}

.pt--0 {
    padding-top: 0 !important
}

.pb--0 {
    padding-bottom: 0 !important
}

.mr--0 {
    margin-right: 0 !important
}

.ml--0 {
    margin-left: 0 !important
}

.mt--0 {
    margin-top: 0 !important
}

.mb--0 {
    margin-bottom: 0 !important
}

.ptb---100 {
    padding: 100px 0
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .ptb---100 {
        padding: 80px 0
    }
}

@media only screen and (max-width: 767px) {
    .ptb---100 {
        padding: 60px 0
    }
}

.ptb--5 {
    padding: 5px 0
}

.plr--5 {
    padding: 0 5px
}

.pt--5 {
    padding-top: 5px
}

.pb--5 {
    padding-bottom: 5px
}

.pl--5 {
    padding-left: 5px
}

.pr--5 {
    padding-right: 5px
}

.mt--5 {
    margin-top: 5px
}

.mb--5 {
    margin-bottom: 5px
}

.mr--5 {
    margin-right: 5px
}

.ml--5 {
    margin-left: 5px
}

.ptb--10 {
    padding: 10px 0
}

.plr--10 {
    padding: 0 10px
}

.pt--10 {
    padding-top: 10px
}

.pb--10 {
    padding-bottom: 10px
}

.pl--10 {
    padding-left: 10px
}

.pr--10 {
    padding-right: 10px
}

.mt--10 {
    margin-top: 10px
}

.mb--10 {
    margin-bottom: 10px
}

.mr--10 {
    margin-right: 10px
}

.ml--10 {
    margin-left: 10px
}

.ptb--15 {
    padding: 15px 0
}

.plr--15 {
    padding: 0 15px
}

.pt--15 {
    padding-top: 15px
}

.pb--15 {
    padding-bottom: 15px
}

.pl--15 {
    padding-left: 15px
}

.pr--15 {
    padding-right: 15px
}

.mt--15 {
    margin-top: 15px
}

.mb--15 {
    margin-bottom: 15px
}

.mr--15 {
    margin-right: 15px
}

.ml--15 {
    margin-left: 15px
}

.ptb--20 {
    padding: 20px 0
}

.plr--20 {
    padding: 0 20px
}

.pt--20 {
    padding-top: 20px
}

.pb--20 {
    padding-bottom: 20px
}

.pl--20 {
    padding-left: 20px
}

.pr--20 {
    padding-right: 20px
}

.mt--20 {
    margin-top: 20px
}

.mb--20 {
    margin-bottom: 20px
}

.mr--20 {
    margin-right: 20px
}

.ml--20 {
    margin-left: 20px
}

.ptb--25 {
    padding: 25px 0
}

.plr--25 {
    padding: 0 25px
}

.pt--25 {
    padding-top: 25px
}

.pb--25 {
    padding-bottom: 25px
}

.pl--25 {
    padding-left: 25px
}

.pr--25 {
    padding-right: 25px
}

.mt--25 {
    margin-top: 25px
}

.mb--25 {
    margin-bottom: 25px
}

.mr--25 {
    margin-right: 25px
}

.ml--25 {
    margin-left: 25px
}

.ptb--30 {
    padding: 30px 0
}

.plr--30 {
    padding: 0 30px
}

.pt--30 {
    padding-top: 30px
}

.pb--30 {
    padding-bottom: 30px
}

.pl--30 {
    padding-left: 30px
}

.pr--30 {
    padding-right: 30px
}

.mt--30 {
    margin-top: 30px
}

.mb--30 {
    margin-bottom: 30px
}

.mr--30 {
    margin-right: 30px
}

.ml--30 {
    margin-left: 30px
}

.ptb--35 {
    padding: 35px 0
}

.plr--35 {
    padding: 0 35px
}

.pt--35 {
    padding-top: 35px
}

.pb--35 {
    padding-bottom: 35px
}

.pl--35 {
    padding-left: 35px
}

.pr--35 {
    padding-right: 35px
}

.mt--35 {
    margin-top: 35px
}

.mb--35 {
    margin-bottom: 35px
}

.mr--35 {
    margin-right: 35px
}

.ml--35 {
    margin-left: 35px
}

.ptb--40 {
    padding: 40px 0
}

.plr--40 {
    padding: 0 40px
}

.pt--40 {
    padding-top: 40px
}

.pb--40 {
    padding-bottom: 40px
}

.pl--40 {
    padding-left: 40px
}

.pr--40 {
    padding-right: 40px
}

.mt--40 {
    margin-top: 40px
}

.mb--40 {
    margin-bottom: 40px
}

.mr--40 {
    margin-right: 40px
}

.ml--40 {
    margin-left: 40px
}

.ptb--45 {
    padding: 45px 0
}

.plr--45 {
    padding: 0 45px
}

.pt--45 {
    padding-top: 45px
}

.pb--45 {
    padding-bottom: 45px
}

.pl--45 {
    padding-left: 45px
}

.pr--45 {
    padding-right: 45px
}

.mt--45 {
    margin-top: 45px
}

.mb--45 {
    margin-bottom: 45px
}

.mr--45 {
    margin-right: 45px
}

.ml--45 {
    margin-left: 45px
}

.ptb--50 {
    padding: 50px 0
}

.plr--50 {
    padding: 0 50px
}

.pt--50 {
    padding-top: 50px
}

.pb--50 {
    padding-bottom: 50px
}

.pl--50 {
    padding-left: 50px
}

.pr--50 {
    padding-right: 50px
}

.mt--50 {
    margin-top: 50px
}

.mb--50 {
    margin-bottom: 50px
}

.mr--50 {
    margin-right: 50px
}

.ml--50 {
    margin-left: 50px
}

.ptb--55 {
    padding: 55px 0
}

.plr--55 {
    padding: 0 55px
}

.pt--55 {
    padding-top: 55px
}

.pb--55 {
    padding-bottom: 55px
}

.pl--55 {
    padding-left: 55px
}

.pr--55 {
    padding-right: 55px
}

.mt--55 {
    margin-top: 55px
}

.mb--55 {
    margin-bottom: 55px
}

.mr--55 {
    margin-right: 55px
}

.ml--55 {
    margin-left: 55px
}

.ptb--60 {
    padding: 60px 0
}

.plr--60 {
    padding: 0 60px
}

.pt--60 {
    padding-top: 60px
}

.pb--60 {
    padding-bottom: 60px
}

.pl--60 {
    padding-left: 60px
}

.pr--60 {
    padding-right: 60px
}

.mt--60 {
    margin-top: 60px
}

.mb--60 {
    margin-bottom: 60px
}

.mr--60 {
    margin-right: 60px
}

.ml--60 {
    margin-left: 60px
}

.ptb--65 {
    padding: 65px 0
}

.plr--65 {
    padding: 0 65px
}

.pt--65 {
    padding-top: 65px
}

.pb--65 {
    padding-bottom: 65px
}

.pl--65 {
    padding-left: 65px
}

.pr--65 {
    padding-right: 65px
}

.mt--65 {
    margin-top: 65px
}

.mb--65 {
    margin-bottom: 65px
}

.mr--65 {
    margin-right: 65px
}

.ml--65 {
    margin-left: 65px
}

.ptb--70 {
    padding: 70px 0
}

.plr--70 {
    padding: 0 70px
}

.pt--70 {
    padding-top: 70px
}

.pb--70 {
    padding-bottom: 70px
}

.pl--70 {
    padding-left: 70px
}

.pr--70 {
    padding-right: 70px
}

.mt--70 {
    margin-top: 70px
}

.mb--70 {
    margin-bottom: 70px
}

.mr--70 {
    margin-right: 70px
}

.ml--70 {
    margin-left: 70px
}

.ptb--75 {
    padding: 75px 0
}

.plr--75 {
    padding: 0 75px
}

.pt--75 {
    padding-top: 75px
}

.pb--75 {
    padding-bottom: 75px
}

.pl--75 {
    padding-left: 75px
}

.pr--75 {
    padding-right: 75px
}

.mt--75 {
    margin-top: 75px
}

.mb--75 {
    margin-bottom: 75px
}

.mr--75 {
    margin-right: 75px
}

.ml--75 {
    margin-left: 75px
}

.ptb--80 {
    padding: 80px 0
}

.plr--80 {
    padding: 0 80px
}

.pt--80 {
    padding-top: 80px
}

.pb--80 {
    padding-bottom: 80px
}

.pl--80 {
    padding-left: 80px
}

.pr--80 {
    padding-right: 80px
}

.mt--80 {
    margin-top: 80px
}

.mb--80 {
    margin-bottom: 80px
}

.mr--80 {
    margin-right: 80px
}

.ml--80 {
    margin-left: 80px
}

.ptb--85 {
    padding: 85px 0
}

.plr--85 {
    padding: 0 85px
}

.pt--85 {
    padding-top: 85px
}

.pb--85 {
    padding-bottom: 85px
}

.pl--85 {
    padding-left: 85px
}

.pr--85 {
    padding-right: 85px
}

.mt--85 {
    margin-top: 85px
}

.mb--85 {
    margin-bottom: 85px
}

.mr--85 {
    margin-right: 85px
}

.ml--85 {
    margin-left: 85px
}

.ptb--90 {
    padding: 90px 0
}

.plr--90 {
    padding: 0 90px
}

.pt--90 {
    padding-top: 90px
}

.pb--90 {
    padding-bottom: 90px
}

.pl--90 {
    padding-left: 90px
}

.pr--90 {
    padding-right: 90px
}

.mt--90 {
    margin-top: 90px
}

.mb--90 {
    margin-bottom: 90px
}

.mr--90 {
    margin-right: 90px
}

.ml--90 {
    margin-left: 90px
}

.ptb--95 {
    padding: 95px 0
}

.plr--95 {
    padding: 0 95px
}

.pt--95 {
    padding-top: 95px
}

.pb--95 {
    padding-bottom: 95px
}

.pl--95 {
    padding-left: 95px
}

.pr--95 {
    padding-right: 95px
}

.mt--95 {
    margin-top: 95px
}

.mb--95 {
    margin-bottom: 95px
}

.mr--95 {
    margin-right: 95px
}

.ml--95 {
    margin-left: 95px
}

.ptb--100 {
    padding: 100px 0
}

.plr--100 {
    padding: 0 100px
}

.pt--100 {
    padding-top: 100px
}

.pb--100 {
    padding-bottom: 100px
}

.pl--100 {
    padding-left: 100px
}

.pr--100 {
    padding-right: 100px
}

.mt--100 {
    margin-top: 100px
}

.mb--100 {
    margin-bottom: 100px
}

.mr--100 {
    margin-right: 100px
}

.ml--100 {
    margin-left: 100px
}

.ptb--105 {
    padding: 105px 0
}

.plr--105 {
    padding: 0 105px
}

.pt--105 {
    padding-top: 105px
}

.pb--105 {
    padding-bottom: 105px
}

.pl--105 {
    padding-left: 105px
}

.pr--105 {
    padding-right: 105px
}

.mt--105 {
    margin-top: 105px
}

.mb--105 {
    margin-bottom: 105px
}

.mr--105 {
    margin-right: 105px
}

.ml--105 {
    margin-left: 105px
}

.ptb--110 {
    padding: 110px 0
}

.plr--110 {
    padding: 0 110px
}

.pt--110 {
    padding-top: 110px
}

.pb--110 {
    padding-bottom: 110px
}

.pl--110 {
    padding-left: 110px
}

.pr--110 {
    padding-right: 110px
}

.mt--110 {
    margin-top: 110px
}

.mb--110 {
    margin-bottom: 110px
}

.mr--110 {
    margin-right: 110px
}

.ml--110 {
    margin-left: 110px
}

.ptb--115 {
    padding: 115px 0
}

.plr--115 {
    padding: 0 115px
}

.pt--115 {
    padding-top: 115px
}

.pb--115 {
    padding-bottom: 115px
}

.pl--115 {
    padding-left: 115px
}

.pr--115 {
    padding-right: 115px
}

.mt--115 {
    margin-top: 115px
}

.mb--115 {
    margin-bottom: 115px
}

.mr--115 {
    margin-right: 115px
}

.ml--115 {
    margin-left: 115px
}

.ptb--120 {
    padding: 120px 0
}

.plr--120 {
    padding: 0 120px
}

.pt--120 {
    padding-top: 120px
}

.pb--120 {
    padding-bottom: 120px
}

.pl--120 {
    padding-left: 120px
}

.pr--120 {
    padding-right: 120px
}

.mt--120 {
    margin-top: 120px
}

.mb--120 {
    margin-bottom: 120px
}

.mr--120 {
    margin-right: 120px
}

.ml--120 {
    margin-left: 120px
}

.ptb--125 {
    padding: 125px 0
}

.plr--125 {
    padding: 0 125px
}

.pt--125 {
    padding-top: 125px
}

.pb--125 {
    padding-bottom: 125px
}

.pl--125 {
    padding-left: 125px
}

.pr--125 {
    padding-right: 125px
}

.mt--125 {
    margin-top: 125px
}

.mb--125 {
    margin-bottom: 125px
}

.mr--125 {
    margin-right: 125px
}

.ml--125 {
    margin-left: 125px
}

.ptb--130 {
    padding: 130px 0
}

.plr--130 {
    padding: 0 130px
}

.pt--130 {
    padding-top: 130px
}

.pb--130 {
    padding-bottom: 130px
}

.pl--130 {
    padding-left: 130px
}

.pr--130 {
    padding-right: 130px
}

.mt--130 {
    margin-top: 130px
}

.mb--130 {
    margin-bottom: 130px
}

.mr--130 {
    margin-right: 130px
}

.ml--130 {
    margin-left: 130px
}

.ptb--135 {
    padding: 135px 0
}

.plr--135 {
    padding: 0 135px
}

.pt--135 {
    padding-top: 135px
}

.pb--135 {
    padding-bottom: 135px
}

.pl--135 {
    padding-left: 135px
}

.pr--135 {
    padding-right: 135px
}

.mt--135 {
    margin-top: 135px
}

.mb--135 {
    margin-bottom: 135px
}

.mr--135 {
    margin-right: 135px
}

.ml--135 {
    margin-left: 135px
}

.ptb--140 {
    padding: 140px 0
}

.plr--140 {
    padding: 0 140px
}

.pt--140 {
    padding-top: 140px
}

.pb--140 {
    padding-bottom: 140px
}

.pl--140 {
    padding-left: 140px
}

.pr--140 {
    padding-right: 140px
}

.mt--140 {
    margin-top: 140px
}

.mb--140 {
    margin-bottom: 140px
}

.mr--140 {
    margin-right: 140px
}

.ml--140 {
    margin-left: 140px
}

.ptb--145 {
    padding: 145px 0
}

.plr--145 {
    padding: 0 145px
}

.pt--145 {
    padding-top: 145px
}

.pb--145 {
    padding-bottom: 145px
}

.pl--145 {
    padding-left: 145px
}

.pr--145 {
    padding-right: 145px
}

.mt--145 {
    margin-top: 145px
}

.mb--145 {
    margin-bottom: 145px
}

.mr--145 {
    margin-right: 145px
}

.ml--145 {
    margin-left: 145px
}

.ptb--150 {
    padding: 150px 0
}

.plr--150 {
    padding: 0 150px
}

.pt--150 {
    padding-top: 150px
}

.pb--150 {
    padding-bottom: 150px
}

.pl--150 {
    padding-left: 150px
}

.pr--150 {
    padding-right: 150px
}

.mt--150 {
    margin-top: 150px
}

.mb--150 {
    margin-bottom: 150px
}

.mr--150 {
    margin-right: 150px
}

.ml--150 {
    margin-left: 150px
}

.ptb--155 {
    padding: 155px 0
}

.plr--155 {
    padding: 0 155px
}

.pt--155 {
    padding-top: 155px
}

.pb--155 {
    padding-bottom: 155px
}

.pl--155 {
    padding-left: 155px
}

.pr--155 {
    padding-right: 155px
}

.mt--155 {
    margin-top: 155px
}

.mb--155 {
    margin-bottom: 155px
}

.mr--155 {
    margin-right: 155px
}

.ml--155 {
    margin-left: 155px
}

.ptb--160 {
    padding: 160px 0
}

.plr--160 {
    padding: 0 160px
}

.pt--160 {
    padding-top: 160px
}

.pb--160 {
    padding-bottom: 160px
}

.pl--160 {
    padding-left: 160px
}

.pr--160 {
    padding-right: 160px
}

.mt--160 {
    margin-top: 160px
}

.mb--160 {
    margin-bottom: 160px
}

.mr--160 {
    margin-right: 160px
}

.ml--160 {
    margin-left: 160px
}

.ptb--165 {
    padding: 165px 0
}

.plr--165 {
    padding: 0 165px
}

.pt--165 {
    padding-top: 165px
}

.pb--165 {
    padding-bottom: 165px
}

.pl--165 {
    padding-left: 165px
}

.pr--165 {
    padding-right: 165px
}

.mt--165 {
    margin-top: 165px
}

.mb--165 {
    margin-bottom: 165px
}

.mr--165 {
    margin-right: 165px
}

.ml--165 {
    margin-left: 165px
}

.ptb--170 {
    padding: 170px 0
}

.plr--170 {
    padding: 0 170px
}

.pt--170 {
    padding-top: 170px
}

.pb--170 {
    padding-bottom: 170px
}

.pl--170 {
    padding-left: 170px
}

.pr--170 {
    padding-right: 170px
}

.mt--170 {
    margin-top: 170px
}

.mb--170 {
    margin-bottom: 170px
}

.mr--170 {
    margin-right: 170px
}

.ml--170 {
    margin-left: 170px
}

.ptb--175 {
    padding: 175px 0
}

.plr--175 {
    padding: 0 175px
}

.pt--175 {
    padding-top: 175px
}

.pb--175 {
    padding-bottom: 175px
}

.pl--175 {
    padding-left: 175px
}

.pr--175 {
    padding-right: 175px
}

.mt--175 {
    margin-top: 175px
}

.mb--175 {
    margin-bottom: 175px
}

.mr--175 {
    margin-right: 175px
}

.ml--175 {
    margin-left: 175px
}

.ptb--180 {
    padding: 180px 0
}

.plr--180 {
    padding: 0 180px
}

.pt--180 {
    padding-top: 180px
}

.pb--180 {
    padding-bottom: 180px
}

.pl--180 {
    padding-left: 180px
}

.pr--180 {
    padding-right: 180px
}

.mt--180 {
    margin-top: 180px
}

.mb--180 {
    margin-bottom: 180px
}

.mr--180 {
    margin-right: 180px
}

.ml--180 {
    margin-left: 180px
}

.ptb--185 {
    padding: 185px 0
}

.plr--185 {
    padding: 0 185px
}

.pt--185 {
    padding-top: 185px
}

.pb--185 {
    padding-bottom: 185px
}

.pl--185 {
    padding-left: 185px
}

.pr--185 {
    padding-right: 185px
}

.mt--185 {
    margin-top: 185px
}

.mb--185 {
    margin-bottom: 185px
}

.mr--185 {
    margin-right: 185px
}

.ml--185 {
    margin-left: 185px
}

.ptb--190 {
    padding: 190px 0
}

.plr--190 {
    padding: 0 190px
}

.pt--190 {
    padding-top: 190px
}

.pb--190 {
    padding-bottom: 190px
}

.pl--190 {
    padding-left: 190px
}

.pr--190 {
    padding-right: 190px
}

.mt--190 {
    margin-top: 190px
}

.mb--190 {
    margin-bottom: 190px
}

.mr--190 {
    margin-right: 190px
}

.ml--190 {
    margin-left: 190px
}

.ptb--195 {
    padding: 195px 0
}

.plr--195 {
    padding: 0 195px
}

.pt--195 {
    padding-top: 195px
}

.pb--195 {
    padding-bottom: 195px
}

.pl--195 {
    padding-left: 195px
}

.pr--195 {
    padding-right: 195px
}

.mt--195 {
    margin-top: 195px
}

.mb--195 {
    margin-bottom: 195px
}

.mr--195 {
    margin-right: 195px
}

.ml--195 {
    margin-left: 195px
}

.ptb--200 {
    padding: 200px 0
}

.plr--200 {
    padding: 0 200px
}

.pt--200 {
    padding-top: 200px
}

.pb--200 {
    padding-bottom: 200px
}

.pl--200 {
    padding-left: 200px
}

.pr--200 {
    padding-right: 200px
}

.mt--200 {
    margin-top: 200px
}

.mb--200 {
    margin-bottom: 200px
}

.mr--200 {
    margin-right: 200px
}

.ml--200 {
    margin-left: 200px
}

@media only screen and (min-width: 1350px) {
    .ml--xxl-0 {
        margin-left: 0
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1599px) {
    .ptb_lp--5 {
        padding: 5px 0
    }

    .plr_lp--5 {
        padding: 0 5px
    }

    .pt_lp--5 {
        padding-top: 5px
    }

    .pb_lp--5 {
        padding-bottom: 5px
    }

    .pl_lp--5 {
        padding-left: 5px
    }

    .pr_lp--5 {
        padding-right: 5px
    }

    .mt_lp--5 {
        margin-top: 5px
    }

    .mb_lp--5 {
        margin-bottom: 5px
    }

    .ptb_lp--10 {
        padding: 10px 0
    }

    .plr_lp--10 {
        padding: 0 10px
    }

    .pt_lp--10 {
        padding-top: 10px
    }

    .pb_lp--10 {
        padding-bottom: 10px
    }

    .pl_lp--10 {
        padding-left: 10px
    }

    .pr_lp--10 {
        padding-right: 10px
    }

    .mt_lp--10 {
        margin-top: 10px
    }

    .mb_lp--10 {
        margin-bottom: 10px
    }

    .ptb_lp--15 {
        padding: 15px 0
    }

    .plr_lp--15 {
        padding: 0 15px
    }

    .pt_lp--15 {
        padding-top: 15px
    }

    .pb_lp--15 {
        padding-bottom: 15px
    }

    .pl_lp--15 {
        padding-left: 15px
    }

    .pr_lp--15 {
        padding-right: 15px
    }

    .mt_lp--15 {
        margin-top: 15px
    }

    .mb_lp--15 {
        margin-bottom: 15px
    }

    .ptb_lp--20 {
        padding: 20px 0
    }

    .plr_lp--20 {
        padding: 0 20px
    }

    .pt_lp--20 {
        padding-top: 20px
    }

    .pb_lp--20 {
        padding-bottom: 20px
    }

    .pl_lp--20 {
        padding-left: 20px
    }

    .pr_lp--20 {
        padding-right: 20px
    }

    .mt_lp--20 {
        margin-top: 20px
    }

    .mb_lp--20 {
        margin-bottom: 20px
    }

    .ptb_lp--25 {
        padding: 25px 0
    }

    .plr_lp--25 {
        padding: 0 25px
    }

    .pt_lp--25 {
        padding-top: 25px
    }

    .pb_lp--25 {
        padding-bottom: 25px
    }

    .pl_lp--25 {
        padding-left: 25px
    }

    .pr_lp--25 {
        padding-right: 25px
    }

    .mt_lp--25 {
        margin-top: 25px
    }

    .mb_lp--25 {
        margin-bottom: 25px
    }

    .ptb_lp--30 {
        padding: 30px 0
    }

    .plr_lp--30 {
        padding: 0 30px
    }

    .pt_lp--30 {
        padding-top: 30px
    }

    .pb_lp--30 {
        padding-bottom: 30px
    }

    .pl_lp--30 {
        padding-left: 30px
    }

    .pr_lp--30 {
        padding-right: 30px
    }

    .mt_lp--30 {
        margin-top: 30px
    }

    .mb_lp--30 {
        margin-bottom: 30px
    }

    .ptb_lp--35 {
        padding: 35px 0
    }

    .plr_lp--35 {
        padding: 0 35px
    }

    .pt_lp--35 {
        padding-top: 35px
    }

    .pb_lp--35 {
        padding-bottom: 35px
    }

    .pl_lp--35 {
        padding-left: 35px
    }

    .pr_lp--35 {
        padding-right: 35px
    }

    .mt_lp--35 {
        margin-top: 35px
    }

    .mb_lp--35 {
        margin-bottom: 35px
    }

    .ptb_lp--40 {
        padding: 40px 0
    }

    .plr_lp--40 {
        padding: 0 40px
    }

    .pt_lp--40 {
        padding-top: 40px
    }

    .pb_lp--40 {
        padding-bottom: 40px
    }

    .pl_lp--40 {
        padding-left: 40px
    }

    .pr_lp--40 {
        padding-right: 40px
    }

    .mt_lp--40 {
        margin-top: 40px
    }

    .mb_lp--40 {
        margin-bottom: 40px
    }

    .ptb_lp--45 {
        padding: 45px 0
    }

    .plr_lp--45 {
        padding: 0 45px
    }

    .pt_lp--45 {
        padding-top: 45px
    }

    .pb_lp--45 {
        padding-bottom: 45px
    }

    .pl_lp--45 {
        padding-left: 45px
    }

    .pr_lp--45 {
        padding-right: 45px
    }

    .mt_lp--45 {
        margin-top: 45px
    }

    .mb_lp--45 {
        margin-bottom: 45px
    }

    .ptb_lp--50 {
        padding: 50px 0
    }

    .plr_lp--50 {
        padding: 0 50px
    }

    .pt_lp--50 {
        padding-top: 50px
    }

    .pb_lp--50 {
        padding-bottom: 50px
    }

    .pl_lp--50 {
        padding-left: 50px
    }

    .pr_lp--50 {
        padding-right: 50px
    }

    .mt_lp--50 {
        margin-top: 50px
    }

    .mb_lp--50 {
        margin-bottom: 50px
    }

    .ptb_lp--55 {
        padding: 55px 0
    }

    .plr_lp--55 {
        padding: 0 55px
    }

    .pt_lp--55 {
        padding-top: 55px
    }

    .pb_lp--55 {
        padding-bottom: 55px
    }

    .pl_lp--55 {
        padding-left: 55px
    }

    .pr_lp--55 {
        padding-right: 55px
    }

    .mt_lp--55 {
        margin-top: 55px
    }

    .mb_lp--55 {
        margin-bottom: 55px
    }

    .ptb_lp--60 {
        padding: 60px 0
    }

    .plr_lp--60 {
        padding: 0 60px
    }

    .pt_lp--60 {
        padding-top: 60px
    }

    .pb_lp--60 {
        padding-bottom: 60px
    }

    .pl_lp--60 {
        padding-left: 60px
    }

    .pr_lp--60 {
        padding-right: 60px
    }

    .mt_lp--60 {
        margin-top: 60px
    }

    .mb_lp--60 {
        margin-bottom: 60px
    }

    .ptb_lp--65 {
        padding: 65px 0
    }

    .plr_lp--65 {
        padding: 0 65px
    }

    .pt_lp--65 {
        padding-top: 65px
    }

    .pb_lp--65 {
        padding-bottom: 65px
    }

    .pl_lp--65 {
        padding-left: 65px
    }

    .pr_lp--65 {
        padding-right: 65px
    }

    .mt_lp--65 {
        margin-top: 65px
    }

    .mb_lp--65 {
        margin-bottom: 65px
    }

    .ptb_lp--70 {
        padding: 70px 0
    }

    .plr_lp--70 {
        padding: 0 70px
    }

    .pt_lp--70 {
        padding-top: 70px
    }

    .pb_lp--70 {
        padding-bottom: 70px
    }

    .pl_lp--70 {
        padding-left: 70px
    }

    .pr_lp--70 {
        padding-right: 70px
    }

    .mt_lp--70 {
        margin-top: 70px
    }

    .mb_lp--70 {
        margin-bottom: 70px
    }

    .ptb_lp--75 {
        padding: 75px 0
    }

    .plr_lp--75 {
        padding: 0 75px
    }

    .pt_lp--75 {
        padding-top: 75px
    }

    .pb_lp--75 {
        padding-bottom: 75px
    }

    .pl_lp--75 {
        padding-left: 75px
    }

    .pr_lp--75 {
        padding-right: 75px
    }

    .mt_lp--75 {
        margin-top: 75px
    }

    .mb_lp--75 {
        margin-bottom: 75px
    }

    .ptb_lp--80 {
        padding: 80px 0
    }

    .plr_lp--80 {
        padding: 0 80px
    }

    .pt_lp--80 {
        padding-top: 80px
    }

    .pb_lp--80 {
        padding-bottom: 80px
    }

    .pl_lp--80 {
        padding-left: 80px
    }

    .pr_lp--80 {
        padding-right: 80px
    }

    .mt_lp--80 {
        margin-top: 80px
    }

    .mb_lp--80 {
        margin-bottom: 80px
    }

    .ptb_lp--85 {
        padding: 85px 0
    }

    .plr_lp--85 {
        padding: 0 85px
    }

    .pt_lp--85 {
        padding-top: 85px
    }

    .pb_lp--85 {
        padding-bottom: 85px
    }

    .pl_lp--85 {
        padding-left: 85px
    }

    .pr_lp--85 {
        padding-right: 85px
    }

    .mt_lp--85 {
        margin-top: 85px
    }

    .mb_lp--85 {
        margin-bottom: 85px
    }

    .ptb_lp--90 {
        padding: 90px 0
    }

    .plr_lp--90 {
        padding: 0 90px
    }

    .pt_lp--90 {
        padding-top: 90px
    }

    .pb_lp--90 {
        padding-bottom: 90px
    }

    .pl_lp--90 {
        padding-left: 90px
    }

    .pr_lp--90 {
        padding-right: 90px
    }

    .mt_lp--90 {
        margin-top: 90px
    }

    .mb_lp--90 {
        margin-bottom: 90px
    }

    .ptb_lp--95 {
        padding: 95px 0
    }

    .plr_lp--95 {
        padding: 0 95px
    }

    .pt_lp--95 {
        padding-top: 95px
    }

    .pb_lp--95 {
        padding-bottom: 95px
    }

    .pl_lp--95 {
        padding-left: 95px
    }

    .pr_lp--95 {
        padding-right: 95px
    }

    .mt_lp--95 {
        margin-top: 95px
    }

    .mb_lp--95 {
        margin-bottom: 95px
    }

    .ptb_lp--100 {
        padding: 100px 0
    }

    .plr_lp--100 {
        padding: 0 100px
    }

    .pt_lp--100 {
        padding-top: 100px
    }

    .pb_lp--100 {
        padding-bottom: 100px
    }

    .pl_lp--100 {
        padding-left: 100px
    }

    .pr_lp--100 {
        padding-right: 100px
    }

    .mt_lp--100 {
        margin-top: 100px
    }

    .mb_lp--100 {
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .ptb_lg--5 {
        padding: 5px 0
    }

    .plr_lg--5 {
        padding: 0 5px
    }

    .pt_lg--5 {
        padding-top: 5px
    }

    .pb_lg--5 {
        padding-bottom: 5px
    }

    .pl_lg--5 {
        padding-left: 5px
    }

    .pr_lg--5 {
        padding-right: 5px
    }

    .mt_lg--5 {
        margin-top: 5px
    }

    .mb_lg--5 {
        margin-bottom: 5px
    }

    .ml_lg--5 {
        margin-left: 5px
    }

    .ptb_lg--10 {
        padding: 10px 0
    }

    .plr_lg--10 {
        padding: 0 10px
    }

    .pt_lg--10 {
        padding-top: 10px
    }

    .pb_lg--10 {
        padding-bottom: 10px
    }

    .pl_lg--10 {
        padding-left: 10px
    }

    .pr_lg--10 {
        padding-right: 10px
    }

    .mt_lg--10 {
        margin-top: 10px
    }

    .mb_lg--10 {
        margin-bottom: 10px
    }

    .ml_lg--10 {
        margin-left: 10px
    }

    .ptb_lg--15 {
        padding: 15px 0
    }

    .plr_lg--15 {
        padding: 0 15px
    }

    .pt_lg--15 {
        padding-top: 15px
    }

    .pb_lg--15 {
        padding-bottom: 15px
    }

    .pl_lg--15 {
        padding-left: 15px
    }

    .pr_lg--15 {
        padding-right: 15px
    }

    .mt_lg--15 {
        margin-top: 15px
    }

    .mb_lg--15 {
        margin-bottom: 15px
    }

    .ml_lg--15 {
        margin-left: 15px
    }

    .ptb_lg--20 {
        padding: 20px 0
    }

    .plr_lg--20 {
        padding: 0 20px
    }

    .pt_lg--20 {
        padding-top: 20px
    }

    .pb_lg--20 {
        padding-bottom: 20px
    }

    .pl_lg--20 {
        padding-left: 20px
    }

    .pr_lg--20 {
        padding-right: 20px
    }

    .mt_lg--20 {
        margin-top: 20px
    }

    .mb_lg--20 {
        margin-bottom: 20px
    }

    .ml_lg--20 {
        margin-left: 20px
    }

    .ptb_lg--25 {
        padding: 25px 0
    }

    .plr_lg--25 {
        padding: 0 25px
    }

    .pt_lg--25 {
        padding-top: 25px
    }

    .pb_lg--25 {
        padding-bottom: 25px
    }

    .pl_lg--25 {
        padding-left: 25px
    }

    .pr_lg--25 {
        padding-right: 25px
    }

    .mt_lg--25 {
        margin-top: 25px
    }

    .mb_lg--25 {
        margin-bottom: 25px
    }

    .ml_lg--25 {
        margin-left: 25px
    }

    .ptb_lg--30 {
        padding: 30px 0
    }

    .plr_lg--30 {
        padding: 0 30px
    }

    .pt_lg--30 {
        padding-top: 30px
    }

    .pb_lg--30 {
        padding-bottom: 30px
    }

    .pl_lg--30 {
        padding-left: 30px
    }

    .pr_lg--30 {
        padding-right: 30px
    }

    .mt_lg--30 {
        margin-top: 30px
    }

    .mb_lg--30 {
        margin-bottom: 30px
    }

    .ml_lg--30 {
        margin-left: 30px
    }

    .ptb_lg--35 {
        padding: 35px 0
    }

    .plr_lg--35 {
        padding: 0 35px
    }

    .pt_lg--35 {
        padding-top: 35px
    }

    .pb_lg--35 {
        padding-bottom: 35px
    }

    .pl_lg--35 {
        padding-left: 35px
    }

    .pr_lg--35 {
        padding-right: 35px
    }

    .mt_lg--35 {
        margin-top: 35px
    }

    .mb_lg--35 {
        margin-bottom: 35px
    }

    .ml_lg--35 {
        margin-left: 35px
    }

    .ptb_lg--40 {
        padding: 40px 0
    }

    .plr_lg--40 {
        padding: 0 40px
    }

    .pt_lg--40 {
        padding-top: 40px
    }

    .pb_lg--40 {
        padding-bottom: 40px
    }

    .pl_lg--40 {
        padding-left: 40px
    }

    .pr_lg--40 {
        padding-right: 40px
    }

    .mt_lg--40 {
        margin-top: 40px
    }

    .mb_lg--40 {
        margin-bottom: 40px
    }

    .ml_lg--40 {
        margin-left: 40px
    }

    .ptb_lg--45 {
        padding: 45px 0
    }

    .plr_lg--45 {
        padding: 0 45px
    }

    .pt_lg--45 {
        padding-top: 45px
    }

    .pb_lg--45 {
        padding-bottom: 45px
    }

    .pl_lg--45 {
        padding-left: 45px
    }

    .pr_lg--45 {
        padding-right: 45px
    }

    .mt_lg--45 {
        margin-top: 45px
    }

    .mb_lg--45 {
        margin-bottom: 45px
    }

    .ml_lg--45 {
        margin-left: 45px
    }

    .ptb_lg--50 {
        padding: 50px 0
    }

    .plr_lg--50 {
        padding: 0 50px
    }

    .pt_lg--50 {
        padding-top: 50px
    }

    .pb_lg--50 {
        padding-bottom: 50px
    }

    .pl_lg--50 {
        padding-left: 50px
    }

    .pr_lg--50 {
        padding-right: 50px
    }

    .mt_lg--50 {
        margin-top: 50px
    }

    .mb_lg--50 {
        margin-bottom: 50px
    }

    .ml_lg--50 {
        margin-left: 50px
    }

    .ptb_lg--55 {
        padding: 55px 0
    }

    .plr_lg--55 {
        padding: 0 55px
    }

    .pt_lg--55 {
        padding-top: 55px
    }

    .pb_lg--55 {
        padding-bottom: 55px
    }

    .pl_lg--55 {
        padding-left: 55px
    }

    .pr_lg--55 {
        padding-right: 55px
    }

    .mt_lg--55 {
        margin-top: 55px
    }

    .mb_lg--55 {
        margin-bottom: 55px
    }

    .ml_lg--55 {
        margin-left: 55px
    }

    .ptb_lg--60 {
        padding: 60px 0
    }

    .plr_lg--60 {
        padding: 0 60px
    }

    .pt_lg--60 {
        padding-top: 60px
    }

    .pb_lg--60 {
        padding-bottom: 60px
    }

    .pl_lg--60 {
        padding-left: 60px
    }

    .pr_lg--60 {
        padding-right: 60px
    }

    .mt_lg--60 {
        margin-top: 60px
    }

    .mb_lg--60 {
        margin-bottom: 60px
    }

    .ml_lg--60 {
        margin-left: 60px
    }

    .ptb_lg--65 {
        padding: 65px 0
    }

    .plr_lg--65 {
        padding: 0 65px
    }

    .pt_lg--65 {
        padding-top: 65px
    }

    .pb_lg--65 {
        padding-bottom: 65px
    }

    .pl_lg--65 {
        padding-left: 65px
    }

    .pr_lg--65 {
        padding-right: 65px
    }

    .mt_lg--65 {
        margin-top: 65px
    }

    .mb_lg--65 {
        margin-bottom: 65px
    }

    .ml_lg--65 {
        margin-left: 65px
    }

    .ptb_lg--70 {
        padding: 70px 0
    }

    .plr_lg--70 {
        padding: 0 70px
    }

    .pt_lg--70 {
        padding-top: 70px
    }

    .pb_lg--70 {
        padding-bottom: 70px
    }

    .pl_lg--70 {
        padding-left: 70px
    }

    .pr_lg--70 {
        padding-right: 70px
    }

    .mt_lg--70 {
        margin-top: 70px
    }

    .mb_lg--70 {
        margin-bottom: 70px
    }

    .ml_lg--70 {
        margin-left: 70px
    }

    .ptb_lg--75 {
        padding: 75px 0
    }

    .plr_lg--75 {
        padding: 0 75px
    }

    .pt_lg--75 {
        padding-top: 75px
    }

    .pb_lg--75 {
        padding-bottom: 75px
    }

    .pl_lg--75 {
        padding-left: 75px
    }

    .pr_lg--75 {
        padding-right: 75px
    }

    .mt_lg--75 {
        margin-top: 75px
    }

    .mb_lg--75 {
        margin-bottom: 75px
    }

    .ml_lg--75 {
        margin-left: 75px
    }

    .ptb_lg--80 {
        padding: 80px 0
    }

    .plr_lg--80 {
        padding: 0 80px
    }

    .pt_lg--80 {
        padding-top: 80px
    }

    .pb_lg--80 {
        padding-bottom: 80px
    }

    .pl_lg--80 {
        padding-left: 80px
    }

    .pr_lg--80 {
        padding-right: 80px
    }

    .mt_lg--80 {
        margin-top: 80px
    }

    .mb_lg--80 {
        margin-bottom: 80px
    }

    .ml_lg--80 {
        margin-left: 80px
    }

    .ptb_lg--85 {
        padding: 85px 0
    }

    .plr_lg--85 {
        padding: 0 85px
    }

    .pt_lg--85 {
        padding-top: 85px
    }

    .pb_lg--85 {
        padding-bottom: 85px
    }

    .pl_lg--85 {
        padding-left: 85px
    }

    .pr_lg--85 {
        padding-right: 85px
    }

    .mt_lg--85 {
        margin-top: 85px
    }

    .mb_lg--85 {
        margin-bottom: 85px
    }

    .ml_lg--85 {
        margin-left: 85px
    }

    .ptb_lg--90 {
        padding: 90px 0
    }

    .plr_lg--90 {
        padding: 0 90px
    }

    .pt_lg--90 {
        padding-top: 90px
    }

    .pb_lg--90 {
        padding-bottom: 90px
    }

    .pl_lg--90 {
        padding-left: 90px
    }

    .pr_lg--90 {
        padding-right: 90px
    }

    .mt_lg--90 {
        margin-top: 90px
    }

    .mb_lg--90 {
        margin-bottom: 90px
    }

    .ml_lg--90 {
        margin-left: 90px
    }

    .ptb_lg--95 {
        padding: 95px 0
    }

    .plr_lg--95 {
        padding: 0 95px
    }

    .pt_lg--95 {
        padding-top: 95px
    }

    .pb_lg--95 {
        padding-bottom: 95px
    }

    .pl_lg--95 {
        padding-left: 95px
    }

    .pr_lg--95 {
        padding-right: 95px
    }

    .mt_lg--95 {
        margin-top: 95px
    }

    .mb_lg--95 {
        margin-bottom: 95px
    }

    .ml_lg--95 {
        margin-left: 95px
    }

    .ptb_lg--100 {
        padding: 100px 0
    }

    .plr_lg--100 {
        padding: 0 100px
    }

    .pt_lg--100 {
        padding-top: 100px
    }

    .pb_lg--100 {
        padding-bottom: 100px
    }

    .pl_lg--100 {
        padding-left: 100px
    }

    .pr_lg--100 {
        padding-right: 100px
    }

    .mt_lg--100 {
        margin-top: 100px
    }

    .mb_lg--100 {
        margin-bottom: 100px
    }

    .ml_lg--100 {
        margin-left: 100px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .ptb_md--0 {
        padding: 0 !important
    }

    .pl_md--0 {
        padding-left: 0 !important
    }

    .pr_md--0 {
        padding-right: 0 !important
    }

    .pt_md--0 {
        padding-top: 0 !important
    }

    .pb_md--0 {
        padding-bottom: 0 !important
    }

    .mr_md--0 {
        margin-right: 0 !important
    }

    .ml_md--0 {
        margin-left: 0 !important
    }

    .mt_md--0 {
        margin-top: 0 !important
    }

    .mb_md--0 {
        margin-bottom: 0 !important
    }

    .ptb_md--250 {
        padding: 250px 0 !important
    }

    .ptb_md--5 {
        padding: 5px 0
    }

    .plr_md--5 {
        padding: 0 5px
    }

    .pt_md--5 {
        padding-top: 5px
    }

    .pb_md--5 {
        padding-bottom: 5px
    }

    .pl_md--5 {
        padding-left: 5px
    }

    .pr_md--5 {
        padding-right: 5px
    }

    .mt_md--5 {
        margin-top: 5px
    }

    .mb_md--5 {
        margin-bottom: 5px
    }

    .ptb_md--10 {
        padding: 10px 0
    }

    .plr_md--10 {
        padding: 0 10px
    }

    .pt_md--10 {
        padding-top: 10px
    }

    .pb_md--10 {
        padding-bottom: 10px
    }

    .pl_md--10 {
        padding-left: 10px
    }

    .pr_md--10 {
        padding-right: 10px
    }

    .mt_md--10 {
        margin-top: 10px
    }

    .mb_md--10 {
        margin-bottom: 10px
    }

    .ptb_md--15 {
        padding: 15px 0
    }

    .plr_md--15 {
        padding: 0 15px
    }

    .pt_md--15 {
        padding-top: 15px
    }

    .pb_md--15 {
        padding-bottom: 15px
    }

    .pl_md--15 {
        padding-left: 15px
    }

    .pr_md--15 {
        padding-right: 15px
    }

    .mt_md--15 {
        margin-top: 15px
    }

    .mb_md--15 {
        margin-bottom: 15px
    }

    .ptb_md--20 {
        padding: 20px 0
    }

    .plr_md--20 {
        padding: 0 20px
    }

    .pt_md--20 {
        padding-top: 20px
    }

    .pb_md--20 {
        padding-bottom: 20px
    }

    .pl_md--20 {
        padding-left: 20px
    }

    .pr_md--20 {
        padding-right: 20px
    }

    .mt_md--20 {
        margin-top: 20px
    }

    .mb_md--20 {
        margin-bottom: 20px
    }

    .ptb_md--25 {
        padding: 25px 0
    }

    .plr_md--25 {
        padding: 0 25px
    }

    .pt_md--25 {
        padding-top: 25px
    }

    .pb_md--25 {
        padding-bottom: 25px
    }

    .pl_md--25 {
        padding-left: 25px
    }

    .pr_md--25 {
        padding-right: 25px
    }

    .mt_md--25 {
        margin-top: 25px
    }

    .mb_md--25 {
        margin-bottom: 25px
    }

    .ptb_md--30 {
        padding: 30px 0
    }

    .plr_md--30 {
        padding: 0 30px
    }

    .pt_md--30 {
        padding-top: 30px
    }

    .pb_md--30 {
        padding-bottom: 30px
    }

    .pl_md--30 {
        padding-left: 30px
    }

    .pr_md--30 {
        padding-right: 30px
    }

    .mt_md--30 {
        margin-top: 30px
    }

    .mb_md--30 {
        margin-bottom: 30px
    }

    .ptb_md--35 {
        padding: 35px 0
    }

    .plr_md--35 {
        padding: 0 35px
    }

    .pt_md--35 {
        padding-top: 35px
    }

    .pb_md--35 {
        padding-bottom: 35px
    }

    .pl_md--35 {
        padding-left: 35px
    }

    .pr_md--35 {
        padding-right: 35px
    }

    .mt_md--35 {
        margin-top: 35px
    }

    .mb_md--35 {
        margin-bottom: 35px
    }

    .ptb_md--40 {
        padding: 40px 0
    }

    .plr_md--40 {
        padding: 0 40px
    }

    .pt_md--40 {
        padding-top: 40px
    }

    .pb_md--40 {
        padding-bottom: 40px
    }

    .pl_md--40 {
        padding-left: 40px
    }

    .pr_md--40 {
        padding-right: 40px
    }

    .mt_md--40 {
        margin-top: 40px
    }

    .mb_md--40 {
        margin-bottom: 40px
    }

    .ptb_md--45 {
        padding: 45px 0
    }

    .plr_md--45 {
        padding: 0 45px
    }

    .pt_md--45 {
        padding-top: 45px
    }

    .pb_md--45 {
        padding-bottom: 45px
    }

    .pl_md--45 {
        padding-left: 45px
    }

    .pr_md--45 {
        padding-right: 45px
    }

    .mt_md--45 {
        margin-top: 45px
    }

    .mb_md--45 {
        margin-bottom: 45px
    }

    .ptb_md--50 {
        padding: 50px 0
    }

    .plr_md--50 {
        padding: 0 50px
    }

    .pt_md--50 {
        padding-top: 50px
    }

    .pb_md--50 {
        padding-bottom: 50px
    }

    .pl_md--50 {
        padding-left: 50px
    }

    .pr_md--50 {
        padding-right: 50px
    }

    .mt_md--50 {
        margin-top: 50px
    }

    .mb_md--50 {
        margin-bottom: 50px
    }

    .ptb_md--55 {
        padding: 55px 0
    }

    .plr_md--55 {
        padding: 0 55px
    }

    .pt_md--55 {
        padding-top: 55px
    }

    .pb_md--55 {
        padding-bottom: 55px
    }

    .pl_md--55 {
        padding-left: 55px
    }

    .pr_md--55 {
        padding-right: 55px
    }

    .mt_md--55 {
        margin-top: 55px
    }

    .mb_md--55 {
        margin-bottom: 55px
    }

    .ptb_md--60 {
        padding: 60px 0
    }

    .plr_md--60 {
        padding: 0 60px
    }

    .pt_md--60 {
        padding-top: 60px
    }

    .pb_md--60 {
        padding-bottom: 60px
    }

    .pl_md--60 {
        padding-left: 60px
    }

    .pr_md--60 {
        padding-right: 60px
    }

    .mt_md--60 {
        margin-top: 60px
    }

    .mb_md--60 {
        margin-bottom: 60px
    }

    .ptb_md--65 {
        padding: 65px 0
    }

    .plr_md--65 {
        padding: 0 65px
    }

    .pt_md--65 {
        padding-top: 65px
    }

    .pb_md--65 {
        padding-bottom: 65px
    }

    .pl_md--65 {
        padding-left: 65px
    }

    .pr_md--65 {
        padding-right: 65px
    }

    .mt_md--65 {
        margin-top: 65px
    }

    .mb_md--65 {
        margin-bottom: 65px
    }

    .ptb_md--70 {
        padding: 70px 0
    }

    .plr_md--70 {
        padding: 0 70px
    }

    .pt_md--70 {
        padding-top: 70px
    }

    .pb_md--70 {
        padding-bottom: 70px
    }

    .pl_md--70 {
        padding-left: 70px
    }

    .pr_md--70 {
        padding-right: 70px
    }

    .mt_md--70 {
        margin-top: 70px
    }

    .mb_md--70 {
        margin-bottom: 70px
    }

    .ptb_md--75 {
        padding: 75px 0
    }

    .plr_md--75 {
        padding: 0 75px
    }

    .pt_md--75 {
        padding-top: 75px
    }

    .pb_md--75 {
        padding-bottom: 75px
    }

    .pl_md--75 {
        padding-left: 75px
    }

    .pr_md--75 {
        padding-right: 75px
    }

    .mt_md--75 {
        margin-top: 75px
    }

    .mb_md--75 {
        margin-bottom: 75px
    }

    .ptb_md--80 {
        padding: 80px 0
    }

    .plr_md--80 {
        padding: 0 80px
    }

    .pt_md--80 {
        padding-top: 80px
    }

    .pb_md--80 {
        padding-bottom: 80px
    }

    .pl_md--80 {
        padding-left: 80px
    }

    .pr_md--80 {
        padding-right: 80px
    }

    .mt_md--80 {
        margin-top: 80px
    }

    .mb_md--80 {
        margin-bottom: 80px
    }

    .ptb_md--85 {
        padding: 85px 0
    }

    .plr_md--85 {
        padding: 0 85px
    }

    .pt_md--85 {
        padding-top: 85px
    }

    .pb_md--85 {
        padding-bottom: 85px
    }

    .pl_md--85 {
        padding-left: 85px
    }

    .pr_md--85 {
        padding-right: 85px
    }

    .mt_md--85 {
        margin-top: 85px
    }

    .mb_md--85 {
        margin-bottom: 85px
    }

    .ptb_md--90 {
        padding: 90px 0
    }

    .plr_md--90 {
        padding: 0 90px
    }

    .pt_md--90 {
        padding-top: 90px
    }

    .pb_md--90 {
        padding-bottom: 90px
    }

    .pl_md--90 {
        padding-left: 90px
    }

    .pr_md--90 {
        padding-right: 90px
    }

    .mt_md--90 {
        margin-top: 90px
    }

    .mb_md--90 {
        margin-bottom: 90px
    }

    .ptb_md--95 {
        padding: 95px 0
    }

    .plr_md--95 {
        padding: 0 95px
    }

    .pt_md--95 {
        padding-top: 95px
    }

    .pb_md--95 {
        padding-bottom: 95px
    }

    .pl_md--95 {
        padding-left: 95px
    }

    .pr_md--95 {
        padding-right: 95px
    }

    .mt_md--95 {
        margin-top: 95px
    }

    .mb_md--95 {
        margin-bottom: 95px
    }

    .ptb_md--100 {
        padding: 100px 0
    }

    .plr_md--100 {
        padding: 0 100px
    }

    .pt_md--100 {
        padding-top: 100px
    }

    .pb_md--100 {
        padding-bottom: 100px
    }

    .pl_md--100 {
        padding-left: 100px
    }

    .pr_md--100 {
        padding-right: 100px
    }

    .mt_md--100 {
        margin-top: 100px
    }

    .mb_md--100 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767px) {
    .ptb_sm--250 {
        padding: 250px 0 !important
    }

    .ptb_sm--0 {
        padding: 0 !important
    }

    .pl_sm--0 {
        padding-left: 0 !important
    }

    .pr_sm--0 {
        padding-right: 0 !important
    }

    .pt_sm--0 {
        padding-top: 0 !important
    }

    .pb_sm--0 {
        padding-bottom: 0 !important
    }

    .mr_sm--0 {
        margin-right: 0 !important
    }

    .ml_sm--0 {
        margin-left: 0 !important
    }

    .mt_sm--0 {
        margin-top: 0 !important
    }

    .mb_sm--0 {
        margin-bottom: 0 !important
    }

    .pt_sm--150 {
        padding-top: 150px !important
    }

    .pb_sm--110 {
        padding-bottom: 110px !important
    }

    .ptb_sm--5 {
        padding: 5px 0
    }

    .plr_sm--5 {
        padding: 0 5px
    }

    .pt_sm--5 {
        padding-top: 5px
    }

    .pb_sm--5 {
        padding-bottom: 5px
    }

    .pl_sm--5 {
        padding-left: 5px
    }

    .pr_sm--5 {
        padding-right: 5px
    }

    .mt_sm--5 {
        margin-top: 5px
    }

    .ml_sm--5 {
        margin-left: 5px
    }

    .mr_sm--5 {
        margin-right: 5px
    }

    .mb_sm--5 {
        margin-bottom: 5px
    }

    .ptb_sm--10 {
        padding: 10px 0
    }

    .plr_sm--10 {
        padding: 0 10px
    }

    .pt_sm--10 {
        padding-top: 10px
    }

    .pb_sm--10 {
        padding-bottom: 10px
    }

    .pl_sm--10 {
        padding-left: 10px
    }

    .pr_sm--10 {
        padding-right: 10px
    }

    .mt_sm--10 {
        margin-top: 10px
    }

    .ml_sm--10 {
        margin-left: 10px
    }

    .mr_sm--10 {
        margin-right: 10px
    }

    .mb_sm--10 {
        margin-bottom: 10px
    }

    .ptb_sm--15 {
        padding: 15px 0
    }

    .plr_sm--15 {
        padding: 0 15px
    }

    .pt_sm--15 {
        padding-top: 15px
    }

    .pb_sm--15 {
        padding-bottom: 15px
    }

    .pl_sm--15 {
        padding-left: 15px
    }

    .pr_sm--15 {
        padding-right: 15px
    }

    .mt_sm--15 {
        margin-top: 15px
    }

    .ml_sm--15 {
        margin-left: 15px
    }

    .mr_sm--15 {
        margin-right: 15px
    }

    .mb_sm--15 {
        margin-bottom: 15px
    }

    .ptb_sm--20 {
        padding: 20px 0
    }

    .plr_sm--20 {
        padding: 0 20px
    }

    .pt_sm--20 {
        padding-top: 20px
    }

    .pb_sm--20 {
        padding-bottom: 20px
    }

    .pl_sm--20 {
        padding-left: 20px
    }

    .pr_sm--20 {
        padding-right: 20px
    }

    .mt_sm--20 {
        margin-top: 20px
    }

    .ml_sm--20 {
        margin-left: 20px
    }

    .mr_sm--20 {
        margin-right: 20px
    }

    .mb_sm--20 {
        margin-bottom: 20px
    }

    .ptb_sm--25 {
        padding: 25px 0
    }

    .plr_sm--25 {
        padding: 0 25px
    }

    .pt_sm--25 {
        padding-top: 25px
    }

    .pb_sm--25 {
        padding-bottom: 25px
    }

    .pl_sm--25 {
        padding-left: 25px
    }

    .pr_sm--25 {
        padding-right: 25px
    }

    .mt_sm--25 {
        margin-top: 25px
    }

    .ml_sm--25 {
        margin-left: 25px
    }

    .mr_sm--25 {
        margin-right: 25px
    }

    .mb_sm--25 {
        margin-bottom: 25px
    }

    .ptb_sm--30 {
        padding: 30px 0
    }

    .plr_sm--30 {
        padding: 0 30px
    }

    .pt_sm--30 {
        padding-top: 30px
    }

    .pb_sm--30 {
        padding-bottom: 30px
    }

    .pl_sm--30 {
        padding-left: 30px
    }

    .pr_sm--30 {
        padding-right: 30px
    }

    .mt_sm--30 {
        margin-top: 30px
    }

    .ml_sm--30 {
        margin-left: 30px
    }

    .mr_sm--30 {
        margin-right: 30px
    }

    .mb_sm--30 {
        margin-bottom: 30px
    }

    .ptb_sm--35 {
        padding: 35px 0
    }

    .plr_sm--35 {
        padding: 0 35px
    }

    .pt_sm--35 {
        padding-top: 35px
    }

    .pb_sm--35 {
        padding-bottom: 35px
    }

    .pl_sm--35 {
        padding-left: 35px
    }

    .pr_sm--35 {
        padding-right: 35px
    }

    .mt_sm--35 {
        margin-top: 35px
    }

    .ml_sm--35 {
        margin-left: 35px
    }

    .mr_sm--35 {
        margin-right: 35px
    }

    .mb_sm--35 {
        margin-bottom: 35px
    }

    .ptb_sm--40 {
        padding: 40px 0
    }

    .plr_sm--40 {
        padding: 0 40px
    }

    .pt_sm--40 {
        padding-top: 40px
    }

    .pb_sm--40 {
        padding-bottom: 40px
    }

    .pl_sm--40 {
        padding-left: 40px
    }

    .pr_sm--40 {
        padding-right: 40px
    }

    .mt_sm--40 {
        margin-top: 40px
    }

    .ml_sm--40 {
        margin-left: 40px
    }

    .mr_sm--40 {
        margin-right: 40px
    }

    .mb_sm--40 {
        margin-bottom: 40px
    }

    .ptb_sm--45 {
        padding: 45px 0
    }

    .plr_sm--45 {
        padding: 0 45px
    }

    .pt_sm--45 {
        padding-top: 45px
    }

    .pb_sm--45 {
        padding-bottom: 45px
    }

    .pl_sm--45 {
        padding-left: 45px
    }

    .pr_sm--45 {
        padding-right: 45px
    }

    .mt_sm--45 {
        margin-top: 45px
    }

    .ml_sm--45 {
        margin-left: 45px
    }

    .mr_sm--45 {
        margin-right: 45px
    }

    .mb_sm--45 {
        margin-bottom: 45px
    }

    .ptb_sm--50 {
        padding: 50px 0
    }

    .plr_sm--50 {
        padding: 0 50px
    }

    .pt_sm--50 {
        padding-top: 50px
    }

    .pb_sm--50 {
        padding-bottom: 50px
    }

    .pl_sm--50 {
        padding-left: 50px
    }

    .pr_sm--50 {
        padding-right: 50px
    }

    .mt_sm--50 {
        margin-top: 50px
    }

    .ml_sm--50 {
        margin-left: 50px
    }

    .mr_sm--50 {
        margin-right: 50px
    }

    .mb_sm--50 {
        margin-bottom: 50px
    }

    .ptb_sm--55 {
        padding: 55px 0
    }

    .plr_sm--55 {
        padding: 0 55px
    }

    .pt_sm--55 {
        padding-top: 55px
    }

    .pb_sm--55 {
        padding-bottom: 55px
    }

    .pl_sm--55 {
        padding-left: 55px
    }

    .pr_sm--55 {
        padding-right: 55px
    }

    .mt_sm--55 {
        margin-top: 55px
    }

    .ml_sm--55 {
        margin-left: 55px
    }

    .mr_sm--55 {
        margin-right: 55px
    }

    .mb_sm--55 {
        margin-bottom: 55px
    }

    .ptb_sm--60 {
        padding: 60px 0
    }

    .plr_sm--60 {
        padding: 0 60px
    }

    .pt_sm--60 {
        padding-top: 60px
    }

    .pb_sm--60 {
        padding-bottom: 60px
    }

    .pl_sm--60 {
        padding-left: 60px
    }

    .pr_sm--60 {
        padding-right: 60px
    }

    .mt_sm--60 {
        margin-top: 60px
    }

    .ml_sm--60 {
        margin-left: 60px
    }

    .mr_sm--60 {
        margin-right: 60px
    }

    .mb_sm--60 {
        margin-bottom: 60px
    }

    .ptb_sm--65 {
        padding: 65px 0
    }

    .plr_sm--65 {
        padding: 0 65px
    }

    .pt_sm--65 {
        padding-top: 65px
    }

    .pb_sm--65 {
        padding-bottom: 65px
    }

    .pl_sm--65 {
        padding-left: 65px
    }

    .pr_sm--65 {
        padding-right: 65px
    }

    .mt_sm--65 {
        margin-top: 65px
    }

    .ml_sm--65 {
        margin-left: 65px
    }

    .mr_sm--65 {
        margin-right: 65px
    }

    .mb_sm--65 {
        margin-bottom: 65px
    }

    .ptb_sm--70 {
        padding: 70px 0
    }

    .plr_sm--70 {
        padding: 0 70px
    }

    .pt_sm--70 {
        padding-top: 70px
    }

    .pb_sm--70 {
        padding-bottom: 70px
    }

    .pl_sm--70 {
        padding-left: 70px
    }

    .pr_sm--70 {
        padding-right: 70px
    }

    .mt_sm--70 {
        margin-top: 70px
    }

    .ml_sm--70 {
        margin-left: 70px
    }

    .mr_sm--70 {
        margin-right: 70px
    }

    .mb_sm--70 {
        margin-bottom: 70px
    }

    .ptb_sm--75 {
        padding: 75px 0
    }

    .plr_sm--75 {
        padding: 0 75px
    }

    .pt_sm--75 {
        padding-top: 75px
    }

    .pb_sm--75 {
        padding-bottom: 75px
    }

    .pl_sm--75 {
        padding-left: 75px
    }

    .pr_sm--75 {
        padding-right: 75px
    }

    .mt_sm--75 {
        margin-top: 75px
    }

    .ml_sm--75 {
        margin-left: 75px
    }

    .mr_sm--75 {
        margin-right: 75px
    }

    .mb_sm--75 {
        margin-bottom: 75px
    }

    .ptb_sm--80 {
        padding: 80px 0
    }

    .plr_sm--80 {
        padding: 0 80px
    }

    .pt_sm--80 {
        padding-top: 80px
    }

    .pb_sm--80 {
        padding-bottom: 80px
    }

    .pl_sm--80 {
        padding-left: 80px
    }

    .pr_sm--80 {
        padding-right: 80px
    }

    .mt_sm--80 {
        margin-top: 80px
    }

    .ml_sm--80 {
        margin-left: 80px
    }

    .mr_sm--80 {
        margin-right: 80px
    }

    .mb_sm--80 {
        margin-bottom: 80px
    }

    .ptb_sm--85 {
        padding: 85px 0
    }

    .plr_sm--85 {
        padding: 0 85px
    }

    .pt_sm--85 {
        padding-top: 85px
    }

    .pb_sm--85 {
        padding-bottom: 85px
    }

    .pl_sm--85 {
        padding-left: 85px
    }

    .pr_sm--85 {
        padding-right: 85px
    }

    .mt_sm--85 {
        margin-top: 85px
    }

    .ml_sm--85 {
        margin-left: 85px
    }

    .mr_sm--85 {
        margin-right: 85px
    }

    .mb_sm--85 {
        margin-bottom: 85px
    }

    .ptb_sm--90 {
        padding: 90px 0
    }

    .plr_sm--90 {
        padding: 0 90px
    }

    .pt_sm--90 {
        padding-top: 90px
    }

    .pb_sm--90 {
        padding-bottom: 90px
    }

    .pl_sm--90 {
        padding-left: 90px
    }

    .pr_sm--90 {
        padding-right: 90px
    }

    .mt_sm--90 {
        margin-top: 90px
    }

    .ml_sm--90 {
        margin-left: 90px
    }

    .mr_sm--90 {
        margin-right: 90px
    }

    .mb_sm--90 {
        margin-bottom: 90px
    }

    .ptb_sm--95 {
        padding: 95px 0
    }

    .plr_sm--95 {
        padding: 0 95px
    }

    .pt_sm--95 {
        padding-top: 95px
    }

    .pb_sm--95 {
        padding-bottom: 95px
    }

    .pl_sm--95 {
        padding-left: 95px
    }

    .pr_sm--95 {
        padding-right: 95px
    }

    .mt_sm--95 {
        margin-top: 95px
    }

    .ml_sm--95 {
        margin-left: 95px
    }

    .mr_sm--95 {
        margin-right: 95px
    }

    .mb_sm--95 {
        margin-bottom: 95px
    }

    .ptb_sm--100 {
        padding: 100px 0
    }

    .plr_sm--100 {
        padding: 0 100px
    }

    .pt_sm--100 {
        padding-top: 100px
    }

    .pb_sm--100 {
        padding-bottom: 100px
    }

    .pl_sm--100 {
        padding-left: 100px
    }

    .pr_sm--100 {
        padding-right: 100px
    }

    .mt_sm--100 {
        margin-top: 100px
    }

    .ml_sm--100 {
        margin-left: 100px
    }

    .mr_sm--100 {
        margin-right: 100px
    }

    .mb_sm--100 {
        margin-bottom: 100px
    }

    .pl_sm--0 {
        padding-left: 0
    }

    .pr_sm--0 {
        padding-right: 0
    }

    .pt_sm--0 {
        padding-top: 0
    }

    .pb_sm--0 {
        padding-bottom: 0
    }

    .mr_sm--0 {
        margin-right: 0
    }

    .ml_sm--0 {
        margin-left: 0
    }

    .mt_sm--0 {
        margin-top: 0
    }

    .mb_sm--0 {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 575px) {
    .ptb_mobile--5 {
        padding: 5px 0
    }

    .plr_mobile--5 {
        padding: 0 5px
    }

    .pt_mobile--5 {
        padding-top: 5px
    }

    .pb_mobile--5 {
        padding-bottom: 5px
    }

    .pl_mobile--5 {
        padding-left: 5px
    }

    .pr_mobile--5 {
        padding-right: 5px
    }

    .mt_mobile--5 {
        margin-top: 5px
    }

    .mb_mobile--5 {
        margin-bottom: 5px
    }

    .ptb_mobile--10 {
        padding: 10px 0
    }

    .plr_mobile--10 {
        padding: 0 10px
    }

    .pt_mobile--10 {
        padding-top: 10px
    }

    .pb_mobile--10 {
        padding-bottom: 10px
    }

    .pl_mobile--10 {
        padding-left: 10px
    }

    .pr_mobile--10 {
        padding-right: 10px
    }

    .mt_mobile--10 {
        margin-top: 10px
    }

    .mb_mobile--10 {
        margin-bottom: 10px
    }

    .ptb_mobile--15 {
        padding: 15px 0
    }

    .plr_mobile--15 {
        padding: 0 15px
    }

    .pt_mobile--15 {
        padding-top: 15px
    }

    .pb_mobile--15 {
        padding-bottom: 15px
    }

    .pl_mobile--15 {
        padding-left: 15px
    }

    .pr_mobile--15 {
        padding-right: 15px
    }

    .mt_mobile--15 {
        margin-top: 15px
    }

    .mb_mobile--15 {
        margin-bottom: 15px
    }

    .ptb_mobile--20 {
        padding: 20px 0
    }

    .plr_mobile--20 {
        padding: 0 20px
    }

    .pt_mobile--20 {
        padding-top: 20px
    }

    .pb_mobile--20 {
        padding-bottom: 20px
    }

    .pl_mobile--20 {
        padding-left: 20px
    }

    .pr_mobile--20 {
        padding-right: 20px
    }

    .mt_mobile--20 {
        margin-top: 20px
    }

    .mb_mobile--20 {
        margin-bottom: 20px
    }

    .ptb_mobile--25 {
        padding: 25px 0
    }

    .plr_mobile--25 {
        padding: 0 25px
    }

    .pt_mobile--25 {
        padding-top: 25px
    }

    .pb_mobile--25 {
        padding-bottom: 25px
    }

    .pl_mobile--25 {
        padding-left: 25px
    }

    .pr_mobile--25 {
        padding-right: 25px
    }

    .mt_mobile--25 {
        margin-top: 25px
    }

    .mb_mobile--25 {
        margin-bottom: 25px
    }

    .ptb_mobile--30 {
        padding: 30px 0
    }

    .plr_mobile--30 {
        padding: 0 30px
    }

    .pt_mobile--30 {
        padding-top: 30px
    }

    .pb_mobile--30 {
        padding-bottom: 30px
    }

    .pl_mobile--30 {
        padding-left: 30px
    }

    .pr_mobile--30 {
        padding-right: 30px
    }

    .mt_mobile--30 {
        margin-top: 30px
    }

    .mb_mobile--30 {
        margin-bottom: 30px
    }

    .ptb_mobile--35 {
        padding: 35px 0
    }

    .plr_mobile--35 {
        padding: 0 35px
    }

    .pt_mobile--35 {
        padding-top: 35px
    }

    .pb_mobile--35 {
        padding-bottom: 35px
    }

    .pl_mobile--35 {
        padding-left: 35px
    }

    .pr_mobile--35 {
        padding-right: 35px
    }

    .mt_mobile--35 {
        margin-top: 35px
    }

    .mb_mobile--35 {
        margin-bottom: 35px
    }

    .ptb_mobile--40 {
        padding: 40px 0
    }

    .plr_mobile--40 {
        padding: 0 40px
    }

    .pt_mobile--40 {
        padding-top: 40px
    }

    .pb_mobile--40 {
        padding-bottom: 40px
    }

    .pl_mobile--40 {
        padding-left: 40px
    }

    .pr_mobile--40 {
        padding-right: 40px
    }

    .mt_mobile--40 {
        margin-top: 40px
    }

    .mb_mobile--40 {
        margin-bottom: 40px
    }

    .ptb_mobile--45 {
        padding: 45px 0
    }

    .plr_mobile--45 {
        padding: 0 45px
    }

    .pt_mobile--45 {
        padding-top: 45px
    }

    .pb_mobile--45 {
        padding-bottom: 45px
    }

    .pl_mobile--45 {
        padding-left: 45px
    }

    .pr_mobile--45 {
        padding-right: 45px
    }

    .mt_mobile--45 {
        margin-top: 45px
    }

    .mb_mobile--45 {
        margin-bottom: 45px
    }

    .ptb_mobile--50 {
        padding: 50px 0
    }

    .plr_mobile--50 {
        padding: 0 50px
    }

    .pt_mobile--50 {
        padding-top: 50px
    }

    .pb_mobile--50 {
        padding-bottom: 50px
    }

    .pl_mobile--50 {
        padding-left: 50px
    }

    .pr_mobile--50 {
        padding-right: 50px
    }

    .mt_mobile--50 {
        margin-top: 50px
    }

    .mb_mobile--50 {
        margin-bottom: 50px
    }

    .ptb_mobile--55 {
        padding: 55px 0
    }

    .plr_mobile--55 {
        padding: 0 55px
    }

    .pt_mobile--55 {
        padding-top: 55px
    }

    .pb_mobile--55 {
        padding-bottom: 55px
    }

    .pl_mobile--55 {
        padding-left: 55px
    }

    .pr_mobile--55 {
        padding-right: 55px
    }

    .mt_mobile--55 {
        margin-top: 55px
    }

    .mb_mobile--55 {
        margin-bottom: 55px
    }

    .ptb_mobile--60 {
        padding: 60px 0
    }

    .plr_mobile--60 {
        padding: 0 60px
    }

    .pt_mobile--60 {
        padding-top: 60px
    }

    .pb_mobile--60 {
        padding-bottom: 60px
    }

    .pl_mobile--60 {
        padding-left: 60px
    }

    .pr_mobile--60 {
        padding-right: 60px
    }

    .mt_mobile--60 {
        margin-top: 60px
    }

    .mb_mobile--60 {
        margin-bottom: 60px
    }

    .ptb_mobile--65 {
        padding: 65px 0
    }

    .plr_mobile--65 {
        padding: 0 65px
    }

    .pt_mobile--65 {
        padding-top: 65px
    }

    .pb_mobile--65 {
        padding-bottom: 65px
    }

    .pl_mobile--65 {
        padding-left: 65px
    }

    .pr_mobile--65 {
        padding-right: 65px
    }

    .mt_mobile--65 {
        margin-top: 65px
    }

    .mb_mobile--65 {
        margin-bottom: 65px
    }

    .ptb_mobile--70 {
        padding: 70px 0
    }

    .plr_mobile--70 {
        padding: 0 70px
    }

    .pt_mobile--70 {
        padding-top: 70px
    }

    .pb_mobile--70 {
        padding-bottom: 70px
    }

    .pl_mobile--70 {
        padding-left: 70px
    }

    .pr_mobile--70 {
        padding-right: 70px
    }

    .mt_mobile--70 {
        margin-top: 70px
    }

    .mb_mobile--70 {
        margin-bottom: 70px
    }

    .ptb_mobile--75 {
        padding: 75px 0
    }

    .plr_mobile--75 {
        padding: 0 75px
    }

    .pt_mobile--75 {
        padding-top: 75px
    }

    .pb_mobile--75 {
        padding-bottom: 75px
    }

    .pl_mobile--75 {
        padding-left: 75px
    }

    .pr_mobile--75 {
        padding-right: 75px
    }

    .mt_mobile--75 {
        margin-top: 75px
    }

    .mb_mobile--75 {
        margin-bottom: 75px
    }

    .ptb_mobile--80 {
        padding: 80px 0
    }

    .plr_mobile--80 {
        padding: 0 80px
    }

    .pt_mobile--80 {
        padding-top: 80px
    }

    .pb_mobile--80 {
        padding-bottom: 80px
    }

    .pl_mobile--80 {
        padding-left: 80px
    }

    .pr_mobile--80 {
        padding-right: 80px
    }

    .mt_mobile--80 {
        margin-top: 80px
    }

    .mb_mobile--80 {
        margin-bottom: 80px
    }

    .ptb_mobile--85 {
        padding: 85px 0
    }

    .plr_mobile--85 {
        padding: 0 85px
    }

    .pt_mobile--85 {
        padding-top: 85px
    }

    .pb_mobile--85 {
        padding-bottom: 85px
    }

    .pl_mobile--85 {
        padding-left: 85px
    }

    .pr_mobile--85 {
        padding-right: 85px
    }

    .mt_mobile--85 {
        margin-top: 85px
    }

    .mb_mobile--85 {
        margin-bottom: 85px
    }

    .ptb_mobile--90 {
        padding: 90px 0
    }

    .plr_mobile--90 {
        padding: 0 90px
    }

    .pt_mobile--90 {
        padding-top: 90px
    }

    .pb_mobile--90 {
        padding-bottom: 90px
    }

    .pl_mobile--90 {
        padding-left: 90px
    }

    .pr_mobile--90 {
        padding-right: 90px
    }

    .mt_mobile--90 {
        margin-top: 90px
    }

    .mb_mobile--90 {
        margin-bottom: 90px
    }

    .ptb_mobile--95 {
        padding: 95px 0
    }

    .plr_mobile--95 {
        padding: 0 95px
    }

    .pt_mobile--95 {
        padding-top: 95px
    }

    .pb_mobile--95 {
        padding-bottom: 95px
    }

    .pl_mobile--95 {
        padding-left: 95px
    }

    .pr_mobile--95 {
        padding-right: 95px
    }

    .mt_mobile--95 {
        margin-top: 95px
    }

    .mb_mobile--95 {
        margin-bottom: 95px
    }

    .ptb_mobile--100 {
        padding: 100px 0
    }

    .plr_mobile--100 {
        padding: 0 100px
    }

    .pt_mobile--100 {
        padding-top: 100px
    }

    .pb_mobile--100 {
        padding-bottom: 100px
    }

    .pl_mobile--100 {
        padding-left: 100px
    }

    .pr_mobile--100 {
        padding-right: 100px
    }

    .mt_mobile--100 {
        margin-top: 100px
    }

    .mb_mobile--100 {
        margin-bottom: 100px
    }
}


.login-slide {
	background-image: url(../images/login-bg.png);
	background-size: cover;
	background-color: #ff4b04;
	min-height: 100vh;
	padding-top: 25vh;
}

.pass-group {
	position: relative;
}
.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    cursor: pointer
  }

  .password-strength {
    display: flex;
    margin-top: 15px
  }
  
  .password-strength span {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    margin-right: 10px;
    border-radius: 5px
  }
  
  .password-strength span:last-child {
    margin-right: 0
  }
  
  
#passwordInfo,
#passwordInfos {
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px
}

.poor-active span.active#poor,
.poor-active span.active#poors {
  background: red
}

.avg-active span.active#poor,
.avg-active span.active#weak,
.avg-active span.active#poors,
.avg-active span.active#weaks {
  background: #ffb54a
}

.strong-active span.active#poor,
.strong-active span.active#weak,
.strong-active span.active#strong,
.strong-active span.active#poors,
.strong-active span.active#weaks,
.strong-active span.active#strongs {
  background: #1d9cfd
}

.heavy-active span.active#poor,
.heavy-active span.active#weak,
.heavy-active span.active#strong,
.heavy-active span.active#heavy,
.heavy-active span.active#poors,
.heavy-active span.active#weaks,
.heavy-active span.active#strongs,
.heavy-active span.active#heavys {
  background: #159f46
}




  .weak-pass .password-strength span {
    background: red
  }
  

  .pass-checked {
    position: absolute;
    right: 40px;
    top: 55%;
    transform: translateY(-50%);
    color: #4caf50;
    opacity: 0
  }
  
  .pass-checked.active {
    opacity: 1
  }
  
  
.instructor-page-content {
    padding: 60px 0 30px
  }
  
  .cat-title {
    margin-bottom: 15px
  }
  
  .cat-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b0b0b;
    margin-bottom: 0;
    display: inline-block
  }
  
  .cat-title span {
    float: right;
    margin-bottom: 15px
  }
  
  .help-sec {
    padding: 80px 0 50px;
    background: #fafafa
  }
  
  .help-title {
    padding-bottom: 15px
  }
  
  .help-title h1 {
    font-weight: 700;
    margin-bottom: 18px
  }
  
  .help-title p {
    font-size: 18px;
    margin-bottom: 15px
  }
  
  .faq-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 30px
  }
  
  .faq-title {
    margin-bottom: 0
  }
  
  .faq-title a {
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    padding-right: 60px
  }
  
  .faq-title>a:after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\2b";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #000
  }
  
  .faq-title>a:not(.collapsed) {
    color: #ff5364
  }
  
  .faq-title>a:not(.collapsed):after {
    content: "--";
    color: #ff5364
  }
  
  .faq-detail {
    padding: 0 15px
  }
  
  .faq-detail p {
    margin-bottom: 15px
  }
  
  .support-sec {
    padding: 100px 0;
    background: url(../img/support-bg.png);
    background-size: cover
  }
  
  .support-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative
  }
  
  .support-card p,
  .support-card h3 {
    margin-bottom: 15px
  }
  
  .support-card .btn {
    min-width: 150px;
    font-weight: 700;
    padding: 12px 10px;
    border-radius: 5px;
    color: #fff
  }
  
  .btn-contact {
    background: #1d9cfd
  }
  
  .btn-contact:hover {
    background: #0d92f7
  }
  
  .btn-ticket {
    background: #58247e
  }
  
  .btn-ticket:hover {
    background: #4d1377
  }
  
  .support-img img {
    position: absolute;
    right: 0;
    bottom: 0
  }
  
  .page-banner {
    padding: 88px 0;
    text-align: center;
    background: url(../img/ban-bg.png) #1565c0;
    background-repeat: no-repeat;
    background-size: cover
  }
  
  .page-banner h1 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
  }
  
  .page-banner p {
    color: #fff;
    margin-bottom: 0
  }
  
  .sup-title {
    margin-bottom: 30px
  }
  
  .support-wrap {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 30px
  }
  
  .support-wrap h5 {
    color: #0b0b0b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34px
  }
  
  .support-wrap label {
    color: #685f78;
    font-weight: 500;
    margin-bottom: 15px
  }
  
  .btn-submit {
    background: #ff5364;
    border: 1px solid #ff5364;
    border-radius: 5px;
    color: #fff
  }
  
  .btn-submit:hover {
    background: #ff3448;
    color: #fff
  }
  
  .support-wrap .btn-submit {
    padding: 12px 10px;
    min-width: 200px
  }
  
  .category-box {
    background: #fff;
    box-shadow: 0 0 6px rgba(227, 227, 227, .85);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
  }
  
  .category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .category-img {
    margin-right: 10px
  }
  
  .category-title h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #685f78
  }
  
  .category-box span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: #ff5364;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 14px
  }
  
  .category-tab ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none
  }
  
  .category-tab ul li {
    display: inline-block;
    margin: 0 20px 10px 0
  }
  
  .category-tab ul li a {
    background: #e0e0e0;
    color: #0b0b0b;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 600
  }
  
  .category-tab ul li a.active,
  .category-tab ul li a:hover {
    background: #ff5364;
    color: #fff
  }
  
  .category-tab.tickets-tab-blk .nav-justified .nav-item {
    flex-grow: inherit
  }
  
  .category-tab.tickets-tab-blk ul li a {
    font-size: 14px;
    padding: 10px 26px
  }
  
  .category-tab.tickets-tab-blk ul {
    margin: 0 0 10px
  }
  
  .instructor-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef
  }
  
  .instructor-img {
    position: relative;
    text-align: center
  }
  
  .instructor-img img {
    max-width: 200px;
    width: 100%;
    border-radius: 50%
  }
  
  .rating-count {
    position: absolute;
    top: 0;
    right: 0
  }
  
  .instructor-content {
    padding-top: 15px;
    text-align: center
  }
  
  .instructor-content h5 {
    color: #000;
    margin-bottom: 5px
  }
  
  .instructor-content h6 {
    color: #685f78;
    margin-bottom: 15px
  }
  
  .instructor-content p {
    margin-bottom: 0;
    color: #685f78;
    font-weight: 500
  }
  
  .instructor-content .rating-img,
  .instructor-content .course-view {
    margin-bottom: 20px
  }
  
  .instructor-content .rating {
    margin-bottom: 0
  }
  
  .instruct-grid.instructor-box {
    padding: 0
  }
  
  .instruct-grid .instructor-img img {
    border-radius: 10px;
    max-width: unset
  }
  
  .instruct-grid .instructor-content {
    padding: 15px
  }
  
  .instruct-grid .rating-count {
    right: 20px;
    top: 20px;
    color: #ff5364
  }
  
  .instructor-list {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #e9ecef
  }
  
  .instructor-list .instructor-img img {
    width: 145px;
    border-radius: 7px 0 0 7px
  }
  
  .instructor-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .instructor-info>div {
    width: auto;
    margin-right: 20px
  }
  
  .instructor-info .course-view {
    margin-left: 0
  }
  
  .instructor-list .instructor-content {
    width: 100%;
    text-align: left;
    padding: 0 0 0 25px
  }
  
  .instructor-list .instructor-content .rating-img,
  .instructor-list .instructor-content .course-view {
    margin-bottom: 10px
  }
  
  .instructor-list .instructor-content {
    position: relative
  }
  
  .instructor-list .instructor-content .rating-count {
    right: 20px;
    top: 20px
  }
  
  .instructor-badge .web-badge {
    display: inline-block;
    background: rgba(255, 222, 218, .36);
    border-radius: 5px;
    color: #ff875a;
    font-size: 14px;
    padding: 3px 10px;
    margin-top: 10px
  }
  
  .instructor-badge .web-badge:hover {
    background: rgba(255, 222, 218, .66)
  }
  
  .review-sec .review-item:not(:last-child) {
    margin: 0 0 20px
  }
  
  .edu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }
  
  .edu-wrap:last-child {
    margin: 0
  }
  
  .edu-name {
    margin-right: 15px
  }
  
  .edu-name span {
    width: 40px;
    height: 40px;
    background: #ff5364;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .edu-detail h6 {
    font-weight: 700;
    color: #000;
    margin-bottom: 6px
  }
  
  .edu-detail p.edu-duration {
    font-style: italic;
    margin-bottom: 6px
  }
  
  .edu-detail p {
    margin-bottom: 0
  }
  
  .terms-text {
    margin-bottom: 20px
  }
  
  .terms-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
  }
  
  .terms-text h3 span,
  .terms-text p a {
    color: #f66962
  }
  
  .terms-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
  }
  
  .terms-text h5 {
    font-size: 16px;
    font-weight: 500;
    position: relative
  }
  
  .terms-text p,
  .terms-text ul li {
    color: #685f78;
    font-size: 14px
  }
  
  .page-banner.instructor-bg-blk {
    padding: 32px 0;
    text-align: center;
    background: url(../img/instructor/instructor-bg-banner.png) #1565c0;
    background-repeat: no-repeat;
    background-size: cover
  }
  
  .profile-info-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column
  }
  
  .profile-info-blk .profile-info-img {
    display: block;
    max-width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 5px solid #fff;
    margin-bottom: 8px
  }
  
  .profile-info-blk h4 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }
  
  .profile-info-blk h4 a {
    font-size: 32px;
    font-weight: 600;
    color: #fff
  }
  
  .profile-info-blk h4 a:hover {
    color: #f66962
  }
  
  .profile-info-blk h4 span {
    background: #fff;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 20px
  }
  
  .profile-info-blk p {
    font-size: 16px;
    font-weight: 400;
    color: #fff
  }
  
  .profile-info-social {
    margin-top: 8px;
    margin-bottom: 0
  }
  
  .profile-info-social li a {
    color: #fff
  }
  
  .profile-info-social li a:hover {
    color: #f66962
  }
  
  .profile-info-social li:not(:last-child) {
    margin-right: 14px
  }
  
  .sidebar-tag-labels ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 10px
  }
  
  .sidebar-tag-labels ul li a {
    display: block;
    background: rgba(255, 222, 218, .36);
    padding: 5px 10px;
    border-radius: 5px;
    color: #ff875a
  }
  
  .sidebar-tag-labels ul li a:hover {
    background: rgba(255, 222, 218, .66)
  }
  
  .rating-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between
  }
  
  .profile-overview-list {
    word-wrap: break-word;
    margin-top: 23px
  }
  
  .profile-overview-list .list-grp-blk:not(:last-child) {
    margin-bottom: 23px
  }
  
  .profile-overview-list .list-content-blk h5 {
    font-size: 15px;
    font-weight: 700;
    color: #22100d;
    margin-bottom: 2px
  }
  
  .profile-overview-list .list-content-blk p {
    margin: 0;
    word-wrap: break-word
  }
  
  .contact-info-list {
    margin-top: 23px
  }
  
  .contact-info-list .edu-wrap:not(:last-child) {
    margin-bottom: 23px
  }
  
  .edit-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
  }
  
  .edit-blk h5 {
    margin-bottom: 0
  }
  
  .edit-blk a {
    width: 30px;
    height: 30px;
    background-color: #455a64;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .edit-blk a i {
    color: #fff;
    font-size: 14px
  }
  
  .student-box {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px
  }
  
  .student-img {
    position: relative;
    text-align: center
  }
  
  .student-img img {
    max-width: 200px;
    width: 100%;
    border-radius: 50%
  }
  
  .student-content {
    padding: 15px 0;
    text-align: center
  }
  
  .student-content h5 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
  }
  
  .student-content h6 {
    font-size: 14px;
    color: #685f78;
    margin-bottom: 15px
  }
  
  .student-content p {
    color: #685f78;
    margin-bottom: 0
  }
  
  .student-box.student-grid {
    padding: 0
  }
  
  .student-grid .student-img img {
    border-radius: 10px;
    max-width: unset
  }
  
  .student-list {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px
  }
  
  .student-list .student-img img {
    max-width: 100%;
    border-radius: 7px
  }
  
  .student-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .student-list .student-content {
    width: 100%;
    text-align: left;
    padding: 0 0 0 25px
  }
  
  .student-info>div {
    width: auto;
    margin-right: 20px
  }
  
  .student-content h6 {
    font-size: 14px;
    color: #685f78;
    margin-bottom: 15px
  }
  
  .student-list .student-content .loc-blk {
    margin-bottom: 10px
  }
  
  .student-list .student-content {
    position: relative
  }
  
  .student-list .student-content p {
    margin: 0
  }
  
  .student-list .profile-info-social {
    margin: 0
  }
  
  .student-list .profile-info-social li:not(:last-child) {
    margin-right: 10px
  }
  
  .student-list .profile-info-social li a {
    color: #000;
    font-size: 18px
  }
  
  .student-list .profile-info-social li a:hover {
    color: #f66962
  }
  
  .page-banner.student-bg-blk {
    padding: 14px 0;
    text-align: center;
    background: url(../img/students/student-bg-banner.png) #ffb54a;
    background-repeat: no-repeat;
    background-size: cover
  }
  
  .settings-btn-grp {
    margin-bottom: 40px
  }
  
  .payment-method-blk .payment-list:not(:last-child) {
    margin-bottom: 32px
  }
  
  .settings-inner-blk {
    background-color: #fff;
    border-radius: 10px
  }
  
  .hvr-sweep-to-right a {
    font-size: 15px;
    font-weight: 700;
    color: #ff5364;
    padding: 8px 20px;
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #392C7D, #FF5364);
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    min-height: 41px
  }
  
  .hvr-sweep-to-right a:hover {
    color: #fff;
    background: #ff5364;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
  }
  
  .payment-list h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #303030
  }
  
  .payment-list p {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 0
  }
  
  .grp-action-style li:not(:last-child) {
    margin-right: 10px
  }
  
  .btn-action-style {
    display: block;
    padding: 3px 7px
  }
  
  .btn-action-dark {
    min-width: 35px;
    background-color: #455a64;
    color: #fff
  }
  
  .btn-action-primary:hover,
  .btn-action-dark:hover,
  .btn-action-method:hover,
  .btn-action-delete:hover {
    color: #fff
  }
  
  .btn-action-dark i,
  .btn-action-method i,
  .btn-action-delete i {
    font-size: 14px
  }
  
  .btn-action-primary {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 4px 8px;
    text-transform: uppercase;
    background-color: #159f46
  }
  
  .btn-action-method {
    min-width: 35px;
    display: block;
    background-color: #ff875a;
    color: #fff
  }
  
  .btn-action-delete {
    min-width: 35px;
    background-color: #eb4334;
    color: #fff
  }
  
  .modal-styles .modal-header,
  .modal-styles .modal-body {
    padding: 23px
  }
  
  .modal-styles .modal-header {
    border-color: rgba(199, 199, 199, .25)
  }
  
  .modal-styles .close {
    border-width: 0;
    padding: 0;
    margin: 0;
    font-size: 23px;
    background-color: transparent;
    color: #f12804
  }
  
  .modal-styles .modal-title {
    color: #392c7d;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize
  }
  
  .modal-styles .btn-modal-style {
    display: block;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: 0;
    font-weight: 600
  }
  
  .modal-styles .btn-theme {
    background-color: #ff5364
  }
  
  .modal-styles .btn-cancel {
    background-color: #455a64
  }
  
  .modal-styles .btn-theme:hover,
  .modal-styles .btn-cancel:hover {
    opacity: .86;
    color: #fff
  }
  
  .modal-styles .modal-footer .btn-modal-style:not(:last-child) {
    margin-right: 20px
  }
  
  .modal-styles .form-control,
  .modal-styles .form-select {
    border-color: rgba(255, 222, 218, .71);
    border-radius: 5px;
    min-height: 40px
  }
  
  .modal-styles .form-control::-webkit-input-placeholder {
    color: #a2a2a2
  }
  
  .modal-styles .form-control::-moz-placeholder {
    color: #a2a2a2
  }
  
  .modal-styles .form-control:-ms-input-placeholder {
    color: #a2a2a2
  }
  
  .modal-styles .form-control::-ms-input-placeholder {
    color: #a2a2a2
  }
  
  .modal-styles .form-control::placeholder {
    color: #a2a2a2
  }
  
  .modal-styles .modal-footer {
    padding: 0 23px 23px;
    border-top: 0 solid transparent
  }
  
  .modal-styles.modal {
    z-index: 1050
  }
  
  .pop-modal .modal-backdrop {
    z-index: 1040
  }
  
  .settings-inner-blk table thead tr {
    font-size: 15px;
    font-weight: 500;
    background-color: #f0f0f0;
    border-radius: 5px
  }
  
  .settings-inner-blk .settings-invoice-blk table thead tr {
    text-transform: uppercase
  }
  
  .settings-inner-blk table tbody tr:last-child {
    border: 1px solid transparent
  }
  
  .settings-inner-blk table tbody tr td {
	padding: 1rem 0;
	font-size: 15px;
	border-bottom: 1px solid #dbd8d8;
}
  
  .settings-invoice-blk table tbody tr td .invoice-no {
    color: #f66962
  }
  
  .settings-invoice-blk table tbody tr td .badge {
    font-size: 14px;
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 5px;
    color: #fff
  }
  
  .settings-invoice-blk table tbody tr td .badge.status-due {
    background: #e53935
  }
  
  .settings-invoice-blk table tbody tr td .badge.status-completed {
    background: #159f46
  }
  
  .settings-inner-blk table tbody tr td .btn-style {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 38px;
    height: 38px;
    color: #685f78;
    border: 1px solid #f1f1f1;
    border-radius: 5px
  }
  
  .settings-inner-blk table tbody tr td .btn-style i {
    font-size: 18px
  }
  
  .settings-inner-blk table tbody tr {
    vertical-align: middle
  }
  
  .settings-inner-blk table tbody tr td .btn-style:hover {
    background-color: #f66962;
    color: #fff
  }
  
  .settings-inner-blk table tbody tr td .btn-style svg {
    width: 18px;
    height: 18px
  }
  
  .table-nowrap tr th,
  .table-nowrap tr td {
    white-space: nowrap
  }
  
  .settings-top-widget .stat-info span {
    color: #685f78;
    font-size: 14px;
    font-weight: 600
  }
  
  .settings-top-widget .stat-info h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 16px 0
  }
  
  .settings-top-widget .stat-info p {
    color: #303030;
    font-size: 14px;
    margin-bottom: 0
  }
  
  .settings-top-widget .card {
    border-radius: 10px
  }
  
  .settings-top-widget .stat-info.net-earn h3 {
    color: #1d9cfd
  }
  
  .settings-top-widget .stat-info.bal h3 {
    color: #159f46
  }
  
  .settings-top-widget .stat-info.avg h3 {
    color: #ff5364
  }
  
  .settings-top-widget .stat-info.refer h3 {
    color: #1d9cfd
  }
  
  .link-box h3 {
    color: #392c7d;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px
  }
  
  .link-box p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
  }
  
  .link-box input {
    background: rgba(227, 227, 227, .41);
    border-color: rgba(255, 222, 218, .71);
    border-radius: 5px;
    min-height: 40px
  }
  
  .link-box a {
    display: inline-block;
    background-color: #ff5364;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    color: #fff
  }
  
  .link-box a:hover,
  .link-box a:focus {
    opacity: .86
  }
  
  .withdraw-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #303030;
    line-height: 26px
  }
  
  .withdraw-box p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px
  }
  
  .filter-grp {
    margin-bottom: 23px
  }
  
  .filter-grp h3 {
    font-size: 24px;
    font-weight: 600;
    color: #392c7d;
    margin: 0
  }
  
  .filter-grp select {
    border-radius: 10px
  }
  
  .filter-blk div:not(:last-child) {
    margin-right: 14px
  }
  
  .settings-referral-blk .refer-avatar-blk p {
    margin: 0
  }
  
  .settings-top-widget .card {
    border-radius: 10px
  }
  
  .settings-top-widget .card.withdraw-box {
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #392C7D, #FF5364)
  }
  
  .settings-top-widget .stat-info.ttl-tickets h3 {
    color: #1d9cfd
  }
  
  .settings-top-widget .stat-info.open-tickets h3 {
    color: #159f46
  }
  
  .settings-top-widget .stat-info.close-tickets h3 {
    color: #ff5364
  }
  
  .ticket-grp p {
    margin: 5px 0 0
  }
  
  .tiket-suport.filter-grp {
    margin-bottom: 40px
  }
  
  .tiket-suport .ticket-btn-grp {
    display: inline-flex
  }
  
  .ticket-btn-grp a {
    background: #392c7d;
    border: 1px solid #392c7d;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    padding: 13px 28px
  }
  
  .ticket-btn-grp a:hover {
    opacity: .86
  }
  
  .filter-tickets ul li:not(:last-child) {
    margin-right: 7px
  }
  
  .filter-tickets ul li a {
    display: block;
    font-size: 14px;
    padding: 10px 30px;
    background: #e0e0e0
  }
  
  .filter-tickets ul li a:hover,
  .filter-tickets ul li a:focus,
  .filter-tickets ul li a.active {
    color: #fff;
    background: #ff5364
  }
  
  .settings-inner-blk table .link {
    color: #f66962
  }
  
  .settings-inner-blk .info-high {
    background: #e53935
  }
  
  .settings-inner-blk .info-medium {
    background: #ffb54a
  }
  
  .settings-inner-blk .info-low {
    background: #159f46
  }
  
  .settings-menu .top-menu-bar li:last-child {
    margin-bottom: 23px
  }
  
  .new-ticket-blk h4 {
    font-size: 24px;
    margin-bottom: 23px;
    color: #f66962
  }
  
  .new-ticket-blk .form-control {
    border-color: rgba(255, 222, 218, .71);
    border-radius: 5px;
    min-height: 40px
  }
  
  .new-ticket-blk .form-group {
    margin-bottom: 25px
  }
  
  .new-ticket-blk .form-group label {
    font-weight: 500;
    color: #685f78;
    margin-bottom: 15px
  }
  
  .settings-inner-blk .form-control::-webkit-input-placeholder {
    color: #a2a2a2
  }
  
  .settings-inner-blk .form-control::-moz-placeholder {
    color: #a2a2a2
  }
  
  .settings-inner-blk .form-control:-ms-input-placeholder {
    color: #a2a2a2
  }
  
  .settings-inner-blk .form-control::-ms-input-placeholder {
    color: #a2a2a2
  }
  
  .settings-inner-blk .form-control::placeholder {
    color: #a2a2a2
  }
  
  .settings-inner-blk .form-select:focus {
    box-shadow: none
  }
  
  .settings-inner-blk .country-select {
    border: 1px solid rgba(255, 222, 218, .71);
    color: #263238;
    height: 40px
  }
  
  .submit-ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
  }
  
  .submit-ticket .btn-primary {
    background: #1d9cfd;
    border: 1px solid #1d9cfd;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    min-width: 171px;
    padding: 13px 15px;
    margin-right: 12px
  }
  
  .submit-ticket .btn-primary:hover {
    background: #187ac5;
    border: 1px solid #187ac5
  }
  
  .submit-ticket .btn-dark {
    background: #263238;
    border: 1px solid #263238;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    min-width: 171px;
    padding: 13px 15px
  }
  
  .submit-ticket .btn-dark:hover {
    background: #5f6568;
    border: 1px solid #5f6568;
    color: #fff
  }
  
  .bug-software-head h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px
  }
  
  .bug-software-head p {
    color: #f66962;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
  }
  
  .bdr-bottom-line {
    border-bottom: 1px solid rgb(199 199 199/25%)
  }
  
  .ticket-profile .course-name h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600
  }
  
  .ticket-profile .course-group-img img {
    max-width: 40px;
    height: 40px
  }
  
  .ticket-profile .course-group-img {
    margin-bottom: 25px
  }
  
  .admin-msg-list {
    padding: 0;
    margin: 0
  }
  
  .admin-msg-list li {
    list-style: none;
    padding-bottom: 20px
  }
  
  .comman-space-ticket {
    padding: 30px
  }
  
  .requested-img img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 5px
  }
  
  .ticket-view-blk {
    padding: 15px 0
  }
  
  .ticket-view-blk h5 {
    color: #685f78;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
  }
  
  .requested-img h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000
  }
  
  .ticket-view-blk p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000
  }
  
  .ticket-view-blk .btn-success {
    background: #159f46;
    border: 1px solid #159f46;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 12px
  }
  
  .ticket-view-blk .btn-danger {
    background: #cc454e;
    border: 1px solid #cc454e;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 8px
  }
  
  .ticket-view-blk h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
  }
  
  .ticket-close-btn {
    margin-top: 15px
  }
  
  .ticket-close-btn .btn-danger {
    background: #cc454e;
    border: 1px solid #cc454e;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 10px 15px
  }
  
  .ticket-close-btn .btn-danger:hover {
    background: #ed0b1a;
    border: 1px solid #ed0b1a
  }
  
  .btm-para-blk h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 30px 0
  }
  
  .dropzone {
    background: #fbfbff;
    border: 1px dashed rgba(255, 222, 218, .71);
    border-radius: 5px;
    padding: 10px;
    min-height: 70px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .dropzone.dz-clickable .dz-message {
    display: none
  }
  
  .dropzone p {
    color: #c4c4c4;
    margin-bottom: 0
  }
  
  .accept-drag-file p {
    color: #685f78;
    font-weight: 500;
    margin-top: 15px
  }
  
  .your-replay-head h2 {
    font-size: 24px;
    font-weight: 600;
    color: #392c7d
  }
  
  .your-replay-head {
    margin-bottom: 30px
  }
  
  .your-replay-head p {
    margin-bottom: 0;
    color: #303030;
    font-size: 14px
  }
  
  .section-wrapper {
    background: #fafafa;
    padding: 80px 0
  }
  
  .custom-btn-blk a:hover {
    opacity: .86
  }
  
  .instructor-info-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .instructor-info-blk .instructor-info-img {
    display: block;
    max-width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 5px solid #fff;
    margin-right: 8px
  }
  
  .instructor-info-blk .instructor-info-content {
    text-align: left
  }
  
  .instructor-info-blk h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }
  
  .instructor-info-blk h4 a {
    color: #fff
  }
  
  .instructor-info-blk h4 span {
    background: #fff;
    color: #000;
    font-weight: 400;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 8px
  }
  
  .instructor-info-blk p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0
  }
  
  .instructor-overview-list {
    background: rgba(10, 20, 47, .33);
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    word-wrap: break-word;
    padding: 10px
  }
  
  .instructor-overview-list .list-grp-blk:not(:last-child) {
    margin-right: 23px
  }
  
  .instructor-overview-list .list-content-blk h5 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px
  }
  
  .instructor-overview-list .list-content-blk p {
    margin: 0;
    word-wrap: break-word
  }
  
  .instructor-bg-blk .btm-para-blk {
    margin-top: 23px
  }
  
  .custom-card {
    border: 4px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #E3E3E3, #FFDEDA);
    border-radius: 10px
  }
  
  .custom-card-header {
    padding: 23px;
    border-bottom: 1px solid rgba(199, 199, 199, .23)
  }
  
  .custom-card-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #392c7d;
    margin: 0
  }
  
  .custom-card-header .custom-btn-blk a {
    background: #392c7d;
    border: 1px solid #392c7d;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    padding: 13px 28px
  }
  
  .courses-grp .course-design {
    background: #fff;
    border: 1px solid rgba(199, 199, 199, .25)
  }
  
  .courses-grp .list-course .product-img {
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    margin-right: 24px;
    width: 205px;
    position: relative
  }
  
  .sell-course-head h3 {
    color: #392c7d;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
  }
  
  .sell-course-head {
    border-bottom: 1px solid rgba(199, 199, 199, .25)
  }
  
  .sell-group-img {
    width: 150px;
    height: 112px;
    margin-right: 20px
  }
  
  .sell-table-group p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0
  }
  
  .sell-tabel-info .course-info {
    margin: 7px 0;
    width: 270px
  }
  
  .sell-table-group .sell-tabel-info p {
    font-size: 16px
  }
  
  .course-instruct-blk .badge {
    min-width: 79px;
    padding: 7px 10px
  }
  
  .settings-inner-blk .info-inter {
    background: #1d9cfd
  }
  
  .course-stip.progress-stip {
    height: 8px
  }
  
  .instruct-search-blk .show-filter .form-control,
  .instruct-search-blk .select-form .form-select {
    border-radius: 10px
  }
  
  .instruct-search-blk .select-form .form-select {
    margin-left: auto;
    border: 1px solid #eb9481
  }
  
  .instruct-search-blk .show-filter .form-control {
    border: 1px solid #eb9481
  }
  
  .instructor-detail h5 {
    margin-bottom: 1px
  }
  
  
  .choose-search-blk .form-group {
    width: 222px;
    margin-left: auto
  }
  
  .choose-search-blk.show-filter .form-control {
	border: 1px solid #e9ecef;
	border-radius: 10px;
	line-height: 35px;
}
  
  .table-select-blk .form-group {
    width: 127px
  }
  
  .instruct-search-blk {
    margin-bottom: 25px
  }
  
  .course-instruct-blk .table-nowrap tr th,
  .course-instruct-blk .table-nowrap tr td {
    white-space: inherit
  }
  
  .sell-tabel-info {
    max-width: 270px
  }
  
  .sell-course-head p {
    color: #303030;
    margin-bottom: 0;
    margin-top: 15px
  }
  
  .instruct-review-blk .rev-info {
    font-style: normal;
    font-size: 14px
  }
  
  .instruct-review-blk .btn-reply {
    padding: 6px 11px
  }
  
  .instruct-orders-info p {
    margin-bottom: 0;
    max-width: 280px
  }
  
  .course-instruct-blk tr:last-child {
    border-color: #fff
  }
  
  .student-meet-head .view-icons {
    margin-left: auto
  }
  
  .student-search-form .form-group {
    width: 100%;
    margin-right: 20px
  }
  
  .student-search-form .form-control {
    height: 50px
  }
  
  .export-cvv-btn .btn-primary {
    background: #ff5364;
    border-radius: 5px;
    min-width: 125px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 13px 15px
  }
  
  .student-search-form {
    margin-top: 25px
  }
  
  .export-cvv-btn .btn-primary:hover {
    background: #e73a4b
  }
  
  .tak-instruct-group .student-box {
    padding: 0
  }
  
  .student-box-blks {
    padding: 20px
  }
  
  .enrol-student-foot ul {
    padding: 0;
    margin: 0
  }
  
  .enrol-student-foot ul li {
    padding: 0;
    border-top: 1px solid rgb(199 199 199/25%);
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    color: #303030;
    font-size: 14px
  }
  
  .enrol-student-foot ul li .instruct-stip {
    margin-left: auto
  }
  
  .instruct-stip .progress-stip {
    width: 69px;
    margin-left: auto
  }
  
  .instruct-stip span {
    color: #303030;
    font-size: 14px;
    margin-right: 5px
  }
  
  .student-box-blks .student-content h5 {
    font-weight: 600
  }
  
  .student-box-blks .student-content p {
    font-size: 14px
  }
  
  .student-box-blks .student-img img {
    max-width: 100px
  }
  
  .message-text-img {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .message-text-img:hover {
    background: #ff5364;
    border: 1px solid #ff5364;
    cursor: pointer
  }
  
  .message-text-img:hover img {
    filter: invert(1) brightness(100)
  }
  
  .tak-instruct-group .student-box {
    border: 1px solid rgb(199 199 199/25%);
    background: rgb(255 255 255/25%);
    border-radius: 5px
  }
  
  .instruct-check-list .form-check-input {
    width: 18px;
    height: 18px
  }
  
  .withdraw-history-head h3 {
    margin-bottom: 20px
  }
  
  .download-widra {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .ck.ck-toolbar,
  .ck.ck-editor__editable_inline {
    border: 0 !important
  }
  
  .ck.ck-editor {
    border: 1px solid #e9ecef !important;
    border-radius: 5px !important;
    padding: 15px !important
  }
  
  .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    box-shadow: none !important
  }
  
  .ck.ck-editor__editable {
    height: 100px !important
  }
  
  .img-deposit-ticket {
    margin-left: auto
  }
  
  .settings-top-widget .stat-info.ttl-tickets .student-ticket-view h3 {
    color: #f66962;
    margin-top: 0
  }
  
  .settings-top-widget .stat-info.open-tickets .student-ticket-view h3 {
    color: #392c7d;
    margin-top: 0
  }
  
  .settings-top-widget .stat-info.close-tickets .student-ticket-view h3 {
    color: #159f46;
    margin-top: 0
  }
  
  .settings-top-widget .stat-info .student-ticket-view p {
    margin-bottom: 15px;
    color: #685f78;
    font-weight: 600
  }
  
  .student-ticket-view a {
    color: #392c7d;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline
  }
  
  .instructor-bg-blk .student-group {
    padding-bottom: 20px;
    margin-bottom: 20px
  }
  
  .settings-top-widget .stat-info.medium-tickets h3 {
    color: #ffb54a;
    margin-top: 0
  }
  
  .settings-top-widget .stat-info.blue-tickets h3 {
    color: #1d9cfd;
    margin-top: 0
  }
  
  .student-deposit-blk .stat-info {
    width: 100%
  }
  
  .radio-with-img {
    display: block
  }
  
  .radio-with-img p.radio-deposit-item {
    display: inline-flex;
    width: 180px;
    height: 132px;
    box-sizing: border-box;
    border: none;
    margin-right: 25px;
    margin-bottom: 30px;
    align-items: baseline
  }
  
  .radio-with-img p.radio-deposit-item label {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 222, 218, .71);
    color: #000;
    cursor: pointer;
    opacity: .8;
    transition: none;
    font-size: 13px;
    padding-top: 25px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400
  }
  
  .radio-with-img p.radio-deposit-item label:hover,
  .radio-with-img p.radio-deposit-item label:focus,
  .radio-with-img p.radio-deposit-item label:active {
    background: rgba(21, 159, 70, .08);
    border: 1px solid #159f46;
    color: #000;
    margin: 0
  }
  
  .radio-with-img p.radio-deposit-item label::after,
  .radio-with-img p.radio-deposit-item label:after,
  .radio-with-img p.radio-deposit-item label::before,
  .radio-with-img p.radio-deposit-item label:before {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0
  }
  
  .radio-with-img p.radio-deposit-item label img {
    display: block;
    font-size: 50px;
    margin: auto;
    margin-bottom: 10px
  }
  
  .radio-with-img p.radio-deposit-item input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0
  }
  
  .radio-with-img p.radio-deposit-item input[type=radio]:active~label {
    opacity: 1
  }
  
  .radio-with-img p.radio-deposit-item input[type=radio]:checked~label {
    opacity: 1;
    background: rgba(21, 159, 70, .08);
    border: 1px solid #159f46;
    color: #000
  }
  
  .radio-with-img p.radio-deposit-item input[type=radio]:hover,
  .radio-with-img p.radio-deposit-item input[type=radio]:focus,
  .radio-with-img p.radio-deposit-item input[type=radio]:active {
    margin: 0
  }
  
  .radio-with-img p.radio-deposit-item input[type=radio]+label:before,
  .radio-with-img p.radio-deposit-item input[type=radio]+label:after {
    margin: 0
  }
  
  .error-page {
    align-items: center;
    color: #1f1f1f;
    display: flex;
    background-image: url(../img/error-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }
  
  .error-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-height: unset;
    padding-top: 50px
  }
  
  .error-box {
    margin: 0 auto;
    max-width: 570px;
    padding: 20px 0;
    text-align: center;
    width: 100%
  }
  
  .error-logo {
    margin-bottom: 50px
  }
  
  .error-logo img {
    width: 150px
  }
  
  .error-box h3 {
    color: #fa5560;
    font-weight: 600;
    font-size: 36px;
    margin-top: 20px
  }
  
  .error-box p {
    margin-bottom: 30px;
    color: #343a40;
    font-size: 14px
  }
  
  .error-box .btn-primary {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    min-width: 158px;
    padding: 9px 15px;
    background: #ff5364
  }
  
  .error-box .btn-primary:hover,
  .error-box .btn-primary:active:not(:disabled):not(.disabled) {
    background: #e72f41
  }
  
  .come-soon-box h5 {
    font-size: 20px;
    margin: 50px 0 25px
  }
  
  .error-box h4 {
    font-size: 32px;
    margin-bottom: 0
  }
  
  .error-box h6 {
    font-size: 16px;
    margin: 35px 0
  }
  
  .social-icon-soon ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .social-icon-soon ul li i {
    font-size: 24px
  }
  
  .social-icon-soon ul li {
    list-style: none
  }
  
  .social-icon-soon ul li:not(:last-child) {
    margin-right: 15px
  }
  
  .social-icon-soon ul li .face-book {
    color: #1877f2
  }
  
  .social-icon-soon ul li .twit-ter {
    color: #1da1f2
  }
  
  .social-icon-soon ul li .insta-gram {
    color: #000100
  }
  
  .social-icon-soon ul li .linked-in {
    color: #0a66c2
  }
  
  .social-icon-soon ul li i:hover {
    color: #ff5364
  }
  
  .subscribe-soon .btn-danger {
    background: #ff5364;
    border: 1px solid #ff5364;
    min-width: 127px;
    font-size: 16px
  }
  
  .subscribe-soon .btn-danger:hover {
    background: #e63333;
    border: 1px solid #e63333
  }
  
  .subscribe-soon .form-control {
    height: 48px
  }
  
  .countdown-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px
  }
  
  .error-box .big-text {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #f2f2f2
  }
  
  .countdown-el {
    text-align: center;
    background: rgba(0, 0, 0, .4);
    min-width: 140px;
    padding: 38px 20px;
    border-radius: 10px;
    color: #fff
  }
  
  .countdown-el:not(:last-child) {
    margin-right: 15px
  }
  
  .countdown-el span {
    font-size: 26px
  }
  
  .search-filter .filter-widget h4 {
    color: #0b0b0b;
    font-size: 18px;
    font-weight: 700
  }
  
  .search-filter .filter-widget label {
    font-size: 14px
  }
  
  .search-filter .filter-widget .custom_check input {
    margin-right: 10px
  }
  
  .inner-banner h5 a {
    color: #fff
  }
  
  .inner-banner h5 a:hover {
    color: #f66962
  }
  
  .view-icons {
    display: inline-flex
  }
  
  .view-icons a {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d2dcec;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    border-radius: 5px;
    color: #000;
    display: flex;
    font-size: 20px;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    width: 40px;
    height: 40px
  }
  
  .view-icons a:hover {
    border-color: #ff6575;
    color: #ff6575
  }
  
  .view-icons a.active {
    background-color: #ff6575;
    border-color: #ff6575;
    color: #fff
  }
  
  .show-result h4 {
    font-size: 16px;
    color: #22100d;
    margin-bottom: 0
  }
  
  .clear-text {
    margin-left: auto
  }
  
  .clear-text p,
  .clear-filter h4 {
    margin-bottom: 0
  }
  
  .clear-text p {
    color: #000;
    font-size: 14px;
    font-weight: 500
  }
  
  .clear-filter {
    margin-bottom: 43px;
    padding: 8px 0
  }
  
  .clear-filter h4 {
    font-size: 20px;
    color: #333
  }
  
  .clear-filter h4 i {
    margin-right: 9px
  }
  
  .card.search-filter,
  .card.post-widget {
    margin-bottom: 20px;
    border-radius: 10px
  }
  
  .showing-list {
    margin-bottom: 44px
  }
  
  .course-design .product:hover .product-content h3 a:hover,
  .course-design .product:hover .course-name h4 a:hover {
    color: #f66962
  }
  
  .course-share .active-heart i {
    color: #ff5364;
    font-weight: 900
  }
  
  .course-design .price .free-color {
    color: #159f46
  }
  
  .course-design .price {
    min-width: auto;
    padding: 8px 15px;
    text-align: center
  }
  
  .lms-page li .page-link {
    margin-right: 15px;
    border: 1px solid #ffdeda;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    color: #000;
    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
  }
  
  .lms-page {
    margin-bottom: 0;
    margin-top: 20px
  }
  
  .lms-pagination {
    margin-bottom: 20px
  }
  
  .lms-page li .page-link:hover {
    background-color: #ff5364;
    color: #fff
  }
  
	.page-link:focus{
	outline:0;
	box-shadow:none
	}

	.page-item.disabled{
	 cursor: no-drop;
	}

  .lms-page .page-item.active .page-link {
    background-color: #ff5364;
    border-color: #ff5364;
    color: #fff;
}
  
  .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
  }
  
  .show-filter .form-control {
    border-color: rgba(255, 222, 218, .71);
    min-height: 40px;
    font-size: 14px;
    padding-left: 30px
  }
  
  .show-filter .form-control::placeholder {
    color: #a2a2a2
  }
  
  .search-filter .card-body {
    padding: 20px
  }
  
  .show-filter .search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
  }
  
  .show-filter .search-group i {
    position: absolute;
    left: 9px;
    color: #f66962
  }
  
  .categories-head i {
    margin-left: auto;
    margin-bottom: 15px
  }
  
  .course-design .product {
    width: 100%
  }
  
  .course-design {
    width: 100%
  }
  
  .list-course .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
  }
  
  .list-course .product-img {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 24px;
    width: 240px;
    position: relative
  }
  
  .head-course-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .head-course-title .title {
    margin-bottom: 0;
    margin-right: 20px
  }
  
  .list-course .course-view {
    margin-left: 30px
  }
  
  .list-course .product-content {
    padding-top: 0
  }
  
  .rating i {
    color: #777
  }
  
  .rating i.filled {
    color: #ffb54a
  }
  
  .product-content h3 a,
  .course-name h4 a {
    color: #000
  }
  
  .product-content-title {
    max-width: 320px
  }
  
  .custom_one .checkmark {
    border-radius: 50px
  }
  
  .filter-widget {
    margin-bottom: 20px
  }
  
  .filter-widget h4 {
    font-size: 1rem;
    margin-bottom: 15px
  }
  
  .filter-widget .custom_check {
    line-height: 18px
  }
  
  .latest-posts {
    margin: 0;
    padding: 0
  }
  
  .latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px
  }
  
  .latest-posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
  }
  
  .post-thumb {
    border-radius: 4px;
    width: 60px;
    float: left;
    overflow: hidden
  }
  
  .post-thumb a img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms
  }
  
  .post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
  }
  
  .post-info {
    margin-left: 92px
  }
  
  .post-info h4 {
    font-size: 15px;
    margin: 0 0 5px
  }
  
  .post-info h4 a {
    color: #000;
    font-size: 14px
  }
  
  .post-info h4 a:hover {
    color: #f66962
  }
  
  .post-info p {
    color: #df5f5e;
    font-size: 14px;
    margin: 0;
    font-weight: 500
  }
  
  .free-color p {
    color: #159f46
  }
  
  .post-info p i {
    color: #1e88e5;
    font-size: 14px;
    margin-right: 4px
  }
  
  .latest-head h4 {
    color: #0b0b0b;
    font-size: 18px
  }
  
  .select-form .form-select {
    border-color: rgba(255, 222, 218, .71);
    min-height: 40px;
    font-size: 14px;
    color: #22100d
  }
  
  .select-form .form-select:focus {
    box-shadow: none
  }
  
  .blog {
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px
  }
  
  .section-blogs .blog {
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
  }
  
  .blog-image {
    overflow: hidden
  }
  
  .blog-image,
  .blog-image>a,
  .blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto
  }
  
  .blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms
  }
  
  .blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
  }
  
  .blog-image {
    margin-bottom: 20px;
    border-radius: 5px 5px 0 0
  }
  
  .blog-content {
    position: relative
  }
  
  .blog-title {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.3
  }
  
  .blog-title a {
    color: #000
  }
  
  .blog-title a:hover {
    color: #f66962
  }
  
  .blog-content p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #685f78;
    font-weight: 400
  }
  
  .blog-content h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600
  }
  
  .post-author img {
    border-radius: 100%;
    width: 30px;
    margin-right: 5px
  }
  
  .read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #1e88e5;
    text-decoration: underline;
    font-weight: 700
  }
  
  .blog-info {
    color: #26292c;
    font-size: 14px;
    margin-bottom: 20px
  }
  
  .blog-info a {
    color: #000;
    font-size: 14px;
    font-weight: 400
  }
  
  .blog-info a:hover {
    color: #f66962
  }
  
  .entry-meta {
    color: #26292c;
    font-size: 14px;
    list-style: none;
    margin-bottom: 15px;
    padding: 0
  }
  
  .entry-meta li {
    display: inline-block;
    margin-right: 15px
  }
  
  .entry-meta li:last-child {
    margin-right: 0
  }
  
  .blog-pagination .pagination {
    margin-bottom: 30px
  }
  
  .blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #26292c;
    margin-right: 10px;
    border-radius: inherit !important;
    border-color: #f0f0f0
  }
  
  .blog-pagination .pagination li.disabled a {
    border-color: #f0f0f0
  }
  
  .blog-pagination .pagination li.active a {
    background: #1e88e5;
    border-color: transparent;
    color: #fff
  }
  
  .post-left ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }
  
  .post-left ul li {
    padding: 0 20px;
    border-left: 1px solid #c4c4c4;
    color: #000;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .post-left ul li:first-child {
    border: 0;
    padding-left: 0
  }
  
  .post-left ul li img {
    margin-right: 9px
  }
  
  .post-author a {
    display: flex;
    align-items: center
  }
  
  .latest-posts {
    margin: 0;
    padding: 0
  }
  
  .latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px
  }
  
  .latest-posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
  }
  
  .post-thumb {
    border-radius: 4px;
    width: 80px;
    float: left;
    overflow: hidden
  }
  
  .post-thumb a img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms
  }
  
  .post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
  }
  
  .blog-widget .post-info {
    margin-left: 95px
  }
  
  .blog-widget .post-info h4 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 600
  }
  
  .blog-widget .post-info h4 a {
    color: #22100d
  }
  
  .blog-widget .post-info h4 a:hover {
    color: #f66962
  }
  
  .blog-widget .post-info p {
    color: #000;
    font-size: 12px;
    margin: 0
  }
  
  .category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0
  }
  
  .category-widget .categories li {
    margin-bottom: 20px
  }
  
  .category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
  }
  
  .category-widget .categories li a {
    color: #22100d;
    font-size: 14px;
    font-weight: 500
  }
  
  .category-widget .categories li a:hover {
    color: #f66962
  }
  
  .category-widget .categories>li>a>i {
    color: #f66962;
    font-size: 18px;
    margin-right: 19px
  }
  
  .tags-card {
    padding-bottom: 5px
  }
  
  .tags-widget .card-body {
    padding-bottom: 1rem
  }
  
  .tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
  }
  
  .tags li {
    float: left
  }
  
  .tag {
    background-color: #ffdeda;
    border-radius: 5px;
    color: #22100d;
    padding: 5px 10px;
    position: relative;
    margin: 0 15px 15px 0;
    font-size: 14px;
    border: 1px solid #ffdeda;
    display: inline-block;
    font-weight: 500
  }
  
  .tag:hover {
    background-color: #f5cbc5;
    border-color: #f5cbc5;
    color: #22100d
  }
  
  .comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px
  }
  
  .comments-list .comment-block p {
    font-size: 14px;
    margin-bottom: 5px
  }
  
  .blog-col {
    width: 100%
  }
  
  .custom-edit-service h4 {
    padding-bottom: 15px;
    margin-bottom: 0
  }
  
  .custom-edit-service label {
    font-size: 16px
  }
  
  .custom-edit-service textarea.form-control {
    min-height: 200px
  }
  
  .custom-edit-service .service-upload {
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative
  }
  
  .custom-edit-service .service-upload i {
    font-size: 50px;
    color: #858585
  }
  
  .custom-edit-service .service-upload span {
    font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block
  }
  
  .custom-edit-service .service-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
  }
  
  .custom-edit-service .upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
  }
  
  .custom-edit-service .upload-wrap li {
    margin: 10px
  }
  
  .custom-edit-service .upload-wrap li .upload-images {
    width: 100px
  }
  
  .custom-edit-service .upload-wrap li img {
    max-width: 100%;
    height: auto
  }
  
  .blog-read .btn-primary {
    background: #ff875a;
    border: 1px solid #ff875a;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 9px 28px
  }
  
  .blog-read .btn-primary:hover {
    background: #fff;
    border: 1px solid #ff875a;
    color: #ff875a
  }
  
  .blog-widget {
    padding: 20px;
    border: 1px solid #e9ecef;
    margin-bottom: 20px;
    border-radius: 10px
  }
  
  .tags-card {
    padding-bottom: 5px
  }
  
  .blog-widget .card-body {
    padding: 0
  }
  
  .blog-widget .card-header {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px
  }
  
  .blog-search .input-group .btn-primary {
    background: #ff5364;
    border: 1px solid #ff5364
  }
  
  .blog-search .input-group .form-control {
    background: rgba(229, 229, 229, .42);
    border: 0
  }
  
  .blog-search .input-group .form-control::placeholder {
    color: #a2a2a2;
    font-size: 14px
  }
  
  .blog-widget .card-header .card-title {
    font-size: 18px;
    color: #0b0b0b;
    font-weight: 700
  }
  
  .post-widget .post-info p img {
    margin-right: 6px
  }
  
  .load-more .btn-primary {
    background: #ff5364;
    border: 1px solid #ff5364;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 9px 48px;
    margin-top: 25px
  }
  
  .load-more .btn-primary:hover {
    background: #ed4051;
    border: 1px solid #ed4051
  }
  
  .blog-grid-box {
    background: #fff;
    padding: 15px;
    margin: 0 10px;
    margin-top: -20px;
    position: relative;
    border-radius: 5px
  }
  
  .blog-grid-box .post-left ul li,
  .grid-modern .post-left ul li {
    padding: 0 5px
  }
  
  .blog-grid-box .post-left ul li:first-child,
  .grid-modern .post-left ul li:first-child {
    padding-left: 0
  }
  
  .grid-blog .blog-image {
    margin-bottom: 0
  }
  
  .grid-blog {
    margin-bottom: 20px
  }
  
  .grid-modern .blog-image {
    border-radius: 10px 10px 0 0;
    margin-bottom: 25px
  }
  
  .blog-modern-box {
    position: absolute;
    bottom: 0;
    padding: 20px
  }
  
  .blog-modern-box .blog-title a {
    font-size: 20px;
    color: #fff
  }
  
  .blog-modern-box .blog-title a:hover {
    color: #ff5364
  }
  
  .blog-modern-box .post-left ul li {
    color: #fff;
    font-size: 12px
  }
  
  .mycourse-student {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .student-filter {
    margin-left: auto
  }
  
  .show-filter .mycourse-student .form-control {
    max-width: 222px
  }
  
  .student-filter .select-form .form-select {
    min-width: 222px
  }
  
  .student-group .course-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .course-student-header {
    background: #645b73;
    padding: 25px 0
  }
  
  .student-group .course-group-img img {
    max-width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 5px solid #fff
  }
  
  .student-group:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #fff;
    opacity: .25
  }
  
  .student-group {
    position: relative
  }
  
  .student-group .course-name h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .student-group .course-name h4 a {
    font-size: 32px;
    font-weight: 600;
    color: #fff
  }
  
  .student-group .course-name h4 a:hover {
    color: #f66962
  }
  
  .student-group .course-name h4 span {
    background: #fff;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 20px
  }
  
  .student-group .course-name p {
    font-size: 16px;
    font-weight: 400;
    color: #fff
  }
  
  .student-group .course-share .btn-primary {
    background-color: #ff5364;
    border: 1px solid #ff5364;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 26px
  }
  
  .student-group .course-group-img img {
    margin-right: 25px
  }
  
  .my-student-list ul {
    display: flex;
    padding: 0;
    margin: 0
  }
  
  .my-student-list ul li {
    list-style: none;
    margin-right: 20px
  }
  
  .my-student-list ul li a {
    color: #fff;
    padding: 0 10px;
    padding-bottom: 10px
  }
  
  .my-student-list ul li .active {
    border-bottom: 4px solid #fff
  }
  
  .my-student-list ul li a:hover {
    border-bottom: 4px solid #fff
  }
  
  .student-group .course-group {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .rating-student {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .product .rating-student .rating {
    margin-left: 0
  }
  
  .edit-rate {
    margin-left: auto;
    cursor: pointer
  }
  
  .progress-stip {
    display: flex;
    height: 20px;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 50px
  }
  
  .active-stip {
    width: 35%
  }
  
  .progress-stip .bg-success {
    background-color: #159f46 !important
  }
  
  .start-leason .btn-primary {
    background: #392c7d;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 15px
  }
  
  .course-design .product:hover .start-leason .btn-primary {
    color: #fff
  }
  
  .edit-rate a {
    font-size: 14px
  }
  
  .student-percent p {
    font-size: 14px;
    margin: 20px 0
  }
  
  .start-leason .btn-primary:hover {
    background: #3b2999;
    border: 1px solid #3b2999
  }
  
  .student-widget {
    border: 1px solid #e9ecef;
    border-radius: 10px
  }
  
  .message-student-widget {
    margin-bottom: 20px
  }
  
  .student-widget-group {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 0
  }
  
  .group-btn .btn-primary {
    width: 100%;
    padding: 13px 15px
  }
  
  .course-design .product:hover .group-btn .btn-primary {
    color: #fff
  }
  
  .publish-btn {
    font-size: 14px;
    font-weight: 600;
    background: #ff725e;
    border: 1px solid #c4c4c4;
    border-radius: 5px
  }
  
  .publish-btn:hover {
    background: #ed5843;
    border: 1px solid #ed5843
  }
  
  .cancel-btn {
    font-size: 14px;
    font-weight: 600;
    background: #777;
    border: 1px solid #c4c4c4;
    border-radius: 5px
  }
  
  .cancel-btn:hover {
    background: #5e5959;
    border: 1px solid #5e5959
  }
  
  .publish-rate {
    display: none
  }
  
  .purchase-widget .student-widget-group {
    padding: 25px
  }
  
  .lesson-group .cou-title {
    margin-bottom: 0
  }
  
  .lesson-group .cou-title span {
    float: right
  }
  
  .lesson-group .cou-title a {
    background: 0 0
  }
  
  .lesson-group .course-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 10px
  }
  
  .lesson-group .card-collapse {
    padding: 15px
  }
  
  .lesson-group .course-card ul li {
    border-bottom: 0
  }
  
  .play-intro {
    color: #f66962
  }
  
  .lesson-percent {
    border-bottom: 1px solid #e5e5e5
  }
  
  .lesson-percent p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
  }
  
  .lesson-percent p span {
    margin-left: auto
  }
  
  .progress-stip .bg-success {
    border-radius: 50px
  }
  
  .lesson-widget-group {
    background: #fff;
    padding: 20px;
    border-radius: 10px
  }
  
  .lesson-introduction .tittle {
    color: #f66962;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
  }
  
  .introduct-video img {
    width: 100%
  }
  
  .chat-page .content {
    padding: 110px 0 0
  }
  
  .chat-page .footer {
    display: none
  }
  
  .chat-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
  }
  
  .chat-cont-left {
    border-right: 1px solid #f0f0f0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    left: 0;
    margin-right: 1%;
    max-width: 35%;
    position: relative;
    z-index: 4;
    background: #fff;
    border: 1px solid rgb(199 199 199/25%);
    border-radius: 5px;
    margin-bottom: 20px
  }
  
  .chat-cont-left .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #161c2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px
  }
  
  .chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize
  }
  
  .chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
  
  .chat-cont-left .chat-search {
    background-color: #fff;
    width: 100%
  }
  
  .chat-cont-left .chat-search .input-group {
    width: 100%
  }
  
  .chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px
  }
  
  .chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none
  }
  
  .chat-cont-left .chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4
  }
  
  .chat-window .chat-scroll {
    min-height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    border-radius: 5px
  }
  
  .chat-cont-right .chat-scroll {
    min-height: calc(100vh - 300px);
    max-height: calc(100vh - 300px)
  }
  
  .chat-cont-left .chat-users-list {
    background-color: #fff;
    border-radius: 5px
  }
  
  .chat-cont-left .chat-users-list a.media {
    background: #fff;
    padding: 10px 15px;
    transition: all .2s ease 0s;
    border-bottom: 1px solid rgb(199 199 199/25%)
  }
  
  .chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative
  }
  
  .chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px
  }
  
  .chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    bottom: 7px;
    height: 10px;
    right: 4px;
    position: absolute;
    width: 10px;
    border: 2px solid #fff
  }
  
  .chat-cont-left .chat-users-list a.media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
  }
  
  .badge-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
  .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  
  .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
    color: #22100d;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left
  }
  
  .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    color: #685f78;
    font-size: 14px;
    line-height: 24px;
    text-align: left
  }
  
  .chat-cont-left .chat-users-list a.media .media-body>div:last-child {
    text-align: right
  }
  
  .chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px
  }
  
  .chat-cont-left .chat-users-list a.media.read-chat .media-body>div:last-child .last-chat-time {
    color: #8a8a8a
  }
  
  .chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    background: #fff;
    border: 1px solid rgb(199 199 199/25%);
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 0
  }
  
  .chat-cont-right .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgb(199 199 199/25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px
  }
  
  .chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px
  }
  
  .chat-cont-right .chat-header .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
  }
  
  .chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px
  }
  
  .chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px
  }
  
  .chat-cont-right .chat-header .media .media-body .user-name {
    color: #161c2d;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
  }
  
  .chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px
  }
  
  .chat-cont-right .chat-header .chat-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .chat-cont-right .chat-header .chat-options>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-left: 10px;
    width: 30px
  }
  
  .chat-cont-right .chat-body {
    background-color: #fff
  }
  
  .chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%
  }
  
  .chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute
  }
  
  .chat-cont-right .chat-body .media .media-body .msg-box>div {
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
  }
  
  .chat-cont-right .chat-body .media .media-body .msg-box>div p {
    color: #303030;
    margin-bottom: 0
  }
  
  .chat-cont-right .chat-body .media .media-body .msg-box .chat-msg-info {
    color: #685f78
  }
  
  .chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
    margin-top: 5px
  }
  
  .chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
    position: relative
  }
  
  .chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0
  }
  
  .chat-cont-right .chat-body .media.received .media-body .msg-box>div {
    background-color: #f5f5f5
  }
  
  .chat-cont-right .chat-body .media.received .media-body .msg-box .chat-msg-info {
    justify-content: start
  }
  
  .chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
    position: relative
  }
  
  .chat-cont-right .chat-body .media.sent .avatar {
    height: 30px;
    width: 30px;
    bottom: 0;
    right: 0;
    position: absolute
  }
  
  .chat-cont-right .chat-body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box>div {
    background-color: #ff875a;
    float: right
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box>div p {
    color: #fff
  }
  
  .chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize
  }
  
  .chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%
  }
  
  .chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%
  }
  
  .chat-cont-right .chat-footer {
    background-color: #fff;
    padding: 10px;
    position: relative
  }
  
  .chat-cont-right .chat-footer .input-group {
    width: 100%;
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
    padding: 5px
  }
  
  .chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px
  }
  
  .chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none
  }
  
  .chat-cont-right .chat-footer .input-group .btn,
  .chat-cont-right .chat-footer .input-group .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f
  }
  
  .chat-cont-right .chat-footer .input-group .btn.msg-send-btn {}
  
  .msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
  }
  
  .msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: .4
  }
  
  .msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite .33333s
  }
  
  .msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite .66666s
  }
  
  .msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite .99999s
  }
  
  .chat-cont-left .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #ff5837;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
  }
  
  .chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative
  }
  
  .chat-cont-right .chat-body .media.received .media-body .msg-box h6,
  .chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
    font-size: 10px;
    margin-bottom: 0;
    color: #ff5b37
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
    text-align: right
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative
  }
  
  .chat-msg-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
  }
  
  .chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative
  }
  
  .chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa
  }
  
  .chat-cont-right .chat-body .media.received .media-body .msg-box>div .chat-time {
    color: #f6f6f6
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-time {
    color: #919191
  }
  
  .chat-msg-info li a {
    color: #777
  }
  
  .chat-msg-info li a:hover {
    color: #2c80ff
  }
  
  .chat-seen i {
    color: #00d285;
    font-size: 16px
  }
  
  .chat-msg-attachments {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -1px
  }
  
  .chat-msg-attachments>div {
    margin: 0 1px
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info {
    flex-direction: row-reverse
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-attachments {
    flex-direction: row-reverse
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative
  }
  
  .chat-attachment img {
    max-width: 100%
  }
  
  .chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden
  }
  
  .chat-attachment {
    border-radius: .25rem
  }
  
  .chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: .4;
    transition: all .4s
  }
  
  .chat-attachment:hover:before {
    opacity: .6
  }
  
  .chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s
  }
  
  .chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, .2);
    text-align: center
  }
  
  .chat-attach-download:hover {
    color: #495463;
    background: #fff
  }
  
  .chat-attachment:hover .chat-attach-caption {
    opacity: 0
  }
  
  .chat-attachment:hover .chat-attach-download {
    opacity: 1
  }
  
  .chat-attachment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px
  }
  
  .chat-attachment-list li {
    width: 33.33%;
    padding: 5px
  }
  
  .chat-attachment-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid rgba(230, 239, 251, .5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .chat-cont-right .chat-body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
    opacity: 1
  }
  
  .chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2
  }
  
  .chat-msg-actions>a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px
  }
  
  .chat-msg-actions>a:hover {
    color: #2c80ff
  }
  
  @keyframes blink {
    50% {
        opacity: 1
    }
  }
  
  .btn-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    padding: 0 .75rem;
    position: relative;
    vertical-align: middle
  }
  
  .btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
  }
  
  .bgg-yellow {
    background: #ff7a03;
    color: #fff;
    border-radius: 50%;
    width: 17px;
    line-height: 17px;
    padding: 0;
    height: 17px
  }
  
  .avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  
  .chat-cont-right .chat-footer .input-group .btn-file i {
    font-size: 16px
  }
  
  .add-compose {
    border-bottom: 1px solid rgb(199 199 199/25%);
    margin-bottom: 20px;
    padding-bottom: 20px
  }
  
  .add-compose i {
    margin-right: 10px
  }
  
  .add-compose .btn-primary {
    color: #f66962;
    font-size: 14px;
    background: #fff;
    border: 1px solid #f66962;
    border-radius: 50px;
    padding: 13px 41px
  }
  
  .add-compose .btn-primary:hover {
    background-color: #ff875a;
    border: 1px solid #ff875a;
    color: #fff
  }
  
  .cart-remove .btn-primary {
    font-size: 16px;
    border: 1px solid #ff5364;
    background: #fff;
    color: #ff5364;
    font-weight: 500;
    border-radius: 0;
    padding: 4px 11px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
  }
  
  .cart-remove .btn-primary:hover {
    font-size: 16px;
    border: 1px solid #ff5364;
    background: #ff5364;
    color: #fff
  }
  
  .course-design .product:hover {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
  }
  
  .course-design .product:hover .cart-remove .btn-primary {
    color: #fff;
    background: #ff5364;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
  }
  
  .cart-widget .student-widget .course-design {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background: #fff;
    padding: 0
  }
  
  .cart-widget .student-widget-group {
    padding: 0
  }
  
  .cart-head {
    padding: 20px;
    border-bottom: 1px solid #e9ecef
  }
  
  .cart-head h4 {
    margin-bottom: 0;
    font-size: 20px
  }
  
  .cart-group,
  .cart-total {
    padding: 20px
  }
  
  .cart-total {
    border-top: 1px solid #e9ecef
  }
  
  .check-outs .btn-primary {
    background: #ff5364;
    border: 1px solid #ff5364;
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700
  }
  
  .check-outs .btn-primary:hover {
    background: #e14151;
    border: 1px solid #e14151
  }
  
  .condinue-shop .btn-primary {
    background: #fff;
    border: 1px solid #ff5364;
    width: 100%;
    color: #ff5364;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700
  }
  
  .condinue-shop .btn-primary:hover {
    background: #ff5364;
    border: 1px solid #ff5364;
    color: #fff
  }
  
  .cart-subtotal p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #000
  }
  
  .cart-subtotal span {
    margin-left: auto;
    font-size: 20px;
    font-weight: 600
  }
  
  .checkout-form {
    padding: 20px
  }
  
  .checkout-form label {
    color: #685f78;
    font-weight: 600;
    font-size: 14px
  }
  .checkout-form .form-control, .checkout-form .form-select {
	border-color: rgba(255, 222, 218, .71);
	border-radius: 5px;
	min-height: 40px;
	line-height: 45px;
	font-size: 15px;
}
  
  .checkout-form .form-control:focus {
    border: 1px solid #eb9481
  }
  
  .checkout-form .form-group {
    margin-bottom: 20px
  }
  
  .checkout-form .form-select:focus {
    box-shadow: none
  }
  
  .checkout-form .form-control::placeholder {
    font-size: 14px;
    color: #a2a2a2
  }
  
  .checkout-widget .student-widget-group {
    padding: 0
  }
  
  .ship-check .form-check-input {
    border-radius: 0;
    border-color: #ffdeda;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 0
  }
  
  .ship-check {
    font-size: 14px;
    margin-bottom: 15px
  }
  
  .pay-method {
    margin-top: 40px
  }
  
  .payment-btn .btn-primary {
    background: #ff5364;
    border: 1px solid #ff5364;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    min-width: 600px
  }
  
  .payment-btn .btn-primary:hover {
    background: #e14151;
    border: 1px solid #e14151
  }
  
  .select-plan-group .student-widget-group {
    padding: 20px
  }
  
  .plan-header {
    background: #392c7d
  }
  
  .plan-header h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 0
  }
  
  .basic-plan h3 {
    font-size: 24px;
    color: #ff5364;
    margin-bottom: 15px
  }
  
  .basic-plan h2 {
    font-size: 36px;
    color: #392c7d;
    font-weight: 700;
    margin-bottom: 0
  }
  
  .basic-plan h2 span {
    font-size: 18px
  }
  
  .basic-plan p {
    font-size: 14px;
    margin-bottom: 15px
  }
  
  .plan-header {
    margin-bottom: 20px
  }
  
  .benifits-feature ul {
    padding: 0;
    margin: 0
  }
  
  .benifits-feature ul li {
    list-style: none
  }
  
  .wallet-method .custom_radio {
    color: #555;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  
  .wallet-method .custom_radio .checkmark {
    height: 25px;
    width: 25px
  }
  
  .wallet-method .custom_radio .checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ffe6e1;
    border-radius: 50%
  }
  
  .wallet-method .custom_radio input {
    position: absolute;
    opacity: 0
  }
  
  .wallet-method .custom_radio input:checked~.checkmark:after {
    opacity: 1
  }
  
  .wallet-method .custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5b37;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  
  .wallet-method {
    margin: 10px 0
  }
  
  .benifits-feature {
    margin: 30px 0
  }
  
  .benifits-feature h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px
  }
  
  .benifits-feature ul li {
    font-size: 14px;
    color: #685f78;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
  }
  
  .benifits-feature ul li i {
    font-size: 7px;
    margin-right: 10px
  }
  
  .plan-change .btn-primary {
    font-size: 16px;
    font-weight: 700;
    color: #392c7d;
    background: #fff;
    border: 1px solid #392c7d;
    border-radius: 0;
    width: 100%;
    padding: 12px 15px
  }
  
  .plan-change .btn-primary:hover {
    background: #392c7d;
    border: 1px solid #392c7d;
    color: #fff
  }
  
  .settings-widget {
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
    border-radius: 10px
  }
  
  .settings-menu {
	background: #fff;
	border-radius: 10px;
	padding: 15px 5px;
}
  
  .settings-menu h3 {
    font-size: 18px;
    color: #392c7d;
    font-weight: 600;
    margin: 5px 0 20px
  }
  
  .settings-menu ul {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none
  }
  
  .settings-menu ul li {
    border-top: 1px solid rgb(199 199 199/25%);
    position: relative
  }
  
  .settings-menu ul li a {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    border: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: normal;
    padding: 20px
  }
  
  .settings-menu ul li:hover,
  .settings-menu ul li:focus {
    color: #303030;
    background: rgba(255, 222, 218, .25)
  }
  
.settings-menu ul li:hover::before {
	content: "";
	position: absolute;
	background: #ff5364;
	width: 2px;
	height: 40px;
	left: 0px;
	top: 0px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: 1;
}
  
  .settings-menu ul li:before {
    opacity: 0;
    content: "";
    position: absolute;
    background: #ff5364;
    width: 2px;
    height: 40px;
    left: 0px;
    top: 0px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease
  }
  
.page-content .settings-menu ul li:hover::before {
	width: 0;
}


.page-content .settings-menu ul li:before {
   
    left: 9px;
    top: 11px;
  }

  .settings-menu ul li:hover a {
    color: #303030
  }
  
  .settings-menu ul .active {
    background: rgba(255, 222, 218, .25)
  }
  
  .settings-menu ul li i {
    color: #ff875a
  }
  
  .settings-menu ul .active i {
    color: #ff875a
  }
  
  .settings-menu ul li a i {
    margin-right: 15px;
    font-size: 20px
  }
  
.settings-menu ul .active:before {
    content: "";
    position: absolute;
    background: #ff5364;
    width: 2px;
    height: 40px;
    left: 0px;
    top: 0px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 1;
}
  
  .go-dashboard .btn-primary {
    background: #392c7d;
    border: 1px solid #392c7d;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    padding: 13px 28px
  }
  
  .go-dashboard .btn-primary:hover {
    opacity: .86
  }
  
  .profile-bg img {
    width: 100%;
    border-radius: 5px 5px 0 0
  }
  
  .profile-bg {
    position: relative
  }
  
  .profile-bg h5 {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 3px 10px;
    color: #000;
    font-size: 14px;
    right: 20px;
    top: 20px;
    margin: 0
  }
  
  .profile-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 5px solid #fff
  }
  
  .profile-name h4 {
    font-size: 20px;
    color: #22100d;
    font-weight: 600;
    margin-bottom: 5px
  }
  
  .profile-name p {
    color: #685f78;
    font-size: 14px;
    margin-bottom: 20px
  }
  
  .profile-group {
    padding: 30px;
    padding-top: 70px
  }
  
  .profile-heading {
    padding: 25px;
    border-bottom: 1px solid rgb(199 199 199/25%)
  }
  
  .profile-heading h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0
  }
  
  .profile-heading p {
    margin-bottom: 0
  }
  
  .profile-details .course-group {
    padding: 25px;
    border-bottom: 1px solid rgb(199 199 199/25%)
  }
  
  .profile-share {
    margin-left: auto
  }
  
  .profile-share .btn-success {
    background: 0 0;
    color: #159f46;
    border: 1px solid #159f46;
    margin-right: 10px;
    border-radius: 0;
    padding: 7px 22px;
    font-weight: 500;
    border-radius: 5px
  }
  
  .profile-share .btn-success:hover {
    background: #159f46;
    color: #fff;
    border: 1px solid #159f46
  }
  
  .profile-share .btn-danger {
    background: 0 0;
    color: red;
    border-radius: 0;
    padding: 7px 22px;
    font-weight: 500;
    border-radius: 5px
  }
  
  .profile-share .btn-danger:hover {
    background: red;
    color: #fff;
    border: 1px solid red
  }
  
  .profile-details .course-name h4 a {
    color: #392c7d;
    font-size: 18px;
    font-weight: 600
  }
  
  .profile-details .course-name h4 a:hover {
    color: #f66962
  }
  
  .profile-details .course-name p {
    color: #303030;
    font-size: 14px
  }
  
  .profile-details .course-group-img img {
    max-width: 100px;
    height: 100px;
    border-radius: 50px
  }
  
  .checkout-form.personal-address {
    padding: 25px;
    margin-bottom: 0
  }
  
  .personal-address h4 {
    font-size: 20px;
    color: #392c7d;
    margin-bottom: 15px;
    font-weight: 600
  }
  
  .personal-address p {
	font-size: 14px;
	color: #303030;
	margin-bottom: 20px;
}
  
  .country-select {
    color: #c4c4c4;
    font-size: 14px
  }
  
  .update-profile {
    margin-top: 10px
  }
  
  .update-profile .btn-primary {
    font-size: 16px;
    padding: 7px 15px;
    font-weight: 700;
    border: 1px solid #ff875a;
    border-radius: 5px;
    min-width: 200px
  }
  
  .update-profile .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #fc7f50;
    color: #fc7f50
  }
  
  .border-line {
    border-bottom: 1px solid rgb(199 199 199/25%)
  }
  
  .personal-info-head p span {
    color: #f66962
  }
  
  .save-social .btn-primary {
    min-width: 237px
  }
  
  .secure-alert .check-on label {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400
  }
  
  .secure-alert .check-on {
    margin: 0 0 25px
  }
  
  .un-subscribe {
    padding: 25px
  }
  
  .un-subscribe .btn-danger {
    background: 0 0;
    color: red;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500
  }
  
  .un-subscribe .btn-danger:hover {
    background: red;
    color: #fff
  }
  
  .link-accounts.personal-form {
    border: 0;
    padding: 25px;
    border-radius: 0;
    background: 0 0
  }
  
  .comman-space {
    padding: 25px
  }
  
  .edit-new-address {
    margin-bottom: 30px
  }
  
  .edit-new-address label {
    font-size: 14px;
    color: #303030;
    font-weight: 400
  }
  
  .wallet-radio-blk .custom_radio {
    margin-bottom: 0
  }
  
  .wallet-radio-blk .custom_radio input:checked~.checkmark {
    background-color: #ff5364
  }
  
  .wallet-radio-blk .custom_radio .checkmark:after {
    background: #fff
  }
  
  .wallet-radio-blk .custom_radio input:checked~.checkmark:after {
    opacity: 1
  }
  
  .address-edits {
    margin-left: auto
  }
  
  .edit-new-address .form-check-input {
    width: 20px;
    height: 20px
  }
  
  .address-edits .edit-btn-blk {
    padding: 5px 7px;
    background-color: #455a64;
    border: 1px solid #455a64;
    border: 0;
    color: #fff;
    border-radius: 5px
  }
  
  .add-new-address {
    margin-bottom: 40px
  }
  
  .grad-border .btn-primary {
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #392C7D, #FF5364);
    border-radius: 10px
  }
  
  .grad-border .btn-default {
    background: rgba(227, 227, 227, .41);
    border-radius: 10px;
    color: #c7c7c7;
    min-width: 173px;
    padding: 7px 15px;
    cursor: not-allowed
  }
  
  .add-new-address .btn-primary {
    font-size: 15px;
    font-weight: 700;
    color: #ff5364;
    padding: 8px 20px
  }
  
  .add-new-address .btn-primary:hover:focus,
  .active-change-plan .btn-primary:hover:focus,
  .upgrade-now .btn-primary:hover:focus {
    color: #fff
  }
  
  .upgrade-now .btn-primary {
    font-size: 15px;
    font-weight: 700;
    color: #ff5364;
    padding: 8px 16px
  }
  
  .upgrade-now {
    margin-left: auto
  }
  
  .active-btns .btn-success {
    background-color: #159f46;
    border: 1px solid #159f46;
    color: #fff;
    font-size: 14px;
    padding: 1px 11px
  }
  
  .active-btns .btn-danger {
    color: #fff;
    font-size: 14px;
    padding: 1px 11px
  }
  
  .subscribtion-active h5 {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0
  }
  
  .subscribtion-active p {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
  }
  
  .active-change-plan {
    margin-left: auto
  }
  
  .active-change-plan .btn-primary {
    font-size: 15px;
    font-weight: 700;
    color: #ff5364;
    padding: 8px 39px
  }
  
  .bill-widget {
    width: 100%;
    margin-bottom: 10px
  }
  
  .monthly-subscribtion.comman-space {
    padding-bottom: 15px
  }
  
  .monthly-group {
    margin-bottom: 30px
  }
  
  .bill-name-group h5 {
    font-size: 14px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 2px
  }
  
  .bill-name-group p {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 0
  }
  
  .plan-icons i {
    font-size: 18px
  }
  
  .plan-icons {
    background: #ff875a;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .btn-dark {
    font-weight: 600;
    background: #392c7d;
    border: 1px solid #392c7d;
    color: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .btn-dark:hover {
    background: #fff;
    border: 1px solid #392c7d;
    color: #392c7d
  }
  
  .btn-black {
    font-weight: 600;
    background: #263238;
    border: 1px solid #263238;
    color: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .btn-black:hover {
    background: #fff;
    border: 1px solid #263238;
    color: #263238
  }
  
  .btn-success-dark {
    font-weight: 600;
    background: #159f46;
    border: 1px solid #159f46;
    color: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .btn-success-dark:hover {
    background: #fff;
    border: 1px solid #159f46;
    color: #159f46
  }
  
  .instructor-profile {
    text-align: left
  }
  
  .instructor-profile-pic {
    max-width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 5px solid #fff;
    margin-right: 10px
  }
  
  .instructor-profile-content h4 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }
  
  .instructor-profile-content h4 a {
    font-size: 32px;
    font-weight: 600;
    color: #fff
  }
  
  .instructor-profile-content h4 a:hover {
    color: #f66962
  }
  
  .instructor-profile-content h4 span {
    background: #fff;
    color: #000;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 20px
  }
  
  .instructor-profile-content p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
  }
  
  .instructor-profile-menu {
    background: rgba(10, 20, 47, .33);
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
    max-width: 480px;
    margin-left: auto
  }
  
  .instructor-profile-menu ul {
    justify-content: space-between
  }
  
  .instructor-profile-menu-img {
    margin-right: 10px
  }
  
  .instructor-profile-menu-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px
  }
  
  .instructor-profile-menu-content p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
  }
  
  .instructor-profile-text {
    text-align: left;
    padding-top: 30px
  }
  
  .instructor-profile-text p {
    font-size: 15px;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 0
  }
  
  .instructor-card .card-header {
    background: 0 0;
    border-bottom: 1px solid rgb(199 199 199/25%);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
  }
  
  .instructor-card .card-header h4 {
    font-weight: 600;
    font-size: 24px;
    color: #392c7d;
    margin-bottom: 0
  }
  
  .instructor-card .btn {
    font-size: 14px;
    min-width: 170px;
    padding: 13px 15px
  }
  
  .instructor-card .card-body {
    padding: 20px
  }
  
  .instructor-grid {
    background: #fff;
    border: 1px solid rgb(199 199 199/25%);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .instructor-grid .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%
  }
  
  .instructor-grid .product-img {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 0;
    width: 240px;
    border-radius: 10px
  }
  
  .instructor-grid .instructor-product-content {
    margin-left: 15px
  }
  
  .instructor-grid .instructor-product-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: poppins, sans-serif;
    max-width: 460px;
    line-height: 30px
  }
  
  .instructor-grid .instructor-product-content h3 a {
    color: #000
  }
  
  .instructor-grid .instructor-product-content h3 a:hover {
    color: #f66962
  }
  
  .instructor-grid .course-view {
    margin-left: 30px
  }
  
  .instructor-grid .course-info p {
    font-size: 16px;
    font-weight: 500
  }
  
  .add-course-header {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
  }
  
  .add-course-header h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin-bottom: 0
  }
  
  .add-course-btns ul li {
    margin-right: 17px
  }
  
  .add-course-btns ul li:last-child {
    margin-right: 0
  }
  
  .add-course-btns .btn {
    font-weight: 600;
    font-size: 14px;
    padding: 13px 15px;
    min-width: 170px;
    display: inline-flex
  }
  
  .multistep-form #first {
    display: block
  }
  
  .multistep-form fieldset {
    display: none;
    width: 100%
  }
  
  .widget-setcount {
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(199 199 199/25%)
  }
  
  .widget-setcount ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none
  }
  
  .widget-setcount ul li {
    margin-right: 30px;
    position: relative
  }
  
  .widget-setcount ul li:last-child {
    margin-right: 0
  }
  
  .widget-setcount ul li p {
    font-weight: 500;
    color: #22100d;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 4px solid #c1c9d2;
    min-width: 173px
  }
  
  .widget-setcount ul span {
    border: 1px solid #8792a2;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b1b5b8;
    background: #fff
  }
  
  .progress-activated span:before {
    content: "\f00c";
    font-family: 'font awesome 6 free';
    font-weight: 900;
    font-size: 12px;
    background: #159f46;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute
  }
  
  .progress-active p {
    border-top: 5px solid #159f46 !important
  }
  
  .progress-activated p {
    border-top: 5px solid #159f46 !important
  }
  
  .progress-active span {
    color: #159f46 !important;
    border-color: #159f46 !important;
    position: relative;
    border: 5px solid #159f46 !important
  }
  
  .add-course-inner-header {
    padding: 0 30px 30px
  }
  
  .add-course-inner-header h4 {
    font-weight: 500;
    font-size: 24px;
    color: #f66962;
    margin-bottom: 0
  }
  
  .add-course-form {
    padding: 0 30px 30px
  }
  
  .add-course-info .form-group {
    margin-bottom: 20px
  }
  
  .add-course-info .add-course-label {
    font-weight: 500;
    color: #685f78;
    margin-bottom: 10px
  }
  
  .add-course-info .form-control {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    min-height: 40px
  }
  
  .add-course-info .form-control:focus {
    border: 1px solid #e9ecef
  }
  
  
  .add-course-info textarea.form-control {
    min-height: 150px
  }
  
  .widget-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 30px;
    border-top: 1px solid rgb(199 199 199/25%)
  }
  
  .widget-btn .btn {
    font-size: 14px;
    font-weight: 600;
    min-width: 170px;
    padding: 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
  }
  
  .widget-btn .btn-info-light {
    color: #fff;
    background: #1d9cfd;
    border: 1px solid #1d9cfd;
    border-radius: 5px
  }
  
  .widget-btn .btn-info-light:hover {
    color: #1d9cfd;
    background: #fff;
    border: 1px solid #1d9cfd
  }
  
  .relative-form {
    position: relative;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #6e82a3;
    min-height: 40px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  
  .relative-form span {
    font-size: 14px
  }
  
  .relative-file-upload {
    color: #fff;
    background: #f66962;
    border: 1px solid #f66962;
    border-radius: 5px;
    padding: 8px 18px;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    min-width: 238px;
    text-align: center
  }
  
  .relative-file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block
  }
  
  .add-image-box {
    min-height: 250px;
    background: #edede8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 100%
  }
  
  .add-image-box a {
    font-size: 200px;
    color: #a1a2a0
  }
  
  .add-video-box {
    background: rgba(255, 222, 218, .71)
  }
  
  .add-video-box a {
    font-size: 40px;
    color: #ff5364
  }
  
  .add-course-section {
    padding: 0 40px 40px
  }
  
  .add-course-section .btn {
    font-weight: 600;
    font-size: 14px;
    color: #1d9cfd;
    background: #fff;
    border: 1px solid #1d9cfd;
    border-radius: 5px;
    min-width: 105px;
    padding: 7px 10px
  }
  
  .add-course-section .btn:hover {
    color: #fff;
    background: #1d9cfd;
    border: 1px solid #1d9cfd
  }
  
  .curriculum-grid {
    padding: 20px;
    margin-bottom: 30px;
    background: rgba(227, 227, 227, .41);
    border-radius: 10px
  }
  
  .curriculum-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 20px
  }
  
  .curriculum-head p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000
  }
  
  .curriculum-head .btn {
    font-weight: 600;
    font-size: 14px;
    color: #1d9cfd;
    background: #fff;
    border: 1px solid #1d9cfd;
    border-radius: 5px;
    min-width: 105px;
    padding: 7px 10px
  }
  
  .curriculum-head .btn:hover {
    color: #fff;
    background: #1d9cfd;
    border: 1px solid #1d9cfd
  }
  
  .faq-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 16px
  }
  
  .faq-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative
  }
  
  .faq-header .faq-collapse {
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-flex;
    align-items: center
  }
  
  .faq-header .faq-collapse i {
    font-size: 20px;
    margin-right: 10px;
    color: #757575
  }
  
  .faq-header .faq-collapse.collapsed:after {
    content: "\f078";
    font-family: 'font awesome 6 free';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0
  }
  
  .faq-header .faq-collapse:after {
    content: "\f077";
    font-family: 'font awesome 6 free';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0
  }
  
  .faq-right {
    position: absolute;
    right: 30px
  }
  
  .faq-right a {
    font-size: 18px;
    color: #000;
    margin-right: 8px
  }
  
  .faq-right a:hover {
    color: #f66962
  }
  
  .faq-body {
    padding-top: 20px;
    padding-left: 25px
  }
  
  .add-article-btns .btn {
    font-weight: 600;
    font-size: 14px;
    color: #685f78;
    margin-right: 12px;
    background: #fff;
    border: 1px solid #685f78;
    border-radius: 5px;
    min-width: 130px;
    padding: 7px 8px
  }
  
  .add-article-btns .btn:hover {
    color: #fff;
    background: #685f78;
    border: 1px solid #685f78
  }
  
  .form-group-tagsinput .bootstrap-tagsinput {
    display: block;
    border-radius: 5px;
    color: #000;
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: unset;
    min-height: 60px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px
  }
  
  .form-group-tagsinput .bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #263238;
    border: 1px solid #e9ecef;
    background: rgba(227, 227, 227, .41) !important;
    font-size: 14px;
    font-weight: 400;
    padding: 12px
  }
  
  .form-group-tagsinput .bootstrap-tagsinput input {
    line-height: 42px;
    font-size: 14px
  }
  
  .add-course-msg {
    text-align: center;
    padding-bottom: 30px
  }
  
  .add-course-msg i {
    color: #159f46;
    font-size: 40px
  }
  
  .add-course-msg h4 {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px
  }
  
  .add-course-msg p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0
  }
  
  .settings-menu .instructor-title {
    padding-top: 20px
  }
  
  .instructor-card {
    border-radius: 10px;
    margin-bottom: 25px
  }
  
  .instructor-inner h6 {
    font-weight: 600;
    font-size: 14px;
    color: #685f78;
    margin-bottom: 16px;
    text-transform: uppercase
  }
  
  .instructor-inner h4 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px
  }
  
  .instructor-inner .instructor-text-success {
    color: #159f46
  }
  
  .instructor-inner .instructor-text-info {
    color: #1d9cfd
  }
  
  .instructor-inner .instructor-text-warning {
    color: #ffb54a
  }
  
  .instructor-inner p {
    font-size: 14px;
    letter-spacing: .05em;
    color: #303030;
    margin-bottom: 0
  }
  
  .invoice-list-blk .card {
    border-radius: 10px
  }
  
  .invoice-item .invoice-logo {
    margin-bottom: 30px
  }
  
  .invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px
  }
  
  .invoice-item .invoice-text h2 {
    color: #161c2d;
    font-size: 36px;
    font-weight: 600
  }
  
  .invoice-item .invoice-details {
    text-align: right;
    font-weight: 500
  }
  
  .invoice-item .invoice-details strong {
    color: #161c2d
  }
  
  .invoice-item .invoice-details-two {
    text-align: left
  }
  
  .invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px
  }
  
  .invoice-item .invoice-text h2 {
    font-weight: 400
  }
  
  .invoice-info {
    margin-bottom: 30px
  }
  
  .invoice-info p {
    margin-bottom: 0
  }
  
  .invoice-info.invoice-info2 {
    text-align: right
  }
  
  .invoice-item .customer-text {
    font-size: 18px;
    color: #161c2d;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
  }
  
  .invoice-table tr th,
  .invoice-table tr td,
  .invoice-table-two tr th,
  .invoice-table-two tr td {
    color: #161c2d;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit
  }
  
  .invoice-table tr td,
  .invoice-table-two tr td {
    font-weight: 500
  }
  
  .invoice-table-two {
    margin-bottom: 0
  }
  
  .invoice-table-two tr th,
  .invoice-table-two tr td {
    border-top: 0
  }
  
  .invoice-table-two tr td {
    text-align: right
  }
  
  .invoice-info h5 {
    font-size: 16px;
    font-weight: 500
  }
  
  .other-info {
    margin-top: 10px
  }
  
  @media(min-width:992px) {
    .main-nav>li {
        margin-right: 15px
    }
    .main-nav>li:last-child {
        margin-right: 0
    }
    .main-nav li {
        display: block;
        position: relative
    }
    .main-nav>li>a {
        line-height: 70px;
        padding: 0 !important
    }
    .main-nav>li>a>i {
        font-size: 12px;
        margin-left: 3px
    }
    .main-nav li>ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000
    }
    .main-nav li .submenu::before {
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, .1);
        content: "";
        left: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    .main-nav li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .main-nav .has-submenu.active>a {
        color: #f66962
    }
    .main-nav .has-submenu.active .submenu li.active>a {
        color: #f66962
    }
    .header-one .main-nav .has-submenu.active .submenu li.active>a,
    .header-four .main-nav .has-submenu.active .submenu li.active>a {
        color: #6255a4
    }
    .header-two .main-nav .has-submenu.active .submenu li.active>a {
        color: #f66962
    }
    .header-five .main-nav .has-submenu.active .submenu li.active>a {
        color: #296ed6
    }
    .main-nav>li .submenu li:first-child a {
        border-top: 0
    }
    .main-nav>li .submenu.first-submenu li a {
        border-top: 1px solid #f0f0f0
    }
    .main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0
    }
    .main-nav>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px
    }
    .main-nav li .submenu a:hover {
        color: #f66962;
        letter-spacing: .5px;
        padding-left: 20px
    }
    .main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
        border-color: transparent #fff #fff transparent
    }
    .profile-custom-list>li {
        width: 33.33%
    }
    .custom-about p {
        width: 73%
    }
  }
  
  @media(min-width:1200px) {
    .main-nav>li {
        margin-right: 30px
    }
  }
  
  @media(max-width:1399px) {
    .register-step .login-banner img,
    .login-banner img {
        max-width: 280px
    }
    .table-price td {
        font-size: 16px
    }
    h1 {
        font-size: 32px
    }
    .help-title p,
    .category-title h5 {
        font-size: 16px
    }
    .category-tab ul li a {
        font-size: 20px
    }
    .error-box h3 {
        font-size: 30px
    }
    .error-box-img {
        max-width: 400px;
        margin: auto
    }
    .time-counts li {
        font-size: 16px;
        min-width: 85px
    }
    .time-counts li span {
        font-size: 25px
    }
    .error-logo {
        margin-bottom: 25px
    }
    .error-box h4 {
        font-size: 24px
    }
    .error-box h6 {
        font-size: 16px;
        margin: 20px 0
    }
    .time-counts {
        margin-bottom: 20px
    }
    .come-soon-box h5 {
        font-size: 16px;
        margin: 25px 0
    }
    .subscribe-soon .form-control {
        height: 42px
    }
    .masonry-box .post-left li {
        font-size: 12px
    }
    .masonry-box .blog-title {
        font-size: 20px
    }
    .profile-img img {
        width: 120px;
        height: 120px;
        border: 3px solid #fff
    }
    .account-settings .settings-menu h3 {
        font-size: 16px
    }
    .account-settings .settings-menu ul li a {
        font-size: 15px
    }
    .bill-name-group p {
        font-size: 12px
    }
    .error-box .big-text {
        font-size: 26px;
        margin-bottom: 10px;
        padding-bottom: 10px
    }
    .countdown-el {
        min-width: 100px;
        padding: 15px;
        color: #fff
    }
    .countdown-el span {
        font-size: 18px
    }
  }
  
  @media(max-width:1199.98px) {
    .header-nav {
        padding-left: 20px;
        padding-right: 20px
    }
    .header-navbar-rht li.contact-item {
        display: none
    }
    .map-right {
        height: 450px;
        position: static;
        min-height: inherit;
        margin-bottom: 30px;
        padding-right: 15px
    }
    .header-one .main-nav>li {
        margin-right: 27px
    }
    .home-slide-text h1 {
        font-size: 38px;
        margin-bottom: 20px
    }
    .home-slide-text p {
        font-size: 18px
    }
    .home-slide .search-box .search-btn {
        top: 7px;
        right: 7px;
        padding: 10px 15px
    }
    .home-slide .search-box .search-btn {
        height: 46px
    }
    .homeone-section-header h2 {
        font-size: 28px
    }
    .homeone-section-header .sub-title,
    .category-tab ul li a {
        font-size: 16px
    }
    .home-slide .search-box form {
        display: block
    }
    .section-header h2 {
        font-size: 28px
    }
    .section-header .sub-title {
        font-size: 14px
    }
    .header-navbar-rht li a.header-login,
    .add-header-bg .header-navbar-rht li a.header-sign {
        min-width: 110px;
        padding: 6px 15px;
        font-size: 14px
    }
    .enroll-group .total-course {
        margin-bottom: 5px
    }
    .header-navbar-rht li a.header-sign {
        min-width: 110px;
        padding: 8px 15px;
        font-size: 14px
    }
    .main-nav li a {
        font-size: 14px
    }
    .logo {
        width: 130px
    }
    .google-bg {
        padding: 25px
    }
    .sign-google ul li a {
        padding: 0 10px
    }
    .login-wrapper .loginbox h1 {
        font-size: 28px
    }
    .login-banner img {
        max-width: 330px
    }
    .mentor-course h2 {
        font-size: 28px;
        margin: 20px 0
    }
    .title-sec h5,
    .title-sec p {
        font-size: 16px
    }
    .title-sec h2,
    .main-title {
        font-size: 34px
    }
    .inner-banner h2,
    .video-details h2 {
        font-size: 26px
    }
    .btn-wish {
        padding: 10px 0;
        font-size: 12px
    }
    .inner-banner h5,
    .instructor-detail h5 {
        font-size: 18px
    }
    .complete-sec h2 {
        font-size: 26px
    }
    .btn-cart,
    .btn-enroll {
        font-size: 13px;
        padding: 11px
    }
    .play-icon {
        width: 60px;
        height: 60px
    }
    .play-icon i {
        font-size: 24px;
        padding-left: 5px
    }
    .support-img img {
        width: 160px
    }
    .support-card h3 {
        font-size: 22px
    }
    .faq-title a,
    .instructor-content p,
    .rating {
        font-size: 14px
    }
    .instructor-info>div {
        margin-right: 10px
    }
    .error-box h4 {
        font-size: 20px
    }
    .error-box h6 {
        font-size: 15px;
        margin: 20px 0
    }
    .time-counts li span {
        font-size: 20px
    }
    .time-counts li {
        font-size: 15px;
        min-width: 80px;
        padding: 15px
    }
    .time-counts ul li:not(:last-child) {
        margin-right: 10px
    }
    .come-soon-box h5 {
        font-size: 14px;
        margin: 25px 0
    }
    .social-icon-soon ul li i {
        font-size: 20px
    }
    .error-box-img img {
        width: 270px
    }
    .error-logo img {
        width: 120px
    }
    .error-box {
        padding: 20px
    }
    .progress-stip {
        display: flex;
        height: 15px;
        font-weight: 400
    }
    .payment-btn .btn-primary {
        min-width: 100%
    }
    .plan-header h4 {
        font-size: 20px;
        padding: 12px 15px
    }
    .plan-change .btn-primary {
        font-size: 20px;
        padding: 10px 15px
    }
    .world-img img {
        margin-bottom: 15px
    }
    .link-accounts.personal-form {
        margin-top: 0
    }
    .error-box .big-text {
        font-size: 20px;
        margin-bottom: 6px;
        padding-bottom: 10px
    }
    .countdown-el {
        min-width: 90px
    }
    .countdown-el span {
        font-size: 16px
    }
  }
  
  @media(max-width:991.98px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }
    .main-nav ul {
        background-color: #f38681;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0
    }
    .main-nav>li {
        border-bottom: 1px solid #f38681;
        margin-left: 0
    }
    .main-nav li+li {
        margin-left: 0
    }
    .main-nav>li>a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 500
    }
    .main-nav>li.active>a,
    .main-nav .has-submenu.active .submenu li.active>a,
    .main-nav .has-submenu.active>a {
        color: #fff !important
    }
    .main-nav>li>a>i {
        float: right;
        margin-top: 5px
    }
    .main-nav>li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px
    }
    .main-nav>li .submenu ul li a {
        padding: 10px 15px 10px 45px
    }
    .main-nav>li .submenu>li.has-submenu>a::after {
        content: "\f078"
    }
    .main-nav .has-submenu.active>a {
        color: #1879cd
    }
    .main-nav .has-submenu.active .submenu li.active>a {
        color: #1879cd
    }
    .login-left {
        display: none
    }
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        transition: all .4s;
        background-color: #f66962
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
    #mobile_btn {
        display: inline-block;
        top: 4px;
        position: relative
    }
    .dropdown-menu.dropdown-menu-right {
        margin-top: 5px
    }
    h1 {
        font-size: 28px
    }
    h5 {
        font-size: 18px
    }
    .header-nav {
        padding: 0
    }
    .section-search {
        min-height: 330px
    }
    .progress {
        margin-bottom: 20px
    }
    .footer-widget {
        margin-bottom: 30px
    }
    .container {
        max-width: 100%
    }
    .home-slide .search-box form {
        display: block
    }
    .testimonial-four .testimonial-all {
        background: 0 0;
        min-height: 454px
    }
    .new-course-four .course-mail .bg-course-subscribe {
        line-height: 2;
        height: 45px
    }
    .home-slide-four .hometwo-slide-text h1 {
        font-size: 24px
    }
    .home-slide-four {
        min-height: 420px
    }
    .testimonial-four .testimonial-two-head p {
        font-size: 16px
    }
    .side-four img,
    .side-four-right img {
        display: none
    }
    .testimonial-four .testimonial-all {
        padding: 5px
    }
    .testimonial-bg-top img {
        top: 16px;
        left: 38%;
        width: 231px
    }
    .testimonial-bg-right img {
        top: 50%;
        right: -90px;
        width: 180px
    }
    .testimonial-bg-left img {
        top: 50%;
        left: 130px;
        width: 180px
    }
    .breadcrumb-bar {
        padding: 10px 0
    }
    .course-key {
        position: relative;
        top: 0
    }
    .home-slide-text h1 {
        font-size: 32px;
        margin-bottom: 10px
    }
    .home-slide {
        min-height: 700px
    }
    .trust-user p {
        font-size: 16px
    }
    .rate-head h2,
    .rating h2 {
        font-size: 40px
    }
    .course-radius {
        margin-bottom: 45px
    }
    .course-widget {
        background: #fff;
        padding: 60px 20px 0
    }
    .student-course,
    .how-it-works,
    .new-course,
    .trend-course {
        padding: 60px 0
    }
    .master-skill {
        padding: 60px 0 0
    }
    .section-header h2 {
        font-size: 30px
    }
    .owl-theme .owl-dots,
    .owl-theme .owl-nav {
        margin-top: 0
    }
    .career-img {
        display: none
    }
    .feature-instructors {
        padding-top: 60px
    }
    .lead-group {
        padding: 0 0 40px
    }
    .join-mentor h2 {
        font-size: 25px
    }
    .join-mentor p {
        font-size: 16px;
        margin: 20px 0
    }
    .review {
        bottom: -190px
    }
    .testimonial-four .slick-prev,
    .testimonial-four .slick-next {
        width: 45px;
        height: 45px
    }
    .testimonial-four .slick-prev:before,
    .testimonial-four .slick-next:before {
        font-size: 28px
    }
    .testi-quotes img {
        width: 90px
    }
    .become-instructors {
        padding: 240px 0 60px
    }
    .mentor-img img {
        position: relative;
        bottom: 0;
        right: 0
    }
    .top-instructors p {
        margin-bottom: 0;
        font-size: 16px
    }
    .latest-blog {
        padding: 60px 0 30px
    }
    .enroll-group {
        margin: 60px 0
    }
    .new-course:before {
        display: none
    }
    .trending-course {
        background: 0 0
    }
    .testi-right img {
        position: absolute;
        right: 0
    }
    .cube-instuctor:before,
    .yellow-mentor:before {
        display: none
    }
    .enroll-img {
        width: 92px;
        height: 92px
    }
    .total-course {
        margin-bottom: 24px
    }
    .header-nav {
        height: 60px
    }
    .icon-group .total-course {
        justify-content: center
    }
    .home-slide-text h5,
    .home-slide-text p {
        font-size: 16px;
        margin-bottom: 15px
    }
    .section-text p {
        font-size: 16px
    }
    .course-name h4,
    .product-content h3 {
        font-size: 16px
    }
    .course-group-img {
        align-items: center
    }
    .course-info p,
    .average-rating,
    .category-tab ul li a {
        font-size: 14px
    }
    .instructors-content h5 {
        font-size: 16px
    }
    .instructors-content p {
        font-size: 16px;
        margin: 10px 0
    }
    .course-list li {
        font-size: 18px;
        margin-bottom: 12px
    }
    .testi-quotes img {
        left: 150px
    }
    .student-mentor h4 {
        font-size: 22px;
        margin-bottom: 15px
    }
    .icon-group .enroll-img {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .login-wrapper .loginbox {
        padding: 50px
    }
    .login-wrapper .loginbox h1 {
        font-size: 26px
    }
    .sign-google ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px
    }
    .sign-google ul li:first-child a {
        border-right: 0
    }
    .sign-google ul {
        display: block
    }
    .sign-google {
        margin: 25px 0
    }
    .mentor-course h2 {
        font-size: 22px;
        margin: 15px 0
    }
    .login-slide.owl-theme .owl-dots,
    .login-slide.owl-theme .owl-nav {
        margin-top: 15px
    }
    .login-banner img {
        max-width: 280px
    }
    .login-wrapper .register-box {
        padding: 40px
    }
    .personal-form {
        margin-top: 20px
    }
    .title-sec h2,
    .main-title {
        font-size: 28px
    }
    .header-page,
    .header-page .header-nav {
        height: 60px
    }
    .header-border {
        padding: 4px 20px
    }
    .breadcrumb-list {
        padding: 0 10px
    }
    .page-breadcrumb ol,
    .notify-item a.btn {
        font-size: 14px
    }
    .wishlist-info h5,
    .wish-card .card-header h5 {
        font-size: 18px
    }
    .price-amt h4,
    .notify-detail h6 {
        font-size: 16px
    }
    .notify-detail h6 span {
        font-size: 12px
    }
    .notify-item a.btn {
        min-width: 130px
    }
    .inner-banner h2 {
        font-size: 24px
    }
    .sidebar-sec {
        margin-top: 0
    }
    .play-icon {
        width: 60px;
        height: 60px
    }
    .play-icon i {
        font-size: 26px
    }
    .complete-sec h2 {
        font-size: 24px
    }
    .instructor-detail h5 {
        font-size: 16px
    }
    .com-info {
        flex-direction: column
    }
    .complete-sec .video-thumbnail {
        margin: 20px auto 0
    }
    .com-course .include-sec ul li:last-child {
        margin-bottom: 15px
    }
    .com-course .feature-sec ul li:last-child {
        padding-bottom: 15px
    }
    .nav-justified .nav-item {
        flex-grow: 0;
        flex-basis: unset
    }
    .category-title h5,
    .support-wrap label,
    .faq-detail p,
    .support-card p {
        font-size: 14px
    }
    .page-banner {
        padding: 50px 0
    }
    .page-banner h1,
    .help-title h1 {
        font-size: 24px
    }
    .terms-text h3 {
        font-size: 22px
    }
    .support-card h3 {
        font-size: 20px
    }
    .help-sec {
        padding: 40px 0 30px
    }
    .support-sec {
        padding: 40px 0
    }
    .page-content {
        padding: 50px 0 30px
    }
    .sup-title {
        margin-bottom: 0
    }
    .instructor-content p {
        font-size: 14px;
        margin-bottom: 10px
    }
    .instructor-info .rating-img p,
    .instructor-info .course-view p {
        margin-bottom: 0
    }
    .btn-action-primary {
        font-size: 12px
    }
    .profile-details .table th {
        font-size: 12px
    }
    .ticket-grp {
        flex-wrap: wrap
    }
    .ticket-grp .ticket-btn-grp {
        display: inline-flex;
        margin-top: 10px
    }
    .filter-tickets ul li {
        margin-bottom: 10px
    }
    .radio-with-img p.radio-deposit-item {
        display: inline-flex;
        width: 155px
    }
    .error-box h4 {
        font-size: 20px
    }
    .error-box h6 {
        font-size: 15px;
        margin: 20px 0
    }
    .time-counts li span {
        font-size: 20px
    }
    .time-counts li {
        font-size: 15px;
        min-width: 80px;
        padding: 15px
    }
    .time-counts ul li:not(:last-child) {
        margin-right: 10px
    }
    .come-soon-box h5 {
        font-size: 14px;
        margin: 25px 0
    }
    .social-icon-soon ul li i {
        font-size: 20px
    }
    .error-box-img img {
        width: 240px
    }
    .error-logo img {
        width: 120px
    }
    .error-box {
        padding: 20px
    }
    .course-content {
        padding: 60px 0
    }
    .show-filter {
        margin-top: 15px
    }
    .lms-page {
        margin-bottom: 20px;
        margin-top: 0
    }
    .clear-filter {
        margin-bottom: 25px
    }
    .course-design .price h3 {
        font-size: 18px
    }
    .price h3 span {
        font-size: 12px
    }
    .course-group-img img {
        max-width: 40px;
        height: 40px
    }
    .view-icons a {
        font-size: 15px;
        width: 30px;
        height: 30px
    }
    .breadcrumb-bar {
        background: #fff;
        padding: 15px 0
    }
    .blog-title {
        font-size: 20px
    }
    .blog-read .btn-primary {
        font-size: 16px
    }
    .post-left ul li {
        margin-bottom: 5px
    }
    .blog-modern-box .blog-title a {
        font-size: 18px
    }
    .student-group .course-group-img img {
        max-width: 80px;
        height: 80px;
        margin-right: 15px;
        border: 3px solid #fff
    }
    .student-group .course-name h4 a {
        font-size: 24px
    }
    .student-group .course-share .btn-primary {
        padding: 8px 20px
    }
    .my-student-list ul li a {
        font-size: 14px;
        padding: 0 6px;
        padding-bottom: 10px
    }
    .progress-stip {
        height: 15px
    }
    .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
        font-size: 14px
    }
    .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        font-size: 12px
    }
    .cart-subtotal p,
    .cart-subtotal span {
        font-size: 18px
    }
    .check-outs .btn-primary,
    .condinue-shop .btn-primary {
        padding: 10px 15px;
        font-size: 18px
    }
    .payment-btn .btn-primary {
        padding: 12px 15px;
        font-size: 18px;
        min-width: 550px
    }
    .plan-header h4 {
        font-size: 22px;
        padding: 12px 15px
    }
    .plan-change .btn-primary {
        font-size: 20px;
        padding: 12px 15px
    }
    .profile-img img {
        width: 90px;
        height: 90px;
        bottom: -50px
    }
    .profile-bg h5 {
        font-size: 12px
    }
    .profile-name h4 {
        font-size: 18px
    }
    .go-dashboard .btn-primary {
        padding: 9px 18px
    }
    .account-settings .settings-menu ul li a {
        font-size: 14px
    }
    .profile-heading h3 {
        font-size: 20px;
        margin-bottom: 6px
    }
    .profile-heading {
        padding: 20px
    }
    .profile-heading p {
        font-size: 15px
    }
    .profile-details .course-group-img img {
        max-width: 80px;
        height: 80px
    }
    .profile-details .course-group {
        flex-wrap: wrap
    }
    .profile-details .course-group .course-group-img {
        margin-bottom: 15px
    }
    .profile-share .btn-success,
    .profile-share .btn-danger {
        padding: 4px 20px;
        font-size: 14px
    }
    .checkout-form label {
        font-size: 15px
    }
    .update-profile .btn-primary {
        font-size: 16px;
        min-width: 180px
    }
    .checkout-form.personal-address,
    .profile-details .course-group,
    .profile-heading {
        padding: 15px
    }
    .save-password {
        margin-top: 30px
    }
    .world-img img {
        margin-bottom: 15px
    }
    .link-accounts.personal-form {
        margin-top: 0
    }
    .filter-grp.user-referred h3,
    .link-box h3 {
        font-size: 20px
    }
    .subscription-group {
        flex-wrap: wrap
    }
    .subscription-group .subscription-name {
        margin-bottom: 15px
    }
    .upgrade-now {
        margin-left: 0
    }
    .instructor-profile-content h4 a {
        font-size: 26px
    }
    .instructor-profile-content h4 span {
        margin-left: 0
    }
    .instructor-profile {
        margin-bottom: 20px
    }
    .instructor-profile-menu {
        max-width: 100%;
        margin-bottom: 20px
    }
    .instructor-profile-text {
        padding-top: 0
    }
    .add-course-header h2 {
        font-size: 26px
    }
    .widget-setcount ul li p {
        min-width: 135px
    }
    .invoice-table tr td,
    .invoice-table-two tr td,
    .invoice-item .invoice-details {
        font-weight: 500;
        font-size: 15px
    }
  }
  
  @media(max-width:767.98px) {
    .navbar-header {
        width: 100%
    }
    .logo {
        margin-right: 0;
        width: 100%;
        text-align: center
    }
    .header-nav {
        height: 60px
    }
    .search-box .form-group .form-control {
        font-size: 14px
    }
    .profile-custom-list>li:nth-child(2n+1) {
        clear: left
    }
    .bg-pattern-style-register {
        height: auto
    }
    .footer .footer-widget .footer-logo img {
        max-height: 40px
    }
    #mobile_btn {
        top: 18px;
        margin-right: 0;
        position: absolute
    }
    .logo img, .menu-logo img {
        width: 100%;
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 14px
    }
    .testimonial-four .testimonial-all {
        background: 0 0;
        min-height: 454px
    }
    .testimonial-four .testimonial-two-head {
        max-width: 95%
    }
    .testimonial-four .testimonial-two-head p {
        font-size: 14px
    }
    .testimonial-four .slick-list {
        padding: 0 !important
    }
    .testimonial-four .slick-list {
        max-width: 85%
    }
    .testimonial-four .slick-prev:before,
    .testimonial-four .slick-next:before {
        font-size: 24px
    }
    .testimonial-four .slick-prev {
        left: 65px;
        width: 30px;
        height: 30px
    }
    .testimonial-four .slick-next {
        right: 65px;
        width: 30px;
        height: 30px
    }
    .testimonial-four .slick-prev,
    .testimonial-four .slick-next {
        top: 63%
    }
    .testimonial-bg-top img {
        top: 18px;
        left: 38%;
        width: 160px
    }
    .testimonial-bg-right img {
        top: 50%;
        right: -77px;
        width: 140px
    }
    .testimonial-bg-left img {
        top: 50%;
        left: 59px;
        width: 140px
    }
    .testimonial-two-head {
        max-width: 90%
    }
    .testimonial-thumb img {
        width: 40px
    }
    .testimonial-two .slider-nav {
        margin-top: 0
    }
    .testimonial-two-head {
        padding: 15px
    }
    .bar-icon span {
        background-color: #f66962
    }
    .header-navbar-rht {
        display: none
    }
    .course-key {
        position: relative;
        top: 0
    }
    .home-slide-text h1 {
        font-size: 28px;
        margin-bottom: 10px
    }
    .home-slide {
        padding: 100px 0 60px
    }
    .home-slide-text a,
    .home-slide-text p,
    .home-slide-text h5,
    .trust-user p {
        font-size: 15px
    }
    .banner-content .form-control {
        height: 46px
    }
    .banner-content .sub-btn {
        width: 42px;
        height: 42px;
        font-size: 14px;
        margin-top: 10px
    }
    .rate-head h2,
    .rating h2 {
        font-size: 32px
    }
    .rate-head h2 {
        margin-right: 20px
    }
    .course-widget {
        padding: 70px 20px 0
    }
    .student-course,
    .how-it-works,
    .new-course,
    .trend-course,
    .share-knowledge {
        padding: 40px 0
    }
    .master-skill {
        padding: 40px 0 0
    }
    .feature-instructors {
        padding-top: 40px
    }
    .lead-companies {
        padding: 40px 0 20px
    }
    .lead-group {
        padding: 10px 0 40px
    }
    .course-radius {
        margin-bottom: 50px
    }
    .section-header {
        position: relative;
        display: block
    }
    .section-sub-head {
        margin-bottom: 20px
    }
    .section-header h2 {
        font-size: 28px
    }
    .section-text p,
    .join-mentor p,
    .section-sub-head span,
    .top-instructors p,
    .course-count p {
        font-size: 15px
    }
    .owl-theme .owl-dots,
    .owl-theme .owl-nav {
        margin-top: 0
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        width: 25px;
        height: 10px
    }
    .join-mentor h2 {
        font-size: 28px
    }
    .mentor-img img {
        position: relative;
        bottom: 0;
        right: 0
    }
    .top-instructors p {
        margin-bottom: 0
    }
    .student-mentor {
        margin-bottom: 20px
    }
    .become-instructors {
        padding: 260px 0 20px
    }
    .latest-blog {
        padding: 40px 0 13px
    }
    .enroll-group {
        margin: 40px 0
    }
    .course-count h3 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .footer-bottom .copyright-text p {
        text-align: center
    }
    .privacy-policy {
        text-align: center;
        margin-bottom: 20px
    }
    .footer-bottom .copyright {
        padding: 0 0 20px
    }
    .testi-quotes img {
        width: 50px
    }
    .trending-course {
        background: 0 0;
        margin-top: 25px
    }
    .course-feature {
        margin-top: 25px
    }
    .testi-right img {
        right: 0;
        right: -15px;
        width: 25px;
        top: -16px
    }
    .cube-instuctor:before,
    .yellow-mentor:before {
        display: none
    }
    .enroll-img img {
        width: 100%
    }
    .review {
        top: -300px;
        bottom: inherit
    }
    .scroll-sticky {
        margin-top: 0
    }
    .fount-about-img img {
        width: 60px
    }
    .four-testimonial-founder h3 {
        font-size: 20px
    }
    .four-testimonial-founder span,
    .help-title p,
    .faq-title a {
        font-size: 14px
    }
    .testimonial-four .testimonial-two-head p,
    .faq-card {
        margin-bottom: 15px
    }
    .enroll-img {
        width: 100%;
        height: 100%
    }
    .form-inner .form-control {
        width: 100%
    }
    .banner-content .form-inner {
        height: auto
    }
    .banner-content .input-group .search-icon {
        display: none
    }
    .drop-detail {
        width: 100%
    }
    .trust-rating .rating i {
        padding: 0 5px;
        font-size: 12px
    }
    .testi-quotes img {
        left: 60px;
        top: -10px
    }
    .testimonial-four .testimonial-two-head p {
        margin: 0 0 43px
    }
    .icon-group .total-course {
        justify-content: center;
        width: 100%
    }
    .enroll-group .total-course {
        margin-bottom: 5px
    }
    .course-group-img {
        align-items: center
    }
    .course-name h4 {
        font-size: 15px;
        margin-bottom: 0
    }
    .product-content h3 {
        font-size: 16px
    }
    .course-info p {
        font-size: 14px
    }
    .all-category .btn-primary {
        min-width: 130px;
        padding: 6px 15px;
        font-weight: 500;
        font-size: 14px
    }
    .home-slide-text h5 {
        margin-bottom: 15px
    }
    .home-slide-text p {
        font-size: 14px;
        margin-bottom: 25px
    }
    .trust-user p {
        margin: 21px 0 10px
    }
    .instructors-course {
        margin-top: 37px
    }
    .instructors-content h5 {
        font-size: 18px
    }
    .instructors-content p {
        font-size: 15px
    }
    .student-count span,
    .student-count i {
        font-size: 14px
    }
    .course-list li {
        font-size: 16px;
        margin-bottom: 10px
    }
    .course-count p {
        font-size: 14px
    }
    .enroll-group {
        padding: 20px
    }
    .enroll-img {
        width: 60px;
        height: 100%
    }
    .student-mentor h4 {
        font-size: 20px
    }
    .price {
        min-width: 130px;
        padding: 10px 15px;
        border-radius: 10px
    }
    .price h3 {
        font-size: 16px
    }
    .login-bg {
        display: none
    }
    .login-wrapper .loginbox {
        padding: 50px
    }
    .login-wrapper .loginbox h1 {
        font-size: 24px;
        margin-bottom: 15px
    }
    .login-wrapper .loginbox label {
        font-size: 15px
    }
    .google-bg {
        padding: 20px
    }
    .sign-google ul li a img {
        margin-right: 10px;
        width: 16px
    }
    .sign-google ul {
        display: block
    }
    .sign-google ul li:first-child a {
        border-right: 0
    }
    .sign-google ul li {
        margin-bottom: 10px
    }
    .sign-google {
        margin: 20px 0
    }
    .login-wrapper .loginbox .img-logo {
        display: block;
        margin-bottom: 35px
    }
    .back-home {
        margin-top: 10px
    }
    .personal-form {
        margin-top: 20px
    }
    .login-wrapper .register-box {
        padding: 35px
    }
    .personal-detail span {
        width: 22px;
        height: 22px;
        font-size: 12px
    }
    .title-sec h5,
    .title-sec p {
        font-size: 14px
    }
    .title-sec h2 {
        font-size: 22px;
        margin-bottom: 10px
    }
    .table-price td {
        font-size: 14px
    }
    .wishlist-info h5,
    .wish-card .card-header h5 {
        font-size: 16px
    }
    .wishlist-detail {
        display: block;
        flex-direction: column
    }
    .wishlist-img {
        margin: 0 auto 20px
    }
    .wishlist-info .course-info {
        justify-content: center
    }
    .wishlist-info .course-info p {
        margin-left: 7px
    }
    .wish-card .card-body,
    .wish-card .card-header {
        padding: 20px
    }
    .wishlist-info .course-view {
        margin-left: 10px
    }
    .wishlist-item .remove-btn {
        margin-top: 25px;
        text-align: center
    }
    .btn {
        font-size: 14px
    }
    .wishlist-info {
        text-align: center
    }
    .wishlist-img img,
    .wishlist-img {
        max-width: 230px
    }
    .course-content {
        padding: 50px 0
    }
    .notify-item a.btn {
        margin: 20px 0 0 60px
    }
    .notify-sec h5 {
        font-size: 15px;
        margin-bottom: 20px
    }
    .course-card ul li {
        display: block
    }
    .course-card ul li p {
        margin-bottom: 10px
    }
    .inner-banner h2 {
        font-size: 22px
    }
    .complete-sec h2 {
        font-size: 20px
    }
    .web-badge,
    .cou-info {
        margin-bottom: 10px
    }
    .instructor-badge .web-badge {
        margin-bottom: 0;
        font-size: 12px
    }
    .instructor-wrap .rating {
        margin: 10px 0
    }
    .instructor-detail h5 {
        font-size: 15px
    }
    .terms-text h3,
    .help-title h1 {
        font-size: 20px
    }
    .support-img img {
        position: relative
    }
    .support-sec {
        padding: 40px 0 20px
    }
    .support-card {
        margin-bottom: 20px
    }
    .instructor-list {
        display: block;
        padding: 10px
    }
    .instructor-list .instructor-content {
        padding: 0
    }
    .instructor-list .instructor-img img {
        border-radius: 7px;
        margin-bottom: 15px
    }
    .instructor-list .instructor-content .rating-count {
        right: 0;
        top: 0
    }
    .check-on .form-check-input {
        min-height: 25px;
        width: 55px;
        flex: none
    }
    .payment-list {
        flex-wrap: wrap
    }
    .grp-action-style {
        padding: 0
    }
    .payment-method-blk .payment-list:not(:last-child) {
        margin-bottom: 10px
    }
    .profile-details .table th {
        font-size: 12px
    }
    .profile-details .comman-space {
        padding: 15px
    }
    .ticket-grp {
        flex-wrap: wrap
    }
    .ticket-grp .ticket-btn-grp {
        display: inline-flex;
        margin-top: 10px
    }
    .filter-grp h3 {
        font-size: 20px
    }
    .filter-tickets ul li {
        width: 100%;
        margin-bottom: 10px
    }
    .sell-course-head h3 {
        font-size: 20px
    }
    .instruct-search-blk .select-form .form-select {
        margin-left: 0
    }
    .instruct-search-blk .show-filter .form-control,
    .instruct-search-blk .select-form .form-select {
        max-width: 100%
    }
    .sell-group-img {
        width: 112px;
        height: 82px
    }
    .sell-table-group .sell-tabel-info p {
        font-size: 14px
    }
    .course-instruct-blk .table-nowrap tr th,
    .course-instruct-blk .table-nowrap tr td {
        white-space: nowrap
    }
    .instruct-orders-info p {
        max-width: 100%
    }
    .ticket-btn-grp a {
        padding: 8px 28px
    }
    .radio-with-img p.radio-deposit-item {
        display: inline-flex;
        width: 100%
    }
    .error-box h4 {
        font-size: 18px
    }
    .error-box h6 {
        font-size: 14px;
        margin: 15px 0
    }
    .time-counts li span {
        font-size: 18px
    }
    .time-counts li {
        font-size: 14px;
        min-width: 70px
    }
    .time-counts ul li:not(:last-child) {
        margin-right: 5px
    }
    .come-soon-box h5 {
        font-size: 12px;
        margin: 20px 0
    }
    .social-icon-soon ul li i {
        font-size: 18px
    }
    .error-box-img img {
        width: 200px
    }
    .error-logo img {
        width: 100px
    }
    .error-box {
        padding: 10px
    }
    .lms-page {
        margin-bottom: 20px;
        margin-top: 0
    }
    .show-filter .search-group {
        margin: 12px 0
    }
    .lms-page li .page-link {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        color: #000;
        font-size: 12px
    }
    .course-design .price h3 {
        font-size: 15px
    }
    .price h3 span {
        font-size: 12px
    }
    .clear-filter h4 {
        font-size: 20px
    }
    .clear-filter {
        margin-bottom: 25px
    }
    .clear-text p {
        font-size: 12px
    }
    .course-content {
        padding: 40px 0
    }
    .list-course .product {
        display: block
    }
    .list-course .product-img {
        margin-bottom: 12px;
        width: 100%
    }
    .view-icons a {
        font-size: 15px;
        width: 30px;
        height: 30px
    }
    .show-result h4 {
        font-size: 14px
    }
    .breadcrumb-bar {
        background: #fff;
        padding: 15px 0
    }
    .page-breadcrumb ol {
        font-size: 14px
    }
    .blog-title {
        font-size: 18px
    }
    .post-left ul li {
        margin-bottom: 10px
    }
    .blog-info a {
        font-size: 12px
    }
    .blog-read .btn-primary {
        font-size: 14px;
        padding: 7px 26px
    }
    .blog-modern-box .blog-title a {
        font-size: 16px
    }
    .student-group .course-group {
        display: block
    }
    .student-group .course-share {
        display: block;
        margin-top: 15px
    }
    .student-group .course-group-img img {
        max-width: 70px;
        height: 70px;
        margin-right: 12px
    }
    .student-group .course-name h4 a {
        font-size: 20px
    }
    .student-group .course-name p {
        font-size: 14px
    }
    .student-group .course-name h4 span {
        font-size: 12px
    }
    .student-group .course-share .btn-primary {
        padding: 8px 20px
    }
    .my-student-list ul {
        display: block
    }
    .my-student-list ul li .active {
        border-bottom: 0
    }
    .my-student-list ul li a {
        padding-bottom: 0
    }
    .my-student-list ul li {
        list-style: none;
        margin-right: 0;
        margin-bottom: 15px
    }
    .mycourse-student {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block
    }
    .show-filter .mycourse-student .form-control {
        max-width: 100%
    }
    .progress-stip {
        height: 10px
    }
    .start-leason .btn-primary {
        padding: 10px 15px
    }
    .my-student-list ul li a {
        font-size: 14px
    }
    .purchase-widget .head-course-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block
    }
    .chat-cont-left,
    .chat-cont-right {
        flex: 0 0 100%;
        max-width: 100%
    }
    .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
        font-size: 14px
    }
    .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        font-size: 12px
    }
    .cart-head h4 {
        font-size: 18px
    }
    .cart-remove .btn-primary {
        font-size: 14px
    }
    .cart-subtotal p,
    .cart-subtotal span {
        font-size: 16px
    }
    .check-outs .btn-primary,
    .condinue-shop .btn-primary {
        padding: 10px 15px;
        font-size: 16px
    }
    .check-outs .btn-primary {
        margin-bottom: 10px
    }
    .course-design .course-info p {
        font-size: 12px
    }
    .payment-btn .btn-primary,
    .plan-change .btn-primary {
        min-width: 100%;
        padding: 10px 15px;
        font-size: 16px
    }
    .pay-method {
        margin: 30px 0
    }
    .checkout-form label,
    .checkout-form .form-control,
    .checkout-form .form-select {
        font-size: 14px
    }
    .ship-check {
        font-size: 12px
    }
    .plan-header h4 {
        font-size: 20px
    }
    .basic-plan h3 {
        font-size: 18px
    }
    .basic-plan h2 {
        font-size: 28px
    }
    .profile-details .course-group-img,
    .profile-details .course-group {
        flex-wrap: wrap
    }
    .profile-details .course-group-img .course-name {
        margin: 15px 0
    }
    .profile-share {
        margin-left: 0
    }
    .profile-details .course-group-img img {
        max-width: 60px;
        height: 60px
    }
    .profile-img img {
        width: 90px;
        height: 90px;
        bottom: -50px
    }
    .profile-name h4 {
        font-size: 16px
    }
    .profile-name p {
        font-size: 12px
    }
    .profile-group {
        padding-top: 62px
    }
    .go-dashboard .btn-primary {
        padding: 8px 24px
    }
    .profile-heading h3 {
        font-size: 20px
    }
    .profile-heading p {
        font-size: 14px
    }
    .update-profile .btn-primary {
        font-size: 16px;
        min-width: 180px
    }
    .personal-address p {
        margin-bottom: 20px
    }
    .checkout-form.personal-address,
    .profile-details .course-group,
    .profile-heading {
        padding: 15px
    }
    .un-subscribe .btn-danger {
        font-size: 12px
    }
    .world-img img {
        margin-bottom: 15px
    }
    .link-accounts.personal-form {
        margin-top: 0
    }
    .widra-your-money,
    .user-referred {
        flex-wrap: wrap
    }
    .filter-grp.user-referred h3 {
        font-size: 20px;
        margin-bottom: 15px
    }
    .link-box h3 {
        font-size: 20px
    }
    .subscription-group {
        flex-wrap: wrap
    }
    .subscription-group .subscription-name {
        margin-bottom: 15px
    }
    .upgrade-now .btn-primary,
    .active-change-plan .btn-primary {
        font-size: 14px
    }
    .upgrade-now {
        margin-left: 0
    }
    .monthly-group {
        flex-wrap: wrap
    }
    .monthly-group .subscribtion-active {
        margin-bottom: 15px
    }
    .active-change-plan {
        margin-left: 0
    }
    .instructor-card .card-body {
        padding: 15px
    }
    .instructor-profile-content h4 {
        margin-bottom: 10px
    }
    .instructor-profile-content h4 a {
        font-size: 20px
    }
    .instructor-profile-menu {
        padding: 15px
    }
    .instructor-profile-menu ul {
        flex-direction: column
    }
    .instructor-profile-menu ul li {
        margin-bottom: 15px
    }
    .instructor-profile-menu ul li:last-child {
        margin-bottom: 0
    }
    .instructor-profile-menu-content p {
        font-size: 14px
    }
    .instructor-profile-text p {
        font-size: 14px
    }
    .instructor-grid {
        display: block
    }
    .instructor-grid .product-img {
        width: 100%;
        margin-bottom: 15px
    }
    .instructor-grid .instructor-product-content {
        margin-left: 0
    }
    .instructor-grid .instructor-product-content h3 {
        font-size: 16px;
        max-width: 100%;
        line-height: normal
    }
    .instructor-grid .course-info {
        margin: 15px 0
    }
    .instructor-grid .course-info p {
        font-size: 14px;
        margin-left: 6px
    }
    .instructor-grid .course-view {
        margin-left: 8px
    }
    .add-course-header {
        padding-bottom: 20px;
        flex-direction: column
    }
    .add-course-header h2 {
        font-size: 18px
    }
    .add-course-btns ul {
        flex-direction: column
    }
    .add-course-btns ul li {
        margin-top: 10px;
        margin-right: 0
    }
    .add-course-btns .btn {
        padding: 8px 15px;
        min-width: 160px
    }
    .widget-setcount {
        padding: 15px;
        margin-bottom: 5px
    }
    .widget-setcount ul {
        display: block
    }
    .widget-setcount ul li {
        margin-right: 0;
        margin-bottom: 10px
    }
    .widget-setcount ul li:last-child {
        margin-bottom: 0
    }
    .widget-setcount ul li p {
        border: 0 !important;
        padding-top: 0
    }
    .add-course-inner-header {
        padding: 15px;
        padding-bottom: 0
    }
    .add-course-inner-header h4 {
        font-size: 16px
    }
    .add-course-form {
        padding: 15px
    }
    .widget-btn {
        padding: 15px
    }
    .widget-btn .btn {
        padding: 8px 15px;
        min-width: 120px
    }
    .relative-file-upload {
        min-width: 120px
    }
    .add-image-box {
        min-height: 150px
    }
    .add-image-box a {
        font-size: 40px
    }
    .add-course-section {
        padding: 15px;
        padding-bottom: 0
    }
    .curriculum-grid {
        padding: 15px;
        margin-bottom: 20px
    }
    .curriculum-head p {
        font-size: 14px
    }
    .faq-grid {
        padding: 15px
    }
    .faq-right {
        display: none
    }
    .faq-body {
        padding-top: 10px;
        padding-left: 0
    }
    .add-article-btns .btn {
        min-width: 100%;
        padding: 8px 10px;
        margin-top: 10px
    }
    .add-course-msg {
        padding: 15px
    }
    .add-course-msg i {
        font-size: 30px
    }
    .add-course-msg h4 {
        font-size: 16px;
        margin-bottom: 6px
    }
    .add-course-msg p {
        font-size: 14px
    }
    .instructor-card {
        margin-bottom: 20px
    }
    .instructor-inner h6 {
        margin-bottom: 10px
    }
    .instructor-inner h4 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .submit-ticket .btn-primary,
    .submit-ticket .btn-dark {
        padding: 10px 12px;
        min-width: 161px;
        margin-bottom: 10px
    }
    .error-box .big-text {
        font-size: 18px;
        margin-bottom: 6px
    }
    .countdown-el {
        min-width: 80px
    }
    .countdown-el span {
        font-size: 14px
    }
    .choose-search-blk .form-group {
        width: 100%
    }
    .invoice-item .invoice-details {
        text-align: left;
        font-weight: 500;
        font-size: 14px
    }
    .invoice-info.invoice-info2 {
        text-align: left
    }
    .invoice-table tr td,
    .invoice-table-two tr td {
        font-weight: 500;
        font-size: 14px
    }
    .post-left ul {
        display: block
    }
    .post-left ul li {
        border: 0;
        padding: 0 0
    }
    .blog-widget .card-header {
        margin-bottom: 20px
    }
    .student-list {
        padding: 15px
    }
  }
  
  @media(min-width:576px) {
    .modal-styles .modal-dialog {
        max-width: 860px
    }
  }
  
  @media(max-width:575.98px) {
    .video-thumbnail img {
        min-height: 150px;
        object-fit: cover
    }
    .video-details .btn-enroll {
        margin-top: 10px
    }
    .page-breadcrumb ol li {
        display: none
    }
    .page-breadcrumb ol li.active {
        display: block;
        padding-left: 0
    }
    .category-tab ul li {
        width: 100%;
        margin-right: 0
    }
  }
  
  .image {
    position: relative;
  }
  
  .upload-file {
    opacity: 0;
    position: absolute;
  }
  
  .upload-image-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #ff9f0a;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: 0;
    cursor: pointer;
  }
  
  .upload-image-label i {
    font-size: 16px;
    line-height: 1;
  }
  
  
  .ratings-container {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
  
  .ratings-full,
  .ratings {
    position: relative;
    font-family: "reza";
    letter-spacing: 0.2em;
  }
  
  .ratings-full {
    cursor: pointer;
    margin-right: 0.5rem;
  }
  .ratings-full::before {
    content: "î¦†" "î¦†" "î¦†" "î¦†" "î¦†";
    color: rgba(0, 0, 0, 0.16);
    white-space: nowrap;
  }
  .ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  
  .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .ratings::before {
    content: "î¦†" "î¦†" "î¦†" "î¦†" "î¦†";
    color: #f93;
  }
  
  .rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa;
  }
  .rating-reviews:hover {
    color: var(--primary);
  }
  
  
  
  .order_track_section {
    /* box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3); */
    background-color: var(--theme-color);
  }
  
  figure img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px solid #f05a00;
    margin-right: 1.5rem;
  }
  figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  figure figcaption h4 {
    font-size: 1.4rem;
    font-weight: 500;
  }
  figure figcaption h6 {
    font-size: 1rem;
    font-weight: 300;
  }
  figure figcaption h2 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  
  .order-track {
    margin-top: 2rem;
    padding: 0 1rem;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
  }
  
  .order-track-step {
    display: flex;
    height: 7rem;
  }
  .order-track-step:last-child {
    overflow: hidden;
  }
  .order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
  }
  .order-track-status {
    margin-right: 1.5rem;
    position: relative;
  }
  .order-track-status-dot {
    position: relative;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #bfbebe;
  }
  .order-track-status.success .order-track-status-dot{
    background: #1ff56b;
  }
.order-track-status.danger .order-track-status-dot{
    background: #ff3b0e;
  }
  .order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 7rem;
    background: #bfbebe;
  }
  .order-track-status.success .order-track-status-line{
    background: #1ff56b;
  }
.order-track-status.danger .order-track-status-line{
    background: #ff3b0e;
  }
  .order-track-text-stat {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 3px;
  }
  .order-track-text-sub {
    font-size: 15px;
    font-weight: 300;
  }
  
	
  .order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
  }
  .order-track-status-dot::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #ffffff;
    top: 48%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .user-toggler-wrapper {
    width: 100%;
    padding: 10px 25px;
    background: linear-gradient(0deg, #b91e2e 40%, #ff5364 110%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
  }
  
  .user-toggler-wrapper .title {
      color: #fff;
  }
  .user-toggler-wrapper .user-toggler {
    cursor: pointer;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    font-size: 36px;
    color: #ffffff;
    font-weight: 900;
  }
  
  .dash-info-close {
    background: none;
    border: 0;
    color: #141517;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  .dash-info {
	background: #fff;
	height: 100%;
	position: fixed;
	z-index: 6;
	right: -100%;
	top: 0;
	width: 365px;
	padding: 45px 35px 45px 45px;
	transition: 0.6s;
	overflow-y: scroll;
}
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dash-info {
    width: 300px;
    padding: 15px 25px;
    padding-bottom: 70px;
	}
  }
  
  .dash-info.dash-open {
    right: 0;
  }
  .dash-info-content .settings-menu{
  background: transparent;
  }
  .header-user{
    width: 35px;
    height: 35px;
  }
  
  
  
  .offcanvas__stikcy--toolbar {
	position: fixed;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	z-index: 9;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
	padding: 10px 20px;
	display: none;
	visibility: hidden;
}
  
  @media only screen and (min-width: 500px) {
    .offcanvas__stikcy--toolbar {
      padding: 10px 40px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .offcanvas__stikcy--toolbar {
      padding: 10px 60px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .offcanvas__stikcy--toolbar {
      display: block;
      visibility: visible;
    }
  }
  
  .offcanvas__stikcy--toolbar ul{
    margin-bottom: 0;
    padding: 0;
  }
  .offcanvas__stikcy--toolbar li{
    list-style: none;
  }

  .offcanvas__stikcy--toolbar__btn {
    position: relative;
    text-align: center;
  }
  
  .offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
    background: red;
    color: #fff;
  }
  
  .offcanvas__stikcy--toolbar__btn > * {
    pointer-events: none;
  }
  
  .offcanvas__stikcy--toolbar__icon {
	width: 35px;
	height: 35px;
	text-align: center;
	background: #f66962;
	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: 50%;
	color: #fff;
	margin: 0 auto;
}
  
  .offcanvas__stikcy--toolbar__label {
    display: none;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 6px;
  }
  
  .offcanvas__stikcy--toolbar__list .items__count {
      display: inline-block;
      position: absolute;
      left: 35px;
      top: 0px;
      width: 25px;
      height: 25px;
      font-size: 1rem;
      line-height: 25px;
      background: #ff5047;
      text-align: center;
      border-radius: 50%;
      color: #fff;
  }
  
  @media (max-width:767px){
    .axil-mainmenu .container{
        padding: 0;
    }
  }


  .bookWrap {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	margin: 5rem auto 7rem;
	overflow: visible;
	perspective: 800px;
	transform: perspective(800px);
}

.bookWrap, .book, .face, .spine {
	display: block;
	width: 230px;
	height: 350px;
}

.book {
    cursor: pointer;
	position: relative;
	outline: none;
	backface-visibility: hidden;
	transform: rotateY(0deg) translateZ(25px);
	transform-style: preserve-3d;
	transform-origin: 50%;
	-webkit-transition: background-color 0ms 200ms,
		-webkit-transform 1s ease-out;
	-moz-transition: background-color 0ms 200ms, -moz-transform 1s ease-out;
	-ms-transition: background-color 0ms 200ms, -ms-transform 1s ease-out;
	-o-transition: background-color 0ms 200ms, -o-transform 1s ease-out;
	transition: background-color 0ms 200ms, transform 1s ease-out;
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
	will-change: background-color, transform;
}


.lift-cover {
	background-color: #fff;
	transition: background-color 0ms 0ms;
}

.face,
.spine {
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
	will-change: transform;
}

.book,
.front {
	border-radius: 0 8px 8px 0;
}

.front {
	z-index: 9;
	outline: none;
	transform: rotateY(0deg) translateZ(0);
	transform-origin: 0 0;
	max-width: 238px;
}

.spine {
	background-color: #9fc3db;
	overflow: hidden;
	width: 50px;
	outline: 1px solid transparent;
	transform: rotateY(-90deg) translateX(-50px) translateZ(0);
	transform-origin: 0 0;
}


.spine:after {
	background-color: #000;
	content: " ";
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.flipped {
	transform: rotateY(180deg) translateZ(25px);
}

.lift-cover .front {
	transform: scaleX(0.95) rotateY(-20deg) translateZ(0);
}

.flipped .front,
.turn .front {
	transform: scaleX(1) rotateY(0deg) !important;
	transition-duration: 300ms;
	will-change: auto;
}

.back {
	background-color: #f9f3f0;
	transform: rotateY(-180deg) translateZ(50px);
	transform-origin: 50%;
	border-radius: 8px 0 0 8px;
}

.front:after,
.back:after {
	position: absolute;
	top: 0;
	left: 6px;
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.04);
	width: 3px;
	height: 100%;
}

.back:after {
	left: auto;
	right: 6px;
}

.turn {
	transform: rotateY(20deg) translateZ(25px);
}

.flipped.turn {
	transform: rotateY(150deg) translateZ(25px);
}

.book.flipped:hover{
   /*  transform: rotateY(150deg) translateZ(25px);*/
}
.flip-book {
	position: relative;
	z-index: 99999;
	display: block;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 1em 0;
	padding: 1em 0;
	cursor: pointer;
}


.book:hover{
    transform: rotateY(180deg) translateZ(25px);
-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	transition: transform 2s ease-out;
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
	will-change: transform;
}


/* -------- LAYOUT  -------- */

.face,
.spine {
	background-repeat: no-repeat;
	background-size: auto 345px;
	/* Height of the book in pixels */
}

/* Image-specific alignment. */
.front {
	background-color: #f9f3f0;
	background-position: 93% 0;
}

.text {
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	line-height: 0.9;
	text-align: right;
	text-shadow: 0 0 0;
	padding: 20px 24px 0 0;
	/* Fix text rendering for 3D transforms */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-text-stroke: 0.4px;
	text-rendering: optimizeLegibility;
}

.text > em {
	font-family: "Bilbo Swash Caps", cursive, sans-serif;
	font-size: 68px;
	font-weight: normal;
}

.spine {
	background-position: 50% 0;
}

.spine img{
height: 100%;
width: 50px;
}
.back {
	background-position: 7% 0;
}

.preload {
	position: absolute;
	top: -99999px;
	left: -99999px;
	display: block;
	width: 1px;
	height: 1px;
	opacity: 0.00001;
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .header-action .axil-search,.header-action .wishlist,.header-action .shopping-cart,.header-action .my-account{
        display: none;
    }

    .account-settings .settings-menu {
    height: 90vh;
    overflow: hidden;
	}
      .settings-menu ul li a {
        padding: 10px 5px;
    }
    }
}


.product-pages-modal{
	padding-right:0;
	overflow:hidden
}

.product_page_view {
    max-width: 1000px;
    border-radius: 8px;
    background: #fff;
}

.product_page_view h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 13px;
    margin: 0;
}
.read_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-bottom: 1rem;
    min-width: 14rem;
    padding: 13px;
    line-height: 1.2;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: -.025em;
    transition: opacity .3s;
    border-radius: 5px;
    margin-right: 2%;
    color: var(--white);
    background: #0bb3a3;
    background: -webkit-linear-gradient(to right, #e100ff, #7f00ff);
    background: linear-gradient(to right, #00c3b1, #9c27b0);
    animation: 3s ease-in-out 5 blink
}

.product_page_view .page-gallery {
    border: 5px solid #ddd;
    padding: 10px;
    max-height: 88vh;
    overflow-y: scroll;
    min-height: 81vh
}

.product_page_view .page-gallery img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.product_page_view .page-gallery .loader {
    margin-top: 35%
}

.product_page_view .page-gallery .loader>div {
    padding: 8px;
    line-height: 5
}

.product-pages-modal .modal-dialog {
    max-width: 50vw;
}

@media only screen and (max-width: 767px) {
.product-pages-modal .modal-dialog {
    max-width: 98vw;
}
}

::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}
 
::-webkit-scrollbar-track,.product_page_view {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb,.product_page_view .page-gallery::-webkit-scrollbar-thumb {
 background-color: #f7a1a1;
    outline: 1px solid #f77b75;
	border-radius:5px
}

.product_page_view .page-gallery::-webkit-scrollbar {
  width: 7px;
	cursor:pointer
}
.product_page_view .page-gallery::-webkit-scrollbar-thumb {
	background-color: #e93238;
	outline: 1px solid #e93238;
}

.voucher-btn {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--danger);
    text-shadow: var(--primary-tshadow);
    background: none;
    border: 0;
    font-size: 16px
}

.voucher-btn:hover {
    text-decoration: underline
}

.voucher-form {
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 25px;
    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: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    display: none
}

.voucher-form input {
    width: 100%;
    padding: 0 15px;
    min-height: 37px;
    margin-right: 2px
}

.voucher-form .btn {
    width: 120px;
    height: 38px;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: .3px;
    text-align: center;
    padding: 0
}

.axil-checkout-coupon .axil-btn {
    border-width: 1px;
    padding: 12px 40px;
    border-color: var(--bs-orange);
    background-color: var(--bs-orange);
    color: var(--bs-white);
}


.ajax_product_list {
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    padding: 0 15px;
    min-height: 40vh;
    max-height: 60vh;
}

.search_modal.show{
  padding-right: 0 !important;
}
.search_modal .modal-dialog{
  max-width: 45vw;
}

@media (min-width:701px) and (max-width:1199px){
  .search_modal .modal-dialog{
    max-width: 80vw;
  }
}
@media (max-width:700px) {
  .search_modal .modal-dialog {
    max-width: 96vw;
}
}
.header-search-modal .header-search-wrap {
  background-color: white;
  border-radius: 10px;
  padding: 20px 10px;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
 @media only screen and (max-width: 991px) {
  .header-search-modal .header-search-wrap {
   width:100%;
   padding:70px 30px 30px
  }
 }
 @media only screen and (max-width: 479px) {
  .header-search-modal .header-search-wrap {
   padding:70px 15px 30px
  }
 }


 .header-search-modal .psearch-results.show {
  visibility:visible;
  opacity:1
 }
 .header-search-modal.open {
  visibility:visible;
  opacity:1;
  transform:translate(-50%, -50%) scale(1);
  transition:all .3s cubic-bezier(0.29, 1.39, 0.86, 1.15)
 }


.input_clear {
  display: none;
}
.input_clear:last-of-type {
  display: inline-block;
  position: absolute;
  right: 10%;
  color: red;
  top: 20%;
  cursor: pointer;
  z-index: 1000;
  min-width: 15px;
  text-align: center;
} 

.u-icon {
 position:relative;
 line-height:.7;
 display:inline-block;
 text-align:center;
 width:2.75rem;
 height:2.75rem;
 font-size:1rem;
 border-radius:.25rem;
 transition:.3s ease-in-out
}
.rounded-circle {
 border-radius:50%!important
}
.u-icon--secondary {
 color:#fff;
 background-color:#646f79;
 border-color:#646f79
}
.u-icon__inner {
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%)
}

.u-icon--xl {
 width:6rem;
 height:6rem;
 font-size:2.25rem;
 border-radius:.25rem
}
@media (min-width:768px) {
 .height-100vh--md {
  height:50vh
 }
}
.icon-group .icon-rightside {
 position:absolute;
 width:50px;
 height:42px;
 right:0;
 top:24px;
 font-size:1.125rem;
 color:#6c757d;
 z-index:3;
 display:flex;
 -ms-flex-align:center!important;
 align-items:center!important;
 -ms-flex-pack:center!important;
 justify-content:center!important;
 cursor:pointer
}


.refresh-btn {
  display: block;
  background-color: #59b828;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  align-items: center;
  align-self: center;
  text-align: center;
  margin: 0 auto;
}

.refresh-btn .icon {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.captcha.captcha_loading {
  width: calc(100% - 10%);
  background-color: transparent;
  text-align: center;
  height: 44px;
}
.captcha.captcha_loading span {
  font-size: 18px;
  font-weight: 600;
  color: var(--delete-color);
}
.captcha{
  height: 44px;
}
.captcha span{
  line-height: 44px;
  font-size: 15px;
  animation: bounce_blurringTextG 2s infinite;  
  
}
.captcha span img {
	width: 100%;
	border-radius: 5px;
	min-height: 40px;
}

@keyframes bounce_blurringTextG{
0%{
  text-shadow: rgb(0,0,0) 0 0 0;
}

50%{
  text-shadow: rgb(255,255,255) 0 0 19px;
}

100%{
  text-shadow: rgb(0,0,0) 0 0 0;
}
}


.img_read {
    position: absolute;
    z-index: 9999;
    margin-top: -22%;
    left: 40%;
    -moz-animation: 2s ease-in-out infinite blink;
    -webkit-animation: 2s ease-in-out infinite blink;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: 2s ease-in-out infinite blink;
}

@-moz-keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-ms-keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}


form .pin_form {
    display: flex;
}

form .digit {
	height: 43px;
	border-radius: 0;
	text-align: center;
	max-width: calc((100% / 4) - 5px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: calc(100% / 4);
	outline-style: none;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid var(--bs-border-color);
	margin-right: 5px;
}

.form-btn {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 700;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--bs-white);
	background: var(--color-primary);
}
 

.forget_card {
    background-color: #fff;
    border-radius: var(--card-radius);
    position: relative;
}

.forget_card:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.forget_radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(var(--card-padding) + var(--radio-border-width));
    top: calc(var(--card-padding) + var(--radio-border-width));
    opacity: 1 !important;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .forget_radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: 50%;
        cursor: pointer;
        height: var(--radio-size);
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: var(--radio-size);
    }

   .forget_radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.95rem;
    left: 29%;
    position: absolute;
    top: 47%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.475rem;
}

    .forget_radio:checked {
        background: var(--color-green);
        border-color: var(--color-green);
    }

    .forget_card:hover .radio {
        border-color: var(--color-dark-gray);
    }

    .forget_card:hover .forget_radio:checked {
        border-color: var(--color-green);
    }
}

.forget_plan-details {
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: var(--card-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: var(--card-padding);
    transition: border-color 0.2s ease-out;
}

.forget_card:hover .forget_plan-details {
    border-color: var(--color-dark-gray);
}

.forget_radio:checked~.forget_plan-details {
    border-color: var(--color-green);
}

.forget_radio:focus~.forget_plan-details {
    box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.forget_radio:disabled~.forget_plan-details {
    color: var(--color-dark-gray);
    cursor: default;
}

.forget_radio:disabled~.forget_plan-details .forget_plan-type {
    color: var(--color-dark-gray);
}

.forget_card:hover .forget_radio:disabled~.forget_plan-details {
    border-color: var(--color-gray);
    box-shadow: none;
}

.forget_card:hover .forget_radio:disabled {
    border-color: var(--color-gray);
}

.forget_plan-type {
    color: var(--color-green);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1em;
}

.forget_plan-cost {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.forget_slash {
    font-weight: normal;
}

.forget_plan-cycle {
    font-size: 2rem;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

.user-form-card {
    padding: 30px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border-p4670rimary-light);
}
.user-form-logo, .user-form-title {
    text-align: center;
    margin-bottom: 25px;
}

@media(max-width:567px){
.user-form-card {
    padding: 10px;
}
}

#product-tab-reviews {
 border-bottom-width:0
}
#product-tab-reviews .avg-rating-container {
 display:flex;
 align-items:center;
 font-size:1rem;
 margin-bottom:.2rem
}
#product-tab-reviews .avg-mark {
 font-size:6em;
 font-weight:600;
 color:var(--primary);
 letter-spacing:-.025em;
 line-height:1;
 margin-bottom:0
}
#product-tab-reviews .avg-rating {
 margin-left:1.8rem
}
#product-tab-reviews .avg-rating p {
	font-size: 17px;
	line-height: 1.9;
}
#product-tab-reviews .ratings-value span:first-child {
 margin-right:2.1rem;
 font-size:2.5rem
}
#product-tab-reviews .ratings-value .count {
 margin-left:.6rem;
 font-size:1.2rem;
 color:#aaa
}
#product-tab-reviews .ratings-list .progress-bar {
 max-width:20rem;
 margin-left:1.3rem;
 margin-bottom:0;
 border-radius:.4rem
}
#product-tab-reviews .ratings-list .progress-value {
 margin-left:2rem;
 min-width:4rem
}
#product-tab-reviews .ratings-list .progress-value mark {
	font-size: 1.2rem;
	color: #666;
	background: transparent;
}

.ratings-container {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.ratings,
.ratings-full {
 position:relative;
font-family: "Font Awesome 5 Pro";
 letter-spacing:.2em
}
.ratings-full {
 cursor:pointer;
 margin-right:.5rem
}
.ratings-full::before {
 content: '\f005' '\f005''\f005''\f005''\f005';
 color:rgba(0,0,0,.16);
 white-space:nowrap
}
.ratings {
 position:absolute;
 top:0;
 left:0;
 white-space:nowrap;
 overflow:hidden
}
.ratings::before {
 content:'\f005' '\f005''\f005''\f005''\f005';
 color:#f93
}
.rating-reviews {
 margin:2px 0;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 text-transform:capitalize;
 font-size:15px;
 color:#aaa
}
.progress-bar {
 background-color:#eee;
 margin-bottom:1rem;
 height:1rem;
 width:100%
}
.progress-bar span {
 display:block;
 height:100%;
 background-color:#999
}
.progress-bar.rounded,
.progress-bar.rounded span {
 border-radius:.8rem
}
.progress-bar.progress-bar-sm {
 height:.8rem
}

.social-icons {
 display:inline-flex;
 flex-wrap:wrap;
 align-items:center
}
.social-icon {
 width:32px;
 height:32px;
 margin:2px 10px 2px 0;
 line-height:28px;
 border:2px solid #ccc;
 border-radius:50%;
 color:inherit;
 transition:color .4s,border .4s,background-color .4s
}
.border-thin .social-icon {
 border-width:1px;
 line-height:3rem
}

.social-icon:last-child, .ratings-container .ratings-full {
 margin-right:0
}
.social-icon.social-facebook {
 color:#1b4f9b
}
.social-icon.social-twitter {
 color:#00adef
}
.social-icon.social-instagram {
 color:#cc0001
}
.social-icon.social-youtube {
 color:#2c567e
}
.social-icon.social-pinterest {
 color:#f96a02
}
.social-icon.social-email,
.social-icon.social-google {
 color:#dd4b39
}
.social-icon.social-linkedin {
 color:#0073b2
}
.social-icon.social-whatsapp {
 color:#3c8a38
}
.social-icons-colored .social-icon.social-facebook {
 border-color:#1b4f9b;
 background-color:#1b4f9b
}
.social-icons-colored .social-icon.social-twitter {
 border-color:#00adef;
 background-color:#00adef
}
.social-icons-colored .social-icon.social-instagram {
 border-color:#cc0001;
 background-color:#cc0001
}
.social-icons-colored .social-icon.social-youtube {
 border-color:#2c567e;
 background-color:#2c567e
}
.social-icons-colored .social-icon.social-pinterest {
 border-color:#f96a02;
 background-color:#f96a02
}
.social-icons-colored .social-icon.social-email,
.social-icons-colored .social-icon.social-google {
 border-color:#dd4b39;
 background-color:#dd4b39
}
.social-icons-colored .social-icon.social-linkedin {
 border-color:#0073b2;
 background-color:#0073b2
}
.social-icons-colored .social-icon.social-whatsapp {
 border-color:#3c8a38;
 background-color:#3c8a38
}
.social-no-color .social-icon {
 border-color:#cdcdcd;
 color:#666
}
.social-no-color .social-icon:focus.social-facebook,
.social-no-color .social-icon:hover.social-facebook {
 background-color:#1b4f9b;
 border-color:#1b4f9b
}
.social-no-color .social-icon:focus.social-twitter,
.social-no-color .social-icon:hover.social-twitter {
 background-color:#00adef;
 border-color:#00adef
}
.social-no-color .social-icon:focus.social-instagram,
.social-no-color .social-icon:hover.social-instagram {
 background-color:#cc0001;
 border-color:#cc0001
}
.social-no-color .social-icon:focus.social-youtube,
.social-no-color .social-icon:hover.social-youtube {
 background-color:#2c567e;
 border-color:#2c567e
}
.social-no-color .social-icon:focus.social-pinterest,
.social-no-color .social-icon:hover.social-pinterest {
 background-color:#f96a02;
 border-color:#f96a02
}
.social-no-color .social-icon:focus.social-google,
.social-no-color .social-icon:hover.social-google {
 border-color:#dd4b39;
 background-color:#dd4b39
}
.social-no-color .social-icon:focus.social-linkedin,
.social-no-color .social-icon:hover.social-linkedin {
 border-color:#0073b2;
 background-color:#0073b2
}
.social-no-color .social-icon:focus.social-email, .social-no-color .social-icon:hover.social-email {
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.social-no-color .social-icon:focus.social-whatsapp,
.social-no-color .social-icon:hover.social-whatsapp {
 border-color:#3c8a38;
 background-color:#3c8a38
}
.social-icon-border-color .social-icon {
 background-color:#fff;
 border-width:1px
}
.social-icon-border-color .social-icon.social-facebook {
 color:#1b4f9b;
 border-color:#1b4f9b
}
.social-icon-border-color .social-icon.social-twitter {
 color:#00adef;
 border-color:#00adef
}
.social-icon-border-color .social-icon.social-instagram {
 color:#cc0001;
 border-color:#cc0001
}
.social-icon-border-color .social-icon.social-youtube {
 color:#2c567e;
 border-color:#2c567e
}
.social-icon-border-color .social-icon.social-pinterest {
 color:#f96a02;
 border-color:#f96a02
}
.social-icon-border-color .social-icon.social-email,
.social-icon-border-color .social-icon.social-google {
 border-color:#dd4b39;
 color:#dd4b39
}
.social-icon-border-color .social-icon.social-linkedin {
 border-color:#0073b2;
 color:#0073b2
}
.social-icon-border-color .social-icon.social-whatsapp {
 border-color:#3c8a38;
 color:#3c8a38
}
.social-icon-border-color .social-icon:hover.social-facebook {
 background-color:#1b4f9b
}
.social-icon-border-color .social-icon:hover.social-twitter {
 background-color:#00adef
}
.social-icon-border-color .social-icon:hover.social-instagram {
 background-color:#cc0001
}
.social-icon-border-color .social-icon:hover.social-youtube {
 background-color:#2c567e
}
.social-icon-border-color .social-icon:hover.social-pinterest {
 background-color:#f96a02
}
.social-icon-border-color .social-icon:hover.social-google {
 background-color:#dd4b39
}
.social-icon-border-color .social-icon:hover.social-linkedin {
 background-color:#0073b2
}
.social-icon-border-color .social-icon:hover.social-email {
 background-color:#dd4b39
}
.social-icon-border-color .social-icon:hover.social-whatsapp {
 background-color:#3c8a38
}
.social-no-color .social-icon:hover {
  color: #fff;
}

.poster-countdown-content .purchase {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1;
}
    #product #product-information .purchase > p {
      opacity: 0; }
    #product #product-information .purchase .vendor_inventory {
      font-size: 18px;
      font-weight: 600;
      color: #649500; }

 .poster-countdown-content .money {
    font-size: 43px;
    font-weight: 700;
    color: #ff2d55; }
  .poster-countdown-content del {

    text-decoration-color: #8d8d8d; 
}
    @media (max-width: 1199px) {

      .poster-countdown-content del {
        display: none; } }
    .poster-countdown-content del > span.money {
      color: #8d8d8d;
      font-size: 20px;
      margin-left: 15px;
      font-weight: 600; }



.bundle_product_details table tr td {
    vertical-align: middle;
    text-align: center
}

.bundle_product_details table tr td img {
    width: 50px
}

.bundle_product_details .bundle__total {
    font-size: 16px;
    padding: 15px 15px 12px 45px;
    text-align: right;
    font-weight: 600;
    border: 3px dotted #666;
    margin-bottom: 6px
}

.bundle_product_details .bundle_save {
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    border: 1px solid #cdcdcd;
    margin-bottom: 40px
}

.bundle_product_details .bundle_save .font-weight-bold {
    color: var(--success)
}

.bundle_product_details .bundle_save .save_amount {
    font-weight: 700;
    color: var(--danger)
}

@media screen and (max-width:767px) {
    .bundle_product_details table {
        display: block;
        overflow: hidden;
        overflow-x: auto
    }
}

.price-range {
    display: flex;
    margin: 1.3rem 0 1rem
}

.price-range input {
    padding: .5rem;
    font-family: Poppins, sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 50%;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    -webkit-appearance: textfield
}

.price-range input::-webkit-inner-spin-button,
.price-range input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.price-range input::-moz-placeholder,
.price-range input::-webkit-input-placeholder,
.price-range input::placeholder {
    color: inherit
}

.price-range .delimiter {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 .65rem;
    font-size: 1.9rem;
    font-weight: 600;
    color: #999
}

.price-range .btn {
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
    width: 4.8rem;
    height: 3.7rem;
    vertical-align: middle;
    line-height: 2.6;
    margin-left: 1rem;
    text-transform: none
}




.exam_item {
  position: relative;
}

.exam_item .card {
    position: relative;
    height: 335px;
    background: rgb(0 0 0 / 0%);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #dc3545;
    cursor: pointer;
}

.exam_item .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    background: #dc3545;
    clip-path: circle(80px at 80% 20%);
    transition: 0.5s ease-in-out;
}

.exam_item .card:hover:before {
    clip-path: circle(80px at 11% 20%);
    transition: 0.5s ease-in-out;
    left: 0;
}

.exam_item .card:after {
    content: attr(data-title);
    position: absolute;
    top: 4%;
    right: 15%;
    font-size: 4em;
    font-weight: 900;
    font-style: italic;
    color: rgb(251 251 247);
    transition: 0.5s ease-in-out;
    transition-delay: 0.5s;
}


.exam_item .card:hover:after {
    left: 10%;
    transition: 0.5s ease-in-out;
    transition-delay: 0.5s;
} 

.exam_item .card .contentBx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    text-align: center;
    transition: 1s;
    z-index: 2;
}

.exam_item .card:hover .contentBx {
    height: 150px;
}

.exam_item .card .contentBx h4 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #dc3545;
    margin: 0;
    margin-bottom: 10px;
}

.exam_item .card .contentBx a {
    display: inline-block;
    padding: 10px 20px;
    background: #dc3545;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
    margin-top: 0;
    border: 2px solid #dc3545;
}

.exam_item .card:hover .contentBx a {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.exam_item .card .contentBx a:nth-of-type(1) {
    background: #fff;
    color: #dc3545;
}
.exam_item .card .contentBx a:hover:nth-of-type(2) {
    background: #fff;
    color: #dc3545;
}
.exam_item .card .contentBx a:hover:nth-of-type(1) {
    background: #dc3545;
    color: #fff;
}
@media(max-width:767px){


.exam_item .card .contentBx {
    height: 140px;
}
.exam_item .card .contentBx h4 {
    margin-bottom: 20px;
}

.exam_item .card .contentBx a {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
}