

.contactus{
    height: calc(100vh - 109px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form{
    background-color: #faa74a;
    padding: 50px;
	border-radius: 0 0 70px 0;

}
.contact-form label{
	font-size: 15px;
}
.contact-form .form-control {
	box-shadow: 0 0 0 0.25rem transparent;
	border-color: transparent;
    border-radius: 0;
	font-size: 14px;
    padding: 10px;

}
.contact-form .form-field{
	margin-bottom: 20px;
}
.contact-form  .submit{
    background-color: #e6434e;
    border-radius: 0;
    padding: 8px 20px;
    color: var(--white);
    transition: all .3s ease-in-out;
    border: 2px solid transparent;

}
.map iframe{
	width: 100%;
    height: 250px;
}
.map{
    border: 1px solid #4c4c4c;
    padding: 10px;
}
.add-row{
	align-items: end;
}
.contactus .address{
   margin-bottom: 30px;
}
.contactus .address h4{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--text-color);
}
.contactus .address h6{
    font-weight: bold;
    margin-bottom: 2px;
}
.contactus .address p{
    line-height: 28px;
	    width: 300px;
}
.contactus .address p a,
.contactus .address ul li a{
	color: black;
}
.contactus .address ul{
    display: flex;
    gap: 10px;
}
.contact-tilte h3{
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 30px;
	    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.contact-tilte h6{
	    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--yellow);
}
.location img{
    filter: invert(1);
}
.location{
	display: flex;
    align-items: baseline;
    gap: 10px;
}

.contact-button input{
padding: 8px;
border-color: transparent;
}
.contact-button .cap-sec{
     text-align: end;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}
#refresh{
    border-color: transparent;
    padding: 8px 10px;
    background-color: #080808;
    color: white;

}
.contact-form .submit:hover {
background-color: white;
border-color: var(--text-color);
color: var(--text-color);
border: 2px solid var(--text-color);
}

 