.service-image .service-1{
    content: url("../assets/contact.webp");
}

.service-image .carousel-caption{
    top: 30%;
}

.service-image h1{
    font-size: 100px;
}

.contact-form{
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact-form h2{
    text-align: center;
    margin-bottom: 50px;
    color: #971b1e;
}



.contact-form p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 60px;
}

.contact-form p:first-child{
    margin-top: 0;
}

.contact-form .form-box {
    border-radius: 15px;
    background-color: #f2f2f2;
    padding: 30px;
    width: 70%;
    margin: 0 auto;
}

.contact-form  label{
    margin-top: 20px;
}

.contact-form button{
    margin-top: 30px;
    color: #fff;
    background-color: #971b1e;
    border-color: #971b1e;
    background: #971b1e;
}

.contact-form button:hover{
    color: #fff;
    background-color: #680f11;
    border-color: #680f11;
    background: #680f11;
}

.contact-form button:active {
    background-color: #971b1e;
}

.form-data .error{
    display: none;
    color: red;
    font-size: 12px;
}

#count_message {
    font-size: 12px;
    background-color:rgba(0, 0, 0, 0.6);
    margin-right: 5px;
    margin-top: -25px;
}


@media screen and (max-width:1500px) {

    .service-image h1{
        font-size: 70px;
    }
    
}






@media screen and (max-width:600px){

    .service-image .service-1{
        content: url("../assets/m_contact.webp");
    }

    
    .service-image h1{
        font-size: 60px;
    }

    .service-image .carousel-caption{
        top: 20%;
    }

    .contact-form{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .contact-form .form-box {
       
        width: 95%;
    }

}

