/* Request Form Styles */
.on-mobile {
    display: none;
}
.dropdown-menu1 {
    padding: 15px 14px;
    min-width: 550px !important;
    margin-left: -91px !important;
}
.boxs:before {
    height: 2px;
    background: #ee1c25;
    position: absolute;
    bottom: -11px;
    left: 50%;
    content: '';
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    z-index: 100;
}
.dropdown-menu1 .inner-drop i {
    font-size: 35px;
    margin-bottom: 10px;
}
.dropdown-menu {
    background: #eee;
    border-top: 5px solid #fff;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
    border-bottom: none;
    min-width: 1111px;
    margin-left: -270.6px;
    border-left: none;
    border-right: none;
    transition: all 0.35s ease;
    transform: scaleY(0);
    transform-origin: top !important;
    /* display: inherit; */
    padding: 17px 20px;
}
.Akum-mr-20 {
    margin-right: 20px;
}
nav.right_menu_togle {
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    font-size: 15px;
    right: 0;
    top: 0;
    width: 36%;
    /*max-width: 400px;*/
    z-index: +9999;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    padding-top: 5%;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%)
}
nav.right_menu_togle.hidden-md {
    display: none;
}
.nav-expanded nav {
    right: 0;
}
.right_menu_togle .close-btn {
    overflow: visible;
    background: #f4c024;
    cursor: pointer;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 12;
}
a.nav-expander {
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    margin-right: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: auto;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    cursor: pointer;
}
.offcanvas-text.Akuoffcanvastxt p {
    color: #000;
}
.request_form {
    margin: 0 30px;
}
.request-title {
    border-bottom: 1px solid #888;
    color: #888;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
    text-align: left;
}
.mb-35 {
    margin-bottom: 35px;
}
.request-heading {
    color: #888;
    font-family: Work Sans, sans-serif;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 6px;
}
.request_form .request_call {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    height: 52px;
    margin-bottom: 10px;
    padding: 0 25px;
    width: 100%;
}
.request-abs {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    height: 85%;
    justify-content: center;
    padding: 0 4px;
    position: absolute;
}
.request-img {
    margin-right: 4px;
    width: 54%;
}
.padding-left-10 {
    padding-left: 23% !important;
}
.form_group.req-relative {
    position: relative;
}
p.request-phone {
    margin-bottom: 0
}
.request_form .request-btn {
    background-color: #0943a0;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 4%;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    height: auto;
}


#contact_formOne .form_control {
                margin-bottom: 0;
            }

            #contact_formOne .form_group {
                margin: 0 0 20px;
            }

            #contact_formOne .error {
                color: red;
            }