.information-contact #bxquote{ display:none}
.contactusbanner {
    background-image: url(../images/contact-us.jpg);
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    background-position: center;
}
.contactForm {
    width: 1400px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 11px #ccc;
    border-radius: 3px;
    justify-content: space-around !important;
    padding:65px;
    display: flex;
    /*align-items: center;*/
    margin: 150px auto;
}
.contactForm_left{
	width: 40%;
}
.contactForm_left h2{font-size: 35px; color: #132148;}
.contactForm_left .formtext{
	font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.1px;
    color: #999;
}
.contactForm_left form{ margin-top: 50px; }
.contactForm input::-moz-placeholder { color: #999; }
.contactForm input::-webkit-input-placeholder{ color:#999; }
.contactForm input:-ms-input-placeholder { color:#999; }
.contactForm input[type="text"]:hover,.contactForm input[type="text"]:focus{background-color: #f5f5f5;}
.contactForm textarea::placeholder{ color: #999;}
.contactForm .input_wrap {
    display: flex;
    margin-top: 17px;
    width: 100%;
    justify-content: space-between;
}
.contactForm input {
    font-size: 20px;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    color: #212121;
    height: 53px;
    padding: 0 10px;
    border-radius: 0;
}
.contactForm .input_wrap ._input {
    width: 48%;
}
.contactForm .input_wrap .phone {
    width: 100%;
    display: flex;
}
.contactForm .input_wrap ._input .purpose {
    width: 100%;
    background-color: #f5f5f5;
    font-size: 18px;
    color: #212121;
    padding: 0 10px;
    height: 53px;
    border: 0;
}
.contactForm .area_code {
    width: 45%;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #fff;
    background-color: #f5f5f5;
    font-size: 18px;
    padding: 0 10px;
    color: #212121;
    height: 53px;
}
.contactForm .input_wrap ._input .phone_num {
    width: 55%;
    border: 0;
    border-radius: 0;
}
.contactForm .input_wrap ._textarea {
    width: 100%;
}
.contactForm textarea {
    width: 100%;
    font-size: 20px;
    resize: vertical;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    padding: 20px 10px;
    color: #000;
    height: 207px;
    border-radius: 0;
}
.contactForm .btn-info {
    font-size: 23px;
    font-weight: normal;
    height: 50px;
    width: 230px;
    background-color: #132148;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}
.contactForm .btn-info:hover {
    background: #f9eb57;
    color: #333;
}

.contactForm_right{
	width: 50%;
	background: #132148;
    padding: 68px;
}
.formRight_item{
	padding:30px 0;
}
.contactForm_right h3 {
    font-family: AbhayaLibre, AbhayaLibre;
    font-weight: 800;
    font-size: 25px;
    color: #FFFFFF;
    /*line-height: 68px;*/
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contactForm_right .formRightContent {
    display: flex;
    align-items: center;
    font-family: ArialMT;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.contactForm_right .formRightContent a{
    color: #fff;
}
.contactForm_right .formRightContent a:hover{
    color: #f9eb57;
}
.contactForm_right .formRightInfo {
    display: flex;
    font-family: ArialMT;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 461px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contactForm_right .formRightIcon {
    width: 23px;
    height: 23px;
    object-fit: contain;
    object-position: center;
    margin-right: 20px;
}
.formRightInfo span {
    font-weight: bold;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .contactusbanner{
        height: auto;
        padding:180px 0;
    }
}

@media (max-width: 991px){
    .contactusbanner{
        height: auto;
        padding: 80px 20px;
    }
    .contactForm{width: 100%;flex-wrap: wrap; padding: 60px 0;box-shadow: none; margin: 20px auto;}
	.contactForm_left{ width: 100%; padding: 0 25px; margin-bottom: 60px;}
	.contactForm_right{ width: 100%; padding: 50px 25px;}
}