.bannerHeader {
    max-width: 820px;
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
}

.bannerImg {
    height: 488px;
    height: auto;
    min-height: 480px;
    width: 100%;
    object-fit: cover;
}

.bannerTitle {
    z-index: 2;
    position: relative;
    text-align: center;
    letter-spacing: 0.15em;
    /*color: #000;
    margin-bottom: 58px;
    font-weight: 500;
    text-align: center;
	font-size: 30px;
    line-height: 38px;*/
}

.fullwidth-template {
    min-height: 0;
}

.formBorder {
    border: 1px solid #D9D9D9;
    border-radius: 4px 0px 0px 4px;
}

.formBox {
    padding: 72px 0;
}

.formContain {
    padding: 39px 75px 24px;
}
/*
.formTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 18px;
}
*/
.form-select-iconName {
    background: url(../../public/assets/images/logo/nameForm.png) no-repeat scroll 15px 7px;
    padding-left: 10px;
    background-size: auto;
    display: flex;
    align-items: center;
}

.form-select-iconMail {
    background: url(../../public/assets/images/logo/mailForm.png) no-repeat scroll 7px 11px;
    padding-left: 10px;
    background-size: auto;
    display: flex;
    align-items: center;
}

.form-select-iconPhone {
    background: url(../../public/assets/images/logo/phoneForm.png) no-repeat scroll 15px 10px;
    padding-left: 10px;
    background-size: auto;
    display: flex;
    align-items: center;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('../../public/assets/images/dropDownIcon.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.formInputContain {
    padding: 6px 0;
}

.formSelectContain {
    padding: 24px 0 6px;
}

.formInput {
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
	background: #f5f8fa;
	padding: 10px 17px;
}

.formSubTitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.formChoseContain {
    padding-top: 16px;
}

.formChoseBox {
    padding-top: 14px;
}

.formChoseIcon {
    width: 24px;
    height: 24px;
}

.formChoseTitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 0 24px 0 10px;
}

.uploadFileContain {
    margin-top: 12px;
}

.uploadFileBtn {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 180px;
    height: 36px;
}

.uploadFileTitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.uploadSupportTitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5e5e5e;
    margin: auto;
}

.buttonContain {
    padding-top: 12px;
    /*text-align: center;*/
}

.textAreaContain {
    padding-top: 6px;
}

.formTextArea {
    background: #f5f8fa;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.submitBtn {
    /* width: 128px; */
    /* height: 36px; */
    background: #166aea;
    /* border-radius: 4px; */
    color: white;
    /* border-radius: 6px; */
    /* text-transform: capitalize; */
    padding: 10px 40px;
    font-weight: 500;
    font-size: 16px;

}

/* What we can do start */
.whatWeCanDoSection {
    padding-bottom: 81px;
}

.whatWeCanDoMainTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 63px;
}

.whatWeCanDoImg {
    height: 48px;
    width: 48px;
}

.whatWeCanDoContainer {
    margin: 0 75px;
}

.whatWeCanDoContain {
    width: 335px;
    padding-right: 0;
}

.whatWeCanDoBox {
    padding: 12px 0;
}

.whatWeCanDoTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

.whatWeCanDoDescription {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

/* What we can do end */

.contactContain {
    padding: 36px 0 0;
}

.contactTitle {
    font-size: 16px;
}

@media only screen and (max-width: 640px) {
    .formContain {
        padding: 39px 0 24px;
    }

    .formBox {
        padding: 36px 16px;
    }

    .formBorder {
        border: none;
    }

    .formChoseTitle {
        padding: 0 10px 0 5px;
    }

    /* what we can do start */
    .whatWeCanDoDescription {
        display: none;
    }

    .whatWeCanDoTitle {
        margin-left: 14px;
    }

    .whatWeCanDoContainer {
        margin: 0 40px;
    }

    .whatWeCanDoRightContain {
        margin-top: 36px;
        margin-bottom: 0;
    }

    /* what we can do end */
}
@media only screen and (max-width: 1024px) {
    .formContain {
        padding: 39px 0 24px;
    }

    .formBox {
        padding: 36px 16px;
    }

    .formBorder {
        border: none;
    }

    .formChoseTitle {
        padding: 0 10px 0 5px;
    }

    /* what we can do start */
    .whatWeCanDoDescription {
        display: none;
    }

    .whatWeCanDoTitle {
        margin-left: 14px;
    }

    .whatWeCanDoContainer {
        margin: 0 40px;
        display: flex;
        justify-content: center;
    }

    .whatWeCanDoRightContain {
        margin-top: 36px;
        margin-bottom: 0;
        text-align: center;
    }

    /* what we can do end */
}
