.new-subpage-banner {
    width: 100%;
    padding: 48px 0px;
    background: linear-gradient(180deg, #E6F0FF 0%, rgba(230, 240, 255, 0.00) 100%);
    display: flex;
    flex-wrap: wrap;
}
.new-home-banner-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-self: center;
}
.new-contact-location .d-flex>svg {
    max-width: 30px;
    max-height: 30px;
}
/* Form Design */
.sc-demo-new-main{
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-wrap: wrap;
    min-height: 575px;
}
.gform_wrapper {
    margin: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0 !important;
    background-color: transparent !important;
    max-width: 100% !important;
    padding-right: 0px !important;
}
.gform_wrapper label.gfield_label {
    visibility: hidden;
}
.sc-demo-new-form-design .form-control, 
.sc-demo-new-form-design .gform_wrapper .large {
    position: relative;
    display: block;
    width: 100% !important;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background-color: transparent;
    margin: 0px auto;
    padding: 6px 10px 4px 15px !important;
    height: 50px;
    outline: none !important;
    font-size: 16px !important;
    color: #777;
    transition: all .2s ease-in-out;
    font-family: 'Figtree-Regular' !important;
    margin: 0px !important;
}
.sc-demo-new-form-design .gform_wrapper select.large {
    background-image: url(/wp-content/themes/factohr-theme/images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
    appearance: none !important;
    background-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 25px 4px 15px !important;
    display: inline;
}
.sc-demo-new-form-design .form-group, 
.sc-demo-new-form-design .gfield {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}
.gfield .iti.iti--allow-dropdown {
    display: block;
    position: relative;
}
.gform_wrapper .gfield .iti.iti--allow-dropdown input {
    padding-left: 90px !important;
}
.gform_wrapper .gfield .iti.iti--allow-dropdown input.iti__search-input {
    padding: 8px 20px !important;
}
.sc-demo-new-form-design .gform_wrapper .gfield_captcha_container img.gfield_captcha {
    max-width: 130px !important;
    float: left !important;
}
.sc-demo-new-form-design .gform_wrapper .gfield_captcha_input_container {
    padding-left: 10px;
}
.gfield_captcha_input_container>input {
    width: 100% !important;
    padding: 6px 10px !important;
    border: 1px solid #e4e4e4 !important;;
    border-radius: 4px;
    margin: 0px !important;
    height: 50px;
}
.sc-demo-new-form-design .gform_footer {
    padding: 0px !important;
    margin: 0 !important;
    text-align: center;
}
.gform_button{
    outline: 0px;
    border: 0;
    border-radius: 8px;
    background: #FA4616;
    font-size: 18px !important;
    color: #fff;
    padding: 14px 28px;
    font-family: 'Figtree-Bold' !important;
    text-align: center;
    width: 100% !important;
    margin: 0px !important;
}
.gfield_captcha_input_container {
    max-width: 120px;
    float: left;
}
.sc-demo-new-form-design .gform_footer.top_label {
    display: flex;
}
.sc-demo-new-form-design .gform_wrapper ul.gform_fields li.gfield.gfield--type-captcha {
    margin: 0 0 30px !important;
    float: left;
}
.sc-demo-new-form-design .gform_validation_errors>h2.hide_summary {
    font-size: 14px;
    color: #fa4616;
    text-align: left;
}
.sc-demo-new-form-design .gform_wrapper .validation_error {
    border-color: #fa4616;
    padding: 16px 10px;
}
.sc-demo-new-form-design .gform_wrapper .gfield_error [aria-invalid=true] {
    border-color: #fa4616;
}
.sc-demo-new-form-design .gform_wrapper .gfield_validation_message,
.sc-demo-new-form-design .gform_wrapper .validation_message,
.sc-demo-new-form-design .gform_wrapper .gform_validation_errors {
    background-color: transparent !important;
}
.sc-demo-new-form-design .gform_legacy_markup_wrapper li.gfield.gfield_error,
.sc-demo-new-form-design .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: 0 !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.sc-demo-new-form-design .gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
    color: #fa4616;
    font-family: 'Figtree-Bold';
    letter-spacing: normal;
    padding: 0px !important;
    border: 0px !important;
    font-size: .813em;
    margin-top: 0px;
}
.sc-demo-new-form-design .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.sc-demo-new-form-design .gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 0;
    /* -ms-grid-columns: (1fr 2%) [12]; */
    grid-row-gap: 0;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    resize: none;
    height: 100px !important;
}
/* Form Design */
.new-location-dtl{
    width: calc(100% - 30px);
    padding: 0px 0px 0px 14px;
}
.new-contact-location {
    width: 100%;
    float: left;
}
.sc-demo-new-main.position-sticky {
    top: 100px;
}
.contact-us-map{
    width: 100%;
    float: left;
}
.contact-us-map iframe {
    width: 100%;
    display: block;
}
.gfield.gfield--width-third,
.gform_wrapper.gravity-theme .gfield.gfield--width-half,
.gform_wrapper.gravity-theme .gfield{
    padding: 0px 5px;
}
.sc-demo-new-form-design .gform_wrapper.gravity-theme .gform_fields{
    width: calc(100% + 10px);
    margin: 0px -5px;
}
a, a:hover{
    color: #0649ED;
}
.location-sing-box{
    width: 100%;
    margin: 30px 0px 0;
    border:1px solid #d8d8d8;
    padding: 0px;
}
.location-sing-box>.d-flex.flex-wrap{
    padding: 30px;
    width: 100%;
}
/*START :: location city name CSS*/
.new-location-dtl .new-tit-h5 a{
    color: #222;
    font-family: 'Figtree-Bold' !important;
    font-size: 18px;
    cursor: pointer;
}
/*END :: location city name CSS*/


/*START :: Contact US Form CSS*/

.sc-demo-new-form-design .gform_validation_errors>h2 .gform-icon{
    font-size: 20px !important;
}
.sc-demo-new-form-design .gform_validation_errors{
    border-color: #fa4616 !important;
    padding: 10px 10px 10px 35px !important;
    margin: 20px 0 !important;
}
.sc-demo-new-form-design .ginput_container{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.sc-demo-new-form-design .gfield_description.validation_message{
    border: 0px !important;
    padding: 0px !important;
    margin: 0 0 15px !important;
    color: #FA4616 !important;
    background-color: transparent !important;
}
.sc-demo-new-form-design .gfield_captcha_container{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.blog_content{
    padding: 0 0 0 30px;
    margin: 0 0 20px;
}
.blog_content li {
    font-size: 18px;
    margin: 0 0 5px;
    color: #333;
    line-height: 30px;
}
.gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 10px 10px 10px 35px !important;
    margin: 0 0 20px !important ;
}
.career-page-form{
    min-height: 470px;
}
/* start Account Form */
.account-demo-new-main{
    min-height: 470px;
}
.new-contact-top p{
    margin: 0 0 24px;
    line-height: 30px;
}


/* end Account Form */


.contact-no-mail{display: flex;flex-wrap: wrap;}
.contact-no-mail>a{color: #0649ED;font-size: 18px;}
/* RTL CSS */
[dir="rtl"] .gform_wrapper .gfield .iti.iti--allow-dropdown input{
    padding: 6px 90px 4px 10px !important;
}
[dir="rtl"] .sc-demo-new-form-design .gform_wrapper select.large{
    background-position: 3%;
}
[dir="rtl"] .sc-demo-new-form-design .gform_wrapper .gfield_captcha_input_container {
    padding: 0 10px 0 0;
    float: right !important;
}
[dir="rtl"] .sc-demo-new-form-design .gform_wrapper .gfield_captcha_container img.gfield_captcha{
    float: right !important;
}
[dir="rtl"] .new-location-dtl{
    padding: 0 14px 0 0;
}

/*START :: Responsive CSS*/
@media screen and (max-width: 1200px) {
    .location-sing-box{max-width: 90%;}
}
@media screen and (max-width: 991px) {
    section#Contact-US .row>.col-lg-7 {order: 1;padding: 40px 15px 15px;}
    section#Accountant .row>.col-lg-7 {order: 1;padding: 40px 15px 15px;}
    section.form-order-1 .row>.col-lg-7 {order: 1;padding: 40px 15px 15px;}
    .new-contact-top.mb-4 {text-align: center;}
    .location-sing-box{max-width: 80%; margin: 30px auto 0;}
    .sc-demo-new-main{min-height: unset;}
    .contact-no-mail{justify-content: center;}
}
@media screen and (max-width: 767px) {
    .new-subpage-banner{padding: 40px 0px;}
    .location-sing-box{max-width: 100%;}
    .contact-us-map iframe{height: 270px;}
    .location-sing-box>.d-flex.flex-wrap{padding: 20px;}
    .new-contact-location .d-flex>svg {max-width: 25px;max-height: 25px;}
    .new-location-dtl {width: calc(100% - 25px);padding: 0px 0px 0px 10px;}
    .location-sing-box{max-width: 100%; margin: 25px auto 0;}
    .new-home-sec {padding: 40px 0;}
    .gform_button{line-height: normal !important;}
    .gfield_captcha_input_container>input{height: 40px;}
    .gform_wrapper.gravity-theme .gfield textarea.large{height: 80px !important;}
    .new-location-dtl p {font-size: 16px;}
    .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {grid-column: 1 / -1;}


    /*START :: Contact US Form CSS*/
    .sc-demo-new-form-design .form-control, .sc-demo-new-form-design .gform_wrapper .large {height: 42px;}
    .sc-demo-new-form-design .ginput_container {margin-bottom: 10px;}
    /* RTL CSS */
    [dir="rtl"] .new-location-dtl{padding: 0 10px 0 0;}
}
@media screen and (max-width: 575px) {
    .sc-demo-new-main{padding: 20px;}
    .sc-demo-new-form-design .form-control, 
    .sc-demo-new-form-design .gform_wrapper .large{height: 40px;}
}
@media screen and (max-width: 481px) {
    .contact-us-map iframe {height: 180px;}
}