/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.wcColumn.wcBrowserColumn {
    display: none!important;
}

/*---- faq page css ----*/

.faq_accordian .et_pb_toggle {
    padding: 30px!important;
}
.Blog_sections article {
    min-height: 400px!important;
}

/*---- faq page css end----*/

.page-id-173 .userpro-awsm-pic {
    pointer-events: none;
}
.page-id-372 .userpro-profile-img {
    pointer-events: none;
}

.page-id-173.logged-in .userpro-awsm-pic {
    pointer-events: auto;
}
.page-id-173.logged-in .userpro-profile-img {
    pointer-events: auto;
}


/*----blog single page css ---*/
#sidebar .et_pb_widget h2 {
    font-size: 24px;
    padding-bottom: 0px!important;
    color: #e29034;
    font-weight: 700;
}
#sidebar .wp-block-categories li a {
    color: #000;
    line-height: 10px;
    font-weight: 700;
    text-transform: capitalize;
}
#sidebar .wp-block-categories li {
    padding: 6px 0px;
    border-bottom: 1px solid #9e9e9e;
}
.single .interior-banner .banner-heading h2 {
    font-size: 40px;
    color: #fff;
    text-align:center;
}
.single div#left-area h1 {
    font-weight: 700;
    text-transform: capitalize;
    color: #e29034;
}
.single div#left-area .entry-content {
    line-height: 28px;
    text-align: justify;
}
.single div#left-area img {
    width: 100%;
}
#respond input[type="text"] {
    width: 100%!important;
}
#respond input#submit {
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    background-image: linear-gradient(45deg,#ffc136 0%,#c45e31 100%);
}
/*----blog single page css end---*/


/*----header notification css ---*/
@media screen and (max-width:1920px) and (min-width:1380px) {
.logged-in .header_logomenu {
    width: 70%!important;
}
}
.blur_img img {
    filter: blur(3px);
}
.no_notification {
    left: 0px;
    padding: 30px 30px 0px;
    font-size: 18px;
    width: 100%;
    display: flex;
    color: #fff;
}
/*.notification_bars #notification_popup  {
    display: none;
}*/

.notify_icons {
    margin-right: 15px;
}
.notification_bars .notification_icons {
    display: flex;
    float: left;
}
.notification_bars .switcher.notranslate {
    float: right;
    margin-left: 20px;
}
.notification_bars .notification_icons .notify_icons:before {
    content: '';
    background: url(/wp-content/uploads/2022/03/bell-2-1.png);
    width: 32px;
    height: 32px;
    top: 0;
    left: -30px;
    z-index: 9999999;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center;
	cursor: pointer;
}
.notification_bars .notification_icons .notify_icons span {
    width: 100%;
    position: relative;
    height: auto;
    color: #fff;
    top: -16px;
    right:16px;
    border-radius: 100px;
    padding: 4px 10px;
    background-image: linear-gradient(45deg,#ffc136 0%,#c45e31 100%);
}


.notification_index {
    z-index: inherit ;
}
.notification_index .et_builder_inner_content {
    z-index: inherit;
}
.notification_index .et_pb_row {
    z-index: inherit !important;
}
.notification_index  .et_pb_column {
    z-index: inherit;
}

.modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    background-color: rgb(0 0 0 / 65%);
    z-index: 9999999;
    transition: 0.5s;
    transform: translateY(-150%);
    perspective-origin: top;
	visibility:hidden;
	opacity:0;
	
}
.modal .modal-dialog {
    background-color: #cb6a32;
    width: 100%;
    float: left;
    padding: 100px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.popup_active {
    display: block !important;
    transform: translateY(0) ;
	visibility:visible;
	opacity:1;
}
.modal .modal-header {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 30px;
    left: 0;
}

.modal .modal-header h3 {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0;
    font-size: 24px;
}

.modal .modal-header button {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: none;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    transition: 0.5s all;
}
.modal .modal-header button:hover {
    background-color: rgb(255 255 255 / 40%);
	color:#fff;
}

.notification_data .notificy {
    padding: 15px 30px;
    text-align: left;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    transition: 0.5s all;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.notification_data .notificy:hover {
    background-color: rgb(255 255 255 / 11%);
}
.notification_data .notificy:last-child {
    border-bottom: none;
}
.notification_data .notificy .notify_img {
    width: 70px;
    float: left;
    margin-right: 15px;
}
.notification_data .notificy .notify_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid rgb(255 255 255 / 35%);
    float: left;
}

.notification_data .notificy h5 {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 5px;
}
.notification_data .notificy span {
    color: rgb(255 255 255);
    letter-spacing: 1px;
    font-weight: 400;
}




/*----header notification css end ---*/


/* find helper content section css ---*/
.offernone {
    pointer-events: none;
}
.findhelperusers {
    display: none;
}
.hamptions-the-bx {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
}
.hamptions-the-bx .left {
    width: auto;
}
.hamptions-the-bx h3 {
    font-size: 22px;
    color: #414042;
    margin: 0;
}
.hamptions-the-bx p {
    font-size: 14px;
	margin: 0;
    color: #B2B2B2;
}
.hamptions-the-bx .right {
    width: auto;
}
.hamptions-the-bx .right a {
    color: #fff;
    background: repeating-linear-gradient(45deg, #ffc136, #C45E31);
    border: 0px;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 7px;
    display: inline-block;
}
.hamptions-the-bx h3 .salary {
    padding-left: 15px!important;
    font-size: 16px;
    font-weight: 400;
}
.left p {
    margin-top: 6px!important;
}
.hamptions-the-bx h3 span {
    color: #F6921E;
}
.hamptions-the-bx .right a {
    color: #fff;
    background: repeating-linear-gradient(45deg, #ffc136, #C45E31);
    border: 0px;
    font-size: 14px;
    padding: 12px 30px!important;
    border-radius: 7px;
    display: inline-block;
}
a.shortlist:before {
    content: '\e030';
    font-family: 'ETmodules';
    color: #f4af35;
    font-size: 20px;
}
a.shortlist.active:before {
    content: '\e089';
}
.hamptions-the-bx .left h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .right a {
    font-size: 14px !important;
    font-weight: 400;
}
.makean_offers {
    width: 100%;
}
.makean_offers a {
    border: none !important;
    box-shadow: none !important;
    background: #f49d40 !important;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    color: #fff;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
    border-radius: 4px;
    transition: 0.5s all;
    line-height: 1;
}
.makean_offers a:hover {
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136) !important;
}
.employer-profile-inner .dashboard_box h4 {
    font-size: 18px !important;
    padding-bottom: 20px;
}
.previous_viewed .search_dashusers {
    background: #f49d40 !important;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    color: #fff;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    transition: 0.5s all;
    position: relative;
    line-height: 1;
}
.previous_viewed .search_dashusers:hover {
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136) !important;
}
.previous_viewed .lastvisited_users .prev_salary {
    font-size: 12px;
    color: #d07232;
    font-weight: 500;
}
.previous_viewed .lastvisited_users h5 {
    font-size: 12px;
    font-weight: 400;
}
.previous_viewed .lastvisited_users h3 {
    text-transform: capitalize;
    font-size: 14px;
}
.previous_viewed .lastvisited_users a img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 5px;
}
.previous_viewed .lastvisited_users {
    text-align: center;
    position: relative;
}
.previous_viewed  .search_users {
    text-align: center;
    margin-top: 20px;
}
.previous_viewed {
    position: relative;
}
.previous_viewed .last_visitedlist {
    position: relative;
}
.previous_viewed .last_visitedlist .flex-direction-nav {
    position: absolute;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    width: 100%;
}
.recommended_helpers .last_visitedlist .flex-direction-nav {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    width: 100%;
}
.previous_viewed .last_visitedlist .flex-control-nav {
    display: none;
}
.previous_viewed .last_visitedlist .flex-direction-nav a {
    opacity: 1;
    text-shadow: none !important;
    color: transparent;
    width: 28px;
    height: 28px;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.previous_viewed .last_visitedlist .flex-direction-nav a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 16px;
}
.previous_viewed .last_visitedlist .flex-direction-nav a.flex-prev {
    left: -15px;
}
.previous_viewed .last_visitedlist .flex-direction-nav a.flex-next {
    right: -15px;
}
.previous_viewed .last_visitedlist .flex-direction-nav a.flex-prev::before {
    content:'\f177';
}
.previous_viewed .last_visitedlist .flex-direction-nav a.flex-next::before {
    content:'\f178';
}
.shortlisted_profiles h5 {
    text-align: center!important;
    line-height: 20px!important;
}
.employer-profile-page .chosen-container-single .chosen-single
{
    height: 46px;
    line-height: 46px;
    box-shadow: none;
    background-color: transparent;
}
.employer-profile-page .chosen-container-single .chosen-single div b {
    background-position: 3px 15px;
}
.employer-profile-page  .chosen-results li {
    padding: 10px 10px;
}
.employer-profile-page  .chosen-results li.result-selected {
    background-color: #eee !important;
    color: #000 !important;
}
.employer-profile-page .chosen-results li.highlighted {
  background-color: #ffc136 !important;
  color: #fff !important;
}
.previous_viewed .lastvisited_users .shortlist {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9999;
}
footer .menu {
    background-color: transparent;
}
.newoffer {
    display: flex;
    margin-bottom: 10px;
}
.newoffer .offerimg_left {
    width: 96px;
    float: left;
    position: relative;
    display: inline-flex;
}
.newoffer .offercontent_right {
    width: calc(100% - 96px);
    float: right;
    padding-left: 15px;
}
.offercontent_right a {
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    color: #fff;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    transition: 0.5s all;
    position: relative;
    line-height: 1;
}
.offercontent_right a:hover {
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136) !important;
}
.last_visitedlist h6 {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}
#emd-search {
    height: 28px!important;
    border-radius: 4px!important;
}
div.userpro-paginate span.current {
    background: #e99b34 !important;
    color: #fff !important;
    border: 1px solid #e99b34!important;
}
#makeoffer_form .card-box ul {
    margin-bottom: 20px;
}
#makeoffer_form .card-box ul li {
    margin-bottom: 10px;
}
.newoffer .offerimg_left a {
    display: inline-block;
}
.newoffer .offerimg_left img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 4px;
    float: left;
}
.contract h5:before {
    content: '\e026';
    font-family: 'ETmodules';
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    margin-right: 10px;
}
.offerred h5:before {
    content: '\6a';
    font-family: ETModules;
    font-style: normal;
    font-size: 24px;
    font-weight: 100;
    margin-right: 10px;
}
.offer_progress h5:before {
    content: '\e08a';
    font-family: ETModules;
    font-style: normal;
    font-size: 24px;
    font-weight: 100;
    margin-right: 10px;
}
.offer_progress h5 {
    display: flex;
}
.offerred h5 {
    display: flex;
}
.contract h5 {
    display: flex;
}
.others h5 {
    display: flex;
}
.housemakeoffer h5 {
    display: flex;
    line-height: 24px;
}
.housemakeoffer h5:before {
    content: '\e009';
    font-family: ETModules;
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    margin-right: 10px;
}
.others h5:before {
    content: '\4c';
    font-family: 'ETmodules';
    font-size: 28px;
    font-weight: 100;
    margin-right: 10px;
    font-style: normal;
}

.card-box textarea {
    width: 100%;
    min-height: 130px;
}
.previous_viewed .lastvisited_users .direct_hire {
    color: white;
    right: 0;
    padding: 3px 12px;
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    top: 80px;
    background: #eb9f34cc;
    line-height: 1.5;
}

/* find helper content section css ---*/



/*---- make an offer css start -----*/
.view_alloffer a {
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    color: #fff;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    transition: 0.5s all;
    position: relative;
    line-height: 1;
}
.view_alloffer {
    text-align: center;
    margin-top: 20px;
}
.view_alloffer a:hover {
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136) !important;
}
input#proposed_date {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 20px;
	border: 1px solid #ccc;
}
.makean_offer a {
    background-image: linear-gradient(45deg,#ffc136 0%,#c45e31 100%);
    padding: 14px 10px;
    color: #fff!important;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 4px;
    display: block;
    max-width: 150px;
    margin: 0 auto;
}
.make-offer-page {
    background-color: #eeeef0;
}
.card-box {
    padding: 25px 25px;
    margin-bottom: 10px;
    background-color: #fff;
    /* box-shadow: 0px -2px 10px -2px rgb(0 0 0 / 23%); */
    border-radius: 15px;
    border: 1px solid #cdcdcd;
}
.card-box h5 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.card-box h5:not(:first-child) {
    margin-top: 30px;
}

.card-box label {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

.card-box select, 
.card-box input[type="proposed_date"], 
.card-box input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 0 10px;
}
form input[name="makeoffer"], form input[name="canceloffer"] {
    border: none;
    box-shadow: none;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31);
    color: #fff;
    padding: 7px 10px;
    height: 28px;
    border-radius: 4px;
    transition: 0.5s all;
    cursor: pointer;
    line-height: 1;
}

form input[name="makeoffer"]:hover, form input[name="canceloffer"]:hover {
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136);
}
.offers h4:before {
    content: '\e08a';
    font-family: 'ETmodules';
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    margin-right: 10px;
}
.offers h4 {
    display: flex;
}


/*---- make an offer css end -----*/



/*----dashboard css start---*/

.interior-banner {
    background-image: url(/wp-content/uploads/2022/02/banner-img.jpg);
    height: 470px;
    align-items: center;
}
.interior-banner .banner-heading h2 {
    font-size: 30px;
}
.interior-banner .banner-home-text {
    padding-bottom: 0;
}

.home-banner-sec .banner-home-text {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.banner-heading {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.interior-banner .banner-heading h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.banner-heading .borderline {
    margin: 15px auto 0;
}
.borderline {
    width: 90px;
    height: 2px;
    background: repeating-linear-gradient(45deg , #ffc136, #C45E31);
}
.home-banner-sec {
    width: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgb(0 0 0 / 40%);
    background-blend-mode: darken;
}
.banner-heading p {
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.shortlist.icon_trash:before {
    content: "\e07d";
    font-family: 'ETmodules';
    color: red;
    font-size: 18px;
}

.employer-profile-page {
    background-color: #eeeef0;
}
.shortlisted_profiles h4:before {
    content: '\e030';
    font-family: 'ETmodules';
    font-style: normal;
    margin-right: 10px;
    font-size: 24px;
}
.employer-profile-page .shortlisted_profiles {
    padding: 25px 25px;
    margin-bottom: 10px;
    background-color: #fff;
    /*box-shadow: 0px -2px 10px -2px rgb(0 0 0 / 23%);*/
    border-radius: 15px;
	border: 1px solid #cdcdcd;
}
.employer-profile-page .shortlisted_profiles h4 {
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
}
.employer-profile-page .Shortlist_users {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.employer-profile-page .Shortlist_users .user_img {
    max-width: 90px;
}
.employer-profile-page .Shortlist_users .user_img img {
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    height: 90px;
    object-fit: cover;
}
.employer-profile-page .Shortlist_users .user_details {
    width: calc(100% - 90px);
    padding-left: 15px;
}
.employer-profile-page .Shortlist_users .user_details h3 {
    text-transform: capitalize;
    margin-bottom: 4px;
}

.employer-profile-page .Shortlist_users .user_details .icon_trash {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background-color: trasparent;
    align-items: center;
    float: left;
    justify-content: center;
    border-radius: 100%;
}
.employer-profile-page .Shortlist_users .user_details .icon_trash:hover {
    background-color: #eee;
}
.employer-profile-page .Shortlist_users .user_details .icon_trash::before {
    color: #c45e31;
    font-size: 16px;
    line-height: 1;
}
.dashboard_box {
    padding: 25px 25px;
    margin-bottom: 10px;
    background-color: #fff;
    /* box-shadow: 0px -2px 10px -2px rgb(0 0 0 / 23%); */
    border-radius: 15px;
    border: 1px solid #cdcdcd;
}	
.recommended_helpers h4:before {
    content: '\e08b';
    font-family: 'ETmodules';
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    margin-right: 10px;
}
.recommended_helpers h4 {
    display: flex;
}
.previous_viewed h4:before {
    content: '\e08b';
    font-family: 'ETmodules';
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    margin-right: 10px;
}
.previous_viewed h4 {
    display: flex;
}
.chats h4:before {
    content: '\76';
    font-family: 'ETmodules';
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    margin-right: 10px;
}
.chats h4 {
    display: flex;
}
.short_button {
    text-align: center;
}
.profile_views h4:before {
    content: '\e0ec';
    font-family: 'ETmodules';
    font-style: normal;
    margin-right: 10px;
    font-size: 24px;
}
.profile_views h4 {
    display: flex;
    font-size: 24px!important;
    align-items: center;
}
.employer-profile-page .emd-filters {
    width: 100%!important;
}
.employer-profile-page .emd-main.emd-main-1 {
    display: none;
}
.employer-profile-page .emd-head {
    display: none;
}
.employer-profile-page .emd-filter-head {
    background: none!important;
    padding: 0px 0px 0px!important;
    margin: 10px 0px 0px!important;
    font-weight: 600;
    font-size: 12px!important;
    display: inline-block;
}
.employer-profile-page .emd-foot {
    margin: 0px 0px!important;
    border-top: none!important;
    display: inline-block;
}



/*----dashboard css end---*/







/*---shortlist button ---*/
body .shortlistbutton button {
    padding: 4px 10px!important;
    margin: 10px 0px!important;
}
.shortlistbutton {
    float: right!important;
}
a.shortlist.active {
    color: #de8a34;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*---shortlist button css end ---*/

/*---header css ---*/

.et-l--header nav.et-menu-nav li a {
    border-right: 1px solid #fff;
    padding-right: 18px !important;
}
.et_pb_menu__menu>nav>ul>li.menu-item-50>a {
    border-right: none;
}
header.et-l.et-l--header {
    width: 100%;
    background: rgb(117 76 0 / 44%);
    display: inline-block;
    position: fixed;
    z-index: 99;
}
header.darkHeader {
    background: #000!important;
}

.et_mobile_nav_menu {
    border: none;
    padding: 2px 6px;
    background: linear-gradient(
45deg
, #ffc136, #C45E31);
    border-radius: 5px;
}

.header_row nav ul {
    align-items: center !important;
}
.header_row nav ul li {
    display: inline-block !important;
}

.header_row nav ul li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header_row .et_pb_column:nth-child(2), .header_row .et_pb_column:nth-child(3) {
    width: auto;
    margin-left: auto;
}

.header_row .et_pb_column:nth-child(3) {
    margin-left: 10px;
}

/*---header css end---*/

/*--footer css---*/
div#footer .widget_block {
    margin-bottom: 0px!important;
}
#footer .widget_nav_menu {
   margin-bottom: 0px!important;
}
footer .footer-sec_row .et_pb_column {
    margin-bottom: 0px !important;
}
footer .footer-sec_row .et_pb_column:nth-child(3) {
    margin-bottom: 20px !important;
}
/*--footer css end---*/
/** banner sec **/
.banner-sec .et_pb_column_0 {
    background: rgb(255 141 38 / 30%);
	
}
/** banner sec  end**/
.hiring-helpers-sec .et_pb_toggle_title {
    padding-left: 55px  !important;
}
.hiring-helpers-sec .et_pb_toggle_title::before {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: repeating-linear-gradient(45deg, #ffc136, #C45E31);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiring-helpers-sec .et_pb_toggle_title {
    padding-left: 55px  !important;
    padding-right: 0 !important;
    font-size: 20px !important;
    font-weight: 500;
}
.hiring-helpers-sec .et_pb_toggle {
    padding-left: 10px;
    padding-right: 0;
}


	.switcher {
    position: relative;
	overflow: inherit!important;
}

.switcher .option {
    position: absolute !important;
    width: 100% !important;
    max-height: 198px;
    top: 0;
    left: 0;
}
a#typofill {
    font-size: 14px;
    background: repeating-linear-gradient( 
45deg
 , #ffc136, #C45E31);
    padding: 5px 35px;
    display: inline-block;
    border-radius: 5px;
}
.oversea-foreign-block {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.training-sec-row {
    counter-reset: section;
}

.training-sec-row [class*="et_pb_with_"] {
    position: relative;
    transition: 0.5s all;
}

.training-sec-row [class*="et_pb_with_"]:hover {
    transform: translateY(-5px);
    border: 1px solid transparent;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
}

.training-sec-row [class*="et_pb_with_"]::before {
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 50px;
    color: #000;
    counter-increment: section;
    content: counter(section);
    font-weight: 500;
}

.oversea-foreign-block .et_pb_column .et_pb_image_wrap {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-needs {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 0 !important;
    background-color: transparent;
}
.home-needs.task-tool {
    margin-top: -198px;
    z-index: -1;
}

.banner-sec {
    height: 100vh !important;
    display: flex;
    align-items: flex-end;

}

.banner-sec .et_pb_row {
    margin: 0;
    padding: 0;
}

.banner-sec .et_pb_column {
    margin-top: 0px !important; 
}
.blog-sec .post-content .more-link {
    text-transform: capitalize;
    position: relative;
}
/***  register form 05-02-2022 ***/


.Registration_form {
    background-color:#eee;
}

.Registration_form .userpro {
    border: none;
	background-color:transparent;
}
.Registration_form  .userpro-head {
    display: none;
}
.Registration_form  .userpro-body {
    padding: 0;
    border: none;
}
.Registration_form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Registration_form  .userpro-field {
    flex: 0 0 100%;
}
.Registration_form  .userpro-field.userpro-field-user_login {
    flex: 0 0 49%;
    margin-right: 10px;
}
.Registration_form  .userpro-field.userpro-field-first_name {
    flex: 0 0 49%;
    margin-left: 10px;
}
.Registration_form .userpro-field.userpro-field-user_email {
    flex: 0 0 49%;
    margin-right: 10px;
}
.Registration_form  .userpro-field.userpro-field-date_birth {
    flex: 0 0 49%;
    margin-left: 10px;
}
.Registration_form  .userpro-field.userpro-field-user_pass {
    flex: 0 0 49%;
    margin-right: 10px;
}
.Registration_form  .userpro-field.userpro-field-user_pass_confirm {
    flex: 0 0 49%;
    margin-left: 10px;
}

.Registration_form  .userpro-field.userpro-submit.userpro-column {
    text-align: center;
}
.Registration_form .userpro-field.userpro-submit.userpro-column {
	text-align:center;
}
.Registration_form .userpro-social-connect {
    position: absolute;
    right: auto;
    top: calc(100% + 60px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.Registration_form .userpro-social-connect a {
    float: none;
    margin: 0 2px;
}

.Registration_form .userpro-input input[type="text"],
.Registration_form .userpro-input input[type="password"],
.Registration_form .userpro-input textarea,
.Registration_form .userpro-input .chosen-container-single .chosen-single {
    height: 55px !important;
    border: 1px solid #d0d0d2;
    box-shadow: none !important;
    color: #000 !important;
	background-color:transparent !important;
	border-radius:5px !important;
}

.Registration_form .userpro-input .chosen-container .chosen-drop {
    border-top-left-radius:0px;
	border-top-right-radius:0px;
    border: 1px solid #d0d0d2;
	border-top:0;
}
.Registration_form .userpro-input .chosen-container-single .chosen-single {
	line-height: 55px !important;
}
.Registration_form .userpro-input .chosen-results li {
    padding: 10px 10px;
}

.Registration_form .userpro-input .chosen-results li.result-selected {
    background-color: #f49d40 !important;
	color:#fff !important;
}

.Registration_form .userpro-input .chosen-results li.highlighted {
    background: #f49d40 !important;
	color:#fff !important;
}

.Registration_form .userpro-input .chosen-container-single .chosen-single div b {
    background-position: 3px 15px;
}

.Registration_form .userpro-input input[type="text"]:focus,
.Registration_form .userpro-input input[type="password"]:focus,
.Registration_form .userpro-input textarea:focus,
.Registration_form .userpro-input .chosen-container-single .chosen-single:focus {
    border: 1px solid #f49d40 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.Registration_form .userpro-input .icon-ok {
    top: 12px !important;
}

 .ui-datepicker td {
    background: #f49d40 !important;
}

.Registration_form .userpro-maxwidth,
.Registration_form .userpro-field.userpro-submit {
    border-top: none;
}
.Registration_form .userpro-input label.userpro-checkbox.hide-field,
.Registration_form .userpro-label {
    display: none;
}


input.userpro-button, a.userpro-button, div.userpro div.ajax-file-upload {
    border: none  !important;
    box-shadow: none  !important;
    background: #f49d40  !important;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31)  !important;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
}
input.userpro-button:hover, a.userpro-button:hover {
    border: none  !important;
    box-shadow: none  !important;
    background: #f49d40  !important;
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136)  !important;
    background: -moz-linear-gradient(45deg, #C45E31, #ffc136) !important;
}
input.userpro-button.secondary, a.userpro-button.secondary, div.userpro div.ajax-file-upload {
    color: #fff  !important;
    border: none !important;
    box-shadow: none !important;
    background: #f49d40 !important;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    background: -moz--linear-gradient(45deg, #ffc136, #C45E31) !important;
}
input.userpro-button.secondary:hover, a.userpro-button.secondary:hover, div.userpro div.ajax-file-upload:hover {
    background: #f49d40 !important;
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136) !important;
    background: -moz-linear-gradient(45deg, #C45E31, #ffc136) !important;
    border: none !important;
    color: #fff !important;
}
.Registration_form .userpro-submit input {
    font-size: 14px !important;
    height: 40px !important;
    line-height: 40px !important;
}

/***  register form  05-02-2022 end   ***/

/***  login page 05-02-2022  ***/


.page-id-996 .et_pb_section.et_pb_section_1.et_section_regular {
    background-color: #eee;
}

.page-id-996 .userpro {
    border: none;
	background-color:transparent;
}
/*
.page-id-996  .userpro-head {
    display: none;
}
*/
.page-id-996  .userpro-body {
    padding: 0;
    border: none;
}

.page-id-996 .userpro-label {
    display: none;
}

.page-id-996 .userpro-input input[type="text"],
.page-id-996 .userpro-input input[type="password"] {
    height: 45px !important;
    border: 1px solid #d0d0d2;
    box-shadow: none !important;
    color: #000 !important;
	background-color:transparent !important;
	border-radius:5px !important;
}

.page-id-996 .userpro-input input[type="text"]:focus,
.page-id-996 .userpro-input input[type="password"]:focus{
    border: 1px solid #f49d40 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.page-id-996 .userpro-field.userpro-submit {
    border-top: none;
}

/***  login page  05-02-2022  end ***/


/***  profile page  05-02-2022   ***/

/***  profile page  ***/

.profile_design_layout .userpro-input input[type="text"], 
.profile_design_layout .userpro-input .chosen-container-single .chosen-single {
    height: 55px !important;
    border: 1px solid #d0d0d2;
    box-shadow: none !important;
    color: #000 !important;
    background-color: transparent !important;
    border-radius: 5px !important;
}

.profile_design_layout .userpro-input .chosen-container .chosen-drop {
    border-top-left-radius:0px;
	border-top-right-radius:0px;
    border: 1px solid #d0d0d2;
	border-top:0;
}
.profile_design_layout .userpro-input .chosen-container-single .chosen-single {
	line-height: 55px !important;
}

.profile_design_layout .userpro-input .chosen-container-multi .chosen-choices {
    
    background-image: none; 
}

.profile_design_layout .userpro-input .chosen-results li {
    padding: 10px 10px;
}

.profile_design_layout .userpro-input .chosen-results li.result-selected {
    background-color: #f49d40 !important;
	color:#fff !important;
}

.profile_design_layout .userpro-input .chosen-results li.highlighted {
    background: #f49d40 !important;
	color:#fff !important;
}

.profile_design_layout .userpro-input .chosen-container-single .chosen-single div b {
    background-position: 3px 15px;
}

.profile_design_layout .userpro-input input[type="text"]:focus,
.profile_design_layout .userpro-input input[type="password"]:focus,
.profile_design_layout .userpro-input textarea:focus,
.profile_design_layout .userpro-input .chosen-container-single .chosen-single:focus {
    border: 1px solid #f49d40 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.profile_design_layout .userpro-input .icon-ok {
    top: 12px !important;
}

.profile_design_layout .userpro-submit input[type=submit].userpro-button {
    margin-bottom: 10px !important;
}


/***  profile page  05-02-2022  end ***/


/***  find-helpe page filter  09-02-2022  ***/

.page-id-1084 .et_builder_inner_content {
    z-index: inherit;
}

.memberlist_search .emd-filters .emd-head {
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    display: inline-block;
}

.memberlist_search .emd-filters .emd-head::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: repeating-linear-gradient(45deg , #ffc136, #C45E31);
}

.memberlist_search .emd-filters .emd-filter-head {
    font-size: 16px !important;
    font-weight: 400;
}

.memberlist_search .emd-filters .emd-filter {
    display: inline-block;
    width: 100%;
}
.memberlist_search .emd-filters .chosen-container-single .chosen-single {
    height: 46px;
    line-height: 46px;
    box-shadow: none;
	background-color: transparent;
}
.memberlist_search .emd-filters .chosen-container-active .chosen-single {
	border:1px solid #f49d40;
}

.memberlist_search .emd-filters  .chosen-results li {
    padding: 10px 10px;
}

.memberlist_search .emd-filters  .chosen-results li.result-selected {
    background-color: #eee !important;
	color:#000 !important;
}

.memberlist_search .emd-filters  .chosen-results li.highlighted {
    background: #f49d40 !important;
	color:#fff !important;
}

.memberlist_search .emd-filters  .chosen-container-single .chosen-single div b {
    background-position: 3px 15px;
}

.memberlist_search .emd-filters .emd-foot {
    border-top: none;
    padding: 30px 0 0 0 !important;
}


.memberlist_search div.emd-filters label.userpro-radio span, div.emd-filters label.userpro-checkbox span {
    background-image:none;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.memberlist_search div.emd-filters label.userpro-radio span.checked {
    background-image:none;
    background-color: #f49d40;
    border: 5px solid #fff;
    
}

.memberlist_search .emd-main-1 .emd-list {
    position: static !important;
    height: auto !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user {
    position: inherit !important;
    width: 100%;
    background-color: #fff;
	border-radius: 5px;
    box-shadow: 1px 0px 15px #ddd !important;
    float: left;
    padding: 20px !important;
    margin-bottom: 30px !important;
}

.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img {
    width: 100px;
    float: left;
    margin-right: 20px !important;
}

.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img img {
    width: 100px !important;
    height: 100px;
    border-radius: 100% !important;
    border: 5px solid #efeef3 !important;
    object-fit: cover;
}

.memberlist_search .emd-main-1 .emd-list .emd-user  .emd-user-info {
    width: calc(100% - 121px);
    float: right;
    padding: 0 !important;
}

.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns {
    width: calc(100% - 120px);
    float: right;
}

.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns .emd-user-column {
    padding: 0 !important;
    margin-top: 6px !important;
}

.memberlist_search .emd-main-1 .emd-list .emd-user  .emd-user-icons {
    float: right;
    width: calc(100% - 120px);
}

.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-icons .userpro-centered-icons {
    text-align: right;
}


.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] a {
    font-size: 20px !important;
    text-transform: capitalize;
    font-weight: 400;
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .emd-user-left,
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .emd-user-right strong {
    font-size: 14px;
    font-weight: 400;
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .userpro-centered-icons a {
    border: none !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .userpro-centered-icons a i {
    color: #f49d40 !important;
}

/***  find-helpe page filter  09-02-2022 end ***/

/***  employer-profile-detail  ***/

.profile_design_layout {
    background-color: #eeeef0;
}

.profile_design_layout .userpro {
    background-color: #eeeef0;
}
.profile_design_layout .userpro-centered {
    background: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    border: 1px solid #cdcdcd;
}
.profile_design_layout .userpro .userpro-body {
    padding: 0;
    margin-top: 30px;
}
.profile_design_layout .userpro-body form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile_design_layout .userpro-body form .new-section {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 25px 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
}

.profile_design_layout .userpro-body form .new-section .userpro-section {
    padding: 0;
    margin: 0 0 20px;
    border: none;
    font-size: 24px;
    color: #000 !important;
	line-height: normal;
}
.profile_design_layout .userpro-body form .new-section .userpro-label label {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 3px;
}
.profile_design_layout .userpro-body form .new-section .userpro-field .userpro-input {
    font-size: 16px;
    color: #9b816a;
    text-transform: capitalize;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
   border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
}


.profile_design_layout [data-template="edit"] .userpro-body form .new-section .userpro-field .userpro-input {
	margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}



/*** employer-profile-detail end ***/

/*** Find out for yourself start ***/

.member_listrole .userpro-awsm {
    background-color: #fff;
    padding: 45px 15px !important;
    border-radius: 10px;
    transition: 0.5s all;
    border: none;
    margin-top: 30px;
    width: 22% !important;
}
.member_listrole .userpro-body.userpro-body-nopad {
    display: flex;
    flex-wrap: wrap;
}

.member_listrole .userpro-awsm:hover{
    transform: translateY(-5px);
    box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
}
.member_listrole .userpro-awsm-pic {
    position: initial !important;
    margin-left: 0;
    border: none;
    text-align: center;
}
.member_listrole .userpro-awsm-pic img {
    margin: auto !important;
    border: 5px solid #efeef3;
    margin-bottom: 20px !important;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.member_listrole .userpro-awsm-name a {
    font-size: 24px !important;
}
.member_listrole .userpro-awsm-name a:hover{
    color: #ff8d26 !important;
}
.member_listrole .userpro-awsm-link a.userpro-flat-btn.userpro-transition {
    background: repeating-linear-gradient(45deg, #ffc136, #C45E31) !important;
    border: 0px;
    font-size: 15px !important;
    padding: 12px 25px !important;
    display: inline-block !important;
    border-radius: 5px !important;
    color: #fff !important;
    text-transform: capitalize;
    line-height: 1;
    transition: 0.5s all !important;
    margin-top: 20px !important;
    min-width: 130px !important;
}
.member_listrole .userpro-awsm-link a.userpro-flat-btn.userpro-transition:hover {
    background: repeating-linear-gradient(45deg, #C45E31 ,#ffc136) !important;
}
.member_listrole a.userpro-profile-icon.userpro-tip i {
    color: #ff8d26 !important;
}
.member_listrole a.userpro-profile-icon.userpro-tip {
    border-color: #ff8d26 !important;
}

/*** Find out for yourself end ***/

/***  employer_view start ***/

.employer_view .card-box .off_salary {
    margin-bottom: 35px;
    background-color: rgb(0 0 0 / 1%);
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 15px 30px;
    box-shadow: 0px 20px 30px -10px #0000001a;
}
.employer_view .card-box label {
    color: #9b816a;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
}
.employer_view .card-box p {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}


.employer_view .card-box ul li {
    font-weight: 400;
    margin-bottom: 5px !important;
    color: #000;
    font-size: 15px;
}

.employer_view input[type="button"], 
.employer_view input[type="submit"] {
    cursor: pointer;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    color: #fff;
    height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    transition: 0.5s all;
    position: relative;
    border: none;
    outline: none;
}
.employer_view input[type="button"]:hover, 
.employer_view input[type="submit"]:hover {
    background: -webkit-linear-gradient(45deg, #C45E31, #ffc136) !important;
}

/***  employer_view  end  ***/

/***  dashboard start  ***/

.direct_status {
    color: white;
    right: 0;
    padding: 3px 12px;
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: rgb(235 159 52 / 80%);
    line-height: 1.5;
    bottom: 10px;
    z-index: 1;
}
.direct_status:hover {
    background: rgb(235 159 52);
}

/***  dashboard end  ***/

.offer_responsive .select2-container {
    width: 100% !important;
}
.offer_responsive .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px;
}

/***  14-03-2022  ***/

.userpro-centered  .userpro-profile-img a img {
    max-width: 80px;
    height: 80px;
    object-fit: cover;
}
.userpro-centered  .makean_offer a {
    padding: 0px 10px;
    font-size: 14px;
    max-width: inherit;
    display: inline-block;
    margin-top: 10px;
    height: 27px;
    line-height: 27px;
    border-radius: 0;
    font-size: 12px;
}

.section-account-details .userpro-pic-profilepicture img {
    max-width: 64px !important;
    height: 64px !important;
    object-fit: cover;
}
a.userpro-button, div.userpro div.ajax-file-upload {
    font-size: 12px;
	margin-bottom: 5px;
}
div.userpro-submit input {
    font-size: 12px !important;
    height: 28px !important;
    line-height: 28px !important;
    margin-right: 10px !important;
}
.userpro_connection {
    margin-top: 10px !important;
    background: #c96631 none repeat scroll 0 0 !important;
	transition:0.5s all;
}
.userpro_connection:hover {
    background: #f4ae35 none repeat scroll 0 0 !important;
}


.card-box ul li input[type="checkbox"] {
    accent-color: #c76331;
}


/***  14-03-2022  end ***/


@media(min-width:980px){
body #menu-main-menu .your-custom-item {
    display: none!important;
}
}

@media(min-width:980px){
.header_row{
	display: flex;
    align-items: center;
}
}
@media(min-width:980px){
.banner-sec .et_pb_column{
		margin-top: 550px;
	}
}
@media screen and (max-width:1625px) {
header .header_row .et_pb_column:nth-child(1) {
    width: auto;
	padding-right: 15px;
}
}

@media screen and (min-width:1331px) and (max-width:1555px) {
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    padding-left: 0;
}
.et-l--header nav.et-menu-nav li a {
    padding-right: 12px !important;
}
}

@media screen and (max-width:1330px) {
header .header_row .et_pb_column:nth-child(1) {
    flex: 1;
	padding-right: 40px;
}
	.header_logomenu .et_pb_menu__logo {
    margin-right: 10px;
}
.header_logomenu .et_pb_menu__logo img {
    max-width: 270px;
}
header .header_row nav ul >li {
    padding-right: 0 !important;
}
header .header_row nav ul >li:nth-child(1) {
    padding-left: 0;
}
.et-l--header nav.et-menu-nav li a {
    padding-right: 11px !important;
}
}

@media screen and (max-width:1248px) {
    .Registration_form  .userpro-field.userpro-field-user_login {
		margin-right: 0;
	}
	.Registration_form .userpro-field.userpro-field-user_email {
		margin-right: 0;
	}
	.Registration_form  .userpro-field.userpro-field-user_pass {
		margin-right: 0;
}
.header_row nav ul li a {
    font-size: 12px;
}

}

@media screen and (min-width:981px) and (max-width:1170px) {
	.header_row .et_pb_menu__logo img {
    max-width: 250px;
}
	header .header_row .et_pb_column:nth-child(1) {
	padding-right: 15px;
	margin-right: 20px;
}

.header_row nav ul li a {
    font-size: 12px;
}
}


@media screen and (max-width:1170px) {
	.header_row .et_pb_column:nth-child(1) {
		width: auto;
		margin-right: 30px;
	}
	/*.header_row nav ul li {
		padding: 0 5px !important;
	}*/
	.header_row nav ul li a {
		padding-right: 10px !important;
	}
   .switcher {
    width: 120px !important;
	/*width:60px !important;*/
}
.switcher .selected a {
		width: 108px !important;
	}
	/*.switcher .selected a {
		width: 48px!important;
		display: flex;
		white-space: nowrap;
		color: transparent !important;
		border: none !important;
		overflow:hidden;
	}*/
	.switcher .option {
		width: 145px !important;
	}
	/*.switcher .option {
		top: 100%!important;
		width: 170px!important;
		right: 0px;
		left: auto;
	}*/
	body #page-container .et_pb_section .et_pb_button_0_tb_header {
		padding: 5px 15px !important;
}
.et_pb_menu .et-menu>li {
    padding-left: 6px;
}


.et-l--header nav.et-menu-nav li a {
    padding-right: 6px !important;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(1) {
    width: 30.75%;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(2) {
    width: 66.25%;
    margin-right: 0 !important;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(2) #makeoffer_form .et_pb_column {
    width: 48.5%;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(2) #makeoffer_form .et_pb_column:nth-child(even) {
    margin-right:0 !important;
}
.oversea-foreign-block .et_pb_column {
    padding-left: 30px;
    padding-right: 30px;
}
}


@media screen and (max-width:1170px) {
	
.header_tops .header_row .et_pb_column:nth-child(3) a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.notification_bars .switcher.notranslate {
    margin-left: 5px;
}
.notification_bars .notification_icons .notify_icons:before {
    width: 24px;
    height: 24px;
	left: -15px;
}

}

@media screen and (max-width:980px){
	header .header_row .et_pb_column:nth-child(1) {
    width: inherit;
    padding-right: inherit;
}
	.header_row .et_pb_menu__logo img {
    padding-left: 15px;
}
.banner-sec {
    height: 85vh !important;
	background-size: cover;
}
.memberlist_search .emd-filters {
    width: 30%;
}
.memberlist_search .emd-main-1 {
    width: 70% !important;
}
.profile_design_layout .userpro-body form .new-section {
    flex: 0 0 48%;
    max-width: 48%;
}
.header_row .notification_bars {
    display: block !important;
    width: 30px !important;
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 99999 !important;
}
.header_row .notification_bars .switcher.notranslate {
    display: none;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(1) {
    width: 100%;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(2) {
    width: 100%;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(2) #makeoffer_form .et_pb_column {
    margin-right: 3%;
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .right a {
    font-size: 12px !important;
    padding: 10px 15px !important;
    border-radius: 4px;
}
.home-banner-sec .banner-home-text {
    padding: 120px 0px 40px;
}
.interior-banner .banner-heading h2 {
    font-size: 24px;
}
.banner-heading p {
    font-size: 14px;
}
.interior-banner {
    height: auto;
}
}

@media screen and (max-width:767px){
.banner-sec {
    height: 85vh !important;
}
.memberlist_search .emd-filters {
    width: 100%;
    margin-bottom: 40px !important;
}
.memberlist_search .emd-main-1 {
    width: 100% !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user {
    width: 100% !important;
}
.profile_design_layout .userpro-body form .new-section {
    flex: 0 0 100%;
    max-width: 100%;
}
.member_listrole .userpro-awsm {
    width: 100% !important;
}
}



@media screen and (max-width:639px) {
    .Registration_form  .userpro-field.userpro-field-user_login {
		flex: 0 0 100%;
	}
	.Registration_form .userpro-field.userpro-field-user_email {
		flex: 0 0 100%;
	}
	.Registration_form  .userpro-field.userpro-field-user_pass {
		flex: 0 0 100%;
	}
	.Registration_form  .userpro-field.userpro-field-first_name {
		flex: 0 0 100%;
		margin-left: 0;
	}
	.Registration_form  .userpro-field.userpro-field-date_birth {
		flex: 0 0 100%;
		margin-left: 0px;
	}
	.Registration_form  .userpro-field.userpro-field-user_pass_confirm {
		flex: 0 0 100%;
		margin-left: 0px;
}
.offer_responsive .makeoffer-profile-inner .et_pb_row >.et_pb_column:nth-child(2) #makeoffer_form .et_pb_column {
    width: 100%;
}
}


@media screen and (max-width:479px){
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img {
    width: 75px;
    margin-right: 10px !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img img {
    width: 75px !important;
    height: 75px;
}
.memberlist_search .emd-main-1 .emd-list .emd-user  .emd-user-info {
    width: calc(100% - 85px);
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] a {
    font-size: 16px !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns {
    width: calc(100% - 85px);
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .emd-user-left, .memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .emd-user-right strong {
    font-size: 12px;
}
.memberlist_search .emd-main-1 .emd-list .emd-user  .emd-user-icons {
    width:100%;
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .userpro-centered-icons a {
    font-size: 16px !important;
}
.memberlist_search #showFilters {
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
	background: #f49d40 !important;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
	transition: 0.5s all background;
}
.memberlist_search #showFilters:hover {
    
    background: -webkit-linear-gradient(45deg,  #C45E31, #ffc136) !important;
    background: -webkit-linear-gradient(45deg,  #C45E31, #ffc136) !important;
}
.memberlist_search .emd-filters {
    width: 100% !important;
    padding: 0;
}
.memberlist_search .emd-filters .emd-filter-head {
    padding-left: 0;
}
}

@media screen and (max-width:359px) {
	.memberlist_search .emd-main-1 .emd-list .emd-user {
    padding: 15px 10px !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img {
    width: 65px;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img img {
    width: 65px !important;
    height: 65px;
}
.memberlist_search .emd-main-1 .emd-list .emd-user  .emd-user-info {
    width: calc(100% - 95px);
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] a {
    font-size: 13px !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns {
    width: calc(100% - 75px);
}
.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .emd-user-left, .memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .emd-user-right strong {
    font-size: 12px;
}
}



@media (min-width: 768px) and (max-width: 991px) {
    .member_listrole .userpro-awsm {
        width: 45% !important;
    }
}

@media (min-width: 992px) and (max-width: 1260px) {
    .member_listrole .userpro-awsm {
        width: 46% !important;
    }
}


@media screen and (max-width:1399px) {
	.employer-profile-inner .et_pb_row {
		width: 95%;
		max-width: 100%;
	}
	.makean_offers a {
		padding: 0 12px;
	}
	.offer_responsive .makeoffer-profile-inner .et_pb_row {
			width: 95%;
}
}


@media screen and (max-width:1200px) {
	.employer-profile-inner .et_pb_row {
		width: 95%;
		max-width: 100%;
	}
	.employer-profile-inner .et_pb_row .et_pb_column_1_4 {
		width: 48.25%;
	}
	.employer-profile-inner .et_pb_row .et_pb_column_1_4:nth-child(even) {
		margin-right: 0;
	}
	.offer_responsive .makeoffer-profile-inner .et_pb_row {
		width: 95%;
}
}

@media screen and (max-width:981px) {
	.employer-profile-inner .et_pb_row .et_pb_column_1_4 {
		margin-right: 3.5%;
	}
}
@media screen and (max-width:767px) {
.offer_responsive .makeoffer-profile-inner .et_pb_row {
    width: 90%;
}
}
@media screen and (max-width:575px) {
.employer-profile-inner .et_pb_row .et_pb_column_1_4 {
    width: 100%;
	margin-right: 0%;
}
}


@media screen and (max-width:676px) {
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img img {
    width: 80px !important;
    height: 80px;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img {
    width: 80px;
    margin-right: 15px !important;
}
.hamptions-the-bx .left h3 {
    font-size: 18px;
}
.hamptions-the-bx h3 .salary {
    padding-left: 5px!important;
    font-size: 14px;
}
.hamptions-the-bx .right a {
    padding: 12px 15px!important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns {
    width: calc(100% - 95px);
}
}


@media screen and (max-width:479px) {
.memberlist_search .emd-main-1 .emd-list .main_memberlist {
    position: relative !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns .hamptions-the-bx .left h3 .salary {
    display: block;
    padding-top: 10px !important;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .shortlistbutton {
    position: absolute;
    right: 15px;
    top: 15px;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-img {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
}
.memberlist_search .emd-main-1 .emd-list .emd-user  .emd-user-info {
    width: 100%;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns {
    width: 100%;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns .hamptions-the-bx .left {
    width: 100%;
    text-align: center;
}
.memberlist_search .emd-main-1 .emd-list .emd-user .emd-user-columns .hamptions-the-bx .right {
    width: 100%;
    text-align: center;
}
.card-box {
    padding: 20px 15px;
}
.card-box h5 {
    font-size: 20px;
}
.newoffer .offerimg_left {
    width: 90px;
}
.newoffer .offerimg_left img {
    width: 90px;
    height: 90px;
}
.newoffer .offercontent_right {
    width: calc(100% - 90px);
}
#showFilters {
    background: -webkit-linear-gradient(45deg, #ffc136, #C45E31) !important;
    color: #fff;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    transition: 0.5s all;
    position: relative;
    line-height: 1;
    border: none;
}
.hiring-helpers-sec .et_pb_text_inner h2 {
    font-size: 18px;
    line-height: 26px;
}
.hiring-helpers-sec .et_pb_toggle_title {
    font-size: 18px !important;
}
.direct_status {
    bottom: 2px;
}
}





.memberlist_search .emd-main-1 .emd-list .emd-user [class*="emd-user-"] .right a {
    margin-top: 15px !important;
}





/*----view all offer----*/

.view-offer-page {
    background-color: #eeeef0;
}
.view-offer-page .offers {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.view-offer-page .offers .newoffer {
    margin: 0;
}
.view-shortlisted-page .shortlisted_profiles.dashboard_box {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width:1280px) {
	.view-offer-page .offers {
    grid-template-columns: repeat(3, 1fr);
}
.view-shortlisted-page .shortlisted_profiles.dashboard_box {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width:980px) {
	.view-offer-page .offers {
    grid-template-columns: repeat(2, 1fr);
}
.view-shortlisted-page .shortlisted_profiles.dashboard_box {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width:600px) {
	.view-offer-page .offers {
    grid-template-columns: repeat(1, 1fr);
}
.view-shortlisted-page .shortlisted_profiles.dashboard_box {
    grid-template-columns: repeat(1, 1fr);
}
}

/*----view all offer end css----*/




@media(max-width:414px){
.employer-profile-inner .dashboard_box h4 {
    font-size: 14px !important;
}
.offercontent_right h3 {
    font-size: 16px;
}
.previous_viewed .lastvisited_users h3 {
    font-size: 14px;
}
}



@media only screen and (min-width: 981px) {
.domestic_img {
    min-height: 100%;
    display: flex;
}

.domestic_img * {
    min-height: 100% !important;
    object-fit: cover;
    width: 100% !important;
    display: flex !important;
}

.domestic_secone .et_pb_row {
    flex-direction: row-reverse;
    display: flex;
}

.domestic_secone .et_pb_column.et_pb_column_2_5 {
    margin-left: auto;
    margin-right: 0;
}
}
