form .error {
    border: 2px solid red;
}

.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#recaptcha_callback3,
#recaptcha_callback2,
#recaptcha_callback {
    display: none;
}

.required {
    color: red;
    font-size: 13px;
    display: none;
}

.contacterr,
.emailerr {
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
}

#contact-form .contacterr {
    font-size: 13px;
    margin: -21px 0 2px;
    font-weight: 500;
}

#contact-form .emailerr {
    font-size: 13px;
    margin: 4px 0 -8px;
    font-weight: 500;
}

.modal-dialog {
    width: max-content !important;
}

.header_modal .modal-dialog button {
    margin-top: 10px;
}

.testimonials-area {
    position: relative;
}

.testimonials-area.about-page .container::before {
    display: none;
}

.testimonials-area .owl-thumb-item {
    margin-right: 20px;
    position: relative;
}

.testimonials-area .owl-thumb-item:last-child {
    margin-right: 0;
}

.testimonials-area .owl-thumb-item.active .overlay-grad {
    opacity: 0.8;
}

.testimonials-area .owl-thumb-item .overlay-grad {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.testimonials-area .owl-thumb-item .overlay-grad:hover {
    opacity: 0.8;
}

.fixed2 {
    width: 100%;
    position: fixed;
    top: 0;
}

.fixed2.bg-light {
    background-color: #000000ad !important;
}

.testi-slider {
    margin: auto;
}

.testi-slider .testi-item {
    text-align: center;
}

.testi-slider .testi-item img {
    width: auto;
    margin: auto;
}

.testi-item {
    margin-bottom: 50px;
}

.testi-item h4 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px;
}

.testi-item .list {
    margin-bottom: 35px;
}

.testi-item .list li {
    display: inline-block;
}

.testi-item .list li a {
    color: #ffc000;
    font-size: 14px;
}

.testi-item p {
    max-width: 605px;
    margin: auto;
}

.screenshot-area {
    position: relative;
}

@media (max-width: 991px) {
    .screenshot-area .single-screenshot {
        cursor: pointer;
    }
}

@media (max-width: 991px) {
    .screenshot-area .single-screenshot {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .screenshot-area .single-screenshot {
        padding: 30px;
        text-align: center;
    }
}
