/* navigation css */
.swiper-button-prev,
.swiper-button-next {
    border-radius: 6px;
    border: 0px solid transparent;
    width: 50px;
    height: 50px;
    border-radius: 54px;
    background: #004AAD;
    top: 35px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.parent-for-navbar {
    position: relative;
    z-index: 0;
}

.parent-for-navbar .swiper-button-next {
    right: -70px;
}

.parent-for-navbar .swiper-button-prev {
    left: -70px;
}

.swiper-button-prev.testimonials-cards-nav {
    left: -80px;
}

.swiper-button-next.testimonials-cards-nav {
    right: -80px;
}

figure.video-review-frame video {
    border-radius: 8px;
}

/* navigation css */


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #240046 #e9e9e9;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #240046 0%, #240046 100%);
}

*::-webkit-scrollbar-thumb {
    background-color: #240046;
    border-radius: 10px;
    border: 3px solid #240046;
}

/* ===== Scrollbar CSS ===== */

.footer-link-parent.contact-us-details ul.footer-anchar-list a {
    text-transform: unset;
}

label.error {
    font-size: 12px;
}

input.form-control.invalid {
    background: #ff00002e !important;
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

input.form-control.error {
    border-color: red;
    background: #ff00002e;
}