html, body {
    height: 100%;
}
body {
    overflow-x: hidden;
}
#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.side-header .header-sidebar {
    position: fixed;
}
.side-header section#content {
    padding: 30px;
    background: rgb(143 146 151 / 71%);
    width: 75%;
    margin-right: auto;
    margin-left: 50px;
    overflow: scroll;
    height: 100vh;
    scrollbar-width: none;
}
.side-header #wrapper {
    margin: 0 0 0 16rem;
    width: auto;
}

.content-wrap {
    margin-top: 30px;
}

#editor-header header.bg-transparent.fixed {
    background: rgba(0, 0, 0, 1);
}

#logo img, #footer-logo img {
    height: auto;
}

#footer-logo img {
    max-height: 100%;
}

#testimonial-carousel [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right, #animation-carousel [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right {
    bottom: unset !important;
}
#editor-header .position_bottom_editor[data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right {
	top:unset!important;
	right: auto;
	margin-left: -90px;
}
.social-links .uk-scope .uk-position-top-right,
.product-categories-with-icons .uk-scope .uk-position-top-right,
.avatar-image .uk-scope .uk-position-top-right,
.project-logo .uk-scope .uk-position-top-right,
.review-star .uk-scope .uk-position-top-right,
.review-count .uk-scope .uk-position-top-right,
.tablist-item .uk-scope .uk-position-top-right,
.footer-link .uk-scope .uk-position-top-right {
    width: 150px;
    max-width: 150px;
    margin: auto;
    right: auto;
}
.buttons .uk-scope .uk-position-top-right {
    width: 100px;
    max-width: 100px;
    margin: auto;
}
.header_z_index{
	z-index:1000 !important;
}

.side-header .header-sidebar .header_z_index {
    width: 85%;
    right: 0 !important;
    left: 0 !important;
    transform: none !important;
    margin: auto !important;
    top: 50% !important;
    border-radius: 0;
}

.side-header .header-sidebar .header_z_index ul li {
    border-bottom: 1px solid #eee;
}

.side-header .header-sidebar .header_z_index ul li:last-child {
    border: none;
}

.side-header .header-sidebar .header_z_index ul {
    padding: 0;
}

#default-carousel .editor-layout-inner-toolbar .uk-position-top-right.uk-position-z-index {
    bottom: unset!important;
}
.mobile-app i {
    font-size: 25px;
    margin-right: 15px;
}
.product-categories i {
    font-size:14px;
    margin-right:10px;
}
.font-awesome-icon i {
    margin-left: 10px;
}
.video-icon i {
    margin-right: 10px;
}
.carousel-slider-team button {
    top: -65px;
    padding: 0;
}
.carousel-slider-team .bg-white\/30 {
    background: #D3D3D3 !important;
}
.mobile-app-download i {
    font-size: 30px;
    margin-right: 5px;
}

.banner-transparent [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right,
#animation-carousel [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right,
#carousel-carousel [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right {
    margin-top: 100px;
}
#default-carousel [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right,
.banner-hero-full [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right,
.banner-full-slider [data-editor-settings] .editor-layout-inner-toolbar .uk-position-top-right {
    right:90px;
}
.contact-form-widget .editor-layout-inner-toolbar .uk-position-inside {
    right: 150px;
}

.fa-euro-sign {
	color: #000;
}
.fa-bitcoin {
	color: #FF6600;
}
.feature-list {
    display: block!important;
}
.tab-item-icon li {
    display: block;
}
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.carousel-item .overlay {
    position: relative;
    z-index: 10;
}

#editor-banner .banner-carousel [data-carousel-item],
#editor .testimonial-carousel-slider [data-carousel-item] {
    position: sticky;
}

#editor-banner #animation-carousel .carousel-item,
#carousel-carousel .duration-1000 {
    z-index: auto;
}
.header-transparent {
    pointer-events: none;
}
.header-transparent nav a {
    pointer-events: auto;
}
header.bg-transparent {
    z-index: 979;
}
#editor-header header.bg-transparent{
    background:rgba(0,0,0,.6);
}
header.bg-transparent .shadow {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
input[data-editor-path="language_items.type"],
input[data-editor-path="language_items.item"],
input[data-editor-path="newsletters.label"],
input[data-editor-path="subscribe_form.label"],
input[data-editor-path="form_group.label"] {
    display:none !important;
}
.hero-section, .content-section {
    padding-top: 120px;
}

.has-banner .content-wrap.content-section,
.has-banner .hero-section {
    padding: 0
}

.vs-block::before,
.vs-block::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 2px;
    z-index: -1;
}

.vs-block::before {
    left: -64px;
    background-color: #2563eb;
}

.vs-block::after {
    right: -64px;
    background-color: #16a34a;
}

.custom-editor-button .uk-scope .uk-position-top-right {
    width: 100px;
    max-width: 100px;
    margin: auto;
    right: -35px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.modal.active {
    display: flex;
}

.modal-content {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.video-mobile .video-fullscreen {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video-popup-open {
    z-index: auto !important;
}

textarea#editorChatbot {
    padding-right: 50px;
}

#header #mobile-menu-2 [data-dropdown-trigger="hover"] {
    position: relative;
}

#header #mobile-menu-2 .dropdown-content {
    transform: none !important;
    inset: unset !important;
    left: auto !important;
    right: auto !important;
    margin-left: -15px !important;
}
#header #mobile-menu-2 .dropdown-content .menu-item {
    display: block;
    margin: auto;
    width: 100%;
}

#header #mobile-menu-2 .dropdown-content .menu-item a {
    padding: 10px 15px;
}
.mce-preview-object.mce-object-video {
    border: none;
}
.bg-gray-900\/50.fixed, #popup-modal {
    background: #808080;
}
#popup-modal {
    z-index: 999;
    cursor: zoom-out;
}
.parallax-bg {
    transform: none !important;
}
.divider::after, .divider::before {
    content: "";
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    border-bottom: 1px solid #e9ecef;
}

.divider.divider-center::before {
    display: block;
}
.divider::after {
    margin-left: 0;
}
.divider::before {
    display: none;
    margin-right: 0;
}
.form-error {
    border-color: #dc3545;
    background-color: #fee2e2;
}

form .error {
    border-color: #dc3545;
}

.tooltip-info {
    transition: color 0.2s ease;
}

.lightbox {
    animation: fadeIn 0.5s ease-out;
    z-index: 999;
}

.lightbox.hidden {
    animation: fadeOut 0.5s ease-out;
}
.swiper-carousel .gallery-image {
    transition: transform 0.3s;
}
.main-slide-carousel .swiper-button-next,
.main-slide-carousel .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #fff;
    top: 50%;
    margin-top: -30px;
}
.main-slide-carousel .swiper-button-next:after,
.main-slide-carousel .swiper-button-prev:after {
    font-size: 15px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #808080;
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2563eb;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.testimonial-carousel-slider .swiper-button-prev:after,
.testimonial-carousel-slider .swiper-button-next:after,
.testimonial-carousel-section .swiper-button-prev:after,
.testimonial-carousel-section .swiper-button-next:after,
.testimonial-owl-carousel .swiper-button-prev:after,
.testimonial-owl-carousel .swiper-button-next:after {
    display: none;
}
.testimonial-carousel-slider .swiper-button-next svg,
.testimonial-carousel-slider .swiper-button-prev svg,
.testimonial-carousel-section .swiper-button-next svg,
.testimonial-carousel-section .swiper-button-prev svg {
    width: 25px;
    height: 25px;
}
.testimonial-owl-carousel [type="button"] span svg {
    width: 12px;
    height: 12px;
}
.testimonial-carousel-slider .swiper-button-next,
.testimonial-carousel-slider .swiper-button-prev,
.testimonial-carousel-section .swiper-button-next,
.testimonial-carousel-section .swiper-button-prev {
    height: auto;
}

#prev-lightbox {
    left: 50px;
}
#next-lightbox {
    right: 50px;
}
#prev-lightbox:after, #next-lightbox:after {
    font-size: 25px;
    color: #fff;
}

.button-primary-custom {
    display: inline-flex;
}

.video-player,
.video-autoplay {
    pointer-events: auto;
}

#editor-header header.header-sticky {
    position: fixed;
}

#editor-header .header-weather.header-sticky {
    position: relative;
}

.header-sticky nav #logo img {
    transition: all 0.3s ease-in-out;
}

.header-sticky.sticky-header nav #logo img {
    height: 30px;
}

.header-sticky {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
}

header.header-sticky > nav {
    height: 100px;
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-sticky.sticky-header nav {
    height: 60px;
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-weather.header-sticky .header-wrap {
    width: 100%;
    transition: height 0.2s ease, background-color 0.3s ease, padding 0.3s ease;
    backface-visibility: hidden;
}
.header-weather.header-sticky.sticky-header .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
}
.header-weather.header-sticky nav {
    border-width: 1px;
}
.header-weather.header-sticky.sticky-header nav {
    height: auto;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
}

.header-weather.header-sticky #logo img,
.header-weather.header-sticky.sticky-header #logo img {
    height: auto;
    max-height: 100%;
}

.header-weather.header-sticky #mobile-menu-2 > ul > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.header-weather.header-sticky #mobile-menu-2 > ul > li:not(:first-child) {
    margin-left: 2px;
}

.header-weather.header-sticky #mobile-menu-2 .menu-item a {
    position: relative;
    display: block;
    letter-spacing: 1px;
    line-height: 1.375rem;
    padding: 30px 15px;
    transition: padding 0.4s ease, border 0.4s ease;
    text-transform: uppercase;
}
.header-weather.header-sticky.sticky-header #mobile-menu-2 .menu-item a {
    padding: 20px 15px;
}

.header-weather.header-sticky .menu-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1d4ed8;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    -webkit-transition-timing-function: cubic-bezier(1,.68,.16,.9);
    transition-timing-function: cubic-bezier(1,.68,.16,.9);
}

.header-weather.header-sticky .menu-item a:hover::before,
.header-weather.header-sticky .menu-item .text-menu-active::before {
    transform: scaleX(1);
}
.header-weather.header-sticky #mobile-menu-2 .menu-item .header_z_index {
    top: 100%!important;
    left: 0!important;
    transform: none!important;
    width: 250px;
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius:0;
    border-top: 2px solid #1d4ed8;
}
.header-weather.header-sticky #mobile-menu-2 .menu-item .header_z_index ul {
    padding: 0;
 }

.header-weather.header-sticky #mobile-menu-2 .menu-item .header_z_index ul .menu-item a {
    font-size: 0.75rem;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}
.header-weather.header-sticky #mobile-menu-2 .menu-item .header_z_index ul .menu-item a:hover {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.025);
}
.header-weather.header-sticky #mobile-menu-2 .menu-item .header_z_index .menu-item a::before {
    display: none;
}
.form-newsletters input#email-subscribe {
    display: block;
    border: 1px solid #656569;
    margin: 0;
}
button#submit-button {
    display: block;
    cursor: pointer;
}

.form-newsletters input#email-subscribe:hover {
    box-shadow: none;
}

.border-fix-hover {
    background: transparent;
}

[data-module="form"] [type='checkbox']:checked,
[data-module="form"] [type='radio']:checked {
    background-color: #656569;
}
[data-module="form"] [type='checkbox']:checked:hover,
[data-module="form"] [type='checkbox']:checked:focus,
[data-module="form"] [type='radio']:checked:hover,
[data-module="form"] [type='radio']:checked:focus {
    border: 0 !important;
    outline: none !important;
}
thead tr th {
    background: rgb(249 250 251) !important;
}

.accordion-button {
    background: transparent;
    border-color: #292929;
}

.banner-info {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #F1C50F;
    color: #000;
}

.hide-banner .banner-info {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transition: none !important;
    position: relative !important;
}

#header.move-up, .session-hidden {
    top: 100px;
}

#header.move-up.fixed {
    top: 0;
}

#header.absolute {
    top: 165px;
}

#header.fixed {
    z-index: 1000;
}

.carousel-indicator {
    display: block;
}

.carousel-element {
    padding: 0 50px;
}
.primarybutton_custom:focus,
.border-fix-hover:focus{
    outline: 0;
}

.pricing-table,
.pricing-table thead,
.pricing-table tbody,
.pricing-table thead tr,
.pricing-table tbody tr,
.pricing-table thead tr th,
.pricing-table tbody tr th {
    background: transparent !important;
}

.pricing-table thead tr,
.pricing-table tbody tr {
    border: 1px solid #656569;
}

.pricing-table tbody tr th,
.pricing-table tbody tr td {
    border-right:1px solid #656569;
}

.pricing-table thead tr th,
.pricing-table tbody tr th,
.pricing-table tbody tr td span {
    color: #fff;
}

.left-container .lottie-animation {
    margin-right: 0;
}

.right-container .lottie-animation {
    margin-left: 0;
}

.left-container .lottie-animation svg {
    margin-left: 20px;
}

.left-container #lottie-0-desktop svg {
    margin-left: 90px;
}

.right-container .lottie-animation svg {
    margin-left: -20px;
}

.right-container #lottie-3-desktop svg {
    margin-left: -80px;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.form-process {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(250,250,250,.5);
    width:100%;
    height:100%;
}

/*Pricing*/

.text-plan {
    font-size: 2em;
}

.text-plan strong {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff, #ffb1da 21%, #ff5bb3 48%, #7100ff 77%, #45009b);
    -webkit-background-clip: text;
    margin-left: 10px;
    letter-spacing: -0.005em;
    color: transparent;
}

.text-custom {
    background-color: #0a0a0a;
    border: 1px solid #1b1b1b;
    letter-spacing: 2px;
    font-size: .7em;
    padding: 8px 16px 8px 8px;
    border-radius: 4px;
}

.text-custom, .text-through, .price-type {
    color: #7b7c80;
}

.price, .currency {
    font-size: 3em;
}

.font-normal.price,
.font-normal.currency{
    font-size: 1rem;
}

.included {
    font-size: 1.125em;
    font-weight: 500;
}

.text-desc, .text-option {
    color: #c4c6cc;
}
.shadow-content.secondarybutton {
    border-color: #303030;
    border-radius: 8px;
    color: #e6e6e6;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.shadow-content.secondarybutton:hover {
    background: #1f1f1f;
}

.fluid-width-video-wrapper {
    padding: 0 !important;
    height: 450px;
}

.fluid-width-video-wrapper [data-mce-object="iframe"] {
    position: initial;
}

.bg-icon {
    font-size: 12.5rem;
}
.testimonial-owl-carousel .bg-icon {
    bottom: -60px;
    right: -50px;
}

.clients-grid li:nth-child(4n + 1) {
    border-left: none;
}
.clients-grid li:nth-child(4n) {
    border-right: none;
}
.clients-grid li:nth-last-child(-n + 4) {
    border-bottom: none;
}

.uk-scope .uk-sticky {
    z-index: 1000000;
}
.timeline-border {
    border-width: 1px;
    z-index: -1;
}
.timeline-border-top,
.timeline-border-bottom {
    border-width: 2px;
}
.timeline-border-top:before,
.timeline-border-bottom:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 0;
    border-top: 1px dashed #ced4da;
    transition: all .3s ease-in-out;
}
.timeline-border-top:before {
    left: auto;
    right: 15px;
}
.timeline-border-bottom:after {
    left: 15px;
    right: auto;
}
.title-border::after,
.title-center::before {
    content: "";
    margin-left: 0.75rem;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
}
.title-border-color::after {
    border-top: 1px solid #f5f5f5;
}
.title-double-border::after {
    border-top: calc((1px)* 3) double rgba(0,0,0, .1);
}
.title-center::before {
    display: block;
    margin-right: 0.75rem;
}
.title-center::before,
.title-center::after {
    border-top: 1px solid rgba(0,0,0, .1);
}
.item-header {
    font-size: 1.875rem;
    flex-direction: column;
    gap: 0.25rem;
}
.css-s2u4oi {
    justify-content: center;
    text-align: left;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media (min-width: 1600px) {
    #editor #controls-carousel .testimonial-carousel {
        min-height: 600px !important;
    }

    figure.bg-secondary.shadow-content blockquote {
        height: 150px;
    }
}

@media (max-width: 1599.98px) and (min-width: 1200px) {
    #header.move-up, .session-hidden {
        top: 115px;
    }
}

@media (max-width: 1199.98px) and (min-width: 1024px) {
    #header.move-up, .session-hidden {
        top: 115px;
    }

    #mobile-menu-2 .menu-container .menu-item {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media (min-width: 1200px) {
    #editor #controls-carousel .testimonial-carousel {
        min-height: 800px;
    }
}

@media (max-width: 1200px) {
    #controls-carousel.carousel-desktop .bullets {
        bottom: -50px;
    }
    .header-transparent {
        pointer-events: auto;
    }
    #header #mobile-menu-2 .dropdown-content {
        margin: 0 !important;
    }
}

@media (max-width: 1024px) {
    #controls-carousel.carousel-mobile {
        display: block;
    }
    #controls-carousel.carousel-desktop,
    #controls-carousel.carousel-mobile-device {
        display: none;
    }
}

@media (max-width: 1023px) {
	.header_z_index{
		width: 100% !important;
	}

    #header.header-transparent.absolute {
        top: 60px;
        transform: none;
    }
    header.header-sticky {
        background: #000;
    }
    header.header-sticky,
    header.header-weather .header-wrap {
        position: relative !important;
    }
    header.header-weather .header-wrap {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
    header.header-weather.header-sticky {
        background: #fff;
    }
    .header-weather.header-sticky nav {
        padding: 10px 32px !important;
        border-top: 1px solid rgba(0, 0, 0, .1) !important;
    }
    .header-weather.header-sticky #mobile-menu-2 .menu-item a {
        position: static;
    }
    .header-weather.header-sticky #mobile-menu-2 .menu-item a,
    .header-weather.header-sticky #mobile-menu-2 .menu-item [data-dropdown-toggle] {
        padding: 15px;
    }
    .header-weather.header-sticky #mobile-menu-2 .menu-item [data-dropdown-toggle] a {
        padding: 0;
    }
    .header-weather.header-sticky #mobile-menu-2 .menu-button {
        padding: 20px 15px 10px 15px;
    }
    header.header-sticky nav {
        height: auto !important;
    }
    header #mobile-menu,
    header #mobile-menu-2 {
        background: #fff;
        margin-top: 15px;
    }
    header > nav {
        max-width: 100% !important;
        padding: 20px !important;
    }
    header ul {
        margin: auto !important;
        width: 100%;
    }
    header #mobile-menu-2 > ul > li > a {
        padding: 15px;
    }
    header #mobile-menu > ul > li > a,
    header #mobile-menu-2 > ul > li > a  {
        border-color: #eee;
        border-bottom-width: 1px;
    }
    header #mobile-menu > ul > li > a:hover,
    header #mobile-menu-2 > ul > li > a:hover {
        background: transparent;
    }
    header button[data-collapse-toggle] {
        color: #000;
        border-radius: 0.5rem;
        background:#eee;
    }
    header button[data-collapse-toggle]:focus {
        outline: none;
        box-shadow: none;
    }
    header.header-sticky nav {
        height: auto!important;
    }
    .side-header .header-sidebar {
        position: relative;
        height: 100%;
    }
    .side-header #wrapper {
        margin: auto;
    }
    .side-header section#content {
        width: 100%;
        margin: 0;
    }
    #wrapper #header.header-transparent.move-up {
        top: 0;
    }

    .banner-info.relative {
        position: relative;
    }

    .footer-bg-gradient .footer-link {
        margin: 0!important;
    }

    .footer-bg-gradient .footer-link ul li {
        margin-left: 0!important;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 991px){
	.video-desktop {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .video-mobile,
    #controls-carousel.carousel-mobile-device,
    .feature-content-mobile{
        display: block!important;
    }
    .video-desktop, .feature-content-desktop {
        display: none!important;
    }
    #controls-carousel.carousel-mobile {
        display: none;
    }
    .break-words {
        margin: 0;
    }
    #header {
        padding: 10px 0;
    }

    .banner-info .font-light {
        font-size: 12px;
    }

    .text-plan strong {
        margin-left: 0;
    }

    header .button-primary-custom {
        margin:0;
    }

    .button-primary-custom {
        display: block;
        margin-bottom:35px;
    }
}

@media (max-width: 640px) {

    #header.header-transparent.absolute {
        top: 60px;
    }

    .custom-title-banner {
        margin-bottom: 15px;
    }

    .carousel-mobile-device .testimonial-carousel .carousel-item-content {
        width: 100%;
    }
    .carousel-mobile-device .testimonial-carousel {
        display: flex;
        overflow-x: hidden;
        height: 450px;
        min-height: auto;
    }
    .carousel-bullet {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .carousel-mobile-device .testimonial-carousel {
        height: 545px;
    }
}