@font-face {
    font-family: "Light";
    src: url("../fonts/Kanit-Light.ttf");
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Kanit-Regular.ttf");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Kanit-Medium.ttf");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/Kanit-Bold.ttf");
}

@font-face {
    font-family: "Italic";
    src: url("../fonts/Kanit-Italic.ttf");
}

@font-face {
    font-family: "Italic-Light";
    src: url("../fonts/Kanit-LightItalic.ttf");
}

@font-face {
    font-family: "Kanit-Bold-Italic";
    src: url("../fonts/Kanit-ExtraBoldItalic.ttf");
}

html,
body {
    /* font-family: 'Kanit', sans-serif; */
    font-family: "Regular";
    /* letter-spacing: 0.5px; */
    font-style: normal;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

/* CUSTOM TEXT */
a,
a:link,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.bold {
    font-family: "Bold";
}

.medium {
    font-family: "Medium";
}

.regular {
    font-family: "Regular";
}

.italic {
    font-family: "Italic-Light";
}

.grade-1 {
    font-family: "Grade-1";
}

.baloo-regular {
    font-family: "Baloo-Regular";
}

.mayor-regular {
    font-family: "Mayor-Regular" !important;
}

.kanit-bold-italic {
    font-family: "Kanit-Bold-Italic" !important;
}

h1 {
    font-family: "Bold", sans-serif;
    font-size: 64px;
    font-style: normal;
}

h2 {
    font-family: "Bold", sans-serif;
    font-size: 40px;
    font-style: normal;
}

.subtitle {
    font-family: "HK Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}

.large {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}

.title {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
}

/* .regular {
    font-family: 'HK Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
} */

.regular-semibold {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}

.regular-bold {
    font-family: "HK Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.small {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.small-semibold {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

.pretitle-bold {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.054em;
}

.pretitle {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.054em;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    display: flex !important;
    flex-direction: row !important;
}

.flex-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
}

.b-light {
    font-family: "Light", sans-serif;
}

.b-bold {
    font-family: "Bold", sans-serif;
}

.b-regular {
    font-family: "Regular", sans-serif;
}

.b-200 {
    font-weight: 200 !important;
}

.b-300 {
    font-weight: 300;
}

.b-400 {
    font-weight: 400;
}

.b-500 {
    font-weight: 500;
}

.b-600 {
    font-weight: 600;
    font-family: "Medium", sans-serif;
}

.b-700 {
    font-weight: 700;
    font-family: "Bold", sans-serif;
}

.b-800 {
    font-weight: 800;
    font-family: "Bold", sans-serif;
}

.b-900 {
    font-weight: 900;
    font-family: "Bold", sans-serif;
}

.absolute-center {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.absolute-bottom {
    bottom: 0;
    top: 39%;
    left: 0;
    right: 0;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

.bottom-0 {
    right: 0px;
}

.left-10 {
    left: 10%;
}

.m-0 {
    margin: 0px;
}

.m-10 {
    margin: 10px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-min-30 {
    margin-top: -30px;
}

.mt-min-35 {
    margin-top: -35px;
}

.mt-min-45 {
    margin-top: -45px;
}

.m-x-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.my-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-5 {
    padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-16 {
    padding: 16px;
}

.p-20 {
    padding: 20px;
}

.p-24 {
    padding: 24px;
}

.p-30 {
    padding: 30px;
}

.p-32 {
    padding: 32px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-100 {
    padding-top: 100px;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-60 {
    padding-right: 60px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-260 {
    padding-right: 30%;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-4-px-12 {
    padding: 4px 12px !important;
}

.py-4-px-16 {
    padding: 4px 16px !important;
}

.py-5-px-10 {
    padding: 5px 10px !important;
}

.py-5-px-16 {
    padding: 5px 16px !important;
}

.py-8-px-16 {
    padding: 8px 16px !important;
}

.py-12-px-24 {
    padding: 12px 24px !important;
}

.py-12-px-32 {
    padding: 12px 32px !important;
}

.py-7-px-16 {
    padding: 7px 16px !important;
}

.py-12-px-48 {
    padding: 12px 48px;
}

.py-12-px-14 {
    padding: 12px 14px;
}

.py-12-px-16 {
    padding: 12px 16px;
}

.py-12-px-24 {
    padding: 12px 24px;
}

.py-4-px-16 {
    padding: 4.4px 16px;
}

.py-8-px-16 {
    padding: 8px 16px;
}

.py-8-px-24 {
    padding: 8px 24px;
}

.py-10-px-16 {
    padding: 10px 16px;
}

.py-16-px-8 {
    padding: 16px 8px;
}

.py-16-px-24 {
    padding: 16px 24px;
}

.py-16-px-32 {
    padding: 16px 32px;
}

.py-14-px-12 {
    padding: 14px 12px;
}

.py-12-px-8 {
    padding: 12px 8px;
}

.py-20-px-20 {
    padding: 20px 20px;
}

.py-20-px-40 {
    padding: 20px 40px;
}

.py-24-px-10 {
    padding: 24px 10px;
}

.py-24-px-12 {
    padding: 24px 12px;
}

.py-24-px-16 {
    padding: 24px 16px;
}

.py-30-px-20 {
    padding: 30px 20px;
}

.py-40-px-20 {
    padding: 40px 20px;
}

.py-40-px-30 {
    padding: 40px 30px;
}

.py-40-px-80 {
    padding: 40px 80px;
}

.py-32-px-45 {
    padding: 32px 45px;
}

.py-80-px-230 {
    padding: 80px 230px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.border-none {
    border: none !important;
}

.opacity-03 {
    opacity: 0.3;
}

.radius-2 {
    border-radius: 2px !important;
}

.radius-3 {
    border-radius: 3px !important;
}

.radius-4 {
    border-radius: 4px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-8 {
    border-radius: 8px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-24 {
    border-radius: 24px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-32 {
    border-radius: 32px;
}

.radius-40 {
    border-radius: 40px;
}

.radius-50 {
    border-radius: 50px;
}

.shadow {
    box-shadow: 0px 5.8px 30px 0px rgba(0, 0, 0, 0.35);
}

.lineheight-150 {
    line-height: 150% !important;
}

.lineheight-135 {
    line-height: 135% !important;
}

.lineheight-160 {
    line-height: 160% !important;
}

.lineheight-200 {
    line-height: 200% !important;
}

.fontKapital {
    text-transform: uppercase;
}

.fontCapitalize {
    text-transform: capitalize;
}

.font-wrap {
    overflow-wrap: break-word !important;
}

.font6 {
    font-size: 6px !important;
    line-height: 120%;
}

.font7 {
    font-size: 7px !important;
    line-height: 120%;
}

.font8 {
    font-size: 8px !important;
    line-height: 120%;
}

.font9 {
    font-size: 9px !important;
    line-height: 120%;
}

.font10 {
    font-size: 10px !important;
    line-height: 120%;
}

.font11 {
    font-size: 11px !important;
    line-height: 120%;
}

.font12 {
    font-size: 12px !important;
    line-height: 120%;
}

.font13 {
    font-size: 13px !important;
    line-height: 120%;
}

.font14 {
    font-size: 14px;
    line-height: 120%;
}

.font16 {
    font-size: 16px;
    line-height: 120%;
}

.font18 {
    font-size: 18px;
    line-height: 120%;
}

.font20 {
    font-size: 20px;
    line-height: 120%;
}

.font22 {
    font-size: 22px;
    line-height: 120%;
}

.font24 {
    font-size: 24px !important;
    line-height: 120%;
}

.font25 {
    font-size: 25px;
    line-height: 120%;
}

.font28 {
    font-size: 28px;
    line-height: 120%;
}

.font30 {
    font-size: 30px;
    line-height: 120%;
}

.font32 {
    font-size: 32px;
    line-height: 120%;
}

.font36 {
    font-size: 36px;
    line-height: 120%;
}

.font40 {
    font-size: 40px;
    line-height: 120%;
}

.font48 {
    font-size: 48px;
    line-height: 120%;
}

.font50 {
    font-size: 50px;
    line-height: 120%;
}

.font64 {
    font-size: 64px;
    line-height: 120%;
}

.font65 {
    font-size: 65px;
    line-height: 120%;
}

.font70 {
    font-size: 70px;
    line-height: 120%;
}

.font75 {
    font-size: 75px;
    line-height: 120%;
}

.font95 {
    font-size: 95px;
    line-height: 120%;
}

.font100 {
    font-size: 100px;
    line-height: 120%;
}

.font110 {
    font-size: 110px;
    line-height: 160%;
}

.font128 {
    font-size: 128px;
    line-height: 160%;
}

.font14-160 {
    font-size: 14px;
    line-height: 160%;
}

.font36-160 {
    font-size: 36px;
    line-height: 160%;
}

.font48-160 {
    font-size: 48px;
    line-height: 160%;
}

.lh-0 {
    line-height: 0px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-35 {
    line-height: 35px !important;
}

.lh-140 {
    line-height: 140% !important;
}

.lh-150 {
    line-height: 150% !important;
}

.lh-160 {
    line-height: 160% !important;
}

.lh-190 {
    line-height: 190% !important;
}

.ls-2 {
    letter-spacing: 2.4px;
}

.ls-3 {
    letter-spacing: 3.6px;
}

/* .text-regular {
    font-family: 'Regular', sans-serif;
    letter-spacing: 0.5px;
} */

.text-underline {
    text-decoration: underline !important;
}

.text-bold {
    font-family: "Bold", sans-serif;
    letter-spacing: 0.5px;
}

.text-medium {
    font-family: "Medium", sans-serif;
    letter-spacing: 0.5px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-italic {
    font-style: italic;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.ic-10 {
    width: 10px;
    height: 10px;
}

.ic-12 {
    width: 12px !important;
    /* height: 12px; */
}

.ic-14 {
    width: 14px;
    height: 14px;
}

.ic-16 {
    width: 16px !important;
    height: 16px !important;
}

.ic-18 {
    width: 18px;
    height: 18px;
}

.ic-20 {
    width: 20px;
    height: 20px;
}

.ic-24 {
    width: 24px;
    height: 24px;
}

.ic-30 {
    width: 30px;
    height: 30px;
}

.ic-32 {
    width: 32px;
    height: 32px;
}

.ic-36 {
    width: 36px;
    height: 36px;
}

.ic-40 {
    width: 40px;
    height: 40px;
}

.ic-48 {
    width: 48px !important;
    height: 48px !important;
}

.ic-50 {
    width: 50px;
    /* height: 50px; */
}

.ic-60 {
    width: 60px;
    height: 60px;
}

.ic-60-h {
    height: 60px;
}

.ic-65-h {
    height: 65px;
}

.ic-80 {
    width: 80px;
    height: 80px;
}

/* END CUSTOM TEXT */

/* CUSTOM COLOR */
.bg-none {
    background: none !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-white-1 {
    background-color: #f1f1f1 !important;
}

.bg-primary {
    /* background-color: #11365F !important; */
    background: rgb(21, 83, 154);
    background: linear-gradient(
        0deg,
        rgba(21, 83, 154, 1) 0%,
        rgba(17, 54, 95, 1) 100%
    );
}

.bg-blue-1 {
    background-color: #15539a !important;
}

.bg-blue-2 {
    background-color: #93cedc !important;
}

.bg-gradient-black {
    background: linear-gradient(
            90.67deg,
            #000000 -23.35%,
            rgba(0, 0, 0, 0.66) 114.75%
        ),
        url(.jpg);
}

.bg-gradient-blue {
    background: linear-gradient(90deg, #396afc 0%, #2948ff 100%);
}

.bg-gradient-blue-1 {
    background: linear-gradient(
            0deg,
            rgba(98, 74, 255, 0.8) 0%,
            rgba(98, 74, 255, 0.8) 100%
        ),
        url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.bg-gradient-blue-2 {
    background: rgb(53, 123, 245);
    background: linear-gradient(
        90deg,
        rgba(53, 123, 245, 1) 0%,
        rgba(16, 51, 184, 1) 100%
    );
}

.bg-gradient-green {
    background: linear-gradient(180deg, #4fcc5d 0%, #23b33a 100%);
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-stroke {
    /* background-color: #F2F2F2; */
    background-color: #fbfbfb;
}

.bg-stroke2 {
    background-color: #f9f9f9;
}

.bg-white2 {
    background-color: #fefefe !important;
}

.bg-dark-primary,
.bg-dark-primary-hover:hover {
    background-color: #0e0f13 !important;
}

.bg-dark-secondary,
.bg-dark-secondary-hover:hover {
    background-color: #2a2438 !important;
}

.bg-dark-thirth,
.bg-dark-thirth-hover:hover {
    background-color: #1b2a41 !important;
}

.bg-dark-four,
.bg-dark-four-hover:hover {
    background-color: #15539a !important;
}

.bg-dark-five {
    background-color: #282b36 !important;
}

.bg-dark-six {
    background-color: #1a1c23 !important;
}

.bg-dark-seven {
    background-color: #2a3e5e;
}

.bg-dark-eight {
    background-color: #1e1e1e;
}

.bg-red {
    background-color: #c3002f;
}

.bg-gray {
    background-color: #696c71 !important;
}

.bg-gray-20 {
    background: rgba(255, 255, 255, 0.2);
}

.bg-pink,
.bg-pink-hover:hover {
    background-color: #e24171 !important;
}

.bg-gradient-pink,
.bg-gradient-pink-hover:hover {
    background: linear-gradient(90deg, #ff512f 0%, #dd2476 100%);
}

.bg-gradient-yellow,
.bg-gradient-yellow-hover:hover {
    background: linear-gradient(90deg, #ff8008 0%, #ffc837 100%);
}

.bg-transparent-black {
    background: rgba(0, 0, 0, 0.3);
}

.bg-transparent1-black {
    background: rgba(27, 42, 65, 0.5);
}

.bg-transparent2-black {
    background: rgba(26, 28, 35, 0.5) !important;
}

.bg-yellow-primary,
.bg-yellow-primary-hover:hover {
    background: #fabe1b !important;
}

.bg-yellow2,
.bg-yellow2-hover:hover {
    background: #febd11 !important;
}

.bg-blue,
.bg-blue-hover {
    background: #2947c3 !important;
}

.bg-gradient-green {
    background: linear-gradient(180deg, #4fcc5d 0%, #23b33a 100%) !important;
}

.bg-black {
    background-color: #000000;
}

.bg-black1 {
    background-color: #0c1821;
}

.bg-black2 {
    background-color: #0b0c0f;
}

.bg-purple {
    background-color: #c9aeef !important;
}

.bg-green {
    background-color: #b1ff82 !important;
}

.bg-tosca {
    background-color: #14a797 !important;
}

.bg-gradient-black {
    /* background: linear-gradient(180deg, #000000 78.65%, rgba(0, 0, 0, 0) 100%); */
    background: rgb(12, 24, 33);
    background: linear-gradient(
        0deg,
        rgba(12, 24, 33, 1) 0%,
        rgba(0, 0, 0, 1) 20%
    );
}

.primary-text {
    color: #11365f;
}

.pantone-7543 {
    color: #95a2ad;
}

.pantone-7545 {
    color: #415463;
}

.pantone-7546 {
    color: #223646;
}

.pantone-534 {
    color: #11365f;
}

.pantone-433 {
    color: #1d262e;
}

.pantone-179 {
    color: #dc3f34;
}

.pantone-2251 {
    color: #00ae6c;
}

.pantone-7541 {
    color: #d9e0e3;
}

.pantone-blue {
    color: #546183;
}

.brand-primary {
    color: #1363d3;
}

.primary-color {
    color: #2a1b6a;
}

.line-through {
    color: #a6a6a6;
}

.light {
    color: #f2f2f2;
}

.subtitle-text {
    color: #7a8288;
}

.color-price {
    color: #ff5c00;
}

.dark {
    color: #100a27;
}

.color-badge {
    color: #737373;
}

.color-dark {
    color: #0e0f13 !important;
}

.color-dark-secondary {
    color: #2a2438 !important;
}

.color-dark-thirth {
    /* color: #ADB5BD !important; */
    color: #5f5f5f !important;
}

.color-dark-quarter,
.color-dark-quarter-hover:hover {
    color: #1b2a41 !important;
}

.color-dark-five {
    color: #15539a !important;
}

.color-dark-six {
    color: #0a2240 !important;
}

.color-dark-seven {
    color: #616161 !important;
}

.color-dark-eight {
    color: #282b36 !important;
}

.color-white,
.color-white-hover:hover {
    color: #f4f4f4 !important;
}

.color-white-secondary {
    color: #f8f9fa;
}

.color-white-three {
    color: #c4c4c4 !important;
}

.color-grey {
    /* color : #5F5F5F !important; */
    color: #bfbfbf !important;
}

.color-grey-sec {
    color: #c4c4c4 !important;
}

.color-grey-thirth {
    color: #929292 !important;
}

.color-grey-four {
    color: #5f5f5f !important;
}

.color-grey-five {
    color: #8f8f8f !important;
}

.color-grey-six {
    color: #adb5bd !important;
}

.color-pink {
    color: #e24171 !important;
}

.color-yellow {
    color: #faa300 !important;
}

.color-yellow-secondary {
    color: #fabe1b !important;
}

.color-yellow-three {
    color: #febd11 !important;
}

.color-red {
    color: red !important;
}

.color-red-2 {
    color: #c3002f !important;
}

.color-tosca {
    color: #14a797;
}

.line-through {
    text-decoration: line-through;
}

.border-bottom-1-gray {
    border-bottom: 1px solid #282b36;
}

.border-bottom-2-yellow {
    border-bottom: 2px solid #febd11;
}

.border-bottom-2-gray {
    border-bottom: 2px solid #282b36;
}

.border-bottom-3-gray {
    border-bottom: 1px solid #cbcaca;
}

.border-right-1-gray {
    border-right: 1px solid #282b36;
}

.border-right-1-white {
    border-right: 1px solid white;
}

.border-left-1-white {
    border-left: 1px solid white;
}

.border-left-1-gray {
    border-left: 1px solid #282b36;
}

.border-top-1-gray {
    border-top: 1px solid #a8a8a8;
}

.border-1-yellow {
    border: 1px solid #febd11 !important;
}

.border-1-white {
    border: 1px solid white;
}

.border-1-gray {
    border: 1px solid #282b36;
}

.border-1-gray-50 {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-2-white {
    border: 2px solid white;
}

.border-white-primary {
    border-color: white !important;
}

.border-dark-primary {
    border-color: #0e0f13 !important;
}

.border-dark-secondary {
    border-color: #2a2438 !important;
}

.border-grey {
    border-color: #5f5f5f !important;
}

.radius-4 {
    border-radius: 4px;
}

.radius-8 {
    border-radius: 8px;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-16 {
    border-radius: 16px;
}

/* END CUSTOM COLOR */

/* CUSTOM BUTTON */
.btn-primary,
.btn-regular,
.btn-full {
    outline: none !important;
    border: none !important;
    padding: 14px 24px;
    border-radius: 8px;
}

.btn-primary:disabled {
    background-color: #95a2ad !important;
    border: 1px solid #95a2ad;
    color: #d9e0e3;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #415463;
}

.btn-full {
    width: 100%;
}

.disabled-btn-submit {
    cursor: none !important;
    pointer-events: none;
    background-color: #b3b3b3 !important;
}

/* END CUSTOM BUTTON */

/* HEADER */
.header {
    width: 100%;
    padding: 16px 0px;
    position: fixed;
    top: 0;
    z-index: 999999;
    /* background: rgb(135, 133, 133);
    background: linear-gradient(0deg, rgba(135, 133, 133, 0) 0%, rgba(31, 30, 30, 0.6825105042016807) 92%); */
    left: 0px;
}

.active {
    color: #c3002f !important;
    font-weight: 600;
    font-family: "Medium", sans-serif;
}

.menu-nav:hover {
    color: #b1b1b1 !important;
}

.footer-content {
    /* margin-top: -210px; */
    margin-top: 0px;
}

.footer-box-img {
    /* overflow: hidden; */
    width: 600px;
    float: right;
    margin-top: -100px;
}

.img-w-100 {
    width: 100%;
}

.img-w-95 {
    width: 95%;
}

.img-w-90 {
    width: 90%;
}

.img-w-85 {
    width: 85%;
}

.img-w-50 {
    width: 50%;
}

.img-w-35 {
    width: 35%;
}

.img-13-h {
    height: 13px;
}

.img-14-h {
    height: 13px;
}

.img-16 {
    width: 16px;
}

.img-16-h {
    height: 16px;
}

.img-18 {
    width: 18px;
}

.img-17-h {
    height: 17px;
}

.img-18-h {
    height: 18px;
}

.img-19-h {
    height: 19px;
}

.img-20 {
    height: 20px;
}

.img-21 {
    height: 21px;
}

.img-22 {
    width: 22px;
}

.img-24 {
    width: 24px;
}

.img-25 {
    width: 25px;
}

.img-27 {
    width: 27px;
}

.img-28 {
    width: 28px;
}

.img-30 {
    width: 30px;
}

.img-32 {
    width: 32px;
    height: 32px;
}

.img-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.img-70-h {
    height: 70px;
}

.img-80-h {
    height: 80px;
}

.img-80 {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.img-120 {
    height: 120px;
}

.img-180 {
    width: 180px;
    /* height: 180px; */
}

.img-200-h {
    height: 200px;
    object-fit: cover;
}

.img-216-h {
    height: 216px;
}

.img-270-h {
    height: 270px;
}

.img-460-h {
    height: 460px;
}

.img-cover {
    object-fit: cover;
}

.footer-img {
    /* margin-top: -290px */
    /* margin-top: -235px */
    margin-bottom: 30px;
    /* width: 300px; */
    width: 190px;
}

.footer-box-img img {
    /* width: 600px; */
    /* margin-right: -120px; */
    height: 312px;
    float: right;
    /* width: 600px;
    position: absolute;
    margin-top: -98px;
    float: right; */
}

.wrapper-bank {
    padding-right: 60px;
    padding-left: 60px;
}

.wrapper-img-bank {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 8px;
    gap: 10px;
    width: 65px;
    height: 45px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wrapper-img-bank img {
    width: 100%;
}

.my-2 {
    margin: 2px 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.ml-3-percent {
    margin-left: 3% !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-45 {
    margin-left: 45px;
}

.z-auto {
    z-index: auto !important;
}

.z-999 {
    z-index: 999 !important;
}

/* CUSTOM NAVBAR */
.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link,
.navbar-mobile .nav-link {
    /* color: #95A2AD; */
    font-size: 16px;
    line-height: 120%;
    color: #c5ccd3;
    font-family: "Medium";
}

.nav-link:hover {
    font-size: 16px;
    line-height: 120%;
    color: #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}

.nav-profile {
    padding: 0px;
    color: #c5ccd3;
    border-bottom: 0px !important;
}

/* .btn-menu {
    color: #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
} */

.nav-link.active {
    font-size: 16px;
    line-height: 120%;
    color: #f4f4f4;
    border-bottom: 2px solid #fabe1b;
}

.navbar-menu {
    width: 32px;
    height: 32px;
    /* background-image: url('../images/icon_menu_white.png'); */
    background-image: url("../images/ic-hamburger-menu-black.png");
    background-position: center;
    background-repeat: no-repeat;
}

.line-vertical-navbar {
    background: white;
    width: 2px;
    height: 80%;
}

.navbar-mobile {
    width: 100%;
    background-color: #00ae6c;
    right: -100%;
    bottom: 0px;
    height: 100%;
    position: fixed;
    transition: right 0.5s;
}

.overlay-block {
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
}

.overlay-block .closebtn {
    position: absolute;
    right: 0;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    z-index: 999;
}

/* start popup menu */

.menu-profile {
    /* right: -100%;
    position: fixed;
    top: 75px;
    height: 500%;
    width: 320px;
    transition: right 0.5s;
    max-height: 90%;
    overflow-y: scroll;
    margin-bottom: 120px; */

    right: -100%;
    position: fixed;
    top: 75px;
    height: 1000px;
    width: 320px;
    transition: right 0.5s;
    max-height: 680px;
    overflow-y: scroll;
    /* margin-bottom: 120px; */
    /* display: flex; */
    /* flex-direction: column; */
}

.hr-menu-profile {
    width: 125px;
    height: 0px;
    border: 1px solid #282b36;
}

button {
    border: none;
}

#btn-close-menu-profile {
    background: transparent;
}

@media (max-width: 576px) {
    .menu-profile-mobile {
        width: 100%;
        top: 64px;
        right: -100%;
        position: fixed;
        height: 500%;
        transition: right 0.5s;
        max-height: 91%;
        overflow-y: scroll;
        margin-bottom: 120px;
    }
}

/* end popup menu */

/* start bounce loading */

.loader {
    display: inline-block;
}

.loader_ball {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #1a1c23;
    margin-inline: 2px;
    margin-bottom: -5px;
    border-radius: 50%;
    animation: bounce 450ms alternate infinite;
}

.loader_ball:nth-child(2) {
    animation-delay: 150ms;
}

.loader_ball:nth-child(3) {
    animation-delay: 300ms;
}

@keyframes bounce {
    from {
        transform: scaleX(1.1);
    }

    to {
        transform: translateY(-10px) scaleX(1);
    }
}

/* end bounce loading */

.logo-icon {
    /* width: 100px; */
    height: 45px;
}

.start-75 {
    left: 75% !important;
}

.borderbottom {
    border-bottom: 1.75px solid #546183 !important;
}

.border-bottom {
    border-bottom: 1px solid !important;
}

.border-right {
    border-right: 1px solid !important;
}

.border-right2 {
    border-right: 2px solid !important;
}

/* END CUSTOM NAVBAR */

/* CUSTOM BREADCRUMB */
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 12px;
}

.breadcrumb .breadcrumb-item {
    /* color: #100A27; */
}

.breadcrumb .breadcrumb-item.active {
    color: #95a2ad;
}

/* END CUSTOM BREADCRUMB */

/* CUSTOM CONTAINER */
.custom-container {
    width: 80%;
    margin: 0 10%;
    float: left;

    z-index: 99;
    position: relative;
}

.half-container {
    width: 50%;
    margin: 0 25%;
    float: left;
}

/* CUSTOM WIDTH */
.w-15 {
    width: 15%;
}

.w-80 {
    width: 80%;
}

/* END CUSTOM WIDTH */

/* MAIN BANNER */
.main-banner {
    /* min-height: 700px; */
    /* padding-top: 78px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/* END MAIN BANNER */

/* CUSTOM PLACEHOLDER */
.placeholder {
    background-color: #e6e6e6;
    border-radius: 8px;
}

/* END PLACEHOLDER */

/* CUSTOM FORM CONTROL */
input,
select,
textarea,
button {
    outline: none !important;
}

.form-control-lg,
.form-control-lg::placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #95a2ad;
    border: none;
    background: #f2f2f2 !important;
}

.form-select-lg {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #546183;
    border: none;
}

.form-select {
    background-color: #f2f2f2 !important;
    background-image: url("../images/ic_chevron_down_darkgrey.png");
    background-size: 20px 20px;
}

.form-select:disabled {
    color: #95a2ad !important;
    background-image: url("../images/ic_chevron_down_softgrey.png");
    background-size: 20px 20px;
}

.input-select {
    width: 100%;
    padding: 16px;
}

.select2-container .select2-selection--single {
    border-radius: 8px;
    padding: 16px 16px 16px 0px !important;
    height: fit-content !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: initial !important;
    color: initial;
    padding: 0 !important;
    font-size: 14px;
    line-height: 120%;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 12px !important;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

.input-custom-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 16px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    float: left;
}

.input-custom-checkbox.checked {
    /* background-image: url("../images/icon_check_white_small.png") , linear-gradient(90deg, #FF512F 0%, #DD2476 100%); */
    background-image: url("../images/icon_check_white_small.png"),
        linear-gradient(90deg, #fabe1b 0%, #fabe1b 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.input-custom-radio {
    width: 18px;
    height: 18px;
    margin-right: 16px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    float: left;
}

.input-custom-radio.checked {
    background-color: #1a1c23;
}

.input-custom-radio.checked::after {
    content: "";
    position: absolute;
    top: 2.7px;
    left: 2.8px;
    width: 11px;
    height: 11px;
    background-color: #fabe1b;
    border-radius: 100%;
}

/* END CUSTOM FORM CONTROL */

/* CUSTOM LAYOUT */
.row-5,
.row-10,
.row-15,
.row-20,
.row-25,
.row-30,
.row-35,
.row-40,
.row-45,
.row-50,
.row-55,
.row-60,
.row-65,
.row-70,
.row-75,
.row-80,
.row-85,
.row-90,
.row-95,
.row-100 {
    float: left;
}

.row-2 {
    width: 2%;
}

.row-5 {
    width: 5%;
}

.row-10 {
    width: 10%;
}

.row-15 {
    width: 15%;
}

.row-20 {
    width: 20%;
}

.row-25 {
    width: 25%;
}

.row-30 {
    width: 30%;
}

.row-35 {
    width: 35%;
}

.row-40 {
    width: 40%;
}

.row-43 {
    width: 43%;
}

.row-45 {
    width: 45%;
}

.row-50 {
    width: 50%;
}

.row-53 {
    width: 53%;
}

.row-55 {
    width: 55%;
}

.row-60 {
    width: 60%;
}

.row-65 {
    width: 65%;
}

.row-66 {
    width: 66%;
}

.row-70 {
    width: 70%;
}

.row-75 {
    width: 75%;
}

.row-77 {
    width: 77%;
}

.row-80 {
    width: 80%;
}

.row-85 {
    width: 85%;
}

.row-90 {
    width: 90%;
}

.row-95 {
    width: 95%;
}

.row-97 {
    width: 97%;
}

.row-100 {
    width: 100% !important;
}

.max-row-100 {
    max-width: 100%;
}

.height-43 {
    height: 43px !important;
}

.height-60 {
    height: 60px !important;
}

.height-full {
    height: 100% !important;
}

/* CLEARING */
.clear3 {
    width: 100%;
    height: 3px;
    float: left;
}

.clear4 {
    width: 100%;
    height: 4px;
    float: left;
}

.clear5 {
    width: 100%;
    height: 5px;
    float: left;
}

.clear7 {
    width: 100%;
    height: 7px;
    float: left;
}

.clear8 {
    width: 100%;
    height: 8px;
    float: left;
}

.clear10 {
    width: 100%;
    height: 10px;
    float: left;
}

.clear12 {
    width: 100%;
    height: 12px;
    float: left;
}

.clear13 {
    width: 100%;
    height: 13px;
    float: left;
}

.clear14 {
    width: 100%;
    height: 14px;
    float: left;
}

.clear15 {
    width: 100%;
    height: 15px;
    float: left;
}

.clear16 {
    width: 100%;
    height: 16px;
    float: left;
}

.clear18 {
    width: 100%;
    height: 18px;
    float: left;
}

.clear20 {
    width: 100%;
    height: 20px;
    float: left;
}

.clear22 {
    width: 100%;
    height: 22px;
    float: left;
}

.clear24 {
    width: 100%;
    height: 24px;
    float: left;
}

.clear25 {
    width: 100%;
    height: 25px;
    float: left;
}

.clear30 {
    width: 100%;
    height: 30px;
    float: left;
}

.clear32 {
    width: 100%;
    height: 32px;
    float: left;
}

.clear35 {
    width: 100%;
    height: 35px;
    float: left;
}

.clear40 {
    width: 100%;
    height: 40px;
    float: left;
}

.clear45 {
    width: 100%;
    height: 45px;
    float: left;
}

.clear50 {
    width: 100%;
    height: 50px;
    float: left;
}

.clear56 {
    width: 100%;
    height: 56px;
    float: left;
}

.clear60 {
    width: 100%;
    height: 60px;
    float: left;
}

.clear65 {
    width: 100%;
    height: 65px;
    float: left;
}

.clear70 {
    width: 100%;
    height: 70px;
    float: left;
}

.clear75 {
    width: 100%;
    height: 75px;
    float: left;
}

.clear80 {
    width: 100%;
    height: 80px;
    float: left;
}

.clear85 {
    width: 100%;
    height: 85px;
    float: left;
}

.clear90 {
    width: 100%;
    height: 90px;
    float: left;
}

.clear95 {
    width: 100%;
    height: 95px;
    float: left;
}

.clear100 {
    width: 100%;
    height: 100px;
    float: left;
}

.clear105 {
    width: 100%;
    height: 105px;
    float: left;
}

.clear120 {
    width: 100%;
    height: 120px;
    float: left;
}

.clear125 {
    width: 100%;
    height: 125px;
    float: left;
}

.clear130 {
    width: 100%;
    height: 130px;
    float: left;
}

.clear140 {
    width: 100%;
    height: 140px;
    float: left;
}

.clear145 {
    width: 100%;
    height: 145px;
    float: left;
}

.clear150 {
    width: 100%;
    height: 150px;
    float: left;
}

.clear155 {
    width: 100%;
    height: 155px;
    float: left;
}

.clear159 {
    width: 100%;
    height: 159px;
    float: left;
}

.clear160 {
    width: 100%;
    height: 160px;
    float: left;
}

.clear165 {
    width: 100%;
    height: 165px;
    float: left;
}

.clear175 {
    width: 100%;
    height: 175px;
    float: left;
}

.clear200 {
    width: 100%;
    height: 200px;
    float: left;
}

.clear240 {
    width: 100%;
    height: 240px;
    float: left;
}

.clearBorder {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.space8 {
    width: 8px;
    height: 100%;
    float: left;
}

.space16 {
    width: 16px;
    float: left;
}

.space24 {
    width: 24px;
    float: left;
}

.overflow-x {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.overflow-x::-webkit-scrollbar {
    display: none;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-23 {
    padding-left: 23px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-40 {
    padding-right: 40px;
}

.smoke-black {
    opacity: 0.3 !important;
}

.txt-ucfirst {
    text-transform: capitalize !important;
}

.black-dotted {
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    opacity: 0.7;
}

/* ICON LAYOUT */
.icon36 {
    width: 36px;
    height: 36px;
}

.icon32 {
    width: 32px;
    height: 32px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon15 {
    width: 15px !important;
    height: 15px !important;
}

.icon14 {
    width: 14px !important;
    height: 14px !important;
}

.icon12 {
    width: 12px !important;
    height: 12px !important;
}

.icon10 {
    width: 10px !important;
    height: 10px !important;
}

.icon18 {
    width: 18px !important;
    height: 18px !important;
}

.icon16 {
    width: 16px;
    height: 16px;
}

.icon14 {
    width: 14px;
    height: 14px;
}

.icon13 {
    width: 13px !important;
    height: 13px !important;
}

.icon11 {
    width: 11px !important;
    height: 11px !important;
}

.icon50 {
    width: 50px !important;
    height: 50px !important;
}

.icon70 {
    width: 70px !important;
    height: 70px !important;
}

/* ALIGN TEXT */
.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

/* FLEXBOX */
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-fit-width {
    /* flex-grow: 1; */
    flex-shrink: 0;
}

.flex-grow1 {
    flex-grow: 1;
    flex-basis: 0;
}

.flex-grow2 {
    flex-grow: 2;
}

.flex-basis {
    flex-basis: inherit !important;
}

.flex-gap10-20 {
    gap: 10px 20px;
}

.flex-gap5 {
    gap: 5px;
}

.flex-gap8 {
    gap: 8px;
}

.flex-gap10 {
    gap: 10px;
}

.flex-gap15 {
    gap: 15px;
}

.flex-gap16 {
    gap: 16px;
}

.flex-gap18 {
    gap: 18px;
}

.flex-gap20 {
    gap: 20px;
}

.flex-gap24 {
    gap: 24px;
}

.flex-gap25 {
    gap: 25px;
}

.flex-gap30 {
    gap: 30px;
}

.flex-gap32 {
    gap: 32px;
}

.flex-gap35 {
    gap: 35px;
}

.flex-gap50 {
    gap: 50px;
}

.flex-gap40 {
    gap: 40px;
}

.flex-gap80 {
    gap: 80px;
}

.flex-gap100 {
    gap: 100px;
}

.flex-gap140 {
    gap: 140px;
}

.flex-gap160 {
    gap: 160px;
}

.flex-gap175 {
    gap: 175px;
}

.flex-gap205 {
    gap: 205px;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.flex-gapauto {
    justify-content: space-between;
}

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

.flex-align-right {
    align-items: end;
}

.flex-content-center {
    justify-content: center;
}

.flex-content-arround {
    justify-content: space-around;
}

.flex-content-right {
    justify-content: end;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-1 {
    display: flex;
    flex: 1;
}

/* MORE */
.text-more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* PAGINATION */
.page-item-next,
.page-item-prev {
    background-image: url("../images/icon_arrow_right_grey.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.page-item-prev {
    background-image: url("../images/icon_arrow_left_grey.png");
}

.page-item-next:hover {
    background-image: url("../images/icon_arrow_right_white.png");
}

.page-item-prev:hover {
    background-image: url("../images/icon_arrow_left_white.png");
}

.page-aktif {
    border-bottom: 1px solid #fabe1b;
}

.pointer {
    cursor: pointer;
}

.no-pointer {
    cursor: default !important;
}

.pointer-text {
    cursor: text !important;
}

.none-pointer {
    pointer-events: none !important;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.mobile-show {
    display: none !important;
}

.mobile-flex {
    display: none !important;
}

.popup-background {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.whatsapp-link {
    position: fixed;
    background: linear-gradient(90deg, #348f50 0%, #56b4d3 100%);
    border-radius: 8px;
    padding: 8px;
    right: 15px;
    bottom: 24px;
    z-index: 100;
}

.card-whatsapp {
    border: 1px solid #95a2ad;
    border-radius: 1000px;
    padding: 9px 15px !important;
}

.card-promo-collection {
    background-color: #c83349;
    border-radius: 4px;
    padding: 2px 5px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 2px;
}

/* Height */
.h-32 {
    height: 32px;
}

.h-48 {
    height: 48px;
}

.h-500 {
    height: 500px;
}

.h-80 {
    height: 80%;
}

.h-full {
    height: 100%;
}

.web-hide {
    display: none !important;
}

/* component card catalogue vehicle */
.vehicle-image {
    width: 100%;
    border-radius: 8px;
    float: left;
    overflow: hidden;
}

.badge-count-images {
    background: rgba(26, 28, 35, 0.45);
    border-radius: 8px;
    padding: 3px 5px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
    right: 3%;
    bottom: 5%;
}

.badge-fuel {
    background: rgba(26, 28, 35, 0.45);
    border-radius: 8px;
    padding: 4px 8px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
    bottom: 5%;
    left: 3%;
}

@media (min-width: 1700px) {
    .lg-clear20 {
        height: 20px;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .lg-flex-gap15 {
        gap: 15px;
    }
}

/* SMARTPHONE */
@media (max-width: 576.5px) {
    footer {
        position: relative;
        z-index: 2;
    }

    .m-mt-min-3 {
        margin-top: -3px !important;
    }

    .m-mt-min-5 {
        margin-top: -5px !important;
    }

    .m-my-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .m-my-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .m-my-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .m-pr-0 {
        padding-right: 0px !important;
    }

    .m-pr-20 {
        padding-right: 20px !important;
    }

    .m-pt-3 {
        padding-top: 3px;
    }

    .m-pt-5 {
        padding-top: 8px;
    }

    .m-pt-8 {
        padding-top: 8px;
    }

    .m-pt-10 {
        padding-top: 10px;
    }

    .m-pt-15 {
        padding-top: 15px;
    }

    .m-pt-20 {
        padding-top: 20px;
    }

    .m-pb-23 {
        padding-bottom: 23px;
    }

    .m-pl-0 {
        padding-left: 0px;
    }

    .m-pl-20 {
        padding-left: 20px !important;
    }

    .m-pl-pr-18 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .m-py-12-px-44 {
        padding: 12px 44px;
    }

    .m-py-12-px-16 {
        padding: 12px 16px;
    }

    .m-py-24-px-16 {
        padding: 24px 16px;
    }

    .m-p-0 {
        padding: 0px !important;
    }

    .m-p-8 {
        padding: 8px !important;
    }

    .m-p-10 {
        padding: 10px !important;
    }

    .m-p-16 {
        padding: 16px;
    }

    .m-p-24 {
        padding: 24px;
    }

    .m-pl-0 {
        padding-left: 0px !important;
    }

    .m-pl-5 {
        padding-left: 5px !important;
    }

    .m-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-brand {
        flex-grow: 1;
        flex-basis: 0;
    }

    .logo-icon {
        height: 30px;
    }

    .m-img-16 {
        width: 16px;
        height: 16px;
    }

    .m-img-80-h {
        height: 80px;
    }

    .whatsapp-link {
        right: 16px;
    }

    .m-top30 {
        top: 30% !important;
    }

    .m-top61 {
        top: 61% !important;
    }

    .m-top77 {
        top: 77% !important;
    }

    .m-top80 {
        top: 80% !important;
    }

    .m-fit-content {
        width: fit-content;
    }

    .m-float-left {
        float: left !important;
    }

    .m-overflow-x {
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .m-no-overflow {
        overflow: unset;
    }

    .m-no-border {
        border: 0px;
    }

    .m-no-justify {
        justify-content: normal !important;
    }

    .m-overflow-x::-webkit-scrollbar {
        display: none;
    }

    .m-text-align-center {
        text-align: center !important;
    }

    .m-text-align-left {
        text-align: left !important;
    }

    .m-text-end {
        text-align: end !important;
    }

    .m-flex-column-reverse {
        flex-direction: column-reverse !important;
    }

    .m-clearfix {
        height: 0px;
        width: 0px;
    }

    .m-clear4 {
        height: 4px !important;
    }

    .m-clear5 {
        height: 5px !important;
    }

    .m-clear8 {
        height: 8px !important;
    }

    .m-clear10 {
        height: 10px !important;
    }

    .m-clear12 {
        height: 12px !important;
    }

    .m-clear14 {
        height: 14px !important;
    }

    .m-clear15 {
        height: 15px !important;
    }

    .m-clear16 {
        height: 16px !important;
    }

    .m-clear20 {
        height: 20px !important;
    }

    .m-clear24 {
        height: 24px !important;
    }

    .m-clear25 {
        height: 25px !important;
    }

    .m-clear30 {
        height: 30px !important;
    }

    .m-clear32 {
        height: 32px !important;
    }

    .m-clear35 {
        height: 35px !important;
    }

    .m-clear40 {
        height: 40px !important;
    }

    .m-clear50 {
        height: 50px !important;
    }

    .m-clear60 {
        height: 60px !important;
    }

    .m-clear65 {
        height: 65px !important;
    }

    .m-clear70 {
        height: 70px !important;
    }

    .m-clear80 {
        height: 80px !important;
    }

    .m-clear85 {
        height: 85px !important;
    }

    .m-clear90 {
        height: 90px !important;
    }

    .m-clear100 {
        height: 100px !important;
    }

    .m-clear110 {
        height: 110px !important;
    }

    .m-clear160 {
        height: 160px !important;
    }

    .m-clear170 {
        height: 170px !important;
    }

    .clear-footer-detail {
        height: 170px !important;
    }

    .clear-footer-home {
        height: 110px !important;
    }

    .clear-footer-other {
        height: 50px !important;
    }

    .m-row-full {
        width: 110% !important;
        margin-left: -5%;
    }

    .m-row-105 {
        width: 105% !important;
    }

    .m-row-100 {
        width: 100% !important;
    }

    .m-row-50 {
        width: 50% !important;
    }

    .m-row-70 {
        width: 70% !important;
    }

    .m-row-30 {
        width: 30% !important;
    }

    .m-row-40 {
        width: 40% !important;
    }

    .m-row-65 {
        width: 65% !important;
    }

    .m-row-90 {
        width: 90% !important;
    }

    .m-row-100 {
        width: 100% !important;
    }

    .m-text-center {
        text-align: center !important;
    }

    .m-justify-content-start {
        justify-content: start !important;
    }

    .m-justify-content-center {
        justify-content: center !important;
    }

    .m-justify-content-between {
        justify-content: space-between !important;
    }

    .m-justify-content-end {
        justify-content: end !important;
    }

    .m-height-30 {
        height: 30px !important;
    }

    .m-height-48 {
        height: 48px !important;
    }

    .m-flex-wrap {
        flex-wrap: wrap !important;
    }

    .m-text-left {
        text-align: left;
    }

    .m-no-padding {
        padding: 0px;
    }

    .m-align-items-center {
        align-items: center !important;
    }

    .m-align-items-start {
        align-items: start !important;
    }

    .m-align-items-end {
        align-items: end !important;
    }

    .m-space12 {
        width: 12px;
        float: left;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show,
    .mobile-block {
        display: block !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .custom-container,
    .half-container,
    .m-container {
        width: 90%;
        margin: 0 5%;
        float: left;
    }

    .no-container {
        width: 100%;
        margin: 0px;
    }

    .m-flex-row {
        display: flex;
        flex-direction: row !important;
    }

    .m-flex-gap0 {
        gap: 0px;
    }

    .m-flex-gap2 {
        gap: 2px;
    }

    .m-flex-gap4 {
        gap: 4px;
    }

    .m-flex-gap5 {
        gap: 5px;
    }

    .m-flex-gap8 {
        gap: 8px;
    }

    .m-flex-gap10 {
        gap: 10px;
    }

    .m-flex-gap12 {
        gap: 12px;
    }

    .m-flex-gap15 {
        gap: 15px;
    }

    .m-flex-gap16 {
        gap: 16px;
    }

    .m-flex-gap20 {
        gap: 20px;
    }

    .m-flex-gap24 {
        gap: 24px;
    }

    .m-flex-gap35 {
        gap: 35px;
    }

    .m-flex-gap40 {
        gap: 40px;
    }

    .m-flex-gap50 {
        gap: 50px;
    }

    .m-flex-gap55 {
        gap: 55px;
    }

    .m-flex-gapauto {
        justify-content: space-between;
    }

    .m-flex-grow0 {
        flex-grow: 0;
    }

    .m-flex-column {
        flex-direction: column !important;
    }

    .m-d-flex {
        display: flex !important;
    }

    .m-position-fixed {
        position: fixed !important;
    }

    .m-flex-1 {
        flex: 1;
    }

    .m-padding16 {
        padding: 16px;
    }

    .m-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .m-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .m-pt50 {
        padding-top: 50px;
    }

    .m-font8 {
        font-size: 8px !important;
        line-height: 120%;
    }

    .m-font10 {
        font-size: 10px !important;
        line-height: 120%;
    }

    .m-font11 {
        font-size: 11px !important;
        line-height: 120%;
    }

    .m-font12 {
        font-size: 12px !important;
        line-height: 120%;
    }

    .m-font14 {
        font-size: 14px !important;
        line-height: 120%;
    }

    .m-font16 {
        font-size: 16px !important;
        line-height: 120%;
    }

    .m-font18 {
        font-size: 18px !important;
        line-height: 120%;
    }

    .m-font20 {
        font-size: 20px !important;
        line-height: 120%;
    }

    .m-font22 {
        font-size: 22px !important;
        line-height: 120%;
    }

    .m-font24 {
        font-size: 24px !important;
        line-height: 120%;
    }

    .m-font25 {
        font-size: 25px !important;
        line-height: 120%;
    }

    .m-font28 {
        font-size: 28px !important;
        line-height: 120%;
    }

    .m-font30 {
        font-size: 30px !important;
        line-height: 120%;
    }

    .m-font36 {
        font-size: 36px !important;
        line-height: 120%;
    }

    .m-font40 {
        font-size: 40px !important;
        line-height: 120%;
    }

    .m-font48 {
        font-size: 48px !important;
        line-height: 120%;
    }

    .m-font45 {
        font-size: 45px !important;
        line-height: 120%;
    }

    .m-font55 {
        font-size: 55px !important;
        line-height: 120%;
    }

    .m-font64 {
        font-size: 64px !important;
        line-height: 120%;
    }

    .m-font65 {
        font-size: 65px !important;
        line-height: 120%;
    }

    .m-font14-160 {
        font-size: 14px !important;
        line-height: 160%;
    }

    .m-font16-160 {
        font-size: 16px !important;
        line-height: 160%;
    }

    .m-font24-160 {
        font-size: 24px !important;
        line-height: 160%;
    }

    .m-font36-160 {
        font-size: 36px !important;
        line-height: 160%;
    }

    .m-lh-20 {
        line-height: 20px !important;
    }

    .m-lh-24 {
        line-height: 24px !important;
    }

    .m-lineheight-110 {
        line-height: 110% !important;
    }

    .m-lineheight-120 {
        line-height: 120% !important;
    }

    .m-lineheight-130 {
        line-height: 130% !important;
    }

    .m-ic-8 {
        width: 8px !important;
        height: 8px;
    }

    .m-ic-14 {
        width: 14px !important;
        height: 14px !important;
    }

    .m-ic-20 {
        width: 20px;
        height: 20px;
    }

    .m-ic-28 {
        width: 28px;
        height: 28px;
    }

    .m-icon14 {
        width: 14px;
        height: 14px;
    }

    .m-icon16 {
        width: 16px !important;
        height: 16px !important;
    }

    .m-icon24 {
        width: 24px !important;
        height: 24px !important;
    }

    .m-icon40-h {
        height: 40px !important;
    }

    .m-icon50 {
        width: 50px !important;
        height: 50px !important;
    }

    .m-icon80 {
        width: 80px !important;
        height: 80px !important;
    }

    .m-b-500 {
        font-weight: 500 !important;
        font-family: "Medium", sans-serif;
    }

    .m-b-600 {
        font-weight: 600;
        font-family: "Medium", sans-serif;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 12px;
    }

    .m-bg-transparent {
        background: transparent !important;
    }

    .m-bg-white {
        background-color: #ffffff !important;
    }

    .m-bg-dark-secondary,
    .m-bg-dark-secondary-hover:hover {
        background-color: #2a2438 !important;
    }

    .m-bg-dark-primary,
    .m-bg-dark-primary-hover:hover {
        background-color: #0e0f13 !important;
    }

    .m-bg-dark-thirth,
    .m-bg-dark-thirth-hover:hover {
        background-color: #1b2a41 !important;
    }

    .m-center {
        display: flex;
        justify-content: center;
    }

    .nav-link.active,
    .nav-link:hover {
        border-bottom: 1px solid #d9d9d9;
    }

    .header {
        padding: 0px !important;
    }

    .wrapper-bank {
        padding: 0px;
    }

    .wrapper-img-bank {
        width: 55px;
        height: 35px;
    }

    .footer-img {
        width: 120px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1445px) {
    .l-clear210 {
        width: 100%;
        height: 210px;
        float: left;
    }
}
