
.contactForm .label.valid:after,
.wpcf7-form-control-wrap.caculator label:after{
    content: "*";
    color: red;
    margin-left: 5px;
}
.wpcf7-form-control-wrap.caculator label{
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.wpcf7-form-control:focus, .wpcf7-form-control:active {
    border-color: #000000;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}
.wpcf7-not-valid-tip,
#wpcf7-f39-o1-ve-your_name a,
#wpcf7-f39-o1-ve-email a,
#wpcf7-f39-o1-ve-caculator a,
.wpcf7-response-output
{
    color: red;
}

.screen-reader-response {
    display: none !important;
}

.block-27 ul li .current {
    background: #801426;
    color: #fff;
    border: 1px solid transparent;
}

.navbar-brand.logo img{
    max-width: 100px;
    width: 100%;
}

.hero-wrap.hero-wrap-2{
    background-size: cover;
    background-position: center center !important;
}

@media (min-width: 576px)  {
    .navbar-brand.logo img{
        max-width: 135px;
    }
}
@media (max-width: 991px){
    .ftco-navbar-light .navbar-toggler{
        color: #FFF !important;
        font-size: 30px;
        width: 46px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        height: auto;
    }


    .navbar-brand.logo{
        margin: 0;
    }

    .custom-toggler {
        width: 30px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: none;
        border: none;
        cursor: pointer;
    }

    .custom-toggler span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: white;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .custom-toggler[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .custom-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .custom-toggler[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
}
@media (max-width: 575px){
    body{
        font-size: 14px;
        line-height: 1.65;
    }
    .ftco-faqs .myaccordion .card-header p{
        font-size: 14px;
    }
    .ftco-faqs .myaccordion .btn{
        border-radius: 12px !important;
    }

    .owl-carousel.home-slider{
        height: 480px;
        margin-bottom: 30px;
    }
    .owl-carousel.home-slider .slider-item{
        height: 480px;
    }
    .owl-carousel.home-slider .slider-item .slider-text{
        height: 480px;
    }
}
