/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 05-Jan-2024, 9:35:02 pm
    Author     : Vaibhavi
*/

@media screen and  (min-device-width:910px) and (max-device-width: 1920px)
{
    
    /*appear*/ 
.appear {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.appear.inview{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.appear.inview:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.appear.inview:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.appear.inview:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.appear.inview:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.appear.inview:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
/*contact*/   

.contact {
    margin-top: 9%;
}

.contact_block {
    display: flex;
    height: auto;
    font-family: "Lato", sans-serif;
}

.contact_head {
    text-align: center;
    background-color: #112a78;
    color: white;
}

.contact_head p {
    margin: 130px;
    font-size: 50px;
}

.contact_info h4 {
    font-size: 35px;
}

.contact_info p {
    font-size: 25px;
}

.contact_info {
    background-color: #ffac32;
    padding: 35px;
}

.address h1 {
    color: gray;
}

.address {
   font-family: "Lato", sans-serif;
    margin-left: 15%;
    
}

.loct {
    color: gray;
}

.mail {
    color: gray;
}

.cont {
    color: gray;
}

.contact_us_form {

}

.contact_us_form_head p {
    margin-left: 45px;
    font-size: 30px;
    font-family: "Lato", sans-serif;
}

table {
    margin-left: 40px;
    font-family: "Lato", sans-serif;
}
    
tbody input {
    /*border: solid 0px;*/
    /*margin-top: 15px; */
    /*width: 185%; */
    /*height: 30px; */
    /*border-bottom: solid 1px;*/
    /*background-color: transparent;*/
    outline: none;
}
tbody textarea {
    outline:none;
    width: 190%;
}

.submit_btn {
    width: 100%;
    background-color: black;
    color: white;
    height: 40px;   
    margin-top:15%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    margin-left: 88%;
}

.submit_btn:hover{
    background-color: #112a78;
}
.validation_error p{
    color: red;
    margin-left: 65px;
}
.error{
    text-align: center;
    color: #112a78;
    display: block;
    padding: 2%;
    background-color: #dbdad9;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom:20px;
}

}