@font-face {
    font-family: 'pelak-Regular';
    font-weight: 400;
    src: url('../fonts/woff/PelakFA-Regular.woff') format('woff');
}

@font-face {
    font-family: 'pelak-Medium';
    font-weight: 500;
    src: url('../fonts/woff/PelakFA-Medium.woff') format('woff');
}

@font-face {
    font-family: 'pelak-semiBold';
    font-weight: 600;
    src: url('../fonts/woff/PelakFA-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'pelak-Bold';
    font-weight: 700;
    src: url('../fonts/woff/PelakFA-Bold.woff') format('woff');
}

@font-face {
    font-family: 'pelak-ExtraBold';
    font-weight: 800;
    src: url('../fonts/woff/PelakFA-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'pelak-Black';
    font-weight: 900;
    src: url('../fonts/woff/PelakFA-Black.woff') format('woff');
}

body {
    font-family: 'pelak-Regular';
    user-select: none;
    overflow-x: hidden;
    direction: rtl;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.placeholder-gray::placeholder {
    color: #98A2B3;
}

.placeholder-gray2::placeholder {
    color: #667085 !important;
}

.fw-Medium {
    font-family: 'pelak-Medium' !important;
    font-weight: 500;
}

.fw-semiBold {
    font-family: 'pelak-semiBold' !important;
    font-weight: 600;
}

.fw-bold {
    font-family: 'pelak-Bold';
    font-weight: 700;
}

.dropDownContent {
    transition: all .4s;
    top: 60px;
    opacity: 0;
    visibility: hidden;
}

    .dropDownContent.active {
        transition: all .4s;
        top: 46px;
        opacity: 100%;
        visibility: visible;
    }

    .dropDownContent > ul {
        margin-top: 0.5rem !important;
    }

header {
    font-family: 'pelak-semiBold';
    z-index: 30;
    transition: all .4s;
    z-index: 32;
}

#navbar,
#navbar2 {
    padding: 20px;
    transition-duration: 0.5s;
    position: relative;
    z-index: 10;
}

#logo a {
    color: white;
}

#toggler, #toggler2 {
    position: absolute;
    left: 22px;
    top: 15px;
    cursor: pointer;
    font-size: 30px;
    margin-top: 17px;
    transition: all .4s;
}

#nav {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 240px;
    right: -240px;
    top: 0;
    bottom: 0;
    line-height: 2.5em;
    padding-top: 30px;
    transition-duration: 0.4s;
    z-index: 99;
}

    #nav a {
        color: white;
        font-weight: 500;
        padding: 0 10px;
        transition: all .4s;
        font-size: 15px;
    }

.transition {
    transition: all .4s;
}

a.link2 {
    color: #475467 !important;
}

#nav a:hover,
a:hover {
    color: #444ce7;
}

#nav ul a {
    font-family: 'pelak-Medium';
}

    #nav ul a:hover,
    #nav ul a.active {
        color: #3538CD !important;
        font-family: 'pelak-ExtraBold';
    }

#navbar ul li a.link {
    color: #475467;
}

/* banner */
#banner {
    background-image: url('../images/banner/Baner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin-top: -109px;
}

.section-header h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    max-width: 800px;
    margin: 30px auto;
}

.col-lg-6 .max-w-358 img[alt='logo'] {
    width: 189px;
}

#sidebar img[alt='logo'] {
    width: 168px;
}

#footer {
    background-color: #F9FAFB;
    padding-top: 60px;
    font-weight: 300;
    font-size: 14px;
}

footer img[alt='logo'] {
    width: 186px;
    margin-bottom: 13px;
}

footer p, .accordionContent p {
    text-align: justify;
}

#footer li {
    padding: 2px 0;
}

    #footer li a {
        color: #667085;
        transition-duration: 0.3s;
    }

        #footer li a:hover {
            color: #3538CD;
        }

#footer a svg path,
.socials a:hover svg path {
    transition: all .4s;
}

#footer a:hover svg path,
.socials a:hover svg path {
    fill: #3538CD;
}

#go-to-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8em;
    transition-duration: 0.5s;
    z-index: 99;
}

    #go-to-top:hover {
        background-color: #2D31A6;
    }
/* min height */
.min-h-445 {
    min-height: 445px;
    height: 100%;
}
#helpModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-box.active {
    opacity: 100%;
    visibility: visible;
}

.modal-box {
    opacity: 0%;
    visibility: hidden;
    transition: all .4s;
}
/* max-width */
.max-w-241 {
    max-width: 241px;
    width: 100%;
}

.max-w-280 {
    max-width: 280px;
    width: 100%;
}

.max-w-330 {
    max-width: 330px;
    width: 100%;
}

.max-w-350 {
    max-width: 390px;
    width: 100%;
}

.max-w-358 {
    max-width: 358px;
    width: 100%;
}

.max-w-400 {
    max-width: 400px;
    width: 100%;
}

.max-w-430 {
    max-width: 430px;
    width: 100%;
}

.max-w-480 {
    max-width: 480px;
    width: 100%;
}

.max-w-485 {
    max-width: 485px;
    width: 100%;
}

.max-w-512 {
    max-width: 512px;
    width: 100%;
}

.max-w-720 {
    max-width: 720px;
    width: 100%;
}

.max-w-768 {
    max-width: 768px;
    width: 100%;
}

.max-w-1280 {
    max-width: 1280px;
    width: 100%;
}

/* font size */
.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.fs-60 {
    font-size: 60px !important;
}

/* cursor */
.cursor-pointer {
    cursor: pointer;
}

/* width */
.w-24 {
    width: 24px;
}

.w-26 {
    width: 26px;
}

.w-32 {
    width: 32px;
}

.w-40 {
    width: 40px;
}

.w-48 {
    width: 48px;
}

.w-56 {
    width: 56px !important;
}

.w-64 {
    width: 64px !important;
}

.w-126 {
    width: 126px;
}

.w-120 {
    width: 120px;
}

.w-158 {
    width: 158px !important;
}

.w-170 {
    width: 170px !important;
}

.w-180 {
    width: 180px !important;
}

.w-190 {
    width: 190px !important;
}

.w-202 {
    width: 202px;
}

.w-215 {
    width: 215px;
}

.w-280 {
    width: 280px;
}

.w-294 {
    width: 294px;
}

.w-320 {
    width: 320px;
}

.w-650 {
    width: 650px;
}
/* height */
.h-8 {
    height: 8px;
}

.h-16 {
    height: 16px;
}

.h-24 {
    height: 24px;
}

.h-26 {
    height: 26px;
}

.h-32 {
    height: 32px;
}

.h-40 {
    height: 40px;
}

.h-44 {
    height: 44px;
}

.h-48 {
    height: 48px;
}

.h-51 {
    height: 51px;
}

.h-56 {
    height: 56px !important;
}

.h-64 {
    height: 64px;
}

.h-68 {
    height: 53px !important;
}

.h-68 {
    height: 68px;
}

.h-96 {
    height: 96px;
}

.h-100vh {
    height: 100vh;
}

.h-120 {
    height: 120px;
}

.h-142 {
    height: 142px;
}

.h-180 {
    height: 180px;
}

.h-260 {
    height: 260px;
}

/* z index */
.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}
/* padding */
.p-10 {
    padding: 10px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.px-14 {
    padding-left: 14px;
    padding-right: 14px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.p-24 {
    padding: 24px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.pt-32 {
    padding-top: 32px;
}

.px-48 {
    padding-left: 48px;
    padding-right: 48px;
}

.pr-custom {
    padding-right: calc((100% - 1298px) / 2);
}
/* margin */
.mb-8 {
    margin-bottom: 8px;
}

.-mt-82 {
    margin-top: -82px;
}

.-mt-113 {
    margin-top: -113px;
}

.mt-155 {
    margin-top: 155px;
}
/* text align */
.text-justify {
    text-align: justify;
}
/* text color */
.text-green {
    color: #3538CD;
}

.text-green2 {
    color: #2D3282;
}

.text-green3 {
    color: #2D31A6;
}

.text-blue {
    color: #175CD3;
}

.text-gray {
    color: #F2F4F7;
}

.text-gray2 {
    color: #344054;
}

.text-gray3 {
    color: #475467;
}

.text-gray4 {
    color: #D0D5DD;
}

.text-gray5 {
    color: #77818F;
}

.text-gray6 {
    color: #667085;
}

.text-gray7 {
    color: #98A2B3;
}

.text-gray8 {
    color: #6C737F;
}

.text-red {
    color: #B42318;
}

.text-red2 {
    color: #F04438;
}

.text-red3 {
    color: #C11574;
}

.text-dark2 {
    color: #101828;
}

.text-muted {
    color: #667085 !important;
}

.text-muted2 {
    color: #344054;
}

.text-shadow {
    text-shadow: #00000040 0px 10px 19px;
}

.text-shadow2 {
    text-shadow: #00000040 0px 8px 12px;
}

/* disabled */
.button[disabled],
.button[disabled]:hover {
    background-color: #D0D5DD;
    color: #98A2B3;
    cursor: default;
}

.button,
.button:hover {
    background-color: #444CE7;
    color: white;
    transition: all .4s;
}

    .button:hover {
        background-color: #2D31A6;
    }

.button2[disabled] {
    color: #D0D5DD;
    cursor: default;
}

    .button2[disabled] path {
        stroke: #D0D5DD;
    }

/* focus */
input {
    transition: all .4s;
}

    input:focus {
        box-shadow: 0px 0px 0px 4px #444ce72c;
    }

/* left */
.left-25 {
    left: 25px;
}

.left-46 {
    left: 46px;
}

.left-60 {
    left: 60px;
}

.-left-162 {
    left: -162px;
}

/* right */
.right-14 {
    right: 14px;
}

.right-54 {
    right: 54%;
}

.right-118 {
    right: 118px;
}

.-right-184 {
    right: -184px;
}

.-right-212 {
    right: -212px;
}

/* top */
.top-6 {
    top: 6px;
}

.top-7 {
    top: 7px;
}

.top-8 {
    top: 8px;
}

.top-12 {
    top: 12px;
}

.top-28 {
    top: 28px;
}

.top-39 {
    top: 39%;
}

.top-43 {
    top: 43px;
}

.-top-89 {
    top: -89px;
}

.-top-97 {
    top: -97px;
}

.-top-99 {
    top: -99px;
}

.-top-173 {
    top: -173px;
}

.-top-184 {
    top: -184px;
}

.-top-212 {
    top: -212px;
}

.-top-221 {
    top: -221px;
}
/* bottom */
.-bottom-96 {
    bottom: -96px;
}

/* position */
.position-stisky {
    position: sticky;
}

/* line height */
.lh-20 {
    line-height: 20px;
}

/* resize */
.resize-none {
    resize: none;
}

/* border */
.border-red {
    border: 1px solid #B42318;
}

.border-gray {
    border: 1px solid #344054;
}

.border-gray2 {
    border: 1px solid #D0D5DD;
}

.border-r-3-gray {
    border-right: 3px solid #98A2B3;
}

.border-b-green {
    border-bottom: 2px solid #3538CD;
}

.border-x-gray {
    border-left: 1px solid #D0D5DD;
    border-right: 1px solid #D0D5DD;
}

.border-dashed-gray {
    border: 2px dashed #D0D5DD;
}
/* after */
.afterLine {
    position: relative;
}

    .afterLine::after {
        content: '';
        position: absolute;
        background-color: #EAECF0;
        border-radius: 2px;
        width: 2px;
        height: 40px;
        right: 50%;
        top: 43px;
    }

/* background */
.bg-overlay {
    background-color: #0d0d0c52;
    z-index: 100;
}

.bg-green {
    background-color: #444CE7;
}

.bg-green2 {
    background-color: #EEF4FF;
}

.bg-green3 {
    background-color: #F9FAFB;
}

.bg-green4 {
    background-color: #EEF4FF;
}

.bg-green5 {
    background-color: #EEF4FF;
}

.bg-green6 {
    background-color: #ECFDF3
}

.bg-gray {
    background-color: #F9FAFB;
}

.bg-gray2 {
    background-color: #1D2939;
}

.bg-gray3 {
    background-color: #F2F4F7;
}

.bg-pink {
    background-color: #FEF3F2;
}

.bg-pink2 {
    background-color: #FDF2FA;
}

.bg-blue {
    background: #F9FAFB;
}

.bg-blue2 {
    background: #EFF8FF
}
/* box shadow */
.shadow-1 {
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.shadow-2 {
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.shadow-3 {
    box-shadow: 0px 0px 0px 4px #DEEEEB;
}

.shadow-4 {
    box-shadow: 0px 4px 6.8px 0px #BBD8EE40;
}

.shadow-5 {
    box-shadow: 0px 1px 3px 0px #1018281A;
}

/* border radius */
.rounded-6 {
    border-radius: 6px;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-b-8 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-12 {
    border-radius: 12px;
}

.rounded-16 {
    border-radius: 16px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-32 {
    border-radius: 32px;
}

/* input */
input::placeholder {
    color: #475467;
}

/* outline-none */
.outline-none {
    outline: none;
}

/* opacity */
.opacity-none {
    opacity: 0;
}

.opacity-50 {
    opacity: 50%;
}

.opacity-40 {
    opacity: 40%;
}

.opacity-30 {
    opacity: 30%;
}
/* error */
.otp input.error {
    border: 1px solid #B42318;
    color: #B42318;
}

.inputBox.error input {
    border: 1px solid #FDA29B !important;
}

.inputBox.error div.second svg:last-child,
.inputBox.success div.second svg:first-child,
.inputBox div.second svg:first-child,
.inputBox div.second svg:last-child {
    display: none;
}

.inputBox.error div.second svg:first-child,
.inputBox.error .errors,
.inputBox.success div.second svg:last-child {
    display: block;
}

.errors p {
    display: none;
}

/* successMessage */
.successMessage div.success {
    color: #2D7B6B;
}

.successMessage div img {
    display: none;
}

.successMessage div.success img {
    display: block;
}
/* gap */
.gy-120 {
    --bs-gutter-y: 120px;
}
/* filter */
.grayscale-1 {
    filter: grayscale(1);
}
/* accordion */
.accordionBtn div p:last-child,
.accordionBtn.active div p:first-child {
    display: none;
}

.accordionBtn.active div p:last-child {
    display: block;
}

.accordionBtn2 svg:last-child {
    transition: all.4s;
}

    .accordionBtn2 svg:last-child.active {
        transform: rotate(180deg);
    }

.accordionContent,
.accordionContent2, .accordionContent3 {
    transition: all .4s;
    max-height: 0;
    overflow: hidden;
}

    .accordionContent.active,
    .accordionContent2.active,
    .accordionContent3.active {
        max-height: 2000px;
    }

    .accordionContent2 a:hover,
    .accordionContent2 a.active {
        color: #101828;
        border-right-color: #101828;
    }

.accordionBtn3.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordionContent3 {
    border: 1px solid transparent;
    opacity: 0;
    z-index: 10;
}

    .accordionContent3.active {
        border: 1px solid #D0D5DD;
        opacity: 100%;
    }
/* hover */
.btnHover {
    transition: all .4s;
    overflow: hidden;
    position: relative;
}

    .btnHover:hover {
        background-color: #2D31A6;
    }

.mainHover, .mainHover p, .mainHover svg {
    transition: all .4s;
}

    .mainHover:hover {
        background-color: #444ce7;
    }

        .mainHover:hover p {
            color: white !important;
        }

        .mainHover:hover svg {
            color: white !important;
        }

.svgHover svg path, .hover-red path {
    transition: all .4s;
}

.svgHover:hover svg path {
    stroke: #444ce7;
}

.hover-red:hover path {
    stroke: red;
}

.cats > div:hover, .cats > div.active {
    background-color: #F9FAFB;
    color: #252c3b;
}

    .cats > div.active img {
        display: block !important;
    }
/* flip cart */

.flip-card {
    background-color: transparent;
    width: 100%;
    border-radius: 16px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 351px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 16px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-inner img {
    transition: all .4s;
}

.flip-card-inner:hover img {
    opacity: 0;
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
    width: 100%;
    border-radius: 168px;
}

.flip-card-back {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transform: rotateY(180deg);
    background: #4553a0;
    padding: 29px;
    padding-left: 9px;
}
/* dashboard */
#pannelList li a,
#pannelList li > div {
    transition: all .4s;
    cursor: pointer;
}

    #pannelList li a svg path,
    #pannelList li > div > svg path {
        transition: all .4s;
    }

    #pannelList li > a:hover,
    #pannelList li > a.active,
    #pannelList li > div:first-child.active,
    #pannelList li > div:first-child:hover,
    #pannelList li > div:first-child.active {
        background-color: #EAECF0;
        color: #101828;
    }

    #pannelList li a:hover svg path,
    #pannelList li a.active svg path,
    #pannelList li > div:hover svg path,
    #pannelList li > div.active svg path {
        stroke: #444CE7;
    }

/* pagination */
.pagination > div:nth-child(2) p {
    transition: all .4s;
}

    .pagination > div:nth-child(2) p:hover,
    .gray-hover:hover,
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: #F9FAFB !important;
    }

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

/* tab */
.tabContent > div > div {
    display: none;
}

    .tabContent > div > div.active {
        display: block;
    }

.tab {
    transition: all .4s;
}

    .tab.active,
    .tab:hover {
        background-color: #F9FAFB;
    }

/* scroll */
.hiddenScroll::-webkit-scrollbar {
    width: 1px;
    /* Width of the scrollbar */
    height: 1px;
    /* Height for horizontal scrollbar */
}

/* The scrollbar track */
.hiddenScroll::-webkit-scrollbar-track {
    background: transparent;
    /* Light gray background */
    border-radius: 10px;
    /* Rounded corners */
}

/* The scrollbar thumb (the draggable part) */
.hiddenScroll::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #2D31A6, transparent);
    /* Gradient effect */
    border-radius: 10px;
    /* Rounded corners */
    border: 3px solid transparent;
    /* Space around the thumb */
}

    /* The scrollbar thumb on hover */
    .hiddenScroll::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, #2D31A6, transparent);
        /* Darker gradient on hover */
    }

/* Firefox scrollbar styling */
* {
    scrollbar-width: thin;
    /* Thin scrollbar */
    scrollbar-color: #2D31A6 transparent;
    /* Thumb and track colors */
}

input[type='email'], input[type='tel'], input[type='number'], .ltrInput {
    direction: ltr;
}
/* input number */
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

    input[type=number]:focus,
    .otp-input:focus,
    .otp-input.fill {
        border: 1px solid #2D31A6 !important;
        box-shadow: none;
    }

input[type=search]:focus {
    box-shadow: none;
}

input[type=number].error:focus {
    border: 1px solid #B42318 !important;
}

/*  input validate */
.firstSuccess, .lastSuccess, .phoneSuccess, .emailSuccess, .codemeliSuccess, .sajamcodeSuccess, .shabacodeSuccess {
    opacity: 0;
    visibility: hidden;
}

    .firstSuccess.active, .lastSuccess.active, .phoneSuccess.active, .emailSuccess.active, .codemeliSuccess.active, .sajamcodeSuccess.active, .shabacodeSuccess.active {
        opacity: 100%;
        visibility: visible;
    }
/* checkbox */
.form-check-input:checked {
    background-color: #444ce732;
    border-color: #444ce7;
}

.form-check-input:focus {
    box-shadow: 0px 0px 0px 4px #444ce73c;
    border-color: #444ce7;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url('../images/Icon.png');
    background-size: auto;
}

/* swiper */
.swiper-button-next::after {
    content: url('../images/arrow-right.png') !important;
    height: 100%;
    top: -2px;
    position: absolute;
}

.swiper-button-prev::after {
    content: url('../images/arrow-left.png') !important;
    height: 100%;
}

.swiper-button-prev {
    right: 85px !important;
}

.swiper-button-prev,
.swiper-button-next {
    bottom: -88px !important;
    top: auto !important;
    background-color: white;
    transition: all .4s;
}

/* responsive */
@media (min-width: 1200px) {
    #toggler {
        display: none;
    }

    #nav {
        position: static;
        width: auto;
        background-color: transparent;
        padding-top: 0;
    }
}

@media (max-width: 1200px) {
    a.link2 {
        color: white !important;
    }

    #navbar, #navbar2 {
        padding-top: 0;
    }

    #toggler, #toggler2 {
        top: -2px;
    }
    /* overlay */
    #overlay {
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.347);
        width: 100%;
        height: 100%;
        z-index: 20;
        transition: all .4s;
        opacity: 0;
        visibility: hidden;
    }

        #overlay.active {
            opacity: 100%;
            visibility: visible;
        }
}

@media (min-width: 992px) {

    #nav li {
        float: right;
    }

    #navbar,
    #navbar2 {
        display: flex;
        align-items: center;
    }

    #logo {
        order: 1;
        margin-right: auto;
    }

        #logo h4 {
            margin-top: 4px;
            margin-bottom: 0;
        }
}

@media (max-width: 992px) {

    .-top-lg-19 {
        top: -19px;
    }
}

@media (max-width: 992px) {
    .mb-md-65 {
        margin-bottom: 40px;
    }

    .position-lg-static {
        position: static !important;
    }

    .h-lg-auto {
        height: auto;
    }

    #sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -400px;
        transition: all .4s;
    }

        #sidebar.open {
            right: 0;
        }
}

@media (max-width: 768px) {
    .fs-md-14 {
        font-size: 14px !important;
    }

    .fs-md-16 {
        font-size: 16px !important;
    }

    .fs-md-20 {
        font-size: 20px !important;
    }

    .fs-md-24 {
        font-size: 24px !important;
    }

    .fs-md-30 {
        font-size: 30px !important;
    }

    .fs-md-45 {
        font-size: 45px !important;
    }

    .w-md-100 {
        width: 100%;
    }

    .max-w-md-100 {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .w-sm-26 {
        width: 26px;
    }

    .w-sm-36 {
        width: 36px;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-128 {
        width: 128px;
    }

    .h-sm-26 {
        height: 26px;
    }

    .h-sm-36 {
        height: 36px;
    }

    .h-sm-200 {
        height: 200px;
    }

    .border-sm-gray {
        border: 1px solid #D0D5DD;
    }

    .fs-sm-12 {
        font-size: 12px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .fs-sm-16 {
        font-size: 16px;
    }

    .fs-sm-20 {
        font-size: 20px;
    }

    .fs-sm-24 {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    .w-xs-100 {
        width: 100%;
    }
}
