:root{
    --bs-info-rgb: 13,202,240;
    --bs-primary-rgb: 139,61,255;
}
@media(min-width:767px){
    .top-banner{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%);
    }
}
.hero-img {
    height: 115%;
    width: 1200px;
    position: absolute;
    left: 36.9%;
    object-fit: cover;
}
.divider {
    margin-top: 0rem;
    z-index: 3;
}
.divider svg {
    background: none !important;
    height: 6vw;
    overflow: hidden;
    vertical-align: middle;
}
svg.bg-primary-alt-1 * {
    fill: #f7f8fb;
}
svg.bg-primary-2 * {
    fill: #0f5257;
}
.simplify-debt{
    background: linear-gradient(180deg, rgba(227,244,255,1) 0%, rgba(255,255,255,1) 100%);
}
.grid-cols-7 {
    grid-template-columns: repeat(7,minmax(0,1fr));
}
.w-64 {
    width: 16rem;
}
.leading-9 {
    line-height: 2.25rem;
}
.symbol-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all 0.3s ease;
}
.symbol > img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219/var(--tw-bg-opacity));
}
/* base hero 6  */
.home-banner{
    background: linear-gradient(84.42deg, #fafcfe 0%, #dae5ed 100%);
    padding-bottom: 0px;
}
.home-banner-3{
    background: linear-gradient(84.42deg, #fdfeff 0%, #e8eff5 100%);
    padding-bottom: 0px;
}
.happy-count{
    box-shadow: 0px 10px 40px rgba(47, 66, 96, 0.05);
    border-radius: 73px;
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 22.4%;
    left: 6.5%;
    animation: ani5 7s infinite ease-in-out alternate;
}
.icon2{
    top: 18%;
    left: 74%;
    position: absolute;
    animation: ani4 7s infinite ease-in-out alternate;
}
.icon3{
    position: absolute;
    bottom: 23%;
    right: 13.5%;
    animation: ani6 7s infinite ease-in-out alternate;
}
@keyframes ani5 {
    0%, 100% {
        transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    50% {
        transform: translateX(20px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@keyframes ani4{
    0%, 100% {
        transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    50% {
        transform: translateX(-20px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@keyframes ani6 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-13px, 1px) rotate(-6deg);
        transform: translate(-13px, 1px) rotate(-6deg);
    }
    40% {
        -webkit-transform: translate(-41px, -22px) rotate(-22deg);
        transform: translate(-41px, -22px) rotate(-22deg);
    }
    60% {
        -webkit-transform: translate(-33px, -22px) rotate(-50deg);
        transform: translate(-33px, -22px) rotate(-50deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-50deg);
        transform: translate(40px, -72px) rotate(-50deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

/* form-design-1 design  */
.sidebar-banner{
    background: url('/assets/img/sidebar-banner.svg');
}
.sidebar-banner2{
    background: url('/assets/img/sidebar-banner2.png');
}
.step-wrapper{
    min-height: calc(100vh - 212px);
}
.abstract-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* base-hero-7 page css  */
.shape1{
    position: absolute;
    top: -47px;
    right: -31px;
    width: 25%;
    animation-name: bounce;
    animation-duration: 9s;
    animation-iteration-count: infinite;
}
.shape2{
    position: absolute;
    top: 120px;
    right: 229px;
    width: 16%;
    animation-name: shake;
    animation-duration: 9s;
    animation-iteration-count: infinite;
}
.shape3{
    position: absolute;
    top: 120px;
    left: 10%;
    animation-name: fadeInRight;
    animation-duration: 9s;
    animation-iteration-count: infinite;
}
.shape4{
    position: absolute;
    top: -67px;
    left: 681px;
    animation-name: shapeMover;
    animation-duration: 9s;
    animation-iteration-count: infinite;
}
.shape5{
    position: absolute;
    top: -67px;
    right: 681px;
    animation-name: circleMove;
    animation-duration: 9s;
    animation-iteration-count: infinite;
}
.banner-text{
    line-height: 3.75rem;
}
@keyframes bounce {
    20%, 53%, 80%, 0%, 100% {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0);
    }
    
    40%, 43% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-30px,0);
    }
    70% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-15px,0);
    }
    90% {
        transform: translate3d(0,-4px,0);
    }
}

@keyframes shake{
    0%, 100% {
        transform: translate3d(0,0,0);
    }
    
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px,0,0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px,0,0);
    }
}
@keyframes fadeInRight{
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0);
    }
    
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes shapeMover{
    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}
@keyframes circleMove{
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}
/* card element css start  */
.main-wrapper{
    background-color: #0d1117;
}
.element-card{
    background-color: #161b22;
    border: 1px solid #2f353c;
}
.element-card img{
    z-index: 100;
    position: relative;
}
.wrapper {
    /* width: 100%;
    height: 500px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    /* max-width: 100rem;
    margin:auto; */
    overflow:hidden;
    z-index: 1;
    /* background-color: #000; */
  }
  .circle {
    position: absolute;
    margin: -20px 0 0 -20px;
    pointer-events: none;
    z-index: 10;
    width: 350px;
    height: 350px;
    background-color:  #0e7490;
    filter: blur(180px);
    border-radius: 300px;
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }
  .wrapper #circle{
    opacity: 0;
  }
  #wrapper1:hover #circle{
    opacity: 1;
  }
  .wrapper #circle2{
    opacity: 0;
  }
  #wrapper2:hover #circle2{
    opacity: 1;
  }
  .wrapper #circle3{
    opacity: 0;
  }
  #wrapper3:hover #circle3{
    opacity: 1;
  }
  /* integration page css start here  */
  .tools-wrapper{
    background-color: #151a28;
    background-image: url('/assets/img/download.svg');
    background-position: bottom left;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .integration-block{
    z-index: 1;
    background: linear-gradient(128.79deg,rgba(255,255,255,.3) 0,rgba(255,255,255,.15) 100%);
    box-shadow: 0 24px 48px rgba(21,26,40,.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /* opacity: .66; */
    padding: 15px;
    border-radius: 10px;
  }
  .integration-block:hover{
    background: linear-gradient(128.79deg,rgba(255,255,255,.3) 0,rgba(255,255,255,.5) 100%);
  }
  .slick-slider .slick-slide {
    padding: 0 15px;
  }
  @media(max-width:768px){
    .slick-slider .slick-slide {
        padding: 0 10px;
      }
  }
  /* feature slider css start here  */
  .slider-category{
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0 5px 20px rgba(127,118,179,.1));
    /* inline-size: 55px;
    block-size: 55px; */
    gap: 1rem;
    margin: 10px 0;
  }
  .slider-category .icon-wrapper{
    background: linear-gradient(130deg,#f8f8fc,#f8f8fc);
    padding: 10px;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slick-active.slick-center .icon-wrapper{
    background: linear-gradient(130deg,#24223e,#282642);
    transform: scale(1.25);
  }
   .slider-category svg{
    filter: drop-shadow(0 5px 20px rgba(127,118,179,.1));
    transform: scale(.9);
  }
  .slick-active.slick-center svg path {
    stroke: #fff;
  }
  .slider-category h3{
    color: #7b73ae;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
  }
  .bg-left{
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset-inline-start: -121px;
    inset-block-start: -144px;
  }
  .bg-right{
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset-inline-start: 341px;
    inset-block-start: -144px;
  }
  .slider-for img{
    z-index: 3;
    position: relative;
    max-width: 100%;
  }
  .slider-nav .slick-list::before{
    content: "";
    position: absolute;
    inset-inline-start: -99px;
    inline-size: 199px;
    block-size: 125px;
    background-image: url(/assets/img/tab-nav-fade.svg);
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .slider-nav .slick-list::after{
    content: "";
    position: absolute;
    inset-inline-end: -120px;
    inset-block-start: 15px;
    inline-size: 217px;
    block-size: 91px;
    background-image: url(/assets/img/tab-nav-fade.svg);
    background-size: contain;
    z-index: 1;
    pointer-events: none;
    transform: rotate(180deg);
  }
  .slider-for .slick-active{
    animation: slider_content .5s;
  }
@keyframes slider_content{
    0% {
        opacity: 0;
        transform: translateY(22%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.sticky-footer{
    animation: footer_content .5s;
    transition: all ease 0.3s;
  }
@keyframes footer_content{
    0% {
        opacity: 0;
        transform: translateY(22%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fixed-footer{
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(271.19deg,#307DF6 0%,#14BBBF 100%);
    box-shadow: 0 0 32px rgba(0,0,0,.08);
    padding: 5px;
    transition: all ease 0.3s;
    animation: footer_content .5s;
}
/* video-content-single page css start here  */
.video-top-section{
    background-color: #140342;
}
.video-text-light{
    color: #4F547B;
}
.cart-detail::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.cart-detail::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.cart-detail::-webkit-scrollbar-thumb {
  background: #a7a7a7; 
}

/* Handle on hover */
.cart-detail::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
@media(min-width:1024px){
.h-32rem{
    height: 32rem;
}
}
.pattern-square:after {
    background-image: url('/assets/img/pattern-square.svg');
    background-position: top;
    bottom: 0;
    content: "";
    height: 312px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
    mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.pattern-white:after{
    background-image: url(/assets/img/pattern-white.svg);
    background-position: top;
    bottom: 0;
    content: "";
    height: 312px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg,transparent 55%,#000 75%);
    mask-image: linear-gradient(0deg,transparent 55%,#000 75%);
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
}
.inline-block{
    display: inline-block !important;
}
.card-lift{
    transition: transform .2s;
    /* transition-behavior: normal, normal, normal, normal; */
    transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}
.card-lift:hover{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1)!important;
    transform: translateY(-0.25rem);
}
.bg-violet-gradient {
    background: linear-gradient(180deg,#9b58ff,#8837ff 47.92%,#7a20ff);
}
.bg-violet-gradient::after{
    background-image: url('/assets/img/pattern-white.svg');
    background-position: top;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask-image: linear-gradient(0deg,transparent 55%,#000 75%);
    mask-image: linear-gradient(0deg,transparent 55%,#000 75%);
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
.bg-dark{
    background-color: #0f172a;
}
.cta2{
    background: rgba(139,61,255, 0.25);
    /* background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important; */
}
.cta2::after{
    background-image: url('/assets/img/pattern-square.svg');
    background-position: top;
    bottom: 0;
    content: "";
    height: 312px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
    mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.cta3{
    background-image: url('/assets/img/cta-pattern.png');
    background-color: #532599!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta5{
    background: linear-gradient(180deg,#9b58ff,#8837ff 47.92%,#7a20ff);
}
.cta5.line-pattern::after{
    background-image: url('/assets/img/line-pattern.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-info{
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important;
}
.bg-violet{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
}
.bg-violet::after{
    background-color: #fff;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 81%,0 100%,100% 100%);
    clip-path: polygon(100% 81%,0 100%,100% 100%);
    content: "";
    height: 380px;
    position: absolute;
    width: 100%;
}
.bg-primary-blend-gradient {
    background: var(--bg-gradient-blend,linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0) 100%),linear-gradient(245deg,rgba(108,73,250,.41) 0,rgba(211,38,142,.1) 100%));
}
.dark-theme-bg{
    background-color: #1c252f;
}
.bg-dark-1{
    background-color: #263240;
}
.aside-border{
    border-right: 2px solid #383a3b
}
.media1{
    background-image: url('/assets/img/media-1.png');
    background-size: cover;
    height: 100%;
    padding: 3rem;
} 
.media4{
    background-image: url('/assets/img/media-4.png');
    background-size: cover;
    height: 100%;
    padding: 3rem;
    background-position: bottom;
}
.media5{
    background-image: url('/assets/img/media-5.png');
    background-size: cover;
    height: 100%;
    padding: 3rem;
    background-position: bottom;
}  
.blur-bg{
    background: rgba(0, 0, 0,.5);
    border-radius: 0 0 1.5rem 1.5rem;
    backdrop-filter: blur(10px);
}
.top-info{
   background: #2a62a2;
}
.testimonial-bg{
    background: rgb(243 236 255);
}
.page--background {
    background-color: #181f38;
}
.circle-img{
    animation: roundCircle 20s linear infinite;
}
.circle-img2{
    animation: roundCircle2 20s linear infinite;
}
.circle-item{
    animation: reverseCircle 20s linear infinite;
}
.circle-item2{
    animation: reverseCircle2 20s linear infinite;
}
#about .slider-nav .slick-list::before, #about .slider-nav .slick-list::after{
    background-image: none;
}
#about .slick-current.slick-center .icon-wrapper{
    background: linear-gradient(130deg,#0d9488,#033732);
    transform: scale(1.25);
}
#about .slick-current.slick-center svg path{
    stroke: #fff;
}
@keyframes roundCircle{
    100% {
        transform: rotate(360deg);
    }
}
@keyframes reverseCircle{
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes roundCircle2{
    100% {
        transform: rotate(360deg);
    }
}
@keyframes reverseCircle2{
    100% {
        transform: rotate(-720deg);
    }
}
.transition-img{
    transform-style: preserve-3d;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -1px;
    background-color: transparent;
}
.transition-img::before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: inherit;
    mask-image: inherit;
    background-color: #0a615a;
}
.marquee .track, .marquee .track-2{
    white-space: nowrap;
    will-change: transform;
}
.marquee .track {
    animation: marquee 100s linear infinite;
}
.marquee .track-2{
    animation: marquee-left 100s linear infinite;
}
.marquee{
    line-height: 4.5;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100vw;
}
@keyframes marquee{
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-50%);
    }
}
@keyframes marquee-left{
    100% {
        transform: translateX(0);
    }
    
    0% {
        transform: translateX(-50%);
    }
}
@media(min-width:992px){
    .hero-banner{
        background: url('/assets/img/hero-img-1.png');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    }
}
.divider{
    position: relative;
    z-index: 3;
}
.divider svg{
    background: none !important;
    height: 6vw
}
.divider svg.bg-primary-alt2 * {
    fill: #fbfcfc;
}
.footer-left-img {
    height: 49rem;
    overflow: visible;
    position: absolute;
    margin-top: -6rem;
    opacity: .2;
}
.footer-right-img {
    height: 49rem;
    overflow: visible;
    position: absolute;
    margin-top: -6rem;
    left: 63%;
    opacity: .2;
}
/* site-2 css  */
.header-banner {
    position: relative;
    background-image: url(../assets/img/header-banner.jpg);
    height: 658px;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.header-filter {
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
.funding-bg {
    background-image: url(../assets/img/funding.webp);
    border-radius: 20px;
    width: 100%;
    min-height: 420px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog-bg {
    background-image: url(../assets/img/blog.webp);
    border-radius: 20px;
    width: 100%;
    min-height: 420px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.loan-purpose-box:hover{
    box-shadow: 0.5rem 0.5rem 0 rgba(233, 236, 239, 0.5);
    transform: translate3d(-4px, -4px, 0) rotateZ(-1deg);
    transition: background-color .1s ease, color .1s ease, box-shadow .1s ease, transform .1s ease;
}
.fill-light{
    fill: #292a2d;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.fill-dark {
    fill: #202124 !important;
}
.fill-mode{
    fill: #fff;
}
.fill-primary {
    fill: #09B850 !important;
}
.list-inline-item {
    display: inline-block;
}
.form-hero-img {
    height: 115%;
    width: 1200px;
    position: absolute;
    left: 25%;
    object-fit: cover;
}
@media(max-width:768px){
    .fixed-footer2{
        width: 90vw;
    }
}

.debt-amount.active label{
    background-color: #fff;
    color: #b31942ff;
    border: 1px solid #b31942ff;
}
.placeholder-wrapper{
    /* background: var(--Neutrals-Gray-light, #F1F1F1); */
    background-color: #f1f1f1;
}

.centered-swiper-wrapper .swiper-button-prev::after {
    content: " ";
}

.centered-swiper-wrapper .swiper-button-prev:not(.swiper-btn-top) {
    background-image: url("../../assets/img/swiper-left-arrow.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: auto;
    bottom: 2.5rem;
    left: calc(50% - 50px);
    z-index: 11;
}

.centered-swiper-wrapper .swiper-button-next::after {
    content: " ";
}

.centered-swiper-wrapper .swiper-button-next:not(.swiper-btn-top) {
    background-image: url("../../assets/img/swiper-right-arrow.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: auto;
    bottom: 2.5rem;
    right: calc(50% - 50px);
    z-index: 11;
}

@media screen and (min-width: 640px) {
    .centered-swiper-wrapper .swiper-desc-padding{
        padding: 0 15%;
    }
}

@media screen and (min-width: 640px) {
    .centered-swiper-wrapper .left-padding-desc{
        padding-left: 38%;
    }
}

.centered-swiper-btn-wrapper .swiper-btn-top::after{
    content: ' ';
}

.centered-swiper-btn-wrapper .swiper-btn-top{
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #000;
    background-position: center;
    position: static;
}

.centered-swiper-btn-wrapper .swiper-button-prev.swiper-btn-top{
    top: 191px;
    right: 166px;
    left: auto;
}

.centered-swiper-btn-wrapper .swiper-button-next.swiper-btn-top{
    top: 191px;
    right: 96px;
}

@media screen and (max-width: 767px) {
    .centered-swiper-btn-wrapper .swiper-btn-top{
        width: 40px;
        height: 40px;
    }

    .centered-swiper-btn-wrapper .swiper-button-prev.swiper-btn-top{
        top: 158px;
        right: 94px;
        left: auto;
    }
    
    .centered-swiper-btn-wrapper .swiper-button-next.swiper-btn-top{
        top: 158px;
        right: 44px;
    }
}

.minus-icon{
    display: none;
}

.accordion-active-plus .plus-icon{
    display: none;
}

.accordion-active-plus .minus-icon{
    display: inline-block;
}

.testimonial-swiper .swiper-button-prev::after{
    content: ' ';
    background-image: url("../../assets/img/swiper-left-arrow.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; 
}

.testimonial-swiper .swiper-button-next::after{
    content: ' ';
    background-image: url("../../assets/img/swiper-right-arrow.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; 
}

.testimonial-swiper .swiper-pagination{
    position: static;
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    opacity: 1;
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background-color: #000;
}


.core-bg-2 {
    background: rgb(43,23,60);
    background: linear-gradient(180deg, rgba(43,23,60,1) 20%, rgba(10,2,17,1) 100%);
}
.form-bg{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(242,229,255,1) 100%);
}
.form-bg-arh{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(229,240,255,1) 100%);
}
