@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Medium.eot");
    src: url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/Montserrat-Medium.woff2") format("woff2"),
        url("fonts/Montserrat-Medium.woff") format("woff"),
        url("fonts/Montserrat-Medium.ttf") format("truetype"),
        url("fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-ExtraBold.eot");
    src: url("fonts/Montserrat-ExtraBold.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/Montserrat-ExtraBold.woff2") format("woff2"),
        url("fonts/Montserrat-ExtraBold.woff") format("woff"),
        url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "LEMON MILK";
    src: url("fonts/LEMONMILK-MediumItalic.eot");
    src: url("fonts/LEMONMILK-MediumItalic.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/LEMONMILK-MediumItalic.woff2") format("woff2"),
        url("fonts/LEMONMILK-MediumItalic.woff") format("woff"),
        url("fonts/LEMONMILK-MediumItalic.ttf") format("truetype"),
        url("fonts/LEMONMILK-MediumItalic.svg#LEMONMILK-MediumItalic")
            format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "LEMON MILK";
    src: url("fonts/LEMONMILK-RegularItalic.eot");
    src: url("fonts/LEMONMILK-RegularItalic.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/LEMONMILK-RegularItalic.woff2") format("woff2"),
        url("fonts/LEMONMILK-RegularItalic.woff") format("woff"),
        url("fonts/LEMONMILK-RegularItalic.ttf") format("truetype"),
        url("fonts/LEMONMILK-RegularItalic.svg#LEMONMILK-RegularItalic")
            format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "LEMON MILK";
    src: url("fonts/LEMONMILK-Regular.eot");
    src: url("fonts/LEMONMILK-Regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/LEMONMILK-Regular.woff2") format("woff2"),
        url("fonts/LEMONMILK-Regular.woff") format("woff"),
        url("fonts/LEMONMILK-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "LEMON MILK";
    src: url("fonts/LEMONMILK-Medium.eot");
    src: url("fonts/LEMONMILK-Medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/LEMONMILK-Medium.woff2") format("woff2"),
        url("fonts/LEMONMILK-Medium.woff") format("woff"),
        url("fonts/LEMONMILK-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Consolas";
    src: url("fonts/Consolas.eot");
    src: url("fonts/Consolas.eot?#iefix") format("embedded-opentype"),
        url("fonts/Consolas.woff2") format("woff2"),
        url("fonts/Consolas.woff") format("woff"),
        url("fonts/Consolas.ttf") format("truetype"),
        url("fonts/Consolas.svg#Consolas") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --lemonMilk: "LEMON MILK";
    --baseFont: "Montserrat";
    --stFont: "Consolas";
    --white: #fff;
    --black: #000;
    --baseColor: var(--black);
    --darkColor: #1c1e29;
    --darkBg: #5c5c5c;
    --darkBg2: #30323c;
    --primary: #050505;
    --primaryDark: #000;
    --primaryLight: #171717;
    --secondary: #adadad;
    --secondaryDark: #6f6f6f;
    --lightBg: #fffcf7;
    --lightBg2: #f3eee6;
    --ddBgColor: #fff;
    --ddBgColor2: #d6d6d6;
    --border-color: #e2e8f0;
    --borderColor: #cbcbcb;
}
html,
body {
    /* overflow-x: hidden; */
    overflow-y: unset;
}
body {
    font-family: var(--baseFont);
    color: var(--baseColor);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a,
.btn {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
}
p {
    font-weight: 300;
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--lemonMilk);
    font-style: italic;
}
.stFont {
    font-family: var(--stFont);
}
.fw-eBold {
    font-weight: 800;
}
.btn {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    border-radius: 0;
    clip-path: polygon(
        18px 0,
        100% 0,
        100% 70%,
        calc(100% - 18px) 100%,
        0 100%,
        0 30%
    );
    padding: 10px 25px;
}
.btnPrimary {
    --shadowColor: var(--white);
    background-color: var(--primary);
    color: var(--white);
}
.btnSecondary {
    --shadowColor: var(--white);
    background-color: var(--secondary);
    color: var(--white);
}
.btnOutline {
    border-color: var(--primaryDark);
    background-color: var(--white);
    color: var(--black);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 100% 100%, 0 100%, 0 12%);
}
.btn-outline-primary {
    clip-path: none;
    border-color: var(--primaryDark);
    background-color: var(--white);
    color: var(--black);
    padding: 10px 12px;
}
.btn-check:checked + .btn-outline-primary {
    color: var(--white);
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
}
.btn-check + .btn-outline-primary:hover {
    color: var(--white);
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
}
.btnPrimary:hover,
.btnPrimary:active,
.btnPrimary:first-child:active,
.btnPrimary:focus-visible {
    background-color: var(--primaryDark);
    color: var(--white);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 100% 100%, 0 100%, 0 12%);
}
.btnSecondary:hover,
.btnSecondary:active,
.btnSecondary:first-child:active,
.btnSecondary:focus-visible {
    background-color: var(--secondaryDark);
    color: var(--white);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 100% 100%, 0 100%, 0 12%);
}
.btnOutline:hover,
.btnOutline:active,
.btnOutline:first-child:active,
.btnOutline:focus-visible,
.btnDark:hover,
.btnDark:focus-visible {
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
    color: var(--white);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 100% 100%, 0 100%, 0 12%);
}
.btnLight {
    --shadowColor: var(--white);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
}
.btnLight:hover,
.btnLight:active,
.btnLight:first-child:active,
.btnLight:focus-visible {
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9);
    color: var(--white);
}
.btnDark {
    --shadowColor: var(--white);
    background-color: rgba(0, 0, 0, 0.95);
    color: var(--white);
}
.btn {
    --bs-btn-active-bg: #ccc2f8;
    --bs-btn-active-border-color: #4f23e1;
}
.btnDark:hover,
.btnDark:focus-visible {
    /* background-color: rgba(0,0,0,.95);
	color: var(--white); */
}
.primary {
    color: var(--primary);
}
.primaryDark {
    color: var(--primaryDark);
}
.primaryLight {
    color: var(--primaryLight);
}

/* menu toggle */
.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 5;
    /* overflow: hidden; */
}
.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: var(--black);
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}
.bar1 {
    top: 0;
}
.bar2,
.bar3 {
    top: 9px;
}
.bar3 {
    right: 0;
}
.bar4 {
    bottom: 0;
}
.actNav .hamburger > .bar1 {
    transform: translateX(40px);
    background-color: transparent;
}
.actNav .hamburger > .bar2 {
    transform: rotate(45deg);
}
.actNav .hamburger > .bar3 {
    transform: rotate(-45deg);
}
.actNav .hamburger > .bar4 {
    transform: translateX(-40px);
    background-color: transparent;
}
/* menu toggle */

.headerSection {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
}
.headerSection > .container {
    padding: 20px 0;
}
.fixedHeader .headerSection {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logoCol {
    position: relative;
    margin: -15px 0;
}
.logoCol img {
    display: block;
    height: 120px;
    max-width: unset;
    margin-bottom: -45px;
    background-color: #fff;
    padding: 10px;
}
.darkLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out 0s;
    -o-transition: opacity 300ms ease-in-out 0s;
    transition: opacity 300ms ease-in-out 0s;
}
.fixedHeader .darkLogo {
    opacity: 1;
}

.menuCol {
    padding-left: 40px;
    font-family: var(--lemonMilk);
    font-style: italic;
}
.menuCol > ul > li {
    display: inline-block;
}
.menuCol > ul > li + li {
    margin-left: 30px;
}
.nav-right > .menuCol > ul > li + li {
    margin-left: 10px;
}
.menuCol li > a {
    color: var(--black);
    font-size: 16px;
    display: block;
}
.menuCol > ul > li > a {
    position: relative;
    text-transform: uppercase;
}

/* .menuColMain {
    padding-left: 40px;
} */
.btn.headerBtn {
    padding: 0;
    border: 0;
    color: var(--black);
    font-size: 16px;
}
.btn.headerBtn:hover {
    opacity: 0.8;
}
.btn.headerBtn:active {
    color: var(--black);
    background-color: transparent;
}

.btn.headerBtn span img {
    width: 20px;
}

.lightBg {
    background-color: var(--white);
}
.darkBg {
    background-color: var(--darkBg);
}
.darkBg2 {
    background-color: var(--darkBg2);
}
.darkColor {
    color: var(--darkColor);
}
.spaceTop {
    margin-top: 128px;
}
.sectionSpace {
    padding: 100px 0;
}
.sectionSpaceSm {
    padding: 60px 0;
}
.titleCol {
    padding-bottom: 40px;
}
.lgTitle {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
}
.titleCol p {
    font-size: 18px;
}
.advertisment-bar {
    background: var(--darkBg);
    padding: 8px;
    text-align: center;
    font-size: 14px;
    color: var(--white);
}
/* Banner Section */

.bannerSection {
    background-color: var(--white);
    color: var(--black);
    padding: 128px 0 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bannerInner h1 {
    font-size: 140px;
    line-height: 0.8;
    margin-top: 30px;
    letter-spacing: -0.07em;
}
.bannerInner {
    max-width: 880px;
    margin: 0 auto;
}
.bannerLink a span.blStyle1 {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3px 8px 2px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    opacity: 1;
}
.bannerLink a {
    font-size: 14px;
}
.bannerLink a span {
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
}
.bannerLink a span + span {
    margin-left: 15px;
}
.bannerLink a span svg {
    width: 20px;
}
.bannerBtn {
    margin-top: 60px;
}
.bannerBtn > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.bannerBtn a.btn {
    min-width: 200px;
}
.bannerBtn > ul > li + li {
    margin-left: 15px;
}
.carousel-item img {
    max-height: 70vh;
    object-fit: cover;
}
.border-radius-1 {
    border-radius: 16px;
}
.carousel-caption {
    bottom: 100px;
    text-align: start;
    left: 0;
    width: 100%;
}
.carousel-caption h1,.carousel-caption p {
    max-width: 600px;
}
.carousel-caption p {
    font-size: 20px;
}
/* services Section */
.serviceContent {
    border-radius: 10px;
    overflow: hidden;
}
.cardStyle {
    height: 100%;
    position: relative;
}
.cardStyle::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -12px;
    border-bottom: 1px solid var(--borderColor);
}
.serviceCol {
    --borderColor: #e8e8e8;
    border-right: 1px solid var(--borderColor);
}
/* .serviceCol::after {
  background-color: var(--borderColor);
  right: 0;
  top: 10%;
  content: '';
  display: block;
  height: 80%;
  position: absolute;
  width: 1px;
} */
.fullLink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.cardStyle .linkArrow {
    width: 24px;
    position: absolute;
    right: 35px;
    top: 35px;
    color: #b1b1b1;
    -webkit-transition: color 300ms ease-in-out 0s;
    -o-transition: color 300ms ease-in-out 0s;
    transition: color 300ms ease-in-out 0s;
}
.cardStyle:hover .linkArrow {
    color: var(--primary);
}
.g-2p,
.gy-2p {
    --bs-gutter-y: 2px;
}
.g-2p,
.gx-2p {
    --bs-gutter-x: 2px;
}
.csIconCol span,
.csIconCol i svg {
    font-size: 50px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    color: var(--primaryDark);
}
.csIconCol + .csContentCol {
    margin-top: 20px;
}
.csContentCol h4 {
    font-size: 25px;
}
.csContentCol h4 + p {
    margin-top: 20px;
}
.csContentCol p {
    line-height: 1.68;
    /* opacity: 0.7; */
    color: var(--black);
}

.typewriterColMain {
    background-color: #41454d;
    border-radius: 10px;
    overflow: hidden;
    padding-inline-start: 50px;
    padding-block-start: 50px;
}
.typewriterCol {
    width: 100vw;
    background-color: #232326;
    border-radius: 10px 0 0 0;
}
.screenTopDots {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.screenTopDots ul {
    display: inline-flex;
}
.screenTopDots li {
    --dotSize: 12px;
    width: var(--dotSize);
    height: var(--dotSize);
    border-radius: 100%;
    background-color: var(--white);
    opacity: 0.1;
}
.screenTopDots li + li {
    margin-left: 0.5rem;
}
.textHighlight {
    color: #b9dd6d;
}
.typewriterBodyText {
    height: 250px;
    overflow: hidden;
}
.contentCol p {
    line-height: 1.5;
}

.cardStyle2 {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #e5e5e5;
}
.centerArrowlinkCol {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--white);
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out 0s;
    -o-transition: opacity 300ms ease-in-out 0s;
    transition: opacity 300ms ease-in-out 0s;
    pointer-events: none;
}
.cardStyle2:hover .centerArrowlinkCol {
    opacity: 1;
}
.cs2ImgCol {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.cardStyle2:hover .cs2ImgCol {
    opacity: 0.4;
}
.cHfull,
.cH1,
.cH2,
.cH3 {
    width: 100%;
    object-fit: cover;
    object-position: center top;
}
.cH1 {
    height: 314px;
}
.cH2 {
    height: 220px;
}
.cH3 {
    height: 135px;
}
.cHfull {
    height: 552px;
}
.minWdFrame {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.minWdFrame > * {
    min-width: 1566px;
}
.btmFadeCol {
    position: relative;
}
.btmFadeCol::before,
.btmFadeCol::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 150px;
    background: linear-gradient(
        to bottom,
        rgba(28, 30, 41, 0) 0%,
        var(--white) 100%
    );
    pointer-events: none;
}
.frameBtmText {
    padding-top: 80px;
    margin: 0 auto;
    max-width: 580px;
    font-size: 20px;
    text-align: center;
}

/*****/
.swiper-wrapper {
    height: unset !important;
}
.mdTitleWidth {
    max-width: 750px;
    margin: 0 auto;
}
.mdTitleWidth {
    max-width: 700px;
}
.testimonialSlider .swiper-slide {
    background-color: #f5f7f8;
    padding: 30px;
    position: relative;
    height: auto;
}
.tSliderCol {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.tSliderCol > p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
}
.tStar {
    margin-bottom: 20px;
}
.reviewText {
    margin-bottom: 20px;
}
.reviewText p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}
.tUserCol {
    opacity: 0.7;
    margin-top: auto;
}
.testimonialCol {
    position: relative;
    padding-bottom: 60px;
}
.tswiperBtn {
    width: 136px;
    bottom: -40px;
    position: absolute;
    right: 0;
    height: 60px;
}
.tswiperBtn .swiper-button-next:after,
.tswiperBtn .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600;
}
.tswiperBtn .swiper-button-next,
.tswiperBtn .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 2px solid #4f5057;
    background-color: transparent;
    border-radius: 50px;
    color: var(--darkColor);
    padding: 16px;
    margin: 0;
    top: 0;
}
.tswiperBtn .swiper-button-next {
    right: 0;
}
.tswiperBtn .swiper-button-prev {
    left: 0;
}
.tswiperBtn .swiper-button-next.swiper-button-disabled,
.tswiperBtn .swiper-button-prev.swiper-button-disabled {
    opacity: 0.6;
}
.tpImg {
    width: 130px;
    margin-bottom: 15px;
}
.tpContent > p {
    margin: 0;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 500;
}
.tpContent > p > span {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.tpContent > p > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #d9d9d9;
}

/* newsletter */
.newsletterSection {
    background-color: #e9e9e9;
    color: var(--black);
    padding: 50px 0;
}
.nlCol {
    margin: 0 auto;
    max-width: 800px;
}
.nlTitle {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
}
.nlFormCol {
    position: relative;
    font-size: 20px;
}
.form-control {
    font-size: 16px;
    border-radius: 0;
    padding: 10px 16px;
}
.nlSubmitBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    padding: 6px 30px 10px;
    border: none;
    background-color: var(--white);
    color: var(--primary);
    border-radius: 40px;
    -webkit-transition: opacity 300ms ease-in-out 0s;
    -o-transition: opacity 300ms ease-in-out 0s;
    transition: opacity 300ms ease-in-out 0s;
}
.nlSubmitBtn:hover {
    opacity: 0.8;
}
.form-control:focus-visible,
.form-control:focus,
.form-control:focus-within {
    box-shadow: none;
    outline-color: #005cb2;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
}

/* footer */
.footerSection {
    background-color: #282828;
    color: var(--white);
    padding: 60px 0 40px;
    font-size: 16px;
}
.footerLogo {
    width: 100px;
}
.footerTitle {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* font-weight: 300; */
    opacity: 0.66;
    letter-spacing: 1px;
}
.footerLinks a:hover,
.fIconListCol a:hover,
.addressCol a:hover {
    /* opacity: 0.5; */
    color: var(--primaryDark);
}
.footerLinks li + li {
    margin-top: 8px;
}
.footerBtmCol {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}
.socialLinks {
    display: flex;
    gap: 10px;
}
.socialLinks a {
    color: var(--white);
}
.socialLinks a:hover {
    color: var(--primaryDark);
}
.footerIconList li + li {
    margin-top: 15px;
}
.fIconListCol {
    max-width: 220px;
}

.xlContainer {
    padding-inline-start: 4vw;
    padding-inline-end: 4vw;
}
.swiper.testimonialSlider {
    overflow: initial;
}
/** dropdown **/

.togglerIcon::after,
.ddMenuCol {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.togglerIcon::after {
    content: "";
    height: 7px;
    right: 0;
    position: absolute;
    width: 11px;
    background-image: url("../images/angle-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translate(0, -50%);
}
.dropdownMenu > ul,
.dropdownContent {
    padding: 10px 25px 15px;
}
.dropdownMenu a {
    padding: 5px 0;
}
.sMenuArrow {
    transform: translateY(1px);
}
.menuCol > ul > li.dropdownParent {
    position: relative;
}
.menuCol > ul > li.dropdownParent > a {
    position: relative;
    /* padding-right: 15px; */
}

.menuCol a span {
    display: inline-block;
    vertical-align: middle;
}
.menuCol a span:last-child {
    font-size: 15px;
    padding-left: 4px;
    opacity: 0.6;
}
.dropdownContent {
    background-color: var(--ddBgColor2);
    /* padding: 30px; */
    border-radius: 0 0 10px 10px;
}
.dropdownContentText p {
    margin: 0;
}
.dropdownContentText p {
    margin: 0 0 10px;
    font-size: 14px;
}
.copyrightIcon {
    font-size: inherit;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

/* about page */
.bannerSection.innerPageBanner {
    min-height: auto;
    padding: 150px 0 70px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border: none;
    background: none;
    max-width: 100dvw;
}
.bannerSection.innerPageBanner::before,
.bannerSection.innerPageBanner::after {
    content: "";
    position: absolute;
    width: 30%;
    top: 0;
    bottom: 0;
}
.bannerSection.innerPageBanner::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(27, 30, 42, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.bannerSection.innerPageBanner::after {
    right: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(27, 30, 42, 1) 100%
    );
}
.bannerGPattern {
    position: absolute;
    overflow: hidden;
    background-color: #1b1e2a;
    z-index: 0;
    min-width: 1920px;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.bannerGPattern::before,
.bannerGPattern::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 6;
    height: 40%;
}
.bannerGPattern::before {
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(27, 30, 42, 1) 0%,
        rgba(27, 30, 42, 1) 30%,
        rgba(0, 0, 0, 0) 100%
    );
}
.bannerGPattern::after {
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(27, 30, 42, 1) 70%,
        rgba(27, 30, 42, 1) 100%
    );
}
.noise {
    position: absolute;
    inset: 0;
    background-image: url("../images/noise-patern.svg");
    background-repeat: repeat;
    z-index: 10;
    background-size: 500px auto;
    opacity: 0.5;
}
.denterGShape {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) rotate(30deg);
    background-color: #291a31;
    width: 800px;
    height: 250px;
    filter: blur(120px);
    z-index: 7;
}
.pBefore {
    top: -20%;
    right: 10%;
    transform: rotate(35deg);
    z-index: 5;
}
.pAfter {
    top: -20%;
    left: 25%;
    transform: rotate(-40deg);
}
.pBefore,
.pAfter {
    position: absolute;
    width: 150%;
    height: 60%;
}
.pBefore::before,
.pBefore::after,
.pAfter::before,
.pAfter::after {
    content: "";
    display: block;
    height: 50%;
}
.pBefore::before {
    background: linear-gradient(rgba(147, 52, 52, 0) 20%, #342636 100%);
}
.pBefore::after {
    background: linear-gradient(#211924 20%, rgba(147, 52, 52, 0) 100%);
}
.pAfter::before {
    background: linear-gradient(rgba(147, 52, 52, 0) 20%, #1c2333 100%);
}
.pAfter::after {
    background: linear-gradient(#161b26 20%, rgba(147, 52, 52, 0) 100%);
}

.innerPageBannerContent {
    display: flex;
    flex-direction: column;
    min-height: 400px;
    justify-content: center;
}
.bannerContent {
    margin: 0 auto;
    max-width: 950px;
}

.bannerContent p {
    font-size: 20px;
}
.bannerContent h1 {
    font-size: 80px;
    line-height: 1;
}
.videoImgCol {
    position: relative;
    width: 100%;
    padding-bottom: calc(416 / 692 * 100%);
    overflow: hidden;
}
img.videoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    cursor: pointer;
}
#videoModal .btn-close {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}
.mdTitle {
    font-size: 40px;
    line-height: 1.1;
}
.contentCol p.smText {
    font-size: 15px;
    line-height: 1.4;
}

/*   /about page */

/* Ecosystem page start */
.cardStyle3 {
    --card-padding: 24px;
    --radius: 12px;
    --borderColor: #eaeaea;
    --cardBg: var(--white);
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--card-padding);
    border-radius: var(--radius);
    background-color: var(--cardBg);
    border: 1px solid var(--borderColor);
    transition-property: border-color, background-color;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}
.cardStyle3.cs3Hover:hover {
    --borderColor: #999;
    --cardBg: #f9f8fb;
}
.cs3ImgCol {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    padding-top: 5px;
    padding-bottom: 30px;
}
.sc3Img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.cs3ContentCol h4 {
    font-size: 20px;
    font-weight: 600;
}
.cs3ContentCol p {
    /* font-size: 14px; */
}
.cs3ContentCol > p:last-child,
.cs4ContentCol > p:last-child {
    margin-bottom: 0;
}
.cardStyle4 {
    padding: 24px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color 500ms ease-in-out 0s;
    -o-transition: border-color 500ms ease-in-out 0s;
    transition: border-color 500ms ease-in-out 0s;
}
.cardStyle4.cs4Hover:hover {
    border-color: #44407b;
}
.cs4IconCol {
    height: 40px;
    margin-bottom: 25px;
}
.cs4IconCol svg,
.cs4IconCol img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.fz-8 {
    font-size: 80%;
}

/*   /Ecosystem page end */

/* Pricing Page*/
.duraionCheck {
    border: 2px solid var(--primary);
    border-radius: 40px;
    padding: 4px;
    cursor: pointer;
}
.duraionCheck::before {
    content: attr(data-checked);
}
.duraionCheck::after {
    content: attr(data-unchecked);
}
.duraionCheck::before,
.duraionCheck::after {
    display: inline-block;
    padding: 6px 15px 8px;
    border-radius: 30px;
    font-size: 14px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.pricingCheck:checked + .duraionCheck::before,
.pricingCheck:not(:checked) + .duraionCheck::after {
    background-color: var(--primary);
    color: var(--white);
}

.monthlyPlans,
.yearlyPlans {
    display: none;
}
.visiblePlan.yearlyPlans,
.visiblePlan.monthlyPlans {
    display: block;
    opacity: 1;
    visibility: visible;
}
.pricingTableCol {
    padding-top: 30px;
}

.planCol {
    --xSpace: 30px;
    --ySpace: 15px;
    --borderColor: rgba(0, 0, 0, 0.1);
    border: 1px solid var(--borderColor);
    border-radius: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.planCol.popularCard::before {
    content: "Most Popular";
    position: absolute;
    left: 50%;
    top: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: var(--borderColor);
    font-size: 12px;
    padding: 3px 10px 5px;
    border-radius: 30px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}
.planCol.popularCard {
    --borderColor: var(--primary);
}
.planHeader,
.priceColBody {
    padding: calc(var(--ySpace) * 2) var(--xSpace);
    font-size: 15px;
}
.priceHighlight {
    padding: var(--ySpace) var(--xSpace);
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    background-color: var(--lightBg);
    text-align: center;
    font-weight: 600;
}
.optionTextCol {
    display: flex;
}
.optionCheck {
    color: var(--primaryDark);
    font-size: 22px;
    padding-top: 2px;
    margin-right: 5px;
}
.planHeader h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.planHeader p {
    margin-bottom: 5px;
}
.planPriceCol {
    display: flex;
    align-items: center;
}
.planPriceCol > span {
    font-size: 60px;
    font-weight: 700;
}
.planPriceCol > span + sub {
    margin-left: 5px;
    line-height: 1;
    font-size: 1rem;
    font-weight: 700;
}
.planPriceCol > span + sub > span {
    display: block;
}
.priceBtnCol {
    margin-top: 30px;
}
.priceOptionList > li + li {
    margin-top: 10px;
}
.priceColBody {
    margin-top: auto;
}

.priceBtnCol .btnDark {
    /* --shadowColor: var(--primary); */
    --shadowColor: var(--black);
}
.planTypeTriggers {
    display: flex;
}
.mbPriceTypeTrigger {
    flex: 1 1 auto;
    border: none;
    padding: 12px 10px 14px;
    font-weight: 700;
    background-color: #f5f5f5;
    border-top: 2px solid transparent;
}
.mbPriceTypeTrigger + .mbPriceTypeTrigger {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mbPriceTypeTrigger.active {
    border-top-color: var(--primary);
}

.featuresTable table > thead > tr > th:first-child,
.featuresTable table > thead > tr > td:first-child,
.featuresTable table > tbody > tr > th:first-child,
.featuresTable table > tbody > tr > td:first-child {
    text-align: left;
}
.featuresTable th.thLgText {
    font-size: 26px;
    font-weight: 500;
}
.featuresTable th {
    font-size: 18px;
    font-weight: 500;
}
.pricingDl {
    margin: 0;
}
.pricingDl dd {
    margin: 0 0 5px;
    line-height: 1.2;
    font-size: 15px;
}
.pricingDl dt {
    font-weight: normal;
    font-size: 18px;
}
.featureRowBg > th {
    background-color: #f6f4fd;
}
.featuresTable td {
    font-size: 15px;
}
.featuresTable table > tbody > tr > th,
.featuresTable table > tbody > tr > td {
    padding-left: 15px;
    padding-right: 15px;
}
.featuresTable table > tbody > tr > td:first-child {
    width: 450px;
}
.featuresTable table > thead > tr > th:nth-child(3),
.featuresTable table > thead > tr > th:nth-child(4),
.featuresTable table > tbody > tr > th:nth-child(3),
.featuresTable table > tbody > tr > th:nth-child(4),
.featuresTable table > tbody > tr > td:nth-child(3),
.featuresTable table > tbody > tr > td:nth-child(4) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.featuresTable table > tbody > tr:not(.featureRowBg):hover > td {
    background-color: #faf9fd;
}
.faqContent {
    width: 800px;
}
.faqTitle {
    font-size: 30px;
    font-weight: 700;
}
.accordionStyle1 .accordion-item + .accordion-item {
    /* margin-top: 10px; */
}

.accordionStyle1 .accordion-item {
    --bs-accordion-btn-padding-y: 15px;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-body-padding-y: 10px;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-color: var(--white);
    --bs-accordion-btn-color: var(--bs-accordion-color);
    --bs-accordion-active-color: var(--bs-accordion-color);
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-active-bg: var(--bs-accordion-bg);
    --bs-accordion-border-colo: var(--bs-accordion-bg);
    border: none;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-plus' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5l0 14' /%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-minus' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");
}
.accordionStyle1 .accordion-button:not(.collapsed),
.accordionStyle1 .accordion-button:focus {
    box-shadow: none;
}
.accordionStyle1 .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.accordionStyle1 .accordion-button {
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faqRow + .faqRow {
    margin-top: 30px;
}

.planDuration {
    overflow: hidden;
}
.careerCardContent {
    width: 750px;
}
.applyBtn {
    width: 120px;
}
.careerCardContent .btnPrimary,
.btnPrimary.viewMoreBlogTrigger {
    --shadowColor: var(--darkBg);
}
.careerCardContent h6 {
    font-size: 22px;
    margin-bottom: 5px;
}
.cLbl {
    font-size: 12px;
    letter-spacing: 1px;
}
.careerCard {
    background-color: #fbfaff;
    padding: 50px 40px;
    border-radius: 8px;
}
.careerTitle {
    font-size: 30px;
    line-height: 1.1;
}
.careerCard + .careerCard,
.careerCardContent + .careerCardContent {
    margin-top: 30px;
}

/* Blog page */
.blogCard {
    background-color: #f9f9ff;
}
.blogCardImgCol {
    position: relative;
    width: 100%;
    padding-bottom: calc(220 / 460 * 100%);
    overflow: hidden;
}
.blogCardImgCol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    -webkit-transition: transform 800ms ease-in-out 0s;
    -o-transition: transform 800ms ease-in-out 0s;
    transition: transform 800ms ease-in-out 0s;
}
.blogCardContentCol,
.authorInfoCol {
    --bCardXSpace: 25px;
    --bCardYSpace: 15px;
    padding: var(--bCardYSpace) var(--bCardXSpace);
}
.authorInfoCol {
    border-top: 1px solid #e5e8fd;
    padding-bottom: calc(var(--bCardYSpace) + 8px);
    margin-top: auto;
}
.uImgCol {
    --avatarSize: 46px;
    display: block;
    width: var(--avatarSize);
    height: var(--avatarSize);
}
.uImgCol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.authorName,
.authorDate {
    display: block;
    line-height: 1.2;
}
.authorName + .authorDate {
    margin-top: 4px;
}
.authorName {
    font-size: 18px;
}
.bCardTitle {
    font-size: 20px;
    margin-bottom: 10px;
}
.bCardDesc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6f6a80;
}
.bCardDesc:last-child {
    margin-bottom: 8px;
}
.categoryTags {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.categoryTags:not(:last-child) {
    margin-bottom: 8px;
}
.authorDate {
    opacity: 0.6;
    font-size: 14px;
}
.tagStyle {
    display: inline-block;
    padding: 4px 12px 5px;
    background-color: #e5e8fd;
    color: var(--primaryDark);
    margin: 4px 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
}
.blogCard {
    background-color: #f9f9ff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.blogCard:hover .blogCardImgCol img {
    /* -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); */
}

.btn.viewMoreBlogTrigger {
    display: inline-block;
}
.btn.viewMoreBlogTrigger > span {
    display: inline-block;
    vertical-align: middle;
}
.btn.viewMoreBlogTrigger > span + span {
    margin-left: 4px;
}
.viewMoreBlogTrigger {
    min-width: 180px;
}

.innerPageBannerContent.innerPageBannerContentMd {
    min-height: 200px;
}
.tcContent h3 {
    font-size: 26px;
    font-weight: 400;
}
.tcContent {
    margin: 0 auto;
    max-width: 900px;
}
.tcContent p + h3 {
    margin-top: 30px;
    padding-bottom: 5px;
}
.tcContent p {
    line-height: 1.6;
}
.tcContent a {
    color: var(--primaryDark);
}
.tcContent a:hover {
    color: var(--primaryDark);
    text-decoration: underline;
}
ul.listStyle1 {
    list-style-type: initial;
    margin-left: 25px;
}
ul.listStyle1 > li + li {
    margin-top: 10px;
}

.imprintSection {
    margin: 0 auto;
    max-width: 800px;
}
.imprintSection dd + dt {
    padding-top: 20px;
}
.imprintSection a {
    color: var(--primaryDark);
}
.imprintSection dt {
    font-size: 18px;
    font-weight: 500;
}
.imprintSection address strong {
    font-size: 20px;
    font-weight: 500;
}
.imprintSection strong {
    font-weight: 500;
}
.contactRightCol {
    max-width: 250px;
}

.customRadio {
    position: relative;
}
.cRadioCol {
    --borderColor: rgba(0, 0, 0, 0.1);
    --right: 15px;
    --rWd: 20px;
    background-color: var(--white);
    border: 1px solid var(--borderColor);
    display: block;
    height: 100%;
    padding: 15px 40px 15px 10px;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.customRadio > input[type="radio"]:checked + .cRadioCol,
.cRadioCol:hover {
    border-color: var(--primaryDark);
    color: var(--primary);
    background-color: #f9f8ff;
    transform: translate(-2px, -2px);
    box-shadow: 3px 3px var(--darkBg);
}
.cRadioIcon {
    --rIconSize: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--rIconSize);
    height: var(--rIconSize);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: border-color 300ms ease-in-out 0s;
    -o-transition: border-color 300ms ease-in-out 0s;
    transition: border-color 300ms ease-in-out 0s;
}
.customRadio > input[type="radio"]:checked + .cRadioCol .cRadioIcon {
    border-color: var(--primaryLight);
}
.customRadio > input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.cRadioCol::before,
.cRadioCol::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.cRadioCol::before {
    right: var(--right);
    width: var(--rWd);
    height: var(--rWd);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color 300ms ease-in-out 0s;
    -o-transition: border-color 300ms ease-in-out 0s;
    transition: border-color 300ms ease-in-out 0s;
}
.cRadioCol::after {
    right: calc(var(--right) + 5px);
    width: calc(var(--rWd) / 2);
    height: calc(var(--rWd) / 2);
    background-color: var(--primaryDark);
    -webkit-transition: opacity 300ms ease-in-out 0s;
    -o-transition: opacity 300ms ease-in-out 0s;
    transition: opacity 300ms ease-in-out 0s;
    opacity: 0;
}
.customRadio > input[type="radio"]:checked + .cRadioCol::after {
    opacity: 1;
    background-color: var(--primaryDark);
}
.customRadio > input[type="radio"]:checked + .cRadioCol::before {
    border-color: var(--primaryDark);
}
.cRadioTitle,
.cRadioText {
    display: block;
    line-height: 1.2;
}
.cRadioTitle {
    font-weight: 500;
}
.cRadioTitle + .cRadioText {
    margin-top: 2px;
}
.minWdBtn {
    min-width: 160px;
}
.payForm .cRadioCol {
    padding: 15px;
}
.payForm .cRadioTitle {
    margin-top: 10px;
}
.payForm .cRadioCol::before,
.payForm .cRadioCol::after {
    display: none;
}
.cardInfoField .form-control {
    border: none;
    padding-left: 8px;
    padding-right: 8px;
}
.cardInfoField .form-control:focus {
    box-shadow: none;
}
.cardIconLbl {
    width: 35px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    opacity: 0.5;
}
#expirationInput {
    width: 80px;
    text-align: center;
}
.cardInfoField {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.payForm h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
#cardNumberInput,
#expirationInput {
    background-color: transparent;
}
.payForm {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    border-radius: 8px;
}
.payFormTopCol,
.payFormMiddleCol,
.payBtnCol {
    padding: 10px 20px;
}
.switchStyle {
    --mHeight: 22px;
    --switchWidth: 40px;
    --leftSpace: calc(var(--switchWidth) + 10px);
    padding-left: var(--leftSpace);
    min-height: var(--mHeight);
}
.switchStyle .form-check-input {
    height: var(--mHeight);
    width: var(--switchWidth);
    margin-left: calc(-1 * var(--leftSpace));
}

.checkoutTd p {
    margin-bottom: 5px;
}
.planName {
    display: block;
    font-weight: 500;
    font-size: 30px;
    color: var(--primaryDark);
}
.switchStyle .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.checkoutTd {
    padding: 10px 15px;
}
.checkoutTable hr {
    margin: 8px 0;
}
.checkoutTable {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0 10px;
    border-radius: 10px;
}
.checkoutLbl {
    font-weight: 500;
}
.totalLbl,
.totalColVal {
    font-size: 20px;
}
.switchStyle .form-check-label {
    padding-top: 3px;
}

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

/*************************
*** MEDIA-QUARY START ***
***************************/

@media (min-width: 992px) {
    .ddMenuCol {
        padding-top: 20px;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        /* transform: scaleY(0) translateX(-50%); */
        transform-origin: center top;
        opacity: 0;
        min-width: 260px;
        display: block !important;
        pointer-events: none;
    }
    .dropdownParent:hover .ddMenuCol {
        opacity: 1;
        pointer-events: initial;
        /* transform: scaleY(1) translateX(-50%); */
    }
    .dropdownMenu {
        background-color: var(--ddBgColor);
        border-radius: 10px;
        position: relative;
        padding: 0px;
        z-index: 99;
        box-shadow: 0px 0px 8px -5px grey;
        text-align: left;
    }
    .dropdownMenu::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--ddBgColor);
    }
    .dropdownMenu a:hover {
        opacity: 0.7;
    }
    .menuCol > ul > li > a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid;
        right: 100%;
        -webkit-transition: right 300ms ease-in-out 0s;
        -o-transition: right 300ms ease-in-out 0s;
        transition: right 300ms ease-in-out 0s;
    }
    .menuCol > ul > li:hover > a:not(.btn)::before,
    .menuCol > ul > li > a:not(.btn).active::before {
        right: 0;
    }
    .centerTitleCol p {
        font-size: 20px;
    }
    .contentCol p {
        font-size: 18px;
    }
    .planTypeCol {
        display: block !important;
    }
}

/* @media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
} */
@media (max-width: 1399px) {
    .authorName {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .headerSection > .container {
        padding: 22px 0;
    }
    .menuCol {
        padding-left: 20px;
    }
    .menuCol > ul > li + li {
        margin-left: 30px;
    }
    .bannerInner h1 {
        font-size: 120px;
    }
    .bannerSection {
        padding: 128px 0 0;
    }
    .sectionSpace {
        padding: 80px 0;
    }
    .cardStyle .linkArrow {
        width: 20px;
        right: 30px;
        top: 30px;
    }
    .csIconCol + .csContentCol {
        margin-top: 15px;
    }
    .csContentCol h4 {
        font-size: 20px;
    }
    .csContentCol h4 + p {
        margin-top: 15px;
    }
    .lgTitle {
        font-size: 44px;
    }
    .mdTitle {
        font-size: 36px;
    }
    .typewriterColMain {
        padding-inline-start: 30px;
        padding-block-start: 30px;
    }
    .testimonialSlider .swiper-slide {
        padding: 20px;
    }
    .reviewText p {
        font-size: 20px;
    }
    .tswiperBtn {
        width: 115px;
        bottom: -20px;
        height: 50px;
    }
    .tswiperBtn .swiper-button-next,
    .tswiperBtn .swiper-button-prev {
        width: 50px;
        height: 50px;
        padding: 12px;
    }
    .cH1 {
        height: 300px;
    }
    .cH2 {
        height: 200px;
    }
    .cH3 {
        height: 135px;
    }
    .cHfull {
        height: 520px;
    }
    .tpStar > a > svg {
        width: 30px;
        height: 30px;
    }
    .tpImg {
        width: 110px;
        margin-bottom: 10px;
    }

    .bannerContent h1 {
        font-size: 70px;
    }

    .bannerGPattern {
        min-width: 1400px;
    }
    .faqContent {
        width: 680px;
    }
    .faqTitle {
        font-size: 24px;
    }
    .careerCard {
        padding: 40px 30px;
    }
    .careerCardContent {
        width: 550px;
    }
    .careerTitle {
        font-size: 26px;
    }

    .blogCardDisplay:nth-child(9) {
        display: none;
    }
    .contactRightCol {
        max-width: 200px;
    }
}
@media (max-width: 991px) {
    .bannerInner h1 {
        font-size: 90px;
    }
    .spaceTop {
        margin-top: 128px;
    }
    html.actNav {
        overflow: hidden;
    }
    .logoCol img {
        height: 85px;
        margin-bottom: 0;
        padding: 0;
    }
    .menuColMain {
        position: fixed;
        left: 0;
        top: 134px;
        background-color: var(--white);
        width: 100%;
        padding: 0 0 50px;
        z-index: -1;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        height: calc(100vh - 134px);
        overflow: hidden;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        transform-origin: top;
}
    .menuInnerCol {
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px 20px 30px;
    }
    .offCanvasLogo {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white);
        padding: 20px;
        text-align: center;
    }
    .offCanvasLogo img {
        width: 120px;
    }
    .menuCol {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .menuCol > ul > li {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .menuCol > ul > li + li {
        margin-left: 0;
        margin-top: 5px;
    }
    .actNav .menuColMain {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
}
    .menuBackdrop {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100vh;
        background-color: rgba(28, 30, 41, 0.7);
        opacity: 0;
        pointer-events: none;
        z-index: 2;
    }
    .actNav .menuBackdrop {
        /* opacity: 1; */
        pointer-events: initial;
    }
    .bannerBtn {
        margin-top: 50px;
    }
    .cHfull {
        /* height: 450px; */
    }
    .bannerInner h1 {
        font-size: 80px;
    }
    .titleCol p {
        font-size: 16px;
    }
    .togglerIcon {
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        text-align: center;
        cursor: pointer;
        display: -webkit-flex;
        padding: 10px;
        width: 30px;
        height: 34px;
    }
    .ddMenuCol {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
    .dropdownMenu > ul,
    .dropdownContent {
        padding: 5px 0px 10px;
        background-color: transparent;
        margin-left: 10px;
    }
    .dropdownMenu > ul + .dropdownContent {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .dropdownMenu a {
        padding: 4px 0;
        font-size: 16px;
    }
    .dropdownContentText p {
        margin: 0;
    }
    .menuCol > ul > li > a.active {
        color: var(--primaryDark);
    }
    .togglerIcon::after {
        transform: translate(0, -50%);
        width: auto;
        left: 0;
    }
    .menuCol > ul > li.dropdownParent > a {
        padding-right: 35px;
    }

    .bannerContent h1 {
        font-size: 50px;
    }
    .phoneImg {
        width: 300px;
    }
    .bannerSection.innerPageBanner {
        padding: 120px 0 70px;
    }
    /* Pricing page */
    .standardPlan,
    .advancedPlan {
        display: none;
    }
    .planCol {
        border-radius: 0;
        border: none;
    }
    .planCol.popularCard::before {
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 0px;
    }
    .planTypeCol .planCol {
        padding-top: 20px;
    }
    .pricingTopCards,
    .pricingBtmTables {
        overflow: hidden;
    }
    .pricingTopCards > .container,
    .pricingBtmTables > .container {
        max-width: 100%;
        padding: 0;
    }
    .sectionSpace.pricingTopCards {
        padding-bottom: 0;
    }

    .featuresTable table > tbody > tr > th,
    .featuresTable table > tbody > tr > td {
        padding-left: 15px;
        padding-right: 15px;
    }
    .planCol {
        --xSpace: 20px;
        --ySpace: 10px;
    }
    .featuresTable table > tbody > tr > td:first-child {
        width: 550px;
    }
    .planPriceCol > span {
        font-size: 50px;
    }
    .accordionStyle1 .accordion-button {
        font-size: 18px;
    }
    .faqContent {
        width: 100%;
    }

    .careerCardContent {
        width: 100%;
    }
    .careerCard {
        padding: 30px 25px;
    }
    .blogCardContentCol,
    .authorInfoCol {
        --bCardXSpace: 15px;
    }
    /* .cardStyle2 .centerArrowlinkCol {
    opacity: 1;
  }
  .cardStyle2 .cs2ImgCol {
    opacity: 0.8;
  } */
    .mbHeaderCol {
        padding: 15px 0;
        overflow: hidden;
    }
    .headerSection > .container {
        padding: 6px 0;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .fIconListCol {
        max-width: 100%;
    }
    .bannerInner h1 {
        font-size: 60px;
    }
    .lgTitle {
        font-size: 36px;
    }
    .mdTitle {
        font-size: 30px;
    }
    .reviewText p {
        font-size: 16px;
    }
    .reviewText {
        margin-bottom: 0;
    }
    .tswiperBtn .swiper-button-next,
    .tswiperBtn .swiper-button-prev {
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    .tswiperBtn {
        width: 90px;
    }
    .tswiperBtn .swiper-button-next::after,
    .tswiperBtn .swiper-button-prev::after {
        font-size: 14px;
    }
    .sectionSpace {
        padding: 60px 0;
    }

    .sectionSpaceSm {
        padding: 40px 0;
    }

    .bannerGPattern {
        min-width: 800px;
    }
    .pBefore {
        right: 15%;
        top: 0;
        height: 90%;
    }
    .pAfter {
        top: 5%;
        left: 15%;
    }
    .denterGShape {
        opacity: 0.5;
    }

    .bannerSection.homeBanner {
        /* min-height: 100dVh; */
        min-height: initial;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 128px 0 0;
    }

    .denterGShape {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%) rotate(30deg);
        background-color: #291a31;
        width: 300px;
        height: 100px;
        filter: blur(80px);
        z-index: 7;
    }
    .serviceCol {
        padding: 0 30px;
    }
}
@media (max-width: 575px) {
    .minWdFrame > * {
        min-width: 100%;
    }
    .nlFormCol {
        font-size: 16px;
    }
    .nlSubmitBtn {
        padding: 6px 20px 10px;
    }
    .xlContainer {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
    .cH1,
    .cH2,
    .cH3 {
        height: 300px;
    }
    .typewriterColMain {
        padding-inline-start: 20px;
        padding-block-start: 20px;
    }
    .sectionSpace {
        padding: 40px 0;
    }

    .sectionSpaceSm {
        padding: 25px 0;
    }

    .btn {
        font-size: 14px;
        padding: 8px 24px;
    }
    .bannerBtn > ul > li,
    .bannerBtn > ul > li + li {
        margin: 0px 3px 15px;
    }
    .spaceTop {
        margin-top: 128px;
    }
    .tpContent > p > span {
        display: block;
        margin-left: 0;
        padding-left: 0;
    }
    .tpContent > p > span::before {
        display: none;
    }
    .bannerContent h1 {
        font-size: 42px;
    }
    .bannerContent p {
        font-size: 16px;
    }
    .featuresTable th {
        font-size: 16px;
    }

    .careerTitle {
        font-size: 30px;
    }
    .careerCardContent h6 {
        font-size: 24px;
    }
    .applyBtn {
        width: 100%;
        padding: 12px 15px 15px;
        font-size: 15px;
        margin-top: 5px;
    }
    .innerPageBannerContent.innerPageBannerContentMd {
        min-height: 140px;
    }
    .tcContent h3 {
        font-size: 22px;
    }
    .checkoutTd,
    .payFormTopCol,
    .payFormMiddleCol,
    .payBtnCol {
        padding: 10px;
    }
    .payForm .cRadioCol {
        padding: 10px 10px 15px;
    }
    .planName {
        font-size: 26px;
    }
    .checkoutTd p {
        font-size: 15px;
        line-height: 1.4;
    }
    #expirationInput {
        width: 70px;
    }
    .footerBtmCol {
        text-align: center;
    }
    .footerProductCol,
    .footerCompanyCol {
        height: 100%;
        /* border-bottom: 1px solid rgba(255,255,255,0.1); */
        padding-bottom: 20px;
    }
    .footerContactDetail {
        padding-top: 10px;
    }
    .footerLogo {
        padding-bottom: 10px;
    }
    .careerDesc {
        padding-top: 20px;
        text-align: center;
    }
}
@media (max-width: 475px) {
    .bannerLink a span.blStyle1 {
        font-size: 12px;
    }
    .bannerBtn > ul > li {
        display: block;
    }
    .bannerBtn > ul > li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    .tpContent > p {
        padding-top: 10px;
        font-size: 14px;
    }
    .cH1,
    .cH2,
    .cH3 {
        height: 250px;
    }
    .bannerInner h1 {
        font-size: 50px;
    }
    .lgTitle {
        font-size: 30px;
    }
    .mdTitle {
        font-size: 28px;
    }
    .careerCard {
        padding: 25px 20px 30px;
    }
}

/* custom styles */
i[class^="material-svg"] svg {
    fill: currentColor !important;
}
.d-flex-center {
    display: flex;
    align-items: center;
    gap: 5px;
}
.material-symbols-wrapper {
    position: relative;
    margin-right: 15px;
}
.material-symbols-hard {
    position: absolute;
    left: 0;
}
.material-svg-mt svg {
    margin-top: -4px;
}
.material-svg-mb svg {
    margin-bottom: -5px;
}
.material-x2 {
    font-size: 24px !important;
}
.material-x3 {
    font-size: 30px !important;
}
.material-x4 {
    font-size: 40px !important;
}
.material-svg {
    svg {
        width: 20px;
        height: 20px;
    }
}
.material-svg-16 {
    svg {
        width: 16px !important;
        height: 16px !important;
    }
}
.material-svg-18 {
    svg {
        width: 18px !important;
        height: 18px !important;
    }
}
.material-svg-24 {
    svg {
        width: 24px !important;
        height: 24px !important;
    }
}
.material-svg-30 {
    svg {
        width: 30px !important;
        height: 30px !important;
    }
}
.material-svg-36 {
    svg {
        width: 36px !important;
        height: 36px !important;
    }
}
.material-svg-40 {
    svg {
        width: 40px !important;
        height: 40px !important;
    }
}

#mainBanner .carousel-indicators {
    margin-bottom: 3rem;
}
#mainBanner .carousel-indicators button {
    box-sizing: inherit;
    opacity: 1;
    transition: all 0.6s ease;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    border: 2px solid transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
#mainBanner .carousel-indicators button.active {
    background-color: transparent !important;
    border-color: #fff;
}
@media (max-width: 767px) {
    #mainBanner .carousel-indicators {
        margin-bottom: 1rem;
    }
}
.brandSec {
    background: var(--white);
}
.brandSec > div {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    flex-wrap: wrap;
}
.brandSec img {
    width: 100px;
    object-fit: contain;
}

/* about section */
.btSection {
    padding: 100px 0;
    position: relative;
    background-color: #e9e9e9;
}
.btBannerSection {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}
.btBannerSection > img {
    display: block;
}
.btInnerText {
    max-width: 500px;
    margin-left: 80px;
}
.btCardSection {
    margin-top: 50px;
    margin-left: -200px;
    position: relative;
}
.btCardImg {
    width: 100%;
    height: 175px;
}
.btBannerSection > img,
.btCardImg > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.btCardText {
    padding-top: 14px;
}
.btCardText > p {
    font-size: 18px;
    font-style: italic;
    margin: 0;
    max-width: 200px;
    line-height: 24px;
}
@media (max-width: 1399px) {
    .btInnerText {
        max-width: 100%;
        margin-left: 30px;
    }
    .btSection {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .btBannerSection::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .btCardText > p {
        max-width: 100%;
    }
    .btInnerText {
        margin-left: 0;
    }
    .btSection {
        padding: 60px 0;
    }
    .btCardText > p {
        font-size: 16px;
        line-height: 20px;
    }
    .btBannerSection {
        display: none;
    }
    .btBannerSection::before {
        background-color: rgba(255, 255, 255, 0.6);
    }
    .btCardSection {
        margin: 20px 0 0;
    }
}
@media (max-width: 767px) {
    .btCardImg {
        height: 275px;
    }
    .btCardStyle {
        margin-bottom: 30px;
    }
    .btCardText {
        padding-top: 10px;
    }
    .btSection {
        padding: 40px 0;
    }
}

/* blogsection */
.blogCardImage {
    width: 100%;
    position: relative;
}
.blogCardImage img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: #000 0 0 0 0.2px;
    aspect-ratio: 16 / 9;
}
.blogCardInner {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 243px;
}
.blogCardHeader {
    font-size: 12px;
    color: var(--darkBg2);
}
.blogCardHeader .badge {
    font-size: 12px;
    color: var(--darkBg2);
    background: #f5f5f5;
    font-weight: 400;
}
.blogCardText {
    height: 100%;
}
.blogCardText h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}
.blogCardText p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogCardFooter img {
    width: 48px;
    height: 48px;
    border-radius: 99px;
}
.blogCardFooter p {
    margin: 0;
    color: var(--darkBg2);
}
.nlSec {
    padding: 50px 0;
    background: #888888;
}

/* footer */
#footer {
    padding: 100px 0 0;
    position: relative;
    background: #282828;
}
#footer p {
    margin: 0;
}
.footer_top_hp {
    display: flex;
    grid-gap: 0 10px;
    margin: auto;
    padding-bottom: 100px;
}
.footer_left_hp {
    width: calc(33.333% - 5px);
}
.footer_logo_hp {
    width: 200px;
}
.footer_logo_hp img {
    height: 120px;
}
.footer_right_hp {
    width: calc(66.666% - 5px);
    display: flex;
}
.footer_links_hp {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    width: 25%;
    height: 100%;
    padding-left: 20px;
}
.footer_links_hp:first-child {
    border-left: none;
}
.footer_links_hp ul li {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
}
.footer_links_hp ul li a {
    color: #fff;
    display: block;
}
.footer_links_hp ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.footer_info_hp {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    width: 25%;
    height: 100%;
    padding-left: 20px;
}
.footer_subinfo_hp p a {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
}
.footer_subinfo_hp p a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.footer_subinfo_divider_hp span {
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
}
.footer_bottom_hp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}
.footer_bottom_in_hp {
    display: flex;
    align-items: center;
    grid-gap: 0 10px;
    margin: auto;
}
.footer_row_hp {
    display: flex;
    align-items: center;
    width: calc(50% - 5px);
}
.footer_row_info_hp a {
    color: #ffffff;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.footer_row_info_hp a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.footer_row_divider_hp {
    padding: 5px 8px;
    color: #ebeae0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.footer_copyright_hp {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 3px;
}
.footer_payment_hp {
    justify-content: flex-end;
}
.footer_payment_hp ul {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.footer_payment_hp ul li img {
    width: 40px;
    height: 100%;
    display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
    #footer {
        padding: 60px 0 0;
    }
    .footer_top_hp {
        display: block;
        padding-bottom: 60px;
    }
    .footer_left_hp {
        display: none;
    }
    .footer_right_hp {
        width: 100%;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .footer_logo_hp {
        width: 150px;
    }
    .footer_links_hp {
        width: 50%;
        height: 100%;
        border-left: none;
        padding-left: 0;
    }
    .footer_info_hp {
        width: 50%;
        padding-top: 30px;
        padding-left: 0;
        border-left: none;
    }
    .footer_subinfo_hp p a {
        font-size: 16px;
    }
    .footer_subinfo_divider_hp span {
        font-size: 16px;
    }
    .footer_bottom_hp {
        padding: 20px 0;
    }
    .footer_bottom_in_hp {
        display: block;
        align-items: center;
        grid-gap: 0 10px;
        max-width: 1200px;
        margin: auto;
    }
    .footer_row_hp {
        width: 100%;
        padding-bottom: 10px;
    }
    .footer_row_hp:last-child {
        padding-bottom: 0;
    }
    .footer_payment_hp {
        justify-content: flex-start;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #footer {
        padding: 70px 0 0;
    }
    .footer_top_hp {
        padding-bottom: 60px;
    }
    .footer_links_hp ul li {
        font-size: 17px;
    }
    .footer_subinfo_hp p a {
        font-size: 14px;
    }
    .footer_left_hp {
        display: none;
    }
    .footer_right_hp {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1250px) {
    #footer {
        padding: 80px 0 0;
    }
    .footer_top_hp {
        padding-bottom: 70px;
    }
}

/* cart */
.cartCol,
.userCol {
    width: 300px;
    transform: translateX(-90%);
}
.cartCol .dropdownMenu::before,
.userCol .dropdownMenu::before {
    left: 90%;
}
.cartCol .ddColStyle > h3,
.userCol .ddColStyle > h3 {
    text-transform: uppercase;
    font-size: 14px;
}
.ddColStyle > h3 {
    font-size: 13px;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #dfdada;
    margin: 0;
}
.cartInnerCol {
    padding: 15px;
    width: 100%;
    height: 100%;
    text-align: left !important;
    overflow-y: auto;
    max-height: 320px;
}
.cartDDImg {
    width: 70px;
    height: 75px;
}
.cartDDImg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.cartDDContent {
    padding-left: 15px;
}
.cartDDContent > h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.cartDDContent > h2 {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cartDDContent > p {
    margin: 0;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
}
.headerRightOptions > ul > li a.cartItemDel {
    opacity: 1;
}
.cartItemDel {
    position: absolute;
    right: 0;
    top: -7px;
}
.headerRightOptions > ul > li > .cartCol a.cartItemDel img {
    width: 15px;
}
.cartItemsdropCol + .cartItemsdropCol {
    border-top: 1px solid rgba(118, 117, 117, 0.15);
    margin-top: 14px;
    padding-top: 14px;
}
.cartFoot {
    padding: 15px;
}
.cartCheckCol {
    margin-bottom: 20px;
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.cartbarBotmLink {
    text-align: center;
    border-top: 1px solid rgba(118, 117, 117, 0.2);
    margin-top: 15px;
    padding-top: 7px;
}
.summaryBtn a.btn {
    padding: 8px 25px;
    width: 100%;
}
.cartbarBotmLink > p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.cartbarBotmLink > p > a {
    border-bottom: 1px solid;
    padding: 0;
}
@media (max-width: 767px) {
    .cartInnerCol {
        padding: 10px;
        max-height: 290px;
    }
}
#wish-count,
#cart-count {
    position: absolute;
    right: -9px;
    top: -3px;
    background-color: var(--darkBg);
    height: 15px;
    width: 15px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding: 8px 7px 7px 8px;
    font-weight: 500;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #86b7fe;
    box-shadow: none;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #86b7fe;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-size: 18px 18px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--baseColor);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-border-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus,
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus,
.form-check-input:focus {
    box-shadow: none;
    outline-color: #005cb2;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #86b7fe;
    padding-right: 18px;
    background-image: none;
}

.stepper .step-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stepper .step-list > li {
    width: 100%;
    position: relative;
}
.stepper .step-list > li:after {
    content: "";
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 11px;
    left: 5%;
    z-index: 1;
}
.stepper .step-list > li.completed::after {
    background: #34bc9b;
}
.stepper .step-list > li:last-child::after {
    background: transparent;
}
.stepper .step-list > li.active:last-child > div > span {
    background: #34bc9b;
}
.stepper .step-list > li.active:last-child > div > span::after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .step-list .step-list-item {
    height: 25px;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}
.stepper .step-list .step-list-item:last-child {
    width: 50px;
}
.stepper .step-list .step-list-item:hover {
    background: transparent;
    border: none;
}
.stepper .step-list > .step-list-item.active,
.stepper .step-list > .step-list-item.active:hover,
.stepper .step-list > .step-list-item.active:focus {
    color: #34bc9b;
    cursor: default;
    border: none;
}
.stepper .step-content {
    position: relative;
}
.stepper .step-list-item > div > span {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}
.stepper .step-list-item.completed > div > span {
    background: #34bc9b;
}
.stepper .step-list-item.completed > div > span::after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .step-list-item.active > div > span {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .step-list-item.active > div > span:hover {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .step-list-item.active > div > span::after {
    display: none;
}
.stepper .step-list-item.disabled > div > span {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}
.stepper .step-list-item.disabled > div > span:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .step-list-item.disabled > div > span::after {
    display: none;
}

.was-validated .form-control.is-invalided {
    border-color: var(--bs-form-invalid-border-color) !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.small-container {
    max-width: 720px;
    margin: 0 auto;
}
.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: var(--white);
    color: var(--black);
}
.accordion-button.text-start {
    justify-content: start;
}
.accordion-button.text-start::after {
    margin-left: 10px;
}
.small .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
}

@media (min-width: 768px) {
    .col-lg-12-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}
/* PRODUCT */
.special_box_hp {
    grid-column: span 1 / span 1;
    height: 100%;
    -webkit-box-align: stretch;
}
.special_block_hp {
    padding: 100px 0 0;
    overflow: hidden;
}
.special-box-inner {
    position: relative;
    display: flex;
    background: inherit;
    max-width: 100%;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.special_boxes_hp {
    padding: 42px 27px 0 27px;
}
.special_boxes_hp:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.special_boxes_hp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.special_box_img_hp {
    position: relative;
    padding-bottom: 100%;
    border: solid 1px var(--border-color);
    border-radius: 8px;
}
.special_box_img_hp img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
    aspect-ratio: 1/1;
}
.special_box_in_hp {
    margin-top: auto;
}
.special_box_title_hp {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: var(--baseColor);
    text-align: start;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 42px;
}
.special_box_price_hp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 15px;
    margin-top: 15px;
    gap: 10px;
}
.price-div {
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    flex-direction: row;
    font-weight: 700;
    line-height: normal;
    font-size: 30px;
    gap: 1px;
}
.strikethrough {
    font-size: 16px;
    text-decoration: line-through;
}
.oldPrice {
    margin-left: 10px;
    font-size: 18px;
    text-decoration: line-through;
    color: red;
}
.price-div span:first-child,
.price-div span:last-child {
    font-size: 14px;
}
.price-div span:nth-child(2) {
    line-height: 0.8;
}
.special_box_btn_hp .btn {
    width: 100%;
    padding: 8px 25px;
}
.productStars {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin: 5px 0;
    gap: 10px;
}
.productOption {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 5px 0;
    gap: 2px;
    flex-wrap: wrap;
}
.productBadge {
    display: inline-flex;
    vertical-align: top;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    line-height: 1.2;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 68px;
    min-height: 20px;
    min-width: 56px;
    -webkit-box-pack: center;
    justify-content: center;
    border: 0;
    font-size: 12px;
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    background: #fce58a;
    position: absolute;
    top: 10px;
    left: 10px;
}
/* PRODUCT */
.accountInfo,
.image-radius {
    border-radius: 10px;
}
.qtyBtn,
.quantityField {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.quantityField {
    width: 140px;
    height: 40px;
    border: 1px solid #e9e8e8;
    background-color: #f6f6f6;
    border-radius: 35px;
}
.qtyBtn {
    margin: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    border: 0;
}
@media (max-width: 1400px) {
    .quantityField {
        width: 130px;
    }
}
@media (max-width: 585px) {
    .quantityField {
        width: 100px;
    }
    .qtyBtn > img {
        max-width: 10px;
    }
}
.payCartText > p {
    font-size: 16px;
    margin-bottom: 0;
}
.cartCol2 {
    background-color: var(--lightBg2);
    padding: 30px 30px 40px;
    width: 400px;
    border-radius: 10px;
}
.cartCol2 .formTitle {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}
.payCartCol {
    margin-bottom: 15px;
}
.payCartImg {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #ccc;
}
.payCartImg img.img-fluid {
    height: 100%;
    object-fit: contain;
}
.payCartText > h4 {
    font-size: 16px;
    margin-bottom: 4px;
    position: relative;
}
.payCartText > p {
    font-size: 14px;
}
.payStyle > p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
}
.qtyText {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.payCartInfo.cartTotal,
.summaryCol {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.payCartInfo.cartTotal {
    margin-top: 10px;
}
.cartTotal .payStyle > p {
    font-size: 16px;
    font-weight: 600;
}
.payBtn {
    margin-top: 20px;
}
.overlayLine {
    position: relative;
}
.overlayLine::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-color: #ccc;
    height: 0.5px;
    z-index: -1;
    transform: translate(0, -50%);
}
.shippingDetail > p {
    margin-bottom: 0;
    font-size: 15px;
}

.shippingDetail .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.shipTo {
    padding-top: 30px;
}

.shipTo > h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.cvcInput {
    border: 1px solid #ced4da;
    padding: 10px;
    margin: 2px 0 40px;
    border-radius: 10px;
}

.cvcInput > p {
    margin: 0;
    color: #6e6e6e;
    font-size: 14px;
}

.cvcInput > p > img {
    opacity: 0.6;
    padding-right: 2px;
}

.payCardCol > p,
.subMenuCol .title-head a,
.tblCol > p {
    font-size: 15px;
}

.checkOrder .cartProdutName > h5,
.payCartText > p {
    font-size: 16px;
    margin-bottom: 0;
}

.checkOrder .cartPrice {
    top: 30px;
}

.checkStyle {
    position: relative;
    padding-left: 24px;
}

.checkStyle .form-check-label {
    font-size: 14px;
}

.checkStyle .form-check-input {
    width: 15px;
    height: 15px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 7px;
}
.editBtn,
.editBtn a {
    width: 20px;
}
.cartDimg {
    width: 130px;
}
.cartDimg > img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .cartDimg {
        width: 100px;
        margin-bottom: 10px;
    }
    .cartDimg > img {
        width: 100px;
        height: 100px;
        object-position: left;
    }
}
.proLikeImg {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f5f5f5;
}
.proLikeImg svg {
    opacity: 0.4;
}
.proLikeImg:hover svg path {
    fill: red;
}
.proLikeImg:hover svg {
    opacity: 0.7;
}
.proLikeImg.active svg {
    opacity: 1 !important;
}

.proSingleSlider,
.prothumbSlider .swiper-slide {
    text-align: center;
    border: 1px solid #e9e8e8;
}
.proSingleSlider {
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    margin-bottom: 8.5px;
}
.proSingleSlider .swiper-slide > img,
.prothumbSlider .swiper-slide > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.prothumbSlider .swiper-slide {
    height: 208px;
    margin-top: 6px;
}
.productDetail {
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    top: 20px;
}
.availableProduct > li {
    color: var(--grayColor);
    font-size: 17px;
}
.swiper-slide-thumb-active {
    outline: 2px solid #1976d2;
    outline-offset: -2px;
}
.availableProduct > li + li {
    margin-left: 30px;
}
.productDetail > h2 {
    padding: 15px 0 15px;
    margin: 0;
}
.productDetail > p {
    font-size: 16px;
    line-height: 1.5;
}
.priceCol {
    padding-bottom: 10px;
}
.priceCol > span {
    font-size: 34px;
    font-weight: 600;
}
.availableProduct > li {
    display: inline-block;
    vertical-align: middle;
}
.qtyBtn,
.quantityField {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.quantityField {
    width: 140px;
    height: 42px;
    border: 1px solid #e9e8e8;
    background-color: #f6f6f6;
}
.qtyBtn {
    margin: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    border: 0;
}
.qty {
    text-align: center;
}
.qty {
    width: 155px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    height: 100%;
    background: var(--white);
    outline: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e9e8e8;
    border-right: 1px solid #e9e8e8;
}
.addBtn .btnPrimary {
    min-width: 230px;
}
li button {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    display: inline-block;
    border-radius: 50px;
}
@media (max-width: 1400px) {
    .availableProduct > li {
        font-size: 16px;
    }
    .availableProduct > li + li {
        margin-left: 20px;
    }
    .priceCol > span {
        font-size: 32px;
    }
    .addBtn .btnPrimary {
        min-width: 200px;
    }
    .quantityField {
        width: 130px;
        height: 42px;
    }
    .prothumbSlider .swiper-slide {
        height: 170px;
    }
}
@media (max-width: 1199px) {
    .availableProduct > li + li {
        margin-left: 15px;
    }
    .priceCol > span {
        font-size: 30px;
    }
    .prothumbSlider .swiper-slide {
        height: 148px;
    }
}
@media (max-width: 991.5px) {
    .prothumbSlider .swiper-slide {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .prothumbSlider .swiper-slide {
        height: 168px;
    }
    .productDetail > h2 {
        padding: 20px 0 10px;
    }
}
@media (max-width: 585px) {
    .proLikeImg {
        right: 12px;
        top: 10px;
    }
    .prothumbSlider .swiper-slide {
        height: 160px;
    }
    .availableProduct > li + li {
        margin-left: 10px;
    }
    .availableProduct > li {
        font-size: 13px;
    }
    .productDetail > h2 {
        padding: 10px 0;
    }
    .priceCol > span {
        font-size: 28px;
    }
    .productDetail > p {
        font-size: 16px;
    }
    .quantityField {
        width: 100px;
        height: 42px;
    }
    .qtyBtn > img {
        max-width: 10px;
    }
    .addBtn .btnPrimary {
        min-width: 130px;
    }
}
@media (max-width: 485px) {
    .prothumbSlider .swiper-slide {
        height: 140px;
    }
}
@media (max-width: 385px) {
    .prothumbSlider .swiper-slide {
        height: 112px;
    }
}

.prothumbSlider .swiper-slide {
    height: inherit !important;
}
.quantityField {
    border-radius: 35px;
}
button {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.image-radius {
    border-radius: 0;
}
.tabSection {
    margin-top: 40px;
}
.tabSection .nav {
    justify-content: center;
}
.navLink {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary);
}
.tabSection .tab-content {
    padding-top: 30px;
}
li button {
    background-color: white;
    border: 1px solid #9b9b9b;
    padding: 7px 15px;
    color: #9b9b9b;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .tabSection .tab-content {
        padding-top: 40px;
    }
    .tabSection {
        margin-top: 50px;
    }
}
@media (max-width: 585px) {
    .navLink {
        border-bottom: 1px solid transparent;
        font-size: 18px;
    }
}
@media (max-width: 485px) {
    .tabSection .tab-content {
        padding-top: 20px;
    }
    .navLink {
        font-size: 15px;
    }
}
.swiper {
    z-index: 0;
}
.tallQuantityField {
    height: 50px !important;
}
.pro-option {
    border-radius: 50px;
    border: 1px solid var(--borderColor);
    color: var(--borderColor);
    padding: 9px 25px;
    font-weight: 600;
}
.pro-option:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}
.pro-option.selected:hover {
    color: var(--white);
}
.pro-option.selected {
    border: 1px solid var(--primary);
    color: var(--primary);
}
.pro-option:focus:not(:hover) {
    color: var(--borderColor);
}
.pro-option.selected:focus:not(:hover) {
    color: var(--primary);
}

.badge-custom {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 1;
    background-color: #005005;
    width: 130px;
    position: relative;
    clip-path: polygon(
        12px 0,
        100% 0,
        100% 70%,
        calc(100% - 12px) 100%,
        0 100%,
        0 30%
    );
}
/* .badge-custom:before {
    content: "";
    background: #005005;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    right: -24px;
    transform: translate(0, 0);
    clip-path: polygon(0% -10%, 60% 50%, 0% 110%, 0% 0%, 0% 0%, 0% 0%);
} */
.badge-custom.bg-good,
.badge-custom.bg-good:before {
    background-color: #2e7d32;
}
.badge-custom.bg-fair,
.badge-custom.bg-fair:before {
    background-color: #1976d2;
}
.badge-custom.bg-gray,
.badge-custom.bg-gray:before {
    background-color: #212121;
}
.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 1.5rem;
    list-style: none;
    margin: 0;
}
.feature-wrapper {
    display: inline-flex;
    flex-direction: column;
    line-height: 24px;
}
.feature-value {
    color: rgb(100 100 100);
    font-weight: 400;
}
.top-features ul.feature-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    max-height: 96px;
    overflow: hidden;
}
.top-features li:not(:last-child) {
    margin-right: 8px;
}
.top-features li {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0 8px;
}
.top-features ul.feature-list-full {
    max-height: unset;
}
.seller-description {
    max-height: 72px;
    overflow: hidden;
}
.seller-description-full {
    max-height: unset;
}
.button-link {
    color: #005cb2;
}
.value-slider {
    column-gap: 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.value-factors-item {
    align-items: flex-start;
    display: flex;
    gap: 5px;
}
ul.styled {
    padding-left: 2rem;
    list-style-type: disc;
}
.dealer-info-details a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
}
.dealer-info-image {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px;
}
.details-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.details-analyses {
    padding-top: 5px;
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
}
.text-small {
    font-size: 10px;
}
.availability-row {
    display: flex;
    margin: 0 -20px;
    margin-top: 10px;
    gap: 10px;
    align-items: center;
    background-color: #f5f5f5;
}
.filter-accordions .accordion-item {
    border: none;
    border-radius: 0;
    background-color: #fff;
    margin: 0 -20px;
    background-color: #f3f8fd;
}
.filter-accordions .accordion-header .accordion-button {
    border-radius: 0 !important;
}
.filter-accordions .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #f3f8fd;
}
.filter-accordions .accordion-item.disabled,
.filter-accordions
    .accordion-item.disabled
    .accordion-header
    .accordion-button {
    background-color: #fcefee;
}
.filter-accordions select.form-control {
    margin-top: 4px;
}
.accordion-item-icon {
    width: 24px;
    height: 24px;
}
.shippingCol {
    text-align: center;
    position: relative;
    max-width: 200px;
    margin-right: 30px;
}
.shippingCol > h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-family: var(--lemonMilk);
    font-weight: 500;
    text-align: left;
    border: 1px solid;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 0;
    background-color: var(--white);
    z-index: -2;
}
.shippingCol > span {
    display: block;
    font-size: 10px;
    padding-top: 5px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.shippingCol > span.shippingMapImg {
    position: absolute;
    right: -30px;
    top: -10px;
    bottom: 0;
    width: 75px;
    height: 75px;
    background-color: var(--white);
    border-radius: 50%;
    z-index: 1;
}
.shippingMapImg > img {
    width: 62px;
}
@media (max-width: 585px) {
    .shippingCol {
        margin: 0 auto;
    }
}
.breadcrumbs {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
}
.sub-header-block {
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #f5f5f5;
}
.breadcrumb-li {
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    display: flex;
    list-style-type: none;
}
.breadcrumb-li:not(:last-child):after {
    color: #212121;
    content: ">";
    font-size: 11px;
    font-weight: 700;
    margin: 0 6px;
    transform: scaleX(0.4);
}
.breadcrumb-li a,
.breadcrumb-li button {
    color: #005cb2;
    cursor: pointer;
}
.filter-set {
    margin: 0 -20px;
    padding: 20px;
}
.filter-accordions {
    margin: 0 -20px;
    padding: 0 20px;
}
.checkbox-color-chip {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: block;
}
.list-margin-between {
    margin: 10px 0;
}
.list-margin-between:first-child {
    margin-top: 0;
}
.list-margin-between:last-child {
    margin-bottom: 0;
}
.product-box:hover {
    background-color: #cae7ff;
    outline-color: #005cb2;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
}
.product-box-img {
    position: relative;
}
.product-box-img-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    font-weight: 14px;
}
.product-box-img-count {
    position: relative;
}
.cartified-text,
.product-box-img-count span {
    background-color: #000000bd;
    color: #fff;
}
.product-box-img-count span {
    padding: 0 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
}
.product-box-detail .pillars {
    margin-top: 10px;
    background-color: #f5f8fb;
}
.product-box-detail .pillars ul {
    display: flex;
    align-items: center;
}
.product-box-detail .pillars ul li {
    align-items: center;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.05);
    color: #212121;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 8px;
    position: relative;
    text-align: center;
    width: 25%;
    font-size: 12px;
}
.product-box-detail .pillars ul li:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}
.dealer-info span {
    display: block;
}
.basic-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}
.product-box-history ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    padding-left: 15px;
    list-style-type: disc;
}
.small,
small {
    font-size: 14px !important;
}
.small .btn {
    font-size: 14px;
    padding: 8px 16px;
}
.product-box .accordion-item,
.product-box a.accordion-button {
    background-color: transparent;
}

/* ------------------------------------------------------- */
.cardStyle {
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.blankLinks {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.borderStyle {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    visibility: hidden;
    cursor: pointer;
}
.cardStyle:hover .borderStyle {
    opacity: 1;
    visibility: visible;
}
.borderStyle > span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.border1 {
    border-left: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    margin-top: 50px;
    margin-right: 50px;
}
.border1::before {
    content: "";
    position: absolute;
    left: 24px;
    top: -60px;
    background-color: var(--white);
    height: 71px;
    width: 1px;
    transform: rotate(45deg);
}
.border2 {
    border-right: 1px solid var(--white);
    border-top: 1px solid var(--white);
    margin-left: 50px;
    margin-bottom: 50px;
}
.border2::before {
    content: "";
    position: absolute;
    right: 24px;
    bottom: -60px;
    background-color: var(--white);
    height: 71px;
    width: 1px;
    transform: rotate(45deg);
}
.cardStyle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.cardImg {
    position: relative;
    width: 100%;
    height: 100%;
}
.cardImg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.cardStyle:hover .cardImg > img {
    filter: inherit;
}
.cardText {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(0, -50%);
    padding: 35px;
    cursor: pointer;
}
.cardText > a > h3 {
    color: var(--white);
    font-family: var(--lemonMilk);
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
}
.cardText > a > span {
    font-size: 20px;
    color: var(--white);
    display: block;
}
.cardStyle.lgCardStyle {
    height: 100%;
}
@media (max-width: 1400px) {
    .cardText > a > span {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .cardSection {
        padding-top: 30px;
    }
    .cardText {
        padding: 20px;
    }
    .cardText > a > span {
        font-size: 14px;
    }
    .border1 {
        margin-top: 35px;
        margin-right: 35px;
    }
    .border2 {
        margin-left: 35px;
        margin-bottom: 35px;
    }
    .border1::before {
        left: 16px;
        top: -42px;
        height: 49px;
    }
    .border2::before {
        right: 16px;
        bottom: -42px;
        height: 49px;
    }
}
@media (max-width: 991px) {
    .cardText {
        padding: 15px;
    }
    .smCardStyle .cardImg {
        height: 250px;
    }
}
@media (max-width: 767px) {
    .cardStyle.lgCardStyle,
    .smCardStyle .cardImg {
        height: 250px;
    }
}
@media (max-width: 485px) {
    .borderStyle {
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
    }
}
@media (max-width: 385px) {
    .cardSection {
        padding-top: 0;
    }
}
.cateCardStyle {
    position: relative;
}
.cateCardStyleImg {
    position: relative;
}
.cateCardStyleImg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    clip-path: polygon(
        10% 0,
        100% 0,
        100% 20%,
        100% 90%,
        90% 100%,
        20% 100%,
        0 100%,
        0 10%
    );
}
.cateCardStyleImg > img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    clip-path: polygon(
        10% 0,
        100% 0,
        100% 20%,
        100% 90%,
        90% 100%,
        20% 100%,
        0 100%,
        0 10%
    );
}
.cateCardStyleText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    padding: 35px 15px;
}
.cateCardStyleText > h4 {
    color: var(--white);
    font-family: var(--lemonMilk);
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    margin: 0;
    text-shadow: 0 2px 8px rgb(0 0 0 / 40%);
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.cateCardStyle > a:hover .cateCardStyleText > h4 {
    color: var(--primary);
}
.customSlider {
    padding-top: 110px;
}
.customSlider .swiper-button-next,
.customSlider .swiper-button-prev {
    top: 28px;
    margin-top: 0;
    background-size: 20px 30px;
    height: 35px;
    width: 20px;
    filter: brightness(1) grayscale(1);
}
.customSlider .swiper-button-next:after, .customSlider .swiper-button-prev:after {
    font-size: 26px;
}
.customSlider .swiper-button-prev {
    left: 100px;
}
.customSlider .swiper-button-next {
    right: 100px;
}
.sliderTitle {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 950px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .cateCardStyleText > h4 {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .customSlider {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .customSlider .swiper-button-next,
    .customSlider .swiper-button-prev {
        top: 28px;
        background-size: 14px 24px;
        height: 24px;
        width: 15px;
    }
    .customSlider .swiper-button-next {
        right: 20px;
    }
    .customSlider .swiper-button-prev {
        left: 20px;
    }
    .customSlider {
        padding-top: 60px;
    }
    .cateCardStyleImg > img,
    .cateCardStyleImg::before {
        clip-path: polygon(
            8% 0,
            100% 0,
            100% 22%,
            100% 92%,
            92% 100%,
            22% 100%,
            0 100%,
            0 8%
        );
    }
    .filter-section {
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        z-index: 999;
        overflow-x: hidden;
        transform-origin: bottom;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    .filter-section.show_all {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
}
@media (max-width: 385px) {
    .customSlider .swiper-button-next {
        right: 15px;
    }
    .customSlider .swiper-button-prev {
        left: 15px;
    }
    .footer_right_hp {
        width: 100%;
        display: block;
    }
    .footer_links_hp {
        width: 100%;
    }
    .footer_info_hp {
        width: 100%;
    }
}
@media (max-width: 431px) {
    .footer_right_hp {
        width: 100%;
        display: block;
    }
    .footer_links_hp {
        width: 100%;
        height: auto;
        padding-top: 16px;
    }
    .footer_info_hp {
        width: 100%;
        height: auto;
        padding-top: 16px;
    }
    .footer_payment_hp{
        display: block;
    }
    .footer_payment_hp .footer_row_divider_hp {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        width: min-content;
    }
    #footer {
        padding: 15px 0 0;
    }
    .carousel-caption p {
        font-size: 16px;
    }
}
.productTabContain ul > li > button {
    background-color: white;
    border: none;
    font-size: 18px;
    font-style: italic;
    font-family: var(--lemonMilk);
    border-radius: 0;
    color: var(--primary);
    opacity: .6;
}
.productTabContain ul > li > button:focus,.productTabContain ul > li > button.active {
  	border-bottom: 2px solid var(--primary);
  	opacity: 1;
}
@media only screen and (max-width: 768px) {
	.productTabContain ul > li > button {
		font-size: 14px !important;
	}
}
.swiper-horizontal {
    overflow-x: hidden;
}
.slow-load {
    display: none;
}
.banner-section {
    position: relative;
    height: 365px;
}
.banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section-text {
    position: absolute;
    bottom: 100px;
    left: 0;
}
.categoryHeader {
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: var(--white);
    top: -50px;
}
.categoryHeader .nav {
    border-bottom: 1px solid #DDDDDD;
}
.categoryHeader ul > li > button {
    background-color: white;
    border: none;
    font-size: 18px;
    font-style: italic;
    font-family: var(--lemonMilk);
    border-radius: 0;
    color: var(--primary);
    opacity: .6;
}
.categoryHeader ul > li > button:focus,.categoryHeader ul > li > button.active {
  	border-bottom: 2px solid var(--primary);
  	opacity: 1;
}
@media only screen and (max-width: 768px) {
	.categoryHeader ul > li > button {
		font-size: 14px !important;
	}
}
.used-car-category .form-element{
    width : 20%;
}
.new-car-category .form-element{
    width: 25%;
}
.category-search-by .accordion-item {
    border-radius: 0;
}
.category-search-by .link-group {
    column-count: 1;
    display: inline-block;
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .category-search-by .link-group {
        column-count: 2;
    }
}
@media (min-width: 960px) {
    .category-search-by .link-group {
        column-count: 3;
    }
}
@media (min-width: 1280px) {
    .category-search-by .link-group {
        column-count: 4;
    }
}
