body {
    overflow-x: hidden;
}

.header-top-section-3 {
    background-color: #F1F5FF;
    padding: 10px 0;
}

.header-top-wrapper.style-3 .top-right .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.header-section-3 .theme-btn {
    padding: 12px 25px;
}

.header-section-3 {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #F1F5FF;
}

.header-main .main-menu ul li {
    margin-inline-end: 20px;
}


.hero-3 .slide-bg {
    padding: 250px 0;
}

.hero-3 .slide-bg::before {
    background: unset;
}

.brand-section .brand-image img {
    padding: 0 10px;
    width: 100%;
    object-position: center;
    height: 90px;
    object-fit: contain;
}

.brand-wrapper-3 .brand-image {
    filter: unset;
    opacity: 1;
}

.about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    height: 375px;
    max-width: 375px;
}

#vision p {
    color: var(--white);
}

.footer-bottom.style-2 {
    margin: 0;
    padding: 10px 0;
    background-color: var(--bg6);
}

.footer-section {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #F1F5FF;
}

.footer-top {
    padding: 20px 0;
}

.footer-top ul li a {
    color: var(--theme-2);
    font-weight: 500;
}

.team-card-items .team-image {
    position: relative;
    padding: 0 10px 20px 10px;
}

.team-card-items .team-image img {
    border-radius: 50%;
}

.team-card-items .team-content {
    padding: 0 10px 0 10px;
    text-align: center;
}

.team-card-items .team-content h4 a {
    color: var(--theme2);
    font-size: 16px;
}

.team-card-items .team-content p {
    font-size: 12px;
    line-height: 20px;
}

.pricing-items {
    margin-top: 10px;
    padding: 10px 15px;
}

.pricing-items .pricing-list {
    margin-top: 10px;
}

.pricing-items .pricing-list li {
    font-size: 15px;
}

.pricing-items .pricing-list li:not(:last-child) {
    margin-bottom: 5px;
}

/* background */
.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: center;
}

#cus-mobile-registration-btn a {
    padding: 10px 25px;
}

.header-main .logo .header-logo img,
.footer-section .footer-logo img {
    width: 300px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
}

.about-wrapper-2 .about-image-items .about-image-1 {
    height: 25rem;
}

.preloader .animation-preloader .spinner {
    margin: 0.5em auto 3.5em auto;
}

.preloader img {
    width: 100%;
    margin: 3rem 2rem;
}

@media (max-width: 991px) {
    br {
        display: block;
    }
}

@media (max-width: 767px) {
    .hero-3 .slide-bg {
        padding: 80px 0px;
    }

    .header-main .logo .header-logo img,
    .footer-section .footer-logo img {
        width: 80%;
    }

    #about.section-padding {
        padding: 20px 0;
    }

    .brand-wrapper-3 {
        padding: 25px 0;
    }
}