/**/

.contact-us-header {
    background: #000;
    position: relative;
    margin-top: -170px;
    padding-top: 190px;
    z-index: 2;
    width: 100%;
    padding-bottom: 200px;
}

.contact-us-title {
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
}

.contact-us-header:before {
    position: absolute;
    content: '';
    width: 9%;
    height: 3px;
    background: #da322f;
    left: 0;
    top: 47%;
}
.contact-us-container{
	background: #F6F6F6;
    padding-bottom: 100px;
}
.contact-block:first-child {
    position: relative;
    margin-top: -110px;
    z-index: 3;
}
.enquiry-type {
	font-size: 42px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #000000;
	width: 90%;
    margin: 0;
}
.enquiry-brief {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    letter-spacing: -0.3px;
    font-family: 'Noto Sans', sans-serif;
    color: #000000;
}
.send-icon {
    text-align: right;
}
.contact-block {
    background: #fff;
    width: 95%;
    margin: auto;
    padding: 70px;
    margin-bottom: 30px;
}

.send-icon img:hover {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
}

@media screen and (max-width:768px){
    .contact-us-title {
        font-size: 50px;
        margin-left: 40px;
    }
    .contact-us-header:before {
        width: 12%;
        height: 5px;
        top: 47%;
    }
    .contact-block:first-child {
        margin-top: -150px;
    }
    .contact-block{
        padding: 40px;
        width: 90%;
    }
    .enquiry-type {
        font-size: 32px;
    }
    .enquiry-brief {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .send-icon {
        text-align: center;
    }
    .send-icon img {
        width: 20%;
    }

}
@media(max-width: 1260px){
    .contact-us-header:before{
        width: 2%;
    }
}


