/*--------------------------------------------------------------# General--------------------------------------------------------------*/
@import url('/sbh/css/color.css');
@import url('/home-assets/css/media.css');

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('/home-assets/css/fonts/Inter_24pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/home-assets/css/fonts/Inter_24pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('/home-assets/css/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family-body: "Inter", sans-serif;
    --anchor-text-color-hover: var(--theme-most-color);
    --font-family-head: "Poppins", sans-serif;
    --font-16-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-family-body);
    font-display: swap;
    font-optical-sizing: auto;
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    /*letter-spacing: 1px;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
.lead {
    color: var(--lead-text-color);
    font-weight: 500;
    margin: 20px 0;
    font-size: 1.25rem;
}

.bady-black {
    background: #142030;
}

.blace {
    background: #252f3c;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-family-head);
    color: var(--heading-text-color);
    font-weight: 600;
    letter-spacing: -.02em;
    font-style: normal;
}

.h1,h1 {
    font-size: clamp(2.5rem,1.616rem + 2.749vw,3.125rem);
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:3.125rem;
    }
}

.h2,h2 {
    font-size: clamp(2rem,1.303rem + 2.339vw,2.813rem);
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2.813rem;
    }
}

.h3,h3 {
    font-size: clamp(1.063rem,1.016rem + .217vw,1.25rem)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.25rem ;
    }
}

.h4,h4 {
    font-size: calc(1.28125rem + .375vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5625rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: .875rem
}


ol,p,ul {
    margin-top: 0;
    margin-bottom: 1rem
}
.text-xxs {
    font-size: .65rem !important;
}
.text-xs {
    font-size: .75rem!important;
    line-height: 1.25
}

.text-sm {
    font-size: .875rem!important
}

.text-dark {
    color: #344767!important
}

.text-primary {
    color: var(--theme-primary-color)!important;
}
.bg-primary{
    background: var(--theme-primary-color)!important;
    border: var(--bs-btn-border-width) solid var(--theme-primary-color);
}
.btn:hover {
    border-color: transparent;
}
::selection {
    color: #fff;
    background-color: var(--theme-primary-color);
}

.btn-link {
    text-decoration: none;
    color: var(--theme-primary-color);
}

a {
    color: var(--theme-primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--anchor-text-color-hover);
    text-decoration: none;
}

.home-alert {
    display: none;
}
.p_relative {
    position: relative;
}

.p_absolute {
    position: absolute;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: relative;
}

section {
    padding: 50px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f5f5ff;
}
.card {
    border: 1px solid #d3d8e080 !important;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: #ffffff !important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme-primary-color);
}
.customer-submit-success {
    display: none;
}
.add-customer-review-btn {
    transition: all 0.2s ease-in-out;
    background: linear-gradient(180deg, #8C83F7 0, #655BE2 100%);
    box-shadow: 0 6px 12px #766DE880;
}
.add-customer-review-btn:hover {
    /*transform: scale(0.95);*/
    box-shadow: none;
    background: linear-gradient(180deg, #6F67D9 0%, #4F45C2 100%) !important;
}
.home-button-top, .new-cta-ani-btn {
    transition: all 0.2s ease-in-out;
    background: linear-gradient(180deg, #8C83F7 0, #655BE2 100%);
    box-shadow: 0 6px 12px #766DE880;
    border: none;
}

.home-button-top:hover, .new-cta-ani-btn:hover {
    transform: scale(0.95);
    background: linear-gradient(180deg, #6F67D9 0%, #4F45C2 100%) !important;
}

/*--------------------------------------------------------------# Header--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    background: var(--white);
    padding: 10px 0;
    box-shadow: 0px 0px 4px 0px #eee;
}

/* #header.header-transparent{background: transparent;}*/
#header.header-scrolled { /* background: var(--white); */
    transition: all 0.5s;
    margin: 0px auto 0px;
    border-radius: 0px;
    background-color: rgb(255 255 255 / 96%);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: var(--white);
    text-decoration: none;
}

#header .logo {
    width: 150px;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}
.logo-svg-box .logo-only {
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.logo-svg-box:hover .logo-only {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

#header .header__scroll-nav {
    /* display: none; */
    margin-left: -12px;
    transition: all .5s;
    width: 100vw;
}
#header .header__scroll-nav .scroll-nav {
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 30px;
    padding-right: 4px;
}
#header .header__scroll-nav .scroll-nav__item {
    flex: 1 1 auto;
    white-space: nowrap;
    text-align: center;
}
#header .header__scroll-nav .scroll-nav__item:not(:last-child) {
    margin-right: 20px;
}
#header .header__scroll-nav .scroll-nav__item a {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 400;
    font-size: 13.27px;
    letter-spacing: -.02em;
    color: #595959;
    transition: all .2s;
}
#header .header__scroll-nav .scroll-nav__item a .svg-icon {
    top: 1px;
    margin-right: 8px;
}
#header .header__scroll-nav .scroll-nav__item a:hover {
    color: var(--heading-text-color);
    background: none;
    border-bottom: 2px solid var(--theme-primary-color);
}
#header .header__scroll-nav .scroll-nav__item a.is-active .svg-icon path,
#header .header__scroll-nav .scroll-nav__item a:hover .svg-icon path {
    fill: var(--theme-primary-color);
    transition: all .2s;
}
#header .shell {
    max-width: 1410px;
}


/*--------------------------------------------------------------# Navigation Menu--------------------------------------------------------------*//*** Desktop Navigation*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar > ul > li {
    margin: 1px;
}

.navbar > ul > li:nth-last-child(1) {
    border-right: none;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--body-text-color);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 0.439rem 0.5rem;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

/*.navbar > ul > li.dropdown i.bi.bi-chevron-down{*//* display: none;*//*}*/
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--theme-most-color);
}

.navbar .dropdown ul {
    display: none;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    padding: 10px 0;
    z-index: 103;
    opacity: 0;
    /*visibility: hidden;*/
    margin: 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, .2);
    -moz-box-shadow: 0 8px 20px rgba(32, 54, 86, .2);
    box-shadow: 0 8px 20px rgba(32, 54, 86, .2);
    transition: 0.3s;
}

@keyframes growOut {
    0% {
        transform: scale(0)
    }
    80% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.navbar .dropdown ul:before {
    right: auto;
    font-size: 26px;
    color: #fff;
    transition: top 0.35s ease;
    content: "";
    display: block;
    height: 0;
    width: 0 !important;
    position: absolute;
    top: -10px;
    left: 10%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

.navbar .dropdown ul li { /* min-width: 200px; */
    padding: 0px;
    margin: 0px;
    position: relative;
}

.navbar .dropdown ul li:after {
    content: "";
    background: #ebebeb;
    background: -webkit-linear-gradient(right, #ebebeb 0%, transparent 100%);
    background: linear-gradient(to right, #ebebeb 0%, transparent 100%);
    display: block;
    height: 1px;
    width: 100%;
}

.navbar .dropdown ul li:last-child {
    margin-bottom: 0px;
}

.navbar .dropdown ul li:last-child:after {
    height: 0px;
}

.navbar .dropdown ul a {
    transition: 0.3s;
    position: relative;
    border-left: 5px solid var(--white);
    display: block;
    width: 100%;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    font-size: 13px;
    color: var(--body-text-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .dropdown ul a i {
    font-size: 12px;
    display: none;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--white);
    background: var(--theme-primary-color);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 40px;
    visibility: visible;
    animation: growOut .3s ease-in-out forwards;
    transform-origin: top center;
    display: block;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    display: none;
    animation: growOut .3s ease-in-out forwards;
    transform-origin: top center;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    display: block;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/*** Mobile Navigation*/
.mobile-nav-toggle, .mobile-nav-toggle2 {
    color: var(--dark);
    font-size: 25px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.header-scrolled .mobile-nav-toggle, .inner-header .mobile-nav-toggle {
    color: var(--dark);
}

.contact-btn {
    display: none !important;
}

.menu-btn-logo #menu_btn_close {
    display: none;
}

.menu-btn-logo.navbar-mobile.menu-active #menu_btn_close {
    display: block !important;
    z-index: 2;
    position: absolute;
    top: 15px;
    right: 5px;
}

@media (max-width: 991px) {
    #header {
        margin: 0px;
        width: 100%;
        border-radius: 0;
    }

    .menu-btn-logo .mobile-nav-toggle {
        display: block
    }

    #header.header-scrolled {
        width: 100%; /* transition: all 0.5s; */
        margin: 0px auto 0px;
    }

    #header.header-scrolled, #header.header-inner-pages {
        background: var(--white);
        box-shadow: 0px 1px 4px rgb(30 29 29 / 28%);
    }

    #header .logo {
        width: 130px;
    }

    .header-menu-box {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar > ul > li {
        border-right: none;
    }

    .get-started-btn.scrollto {
        display: none;
    }

    .contact-btn {
        display: block !important;
    }
}

.navbar-mobile {
    backdrop-filter: blur(4px);
    background: rgb(219 219 219 / 0%);
    position: fixed;
    overflow: hidden;
    top: 0;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 17px;
    right: 10px;
    background: var(--theme-primary-color);
    font-size: 25px;
    color: var(--white);
    border-radius: 5px;
    display: none;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    max-height: 100vh;
    bottom: 0px;
    right: 0px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    background: var(--heading-text-color);
    backdrop-filter: blur(4px);
}

.navbar-mobile .dropdown ul:before {
    display: none;
}

@keyframes scaleY {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.07);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

.navbar-mobile > ul > li {
    padding: 0;
    margin: 0px 20px;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 7px;
    font-size: 14px;
    color: var(--white);
    margin: 4px;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: var(--white);
    transform: translate(15px, 0px);
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: relative;
    display: block;
    margin-left: 0px;
    padding: 0px 0 7px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #2f042e;
    box-shadow: initial;
    border-radius: 16px;
    width: 100%;
    border: 2px solid rgb(235 235 235 / 22%);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
    margin: 10px;
}

.navbar-mobile .dropdown ul a {
    padding: 5px;
    margin: 2px;
    color: var(--white);
    font-size: 13px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: var(--white);
    transform: translate(0px, 0px);
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.navbar-mobile .dropdown:hover > ul {
    animation: inherit;
    transform-origin: inherit;
    top: inherit;
}

.get-started-btn, .bg-gradient-primary, .package-btn {
    color: var(--white);
    background: linear-gradient(to top, #8122b0, #dc98fd);
    transition: opacity 0.3s, transform 0.1s;
    opacity: 0.9;
    border-color: transparent;
    text-overflow: ellipsis;
    padding-left: 16px;
    padding-right: 16px;
    height: 1.95rem;
    line-height: 135%;
    border-radius: 50px;
    transition: 0.5s all ;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.get-started-btn:hover, .bg-gradient-primary:hover, .package-btn:hover { /*background: var(--white);*/
    color: var(--white);
    /*background: var(--theme-primary-color);*/
    /*box-shadow: 0 4px 18px 1px rgba(82, 104, 118, .8);*/
    opacity: 1;
    transform: scale(0.95);
}
.package-btn {
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 30px;
    padding: 8px 17px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

/**/
.header__burger-menu-bar {
    z-index: 15;
    width: 35px;
    height: 35px;
    background: #f1f1f1;
    transition: background .4s;
    cursor: pointer;
}
.header__burger-menu-bar:after {
    position: absolute;
    top: -4px;
    right: -4.5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    background: #7eb940;
    border: 3px solid #f1f1f1;
}

.burger {
    background: none;
    cursor: pointer;
    width: 18px;
    height: 14px;
}

.burger span {
    display: block;
    height: 2px;
    background-color: #363a3e;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

/* Burger Animation */
.burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.submenu {
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    top: 95%;
    z-index: 10;
}

.nav__burger.is-opened .submenu {
    max-height: 1000px; /* Enough to show full menu */
}

.submenu ul {
    list-style: none;
    margin: 0;
    flex-flow: row wrap;
    border: 1px solid var(--theme-border-color);
    box-shadow: 0 2px 6px 0 hsla(195, 3%, 55%, .31);
    width: 255px;
    padding: .5rem 0;
    max-height: 85vh;
}

.nav__burger ul li.last:not(:last-child) {
    border-bottom: 1px solid var(--theme-border-color);
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}
.submenu li {
    margin: 2px 0;
    width: 100%;
    padding: 1px 7px;
}
.nav__burger a:hover {
    color: var(--theme-primary-color);
}

.submenu a {
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 8px;
    color: var(--heading-text-color);
    text-decoration: none;
    background: transparent;
    transition: background .4s;
    white-space: nowrap;
}


.submenu a.is-active {
    color: var(--theme-primary-color);
}

.submenu a span {
    font-size: 10px;
    color: var(--white);
    background: red;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 4px;
}

/* Responsive - hide hidden-lg items on large screens */
@media (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }
}

.inner-title-hero-gr {
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%);
}

/*--------------------------------------------------------------# Hero Section--------------------------------------------------------------*/
#hero {
    background: var(--white);
    overflow: inherit;
    width: 100%;
    position: relative;
    z-index: 99;
    transition: 0.3s;
    padding-top: 9em;
    background: linear-gradient(to right, #d6f2ef, #ffffff, #ffe8eb);
}

#hero h1 {
    margin: 0 0 20px 0;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

.sp-logo {
    top: -14px;
}
/*-------------------------testimonial--Start-------------------------*/

.testimonial-star-box .fw-bold {
    display: none !important;
}
.testimonial-svg-icon {
    position: absolute;
    top: 40px;
    right: 20px;
    transform: rotate(180deg);
}

.marquee-vertical, .marquee-vertical-hr {
    height: 300px; /* Adjust height as needed */
}

.marquee-track {
    animation: scroll-up 20s linear infinite;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}

.marquee-track-hr {
    animation: scroll-down 20s linear infinite;
}

@keyframes scroll-down {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}

.testimonial-our-scroll-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(1turn, var(--white) -8.25%, hsla(0, 0%, 100%, 0) 50%);
    pointer-events: none;
    transition: opacity .98s;
}

/*-------------------------testimonial--End-------------------------*/
/*-------------------------FAQ--Start-------------------------*/
.faq-list-btn-box button {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
    font-weight: 600;
}
.faq-list-btn-box button:hover, .faq-list-btn-box button.active {
    color: var(--white);
    background: var(--theme-primary-color) !important;
}
.our-faq-list-box .accordion-item {
    padding: 15px 30px;
    border-bottom: 1px solid var(--theme-border-color);
    background: transparent;
}
.our-faq-list-box .accordion-header {
    background: var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    border: 0px solid var(--white) !important;
    box-shadow: none;
    padding: 10px 0px;
}

.our-faq-list-box .accordion-body {
    border: none;
    padding: 0px;
}

.our-faq-list-box .accordion-header.accordion-button.collapsed {
    color: var(--heading-text-color);
    background: transparent;
}

.our-faq-list-box .accordion-header.accordion-button {
    color: var(--theme-primary-color);
    background: transparent;
}

.our-faq-list-box .accordion-header.accordion-button:hover {
    color: var(--theme-primary-color);
}

.our-faq-list-box .accordion-button::after  {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><g clip-path="url(%23clip0_37_5)"><path d="M13.6816 6.18164H8.81836V1.31836C8.81836 0.590244 8.22812 0 7.5 0C6.77188 0 6.18164 0.590244 6.18164 1.31836V6.18164H1.31836C0.590244 6.18164 0 6.77188 0 7.5C0 8.22812 0.590244 8.81836 1.31836 8.81836H6.18164V13.6816C6.18164 14.4098 6.77188 15 7.5 15C8.22812 15 8.81836 14.4098 8.81836 13.6816V8.81836H13.6816C14.4098 8.81836 15 8.22812 15 7.5C15 6.77188 14.4098 6.18164 13.6816 6.18164Z" fill="%237d3cff"/></g><defs><clipPath id="clip0_37_5"><rect width="15" height="15" fill="white"/></clipPath></defs></svg>') !important; /*font-size: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 12px;
}

.our-faq-list-box .accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="3" viewBox="0 0 15 3" fill="none"><path d="M0.899963 2.8125H14.0999C14.5971 2.8125 15 2.18301 15 1.40615C15 0.629489 14.5972 0 14.0999 0H0.899963C0.402939 0.000192387 0 0.629682 0 1.40635C0 2.18301 0.402939 2.8125 0.899963 2.8125Z" fill="%237d3cff"/></svg>') !important;
    color: var(--theme-primary-color) !important;
    background-repeat: no-repeat;
    margin-top: 10px;
}
/*-------------------------FAQ--End-------------------------*/


/*--------------------------------------------------------------# footer box Start--------------------------------------------------------------*/
.footer-main-box {
    background-size: cover;
    background-image: url("/../home-assets/img/tt_bg.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
}

.footer-title {
    font-weight: 700;
    font-size: 18px;
}
.footer-help-links-ul ul li {
    display: inline-block;
    border-right: 1px solid var(--theme-border-color);
    padding-right: 16px;
    margin: 0px 16px 0px 0px;
}
.footer-links ul li{
    color: var(--heading-text-color);
    font-size: 14px;
}
.footer-help-links-ul ul li:last-child{
    border-right: none;
}
.footer-links ul li a:hover {
    color: #ffffff;
    font-weight: 600;
}
.footer-help-links ul li a, .footer-help-links-ul ul li a {
    color: var(--heading-text-color);
    font-size: 13px;
    font-weight: 600;
    position: relative;
}
.footer-help-links ul li a:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        bottom: -1px;
        left: -12px;
        top: 6px;
        background-color: var(--theme-primary-color);
        visibility: hidden;
        border-radius: 10px;
}
.footer-help-links ul li a:hover:before {
    visibility: visible;
    animation: jello-vertical 0.9s both;
    transform-origin: left;
}
@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.footer-help-links ul li:last-child {
    border-right: none;
}
.footer-help-links ul li a:hover, .footer-help-links-ul ul li a:hover {
     color: var(--theme-secondary-color);
 }
/*--------------------------------------------------------------# footer box End--------------------------------------------------------------*//*.inner-hero{*//* background: #f1f8ff !important;*//*}*/
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff3f9;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip .75s
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long .75s
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5)
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff3f9;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.g-recaptcha {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translate(30px, 10px) scale(.77);
}
