@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.accordion:checked + .tab-label::after {
    transform: rotate(90deg);
}
.accordion:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

.shadow-effect {
    opacity: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-align: center;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {

    text-align: center;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e03e27;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
border-radius: 50%;

}
#customers-testimonials.owl-carousel .owl-dots{
    border-radius: 50%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    border-radius: 50%;

}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #e03e27;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;

}

input[type="radio"] {
    accent-color: #e03e27;
}

input[type="checkbox"] {
    accent-color: #e03e27;
}

.login-button {
    background-color: #e03e27 !important;
}
.login-button:hover {
    background-color: #1c1b1b !important;
    color:#fff;
}


@media only screen and (min-width: 1450px) {
    .main-header {
        display: flex !important;
    }

    .main-header-mobile {
        display: none !important;
    }

    .hamburger-menu-icon {
        display: none !important;
    }
}

.question-answer-checkbox:checked {
    background-color: #EF4444;
    border-color: #EF4444;
}

.question-answer-checkbox:focus {
    border-color: #EF4444;
}

.question-answer-checkbox:focus{
    outline:0;
}

