.ourservices {
    width: 100%;
    float: left;
    padding: 40px 130px 60px;
}
.contact-form {
    width: 100%;
   float: left;
}
label.custom_form_label.form-label-left {
    margin-right: 4%;
}
label.custom_form_label.label_button p{
    font-size: 14px;
}
.custom_form_label {
    position: relative;
    float: left;
    width: 46%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 35px;
    padding: 0 0px;
}
label.custom_form_label.form-label-right {
    margin-left: 4%;
}
.form_input_field {
    padding: 12px 15px;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block; 
    border-color: inherit;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 0px;
    height: 44px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background-position: -2000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 1px 0 2px;
    background-color: #d6d6d6;
    border: none;
    border-bottom: none;
   font-family: SegoePro-Regular;
    overflow: hidden;
    margin-top: 5px;
    /*box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);*/
}
.custom_form_label .input_placeholder {
    top: 14px;
    left: 15px;
    position: absolute;
    pointer-events: none;
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9;
    opacity: 10.4;
}
div.input_error {
    position: absolute;
    font-size: 14px;
    color: red;
    line-height: 20px;
    text-align: left;
    float: left; 
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    top: 50px;
    left: 0px;
}
.joinus-section div.input_error{
color: #fff;
}
.popup_overlay {
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    opacity: 0;
    background: #000;
    width: 100%;
    opacity: 0.7;
    z-index: 99999;
    -webkit-transition: background 1s, opacity 0.4s, width 0s;
    transition: background 1s, opacity 0.4s, width 0s;
}
.common-popup {
    position: fixed;
    z-index: 999999;
    background-color: #FFFFFF;
    max-width: 700px;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    padding: 0px 0px;
    border-radius: 0px;
    padding: 30px 30px;
}
.common-popup.active {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    z-index: 99999;
}
.close_popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    font-weight: 900;
    font-family: arial;
    color: #C9523B;
    cursor: pointer;
}
label.custom_form_label.form-full-width {
    width: 100%;
}
.form_input_field.textarea {
    height: auto;
    width: 100%;
    resize: none;
    font-family: SegoePro-Regular;
}
label.custom_form_label.label_button {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0;
}
.form_input_field.input-valid ~ .input_placeholder, .form_input_field:focus ~ .input_placeholder {
    top: -17px;
    opacity: 0.7;
    font-size: 14px;
    left: 0; 
}
.join_btn,
button.submit_btn.button{
	width: 150px;
}
.joinus-section {
    width: 100%;
    float: left;
    padding: 40px 140px;
    color: #fff;
    background-image: linear-gradient(to right, #7E9CB3 , #5B7285);
}
.joinus-section  .heading h2{
	color: #fff;
}
.fn_doc {
    opacity: 0;
}
.previewHolder {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    background-color: transparent;
    position: absolute;
    top: 16px;
    width: calc( 100% - 130px);
    height: 20px;
    overflow: hidden;
    left: 15px;
}
.upload-btn {
    width: 122px;
    border: none;
    text-align: center;
    padding: 11px;
    background: #fff;
    position: absolute;
    right: 0;
    height: 44px;
    color: #707070;
    top: 5px;
    cursor: pointer;
    /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%); */
}
label.place {
    width: 100%;
    float: left;
    height: 44px;
    background: #d6d6d6;
    position: absolute;
    top: 5px;
}
.joinus-section .heading h2 span:before{
	background-image: url(../images/dot.png);
}
.service-content h3 {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 0px;
    color: #262626;
     font-family: SegoePro-Semibold;
}

.joinus-section .heading{
    padding-top: 0;
}
.service-content a{
    color: #262626;
}
@media only screen and (max-width: 1025px){
    .joinus-section,
.ourservices{
    padding: 40px 100px 40px;
  }

}
@media only screen and (max-width: 820px){
    .joinus-section{
        padding: 40px 40px;
    }
    .ourservices {
        padding: 40px 40px 60px
    }
    .heading h2{
        font-size: 22px;
    }
    .items{
        width: 100%;
        padding: 0 0 30px;  
    }
    .name{
        font-size: 16px;
    }
    .service-content h3,
    .previewHolder,
    .upload-btn,
    .service-content p{
        font-size: 14px;
    }
    label.custom_form_label.form-label-left {
    margin-right: 0%;
}
label.custom_form_label.form-label-right {
    margin-left: 0%;
}
.custom_form_label {
    position: relative;
    float: left;
    width: 100%;
} 
.join_btn, button.submit_btn.butto,
.custom_form_label .input_placeholder,
.form_input_field{
    font-size: 14px;
}
}