
*
{
	margin:0;
	padding: 0;
}

.contact
{
  padding: 70px;
}

.contact h1
{
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  text-align: center;
}


.contact .contact_top
{
    text-align: center;
}


.contact_map
{
    background-color: #cccccc;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact_detail
{
    background-color: #ffffff;
    width: 23%;
    height: 55%;
    position: absolute;
    top: 25%;
    font-family: 'Mulish', sans-serif;
    left: 20%;
    transform: translate(-50%, -10%);
}

.contact_con
{
    display: block;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-family: 'Mulish', sans-serif;
    padding: 1px;
}
.contact_detail p
{
    font-size: 20px;
    font-size: 17px;
    font-weight: 900;
    margin: 5px 11px;
    font-family: 'Mulish', sans-serif;

}

.contact_detail span
{   
    font-size: 20px;
    font-size: 15px;
    font-weight: 900;
    margin: 6px 10px;
    font-family: 'Mulish', sans-serif;
}   
.getbtnn
{
    background-color:  rgba(244, 167, 145, 0.95);
    color: #ffffff;
    margin: auto;
    justify-content: center;
    display: flex;
    width: 90%;
    transition: 0.6s;
    border-radius: 0px !important;
}
.getbtnn:hover
{
    background-color: #ffffff;
    color:  rgba(244, 167, 145, 0.95);
    border: 1px solid  rgba(244, 167, 145, 0.95);

}

.contact_form
{   
    font-family: 'Mulish', sans-serif;
    padding: 60px 230px;
    font-weight: 800;
}
.contact_form h2
{
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
}
.formbtn
{
    background-color:  rgba(244, 167, 145, 0.95);
    color: #ffffff;
    margin: auto;
    font-family: 'Mulish', sans-serif;
    justify-content: center;
    display: flex;
    width: 30%;
    border-radius: 0px;
}