@font-face {
    font-family: "Mabry Pro";
    src: url("fonts/MabryPro-Regular.eot");
    src: url("fonts/MabryPro-Regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/MabryPro-Regular.woff2") format("woff2"),
        url("fonts/MabryPro-Regular.woff") format("woff"),
        url("fonts/MabryPro-Regular.ttf") format("truetype"),
        url("fonts/MabryPro-Regular.svg#MabryPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mabry Pro";
    src: url("fonts/MabryPro-Medium.eot");
    src: url("fonts/MabryPro-Medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/MabryPro-Medium.woff2") format("woff2"),
        url("fonts/MabryPro-Medium.woff") format("woff"),
        url("fonts/MabryPro-Medium.ttf") format("truetype"),
        url("fonts/MabryPro-Medium.svg#MabryPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mabry Pro";
    src: url("fonts/MabryPro-MediumItalic.eot");
    src: url("fonts/MabryPro-MediumItalic.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/MabryPro-MediumItalic.woff2") format("woff2"),
        url("fonts/MabryPro-MediumItalic.woff") format("woff"),
        url("fonts/MabryPro-MediumItalic.ttf") format("truetype"),
        url("fonts/MabryPro-MediumItalic.svg#MabryPro-MediumItalic")
            format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Mabry Pro";
    src: url("fonts/MabryPro-Italic.eot");
    src: url("fonts/MabryPro-Italic.eot?#iefix") format("embedded-opentype"),
        url("fonts/MabryPro-Italic.woff2") format("woff2"),
        url("fonts/MabryPro-Italic.woff") format("woff"),
        url("fonts/MabryPro-Italic.ttf") format("truetype"),
        url("fonts/MabryPro-Italic.svg#MabryPro-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Mabry Pro";
    src: url("fonts/MabryPro-Bold.eot");
    src: url("fonts/MabryPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/MabryPro-Bold.woff2") format("woff2"),
        url("fonts/MabryPro-Bold.woff") format("woff"),
        url("fonts/MabryPro-Bold.ttf") format("truetype"),
        url("fonts/MabryPro-Bold.svg#MabryPro-Bold") format("svg");
    font-weight: bold;
    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;
}
@font-face {
    font-display: fallback;
    font-family: "CircularXXWeb";
    font-style: normal;
    font-weight: 700 900;
    src: url("fonts/CircularXXWeb-Bold.woff2") format("woff2");
}

@font-face {
    font-display: fallback;
    font-family: "CircularXXWeb";
    font-style: normal;
    font-weight: 500 600;
    src: url("fonts/CircularXXWeb-Medium.woff2") format("woff2");
}

@font-face {
    font-display: fallback;
    font-family: "CircularXXWeb";
    font-style: normal;
    font-weight: 100 400;
    src: url("fonts/CircularXXWeb-Regular.woff2") format("woff2");
}

:root {
    --bs-body-bg: #fff;
    /* --baseFont: 'Everett'; */
    --baseFont: "CircularXXWeb";
    --stFont: "Consolas";
    --white: #fff;
    --black: #000;
    --baseColor: var(--black);
    --darkColor: #1c1e29;
    --darkBg: #181D24;
    --darkBg2: #30323c;
    --primary: #07663b;
    --primaryDark: #05492b;
    --primaryLight: #0b864f;
    --secondary:#ccf88e;
    --secondaryDark:#b2df74;
    --secondaryLight:#d8fda5;
    --lightBg: #fffcf7;
    --lightBg2: #cbe2d675;
    --primaryLightHover: #2d6339;
    --secondaryLightHover: #e9fcce;
    --ddBgColor: #fff;
    --ddBgColor2: #08663b;
    --borderColor: #181D24;
    --bs-border-color: #c0bdb8;
    --color-gray: #6e6e6e;
    --borderRadius: 8px;
    --input-border-color: #07663b;
}
html,
body {
    overflow-x: hidden;
}

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: 400;
}
img {
    max-width: 100%;
}
.stFont {
    font-family: var(--stFont);
}
.fw-eBold {
    font-weight: 800;
}
.btn {
    font-size: 16px;
    padding: 0 15px;
    border-radius: var(--borderRadius);
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
}
.btnPrimary {
    --shadowColor: var(--white);
    /* background-color: var(--primary);
    color: var(--secondary); */
    background-color: var(--secondary);
    color: var(--primary);
}
.btnSecondary {
    background-color: var(--secondary);
    color: var(--primary);
}
.btnOutline {
    border-color: #c0bdb8;
    background-color: var(--white);
    color: #252525;
}
.bannerSection .btnPrimary:hover,
.bannerSection .btnPrimary:active,
.bannerSection .btnPrimary:first-child:active,
.bannerSection .btnPrimary:focus-visible {
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
    color: var(--white);
}
.btnPrimary:hover,
.btnPrimary:active,
.btnPrimary:first-child:active,
.btnPrimary:focus-visible,
.btnDark:hover,
.btnDark:focus-visible {
    /* background-color: var(--primaryLightHover);
    border-color: var(--primaryLightHover);
    color: var(--secondary); */
    background-color: var(--secondaryLightHover);
    border-color: var(--secondaryLightHover);
    color: var(--primary);
}
.btnSecondary:hover,
.btnSecondary:active,
.btnSecondary:first-child:active,
.btnSecondary:focus-visible {
    background-color: var(--secondaryLightHover);
    border-color: var(--secondaryLightHover);
    color: var(--primary);
}
.btnOutline:hover,
.btnOutline:active,
.btnOutline:first-child:active,
.btnOutline:focus-visible{
    border-color: #3e3e3e;
    background-color: #2525250d;
    color: #252525;
}
/* .btnHoverEffect:hover,
.btnHoverEffect:active,
.btnHoverEffect:first-child:active,
.btnHoverEffect:focus-visible {
    transform: translate(-4px, -4px);
    box-shadow: 3px 3px var(--darkBg);
} */
.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);
}
.abContentCol .wrepper {
    max-width: 450px;
}
/* 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;
    -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);
    background: #f4f2ec;
}
.headerSection > .topBar {
    background: #fff;
}
.headerSection > .topBar > .container {
    padding: 0 10px;
}
.fixedHeader .headerSection {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logoCol {
    position: relative;
    margin: -15px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.logoCol img {
    display: block;
    max-width: unset;
    height: 64px;
    max-width: unset;
    object-fit: contain;
}
.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 {
    height: 96px;
}
.menuCol > ul {
    display: flex;
    flex-direction: row;
    height: 100%;
}
.donateBtnCol {
    padding: 0 10px;
    border-left: solid 1px rgb(255 255 255 / 0.1);
    height: 100%;
}
.menuCol > ul > li {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    /* border-left: solid 1px rgb(214 213 213 / 50%); */
    align-items: center;
    justify-content: left;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
}
.menuCol li > a {
    font-size: 16px;
    display: block;
}
.menuCol > ul > li > a {
    position: relative;
    text-transform: uppercase;
}
.menuCol > ul:hover > li{
    opacity: 0.6;
}
.menuCol > ul > li:hover{
    opacity: 1;
}
.menuColMain {
    padding-left: 10px;
}
.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: 170px;
}
.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 {
    padding: 192px 0 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}
.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;
    border-radius: 12px;
}
.border-radius-1 {
    border-radius: 16px;
}
/* services Section */
.serviceContent {
    border-radius: 10px;
    overflow: hidden;
}
.cardStyle {
    padding: 20px 25px;
    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: 400;
    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;
}

/*****/

.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: #fff;
    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;
}
.nlFld.form-control {
    background-color: transparent;
    border: 1px solid #94969b;
    /* border-bottom: 1px solid #94969B; */
    color: var(--white);
    width: 100%;
    padding: 14px 130px 16px 20px;
    border-radius: 40px;
    font-size: inherit;
}
.nlFld.form-control::placeholder {
    color: var(--white);
    opacity: 0.5;
}
.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;
}
.nlFld:focus-visible,
.nlFld:focus,
.nlFld:focus-within {
    /* box-shadow: none; */
    background-color: transparent;
    /* box-shadow: 4px 4px 0px; */
}

/* footer */
.footerSection {
    background-color: #1b1e29;
    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: 400; */
    opacity: 0.66;
    letter-spacing: 1px;
}
.footerLinks a:hover,
.fIconListCol a:hover,
.addressCol a:hover {
    /* opacity: 0.5; */
    color: var(--primaryLightHover);
}
.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(--primaryLightHover);
}
.footerIconList li + li {
    margin-top: 15px;
}
.fIconListCol {
    max-width: 220px;
}

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

.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 svg {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    stroke-width: 4px;
    margin-left: 5px;
}
/* .dropdownMenu > ul,
.dropdownContent {
    padding: 10px 25px 15px;
} */
.dropdownMenu > ul > li {
    padding: 10px 25px 15px;
    border-bottom: solid 1px rgb(214 213 213 / 50%);
}
.dropdownMenu > ul > li:last-child {
    border-bottom: none;
}

.dropdownMenu a {
    padding: 5px 0;
}
.sMenuArrow {
    transform: translateY(1px);
}
.menuCol > ul > li.dropdownParent {
    position: relative;
}
.menuCol > ul > li.dropdownParent > a {
    position: relative;
}

.menuCol a span {
    display: inline-block;
    vertical-align: middle;
}
.dropdownContent {
    background-color: var(--ddBgColor);
    /* 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: 32px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 600;
}
.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-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='%23000' 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='%23000' 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;
}
.text-justify {
    text-align: justify !important;
}
.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;
}
.btnHoverEffect.darkHover {
    --shadowColor: var(--darkBg);
}
.minWdBtn {
    min-width: 160px;
}
.formStyle .form-control,.formStyle .form-select {
    padding: 8px 16px 10px;
    line-height: 22px;
    border-radius: var(--borderRadius);
    height: 40px;
}
.formStyle .form-select {
    padding-right: 30px;
}
.formStyle textarea.form-control {
    height: 100px;
    resize: none;
}
.formStyle .select2-selection--single {
    padding: 5px 8px 10px;
    line-height: 22px;
    border-radius: var(--borderRadius);
    height: 40px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.formStyle .select2-selection--single:focus {
    box-shadow: none;
    outline: 2px auto var(--input-border-color);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: var(--borderRadius);
    box-shadow: none;
    outline: 2px auto var(--input-border-color);
}
.select2-container--open .select2-dropdown--below {
    border-radius: 8px;
    border-top: 1px solid #aaa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-color: transparent;
    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"), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 12px;
    height: 16px;
    width: 16px;
    border: none;
    margin-left: -18px;
}
.payForm .cRadioCol {
    padding: 15px;
}
.payForm .cRadioTitle {
    margin-top: 10px;
}
.payForm .cRadioCol::before,
.payForm .cRadioCol::after {
    display: none;
}
.formStyle .cardInfoField .form-control {
    border: none;
    padding-left: 8px;
    padding-right: 8px;
}
/* .formStyle .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;
}
/* .formStyle .form-control:not(.noHoverEffect):focus,
.formStyle .cardInfoField.focused {
    border-color: var(--primaryDark);
    box-shadow: 3px 3px 0px var(--darkBg);
    transform: translate(-4px, -4px);
}
.form-control.noHoverEffect:focus {
    outline: 0;
    box-shadow: none;
} */
.formStyle .form-control:focus,
.formStyle .cardInfoField.focused,
.formStyle .form-select:focus {
    box-shadow: none;
    outline: 2px auto var(--input-border-color);
}
#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;
}
.input-group-text {
    padding: 0;
    border-top-left-radius: var(--borderRadius);
    border-bottom-left-radius: var(--borderRadius);
}
.input-group-text .form-control,.input-group-text .form-select {
    border: none;
    height: 38px;
}
.input-group-text .form-select {
    padding-right: 30px;
}
.buttonRadio {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 0;
}
.buttonRadio label {
    background: var(--white);
    height: 40px;
    padding: 8px 4px;
    border-radius: var(--borderRadius);
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--bs-border-width) solid var(--bs-border-color);
    white-space: nowrap;
}
.buttonRadio input {
    width: 0;
    display: none;
}
.buttonRadio input:checked + label {
    background: #000;
    color: var(--white);
    border-color: #000;
}
.quick-donation-inputs .input-group {
    max-width: 180px;
}
.quick-donation-inputs .form-control:focus,.quick-donation-inputs .form-select:focus {
    outline: none;
}
/*************************
*** MEDIA-QUARY START ***
***************************/

@media (min-width: 992px) {
    .ddMenuCol {
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        /* transform: scaleY(0) translateX(-50%); */
        transform-origin: center top;
        opacity: 0;
        min-width: 225px;
        display: block !important;
        pointer-events: none;
        z-index: 9999;
        margin-top: 4px;
    }
    .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);
    } */
    .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 > .topBar > .container {
        padding: 0 10px;
    }
    .bannerInner h1 {
        font-size: 120px;
    }
    .bannerSection {
        padding: 192px 0 0;
    }
    .sectionSpace {
        padding: 80px 0;
    }
    .cardStyle {
        padding: 20px 25px;
    }
    .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: 30px;
    }
    .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: 170px;
    }
    html.actNav {
        overflow: hidden;
    }
    .menuColMain {
        position: fixed;
        left: 0;
        top: 0;
        background-color: var(--lightBg);
        width: 260px;
        padding: 0 0 50px;
        z-index: 99;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-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: 100vh; */
        height: 100dvh;
        overflow: hidden;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .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(--lightBg);
        padding: 20px;
        text-align: center;
    }
    .offCanvasLogo img {
        width: 120px;
    }
    .menuCol {
        text-align: left;
        padding-left: 0;
    }
    .actNav .menuColMain {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(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;
    }
    .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 > .topBar > .container {
        padding: 0 5px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .fIconListCol {
        max-width: 100%;
    }
    .cardStyle {
        padding: 20px 0px;
    }
    .bannerInner h1 {
        font-size: 60px;
    }
    .lgTitle {
        font-size: 36px;
    }
    .mdTitle {
        font-size: 28px;
    }
    .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;
    }
    .nlFld.form-control {
        padding: 14px 100px 16px 15px;
    }
    .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: 13px 15px;
    }
    .bannerBtn > ul > li,
    .bannerBtn > ul > li + li {
        margin: 0px 3px 15px;
    }
    .spaceTop {
        margin-top: 170px;
    }
    .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: 26px;
    }
    .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 {
    padding-top: 20px;
    position: relative;
}
#mainBanner .carousel-indicators button {
    box-sizing: inherit;
    opacity: 1;
    transition: all 0.6s ease;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    display: block;
    background: #777777;
    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: var(--primaryLightHover) !important;
}
#mainBanner .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 40px 40px;
    color: #fff;
    text-align: start;
    background: linear-gradient(transparent, rgb(0 0 0 / 80%));
    vertical-align: bottom;
    border-radius: 12px;
}
@media (max-width: 767px) {
    #mainBanner .carousel-indicators {
        margin-bottom: 1rem;
    }
}
.brandSec {
    background: var(--white);
}
.brandSec > div {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 48px 0;
    flex-wrap: wrap;
}
.brandSec img {
    width: 118px;
    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: 40px 0 0;
    position: relative;
    border-top: 1px solid #e5e1d7;
    /* background: var(--ddBgColor2); */
}
#footer p {
    margin: 0;
}
.footer_top_hp {
    display: flex;
    grid-gap: 0 10px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}
.footer_left_hp {
    width: calc(50% - 5px);
    display: flex;
}
.footer_logo_hp {
    width: 200px;
}
.footer_logo_hp img {
    width: 100%;
    border-radius: 10px;
}
.footer_right_hp {
    width: calc(50% - 5px);
    display: flex;
}
.footer_links_hp {
    width: 50%;
    height: 100%;
}
.footer_links_hp ul li {
    font-weight: 400;
    /* color: #fff; */
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 6px 0;
}
.footer_links_hp ul li a {
    display: block;
}
.footer_links_hp ul li a:hover {
    transition: all .2s ease-in-out;
    padding-left: 4px;
}
.footer_info_hp {
    width: 50%;
    height: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: start;
}
.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: 400;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
}
.footer_bottom_hp {
    border-top: 1px solid #e5e1d7;
    padding: 20px 0;
}
.footer_bottom_in_hp {
    display: block;
    align-items: center;
    grid-gap: 0 10px;
    max-width: 1200px;
    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: 16px;
    font-weight: 400;
    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: 400;
    line-height: 20px;
}
.footer_copyright_hp {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.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_top_hp {
        display: block;
    }
    .footer_left_hp {
        width: 100%;
    }
    .footer_logo_hp {
        width: 150px;
    }
    .footer_right_hp {
        width: 100%;
        padding-top: 20px;
    }
    .footer_links_hp {
        width: 100%;
        height: 100%;
        border: none;
    }
    .footer_info_hp {
        border: none;
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .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_links_hp ul li {
        font-size: 17px;
    }
    .footer_subinfo_hp p a {
        font-size: 14px;
    }
}

/* cart */
.cartCol {
    width: 300px;
    transform: translateX(-90%);
}
.cartCol .dropdownMenu::before {
    left: 90%;
    border-bottom: 10px solid #eee;
}
.cartCol .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;
    background: #EEEEEE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.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 {
    background: #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cartCheckCol {
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    background: #F8F8F8;
}
.summaryBtn {
    padding: 15px;
}
.cartbarBotmLink {
    text-align: center;
    border-top: 1px solid rgba(118, 117, 117, 0.2);
    padding-top: 7px;
    padding: 15px;
}
.summaryBtn a.btn {
    padding: 8px 10px 10px;
    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: 3px 3px 0px var(--darkBg); */
    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: var(--bs-border-color);
    /* box-shadow: 3px 3px 0px var(--darkBg); */
    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: var(--bs-border-color);
}
.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;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: var(--bs-border-color);
    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: var(--primary);
}
.stepper .step-list > li:last-child::after {
    background: transparent;
}
.stepper .step-list > li.active:last-child > div > span {
    background: var(--primary);
}
.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: var(--primary);
    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 var(--primary);
    color: var(--primary);
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}
.stepper .step-list-item.completed > div > span {
    background: var(--primary);
}
.stepper .step-list-item.completed > div > span::after {
    content: url("../images/checkmark.svg");
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3px;
    display: block;
}
.stepper .step-list-item.active > div > span {
    background: #fff;
    border: 2px solid var(--primary);
}
.stepper .step-list-item.active > div > span:hover {
    background: #fff;
    border: 2px solid var(--primary);
}
.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: var(--primary);
    border: 2px solid var(--primary);
} */
.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(--lightBg2);
    color: var(--black);
}
@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;
    border: solid 1px var(--borderColor);
    border-radius: 8px;
    background: #fff;
}
.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(--borderColor); */
    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;
    padding: 20px;
}
.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: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 42px;
    padding: 0 20px;
}
.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 {
    padding: 0 12px 12px;
}
.special_box_btn_hp .btn {
    width: 100%;
    padding: 8px 12px 10px;
}
.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 var(--darkBg);
    background-color: var(--bs-body-bg);
    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;
    }
    .footer_left_hp,.footer_right_hp {
        display: block;
    }
    .footer_left_hp .footer_links_hp + .footer_links_hp {
        margin-top: 20px;
    }
}
.payCartText > p {
    font-size: 16px;
    margin-bottom: 0;
}
.cartCol2 {
    /* background-color: var(--lightBg2); */
    padding: 20px 20px 30px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 .3125rem 1rem -.1875rem #0003;
    margin-top: 60px;
    /* border: 1px solid var(--bs-border-color); */
}
.cartCol2 .formTitle {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    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;
}
.payCartInfo.cartTotal {
    margin-top: 6px;
    padding-top: 10px;
}
.cartTotal .payStyle > p {
    font-size: 16px;
    font-weight: 600;
}
.payBtn {
    margin-top: 10px;
}
.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%);
}
.overlayLine h3 {
    width: fit-content;
    background: var(--white);
    padding: 0 10px;
    margin: 0 auto;
}
.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: 15px;
    top: 15px;
    opacity: 0.4;
    z-index: 5;
    cursor: pointer;
}
@media (max-width: 585px) {
    .proLikeImg {
        right: 12px;
        top: 10px;
    }
}
.proLikeImg:hover svg path {
    fill: red;
}
.proLikeImg:hover {
    opacity: 0.7;
}
.proLikeImg.active {
    opacity: 1 !important;
}

.proSingleSlider,
.prothumbSlider .swiper-slide {
    text-align: center;
    border: 1px solid #e9e8e8;
}
.proSingleSlider {
    position: relative;
}
.productThumbsSlider .thumbCol {
    margin-top: 10px;
    width: 100%;
}
.productThumbsSlider .singleCol {
    width: 100%;
}
.proSingleSlider .swiper-slide > img,
.prothumbSlider .swiper-slide > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border: 1px solid #cdcdcd;
    aspect-ratio: 1/1;
    background-color: #fff;
}
.prothumbSlider .swiper-slide {
    height: 208px;
}
.productDetail {
    padding: 20px 0 0 20px;
}
.availableProduct > li {
    color: var(--grayColor);
    font-size: 17px;
}
.availableProduct > li + li {
    margin-left: 30px;
}
.productDetail > h2 {
    padding: 30px 0 20px;
    margin: 0;
}
.productDetail > p {
    font-size: 15px;
    line-height: 1.7;
}
.priceCol {
    padding-bottom: 10px;
}
.priceCol > span {
    font-size: 20px;
    font-weight: 500;
}
.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: 40px;
}
.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: var(--borderRadius);
}
@media (max-width: 1400px) {
    .availableProduct > li {
        font-size: 16px;
    }
    .productDetail {
        padding: 10px 0 0;
    }
    .availableProduct > li + li {
        margin-left: 20px;
    }
    .priceCol > span {
        font-size: 20px;
    }
    .addBtn .btnPrimary {
        min-width: 200px;
    }
    .quantityField {
        width: 130px;
        height: 40px;
    }
    .prothumbSlider .swiper-slide {
        height: 170px;
    }
}
@media (max-width: 1199px) {
    .availableProduct > li + li {
        margin-left: 15px;
    }
    .priceCol > span {
        font-size: 20px;
    }
    .prothumbSlider .swiper-slide {
        height: 148px;
    }
}
@media (max-width: 991.5px) {
    .productDetail {
        padding: 30px 0 0;
    }
    .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;
    }
    .productDetail {
        padding: 20px 0 0;
    }
    .availableProduct > li + li {
        margin-left: 10px;
    }
    .availableProduct > li {
        font-size: 13px;
    }
    .productDetail > h2 {
        padding: 10px 0;
    }
    .priceCol > span {
        font-size: 20px;
    }
    .productDetail > p {
        font-size: 16px;
    }
    .quantityField {
        width: 100px;
        height: 40px;
    }
    .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;
    }
}

.productDetail > p {
    font-size: 16px;
    line-height: 1.5;
}
.proSingleSlider,
.prothumbSlider .swiper-slide {
    border: 0px;
}
.prothumbSlider .swiper-slide {
    height: inherit !important;
}
.quantityField {
    border-radius: 35px;
}
.productDetail {
    padding: 0px 0 0 20px;
}
.productDetail > h2 {
    padding: 10px 0 10px !important;
}
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: 8px;
}
.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: 40px !important;
    width: 100%;
}
.tallQuantityField .qtyBtn {
    width: 33.33%;
}
.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);
}
.bsCardStyle {
    background-color: #fbfaf8;
    text-align: center;
    border-radius: 8px;
    transition: background-color .3s;
}
.bsCardStyle:hover {
    background: #fbfaf8;
}
.bsCardText {
    padding: 20px 12px;
}
.bsCardText p {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5em; /* Adjust based on line height */
    transition: max-height 0.3s ease, overflow 0.3s ease;
}
.bsCardText p.expanded {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    max-height: 100%; /* Allow full height */
}
.bsCardText h6 {
    font-size: 18px;
}
.expand-p svg {
    width: 20px;
    height: 20px;
}
.expand-p.expanded svg {
    transform: rotate(180deg);
}
.bsCardStyleFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
    margin-top: 16px;
}
.bsCardStyleFooter .small {
    font-size: 12px;
}
.bsCardStyleFooter p {
    line-height: 16px;
}
.bsCardImg img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.rsCardStyle {
    background-color: var(--lightBg2);
    text-align: start;
    border-radius: 20px;
    padding: 20px;
}
.swiper-button-next.bsNext,.swiper-button-next.bsNext2,.swiper-button-next.bsNext3,
.swiper-button-next.catNext,
.swiper-button-next.reviewNext {
    right: -40px;
}
.swiper-button-prev.bsPrev,.swiper-button-prev.bsPrev2,.swiper-button-prev.bsPrev3,
.swiper-button-prev.catPrev,
.swiper-button-prev.reviewPrev {
    left: -40px;
}
.bgPagination,
.bgPagination2,
.bgPagination3,
.cgPagination {
    bottom: -35px !important;
}
.text-link {
    font-weight: 600;
}
.text-link:hover {
    /* text-decoration: underline; */
    color: var(--primaryDark);
}

/* ADVERTISING SECTION */
.addImg {
    width: 100%;
    position: relative;
}
.addImg.addImgLg {
    height: 427px;
}
.addImg > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.addImg.addImgmd {
    height: 210px;
}
.addImgmd + .addImgmd {
    margin-top: 7px;
}
.advertisingText {
    position: absolute;
    padding: 10px;
}
.text-shadow {
    font-size: 30px;
    color: #ffefff;
    max-width: 220px;
    font-weight: 700;
    text-shadow: 0 0px 15px rgb(0, 0, 0);
}
.advertisingText.advertisingStyle1 {
    top: 10px;
    left: 15px;
}
.advertisingText > p {
    color: var(--white);
    font-size: 17px;
    font-weight: 600;
    padding: 8px 0 0;
}
.btn.shopBtn {
    background-color: var(--white);
    font-size: 15px;
    color: var(--primaryColor);
    text-transform: uppercase;
    border-radius: 0;
    padding: 4px 7px;
    font-weight: 500;
}
.btn.shopBtn:active {
    background-color: var(--white);
    color: var(--primaryColor);
}
.advertisingText.advertisingStyle2 {
    top: 0;
    right: 0;
    max-width: 212px;
    margin-left: auto;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.addInnerText .text-shadow2 {
    font-size: 24px;
    color: var(--white);
    font-weight: 600;
    line-height: 1.3;
}
p.yColor {
    color: #f5f600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    margin: 0;
}
.advertisingText.advertisingStyle2.advertisingStyle3 {
    margin-right: auto;
    margin-left: inherit;
}
.advertisingText.advertisingStyle3 {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.advertisingText > p.mdText {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 1.3;
}
.advertisingText > p.addLgText {
    font-size: 24px;
}
.quick-donation-form > div {
    display: flex;
}
@media (max-width: 1400px) {
    .addImg.addImgLg {
        height: 364px;
    }
    .addImg.addImgmd {
        height: 179px;
    }
    .text-shadow {
        font-size: 24px;
    }
    .advertisingText > p {
        font-size: 14px;
    }
    .btn.shopBtn {
        font-size: 12px;
    }
    .advertisingText.advertisingStyle2 {
        max-width: 182px;
    }
    p.yColor {
        font-size: 14px;
    }
    .addInnerText .text-shadow2 {
        font-size: 18px;
    }
    .advertisingText > p.mdText {
        font-size: 16px;
    }
    .advertisingText > p.addLgText {
        font-size: 18px;
        margin-bottom: 0;
    }
}
@media (max-width: 1199px) {
    .addImg.addImgLg {
        height: 300px;
    }
    .addImg.addImgmd {
        height: 146px;
    }
    .advertisingText > p {
        font-size: 13px;
    }
    .advertisingText.advertisingStyle2 {
        max-width: 152px;
    }
    .addInnerText .text-shadow2 {
        font-size: 16px;
    }
    p.yColor {
        font-size: 13px;
    }
    .advertisingText > p.mdText {
        font-size: 14px;
        padding: 0;
    }
    .advertisingText > p.addLgText {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .addImg.addImgLg {
        height: 240px;
    }
    .addImg.addImgmd {
        height: 117px;
    }
    .advertisingText.advertisingStyle1 {
        left: 0;
        top: 0;
        max-width: 180px;
    }
    .text-shadow {
        font-size: 18px;
    }
    .advertisingText.advertisingStyle2 {
        max-width: 112px;
    }
    .addInnerText .text-shadow2 {
        font-size: 14px;
    }
    .advertisingText > p.addLgText {
        font-size: 14px;
    }
    .cartCol2{
        width: 100%;
        margin-top: 20px;
    }
    .d-none-md {
        display: none !important;
    }
    .offcanvas-ul li a {
        display: block;
        font-size: 18px;
        padding: 10px;
        width: 100%;
    }
    .quick-donation-form > div {
        display: block;
    }
    .offcanvas-ul li a:hover {
        transform: translateX(20px);
        color: var(--primary);
    }
    .buttonRadio .form-check-label {
        width: 100%;
    }
    .buttonRadio {
        width: 25%;
    }
    .quick-donation-inputs,.quick-donation-checks {
        margin-bottom: 5px;
    }
    .quick-donation-inputs > * {
        width: 50%;
    }
    .quick-donation-inputs > * > select{
        width: 100%;
    }
    .quick-donation-inputs .input-group {
        max-width: unset;
    }
    .quick-donation-btn {
        margin: 0 auto;
        width: 50%;
        justify-content: center;
    }
    .spaceTop {
        margin-top: 250px;
    }
    .bannerSection.homeBanner {
        padding-top: 280px;
    }
}
@media (max-width: 576px) {
    .quick-donation-inputs > * {
        width: 100%;
    }
    .quick-donation-inputs > .input-group {
        margin-bottom: 5px;
    }
    .quick-donation-btn {
        width: 100%;
        justify-content: center;
    }
    .spaceTop {
        margin-top: 280px;
    }
    .bannerSection.homeBanner {
        padding-top: 320px;
    }
}
@media (max-width: 767px) {
    .addImg.addImgLg {
        height: 500px;
    }
    .addImg.addImgmd {
        height: 240px;
    }
    .advertisingText.advertisingStyle2 {
        max-width: 256px;
    }
    .advertisingText.advertisingStyle3 {
        bottom: 30px;
    }
}
@media (max-width: 485px) {
    .addImg.addImgLg {
        height: 300px;
    }
    .addImg.addImgmd {
        height: 150px;
    }
    .advertisingText.advertisingStyle2 {
        max-width: 206px;
    }
    .advertisingText.advertisingStyle3 {
        bottom: 0;
    }
}
@media (max-width: 385px) {
    .advertisingText.advertisingStyle2 {
        max-width: 170px;
    }
}
@media (max-width: 340px) {
    .advertisingText.advertisingStyle2 {
        max-width: 150px;
    }
}
/* ADVERTISING SECTION */

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px !important;
    color: var(--darkBg);
}
.swiper-button-next,
.swiper-button-prev {
    width: auto !important;
}
.addToCartbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px !important;
    background-color: var(--white);
    border-color: var(--darkBg);
    color: var(--darkBg);
}
.addToCartbtn:hover {
    background-color: var(--darkBg2);
    border-color: var(--darkBg2);
    color: var(--white);
}
.view-cart-btn {
    height: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadCrumb {
    text-transform: capitalize;
}
.breadCrumb .active{
    color: #0000007c;
}
.proDesAccordion {
    padding-top: 25px;
}
.proDesAccordion .accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.proDesAccordion .accordion-item:first-child {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.iziToast.iziToast-color-green {
    background: rgba(25, 134, 83, .95);
    border-color: rgba(25, 134, 83, .95);
}
.iziToast.iziToast-color-red {
    background: rgba(220, 53, 69, .95);
    border-color: rgba(220, 53, 69, .95);
}
.iziToast.iziToast-color-orange {
    background: rgba(255, 193, 7, .95);
    border-color: rgba(255, 193, 7, .95);
}
.iziToast.iziToast-color-blue {
    background: rgba(13, 202, 240, .95);
    border-color: rgba(13, 202, 240, .95);
}
.padding-left-fix {
    padding-left: 61px;
}
.variant-custom-selection .custom-selection {
    display: inline-flex;
    flex-wrap: wrap;
}
.variant-custom-selection .custom-selection>li {
    font-size: 16px;
    height: 40px;
    min-width: 50px;
    position: relative;
    display: flex;
    padding: 9px 20px;
    line-height: 20px;
    border-radius: 50px;
    color: var(--darkBg);
    justify-content: center;
    border: solid 1px var(--darkBg);
    transition: .1s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    margin: 0 10px 10px 0;
}
.variant-custom-selection .custom-selection>li.variation-color {
    height: 40px;
    width: 40px;
    min-width: auto;
    padding: 0;
    border-radius: 50%;
}
.variant-custom-selection .custom-selection>li.variation-color>div {
    left: 50%;
    transform: translate(-50%, -50%);
}
.variant-custom-selection .custom-selection>li.variation-color>div {
    position: absolute;
    top: 50%;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}
.variant-custom-selection .custom-selection>li.active {
    cursor: default;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    color: var(--baseColor);
}
.variant-custom-selection .custom-selection>li.disabled {
    opacity: .5;
    pointer-events: none;
}
.bg-body {
    background-color: var(--bs-body-bg) !important;
}
.nlBtn {
    padding: 12px 18px;
    height: 49.6px;
}














.swiperStyle1 .swiper-wrapper{padding-bottom:75px;}
.swiperStyle1 .swiper-button-next::after,.swiperStyle1 .swiper-button-prev::after{--swiper-navigation-size:24px;-webkit-transition:transform 300ms ease-in-out 0s;-o-transition:transform 300ms ease-in-out 0s;transition:transform 300ms ease-in-out 0s;}
.swiperControls .swiper-button-prev,.swiperControls .swiper-button-next{position:static;margin:0;}
.swiperControls .swiper-button-prev:hover::after{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}
.swiperControls .swiper-button-next:hover::after{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);}
.swiperControls .swiper-button-prev{margin-left:auto;}
.swiperControls{position:absolute;bottom:0;left:0;right:0;z-index:5;}
.swiperControls .swiper-pagination{position:static;}
.lightBgSwiper{--swiper-theme-color:var(--baseColor);}
.ratingCardStyle{padding:20px 24px;background-color:#fff;border-radius:8px;min-height:290px;border: solid 1px var(--borderColor);}
.ratingCardStyle1{padding:20px 24px;background-color:#f6f9fb;border-radius:8px;}
.ratingTitleCol{font-size:20px;line-height:1;padding-bottom:10px;}
.ratingValue{font-size:20px;font-weight:600;line-height:1;}
.ratingStars{display:-webkit-flex;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;max-width:100px;}
.rStar{display:block;width:18px;position:relative;}
.ratingStars svg{display:block;width:100%;}
.uStar{position:absolute;left:0;top:0;}
.ratingStars svg.bgStar path{fill:#c4c4c4;}
.ratingStars svg.uStar path{fill:#fcbf02;}
.sClip7{-webkit-clip-path:inset(0px 30% 0px 0px);-o-clip-path:inset(0px 30% 0px 0px);clip-path:inset(0px 30% 0px 0px);}
.rCountText,.rDate,.reviewPostedLabel{font-size:12px;color:rgba(17, 17, 17, 0.5);display:block;}
.reviewPostedLabel a:hover{color:rgba(17, 17, 17, 0.5);}
.rCount{display:inline-block;padding-right:4px;}
.ratingSlider{margin-top:20px;}
.authorName + .reviewInfo{padding-top:5px;}
.rImgCol{display:block;width:46px;height:46px;border-radius:50%;border:1px solid rgba(0, 0, 0, 0.1);}
.rImgCol img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;}
.authorName{font-size:18px;font-weight:600;}
.reviewPosted{font-size:14px;line-height:1;}
.googleIcon img{width:30px;}
.reviewPostedLabel + .reviewPostedName{padding-top:4px;}
.reviewPostedName{color:rgb(25, 123, 255);}
.reviewCardBody{padding:15px 0;}
.reviewText{font-size:15px;opacity:0.8;}
.readMoreTrigger{display:inline-block;margin-top:5px;color:rgba(17, 17, 17, 0.5);font-size:14px;position:relative;}
.readMoreTrigger:hover{color:rgba(17, 17, 17, 0.5);text-decoration:underline;}
.readMoreTrigger::before{content:"Read More";}
.readMoreTrigger::after{content:"";position:absolute;left:50%;right:50%;bottom:-2px;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transition:all 300ms ease-in-out 0s;}
.readMoreTrigger:hover::after{left:0;right:0;}
@media (max-width: 575px){
.ratingTitleCol{font-size:16px;}
}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal;}


.impact-icon {
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    color: var(--primary);
}
.nav.nav-pills .nav-link {
    border-radius: 50px;
    background-color: #fff;
    color: #78716C;
}
.nav.nav-pills .nav-link:hover,.nav.nav-pills .nav-link.active {
    color: #fff;
    background: #EB383C;
}
.policy-icon {
    padding: 16px;
    background: #FAFAF9;
    border-radius: 50%;
    color:#15803D;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.policy-icon svg {
    width: 22px;
    height: 22px;
}
@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 #a1a1a1b3;
    }
    70% {
        box-shadow: 0 0 0 20px #a1a1a100;
    }
    100% {
        box-shadow: 0 0 0 0 #a1a1a100;
    }
}
.pulse-animation {
    animation: pulse-red 2s infinite;
}
.progress-sec {
    text-align: start;
}
.progress {
    height: 8px;
    background-color: #E3E3E3;
}
.progress-bar {
    background-color: var(--primary);
}
.project-carousel .carousel-indicators {
    position: static;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    justify-content: unset;
}
.project-carousel .carousel-indicators button.thumbnail img {
    width: 100px;
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    max-width: unset;
    object-fit: cover;
    border-radius: 8px;
}
.project-carousel .carousel-indicators [data-bs-target] {
    width: unset;
    height: unset;
}
.project-description * {
    font-family: unset !important;
}
.sponsorId {
    border: 1px solid var(--bs-border-color);
    padding: 20px 0;
    margin: 20px 0;
}
.visitLeftCol {
    background-color: var(--lightBg2);
    padding: 20px;
    border-radius: 8px;
}

.loader {
    width: 25px;
    height: 25px;
    border: 5px solid #fff;
    border-bottom-color: #4C5054;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
label.error {
    display: none !important;
}
.offcanvas {
    transition: var(--bs-offcanvas-transition);
}
.copyright-text {
    font-size: 15px;
}
.dancing-script {
  font-family: "Dancing Script", cursive !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.project-body ul {
    list-style-type: disc;
    padding-inline-start: 40px;
}
