*{
    padding: 0px;
    margin: 0px;
}
body{
     font-family: "Montserrat", sans-serif;
overflow-x: hidden;
margin: 0px;
padding: 0px;
}

.header {
    padding: 8px 0px;
    background: #f4f4f4;
}
.header .row {
    align-items: center;
}


.top_info ul li a{
   color: #202020; 
}
.header .logo_area img {
    height: 63px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    padding: 1px 0px;
}

.header .nav_bar ul {
    display: flex;
    gap: 23px;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
    min-height: auto;
}

.header .nav_bar ul li a {
    font-size: 15px;
    color: #151414;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    display: inline-block;
    padding: 19px 0px;
}

.nav_bar .nav_area {
    display: flex;
    align-items: center;
}

.nav_bar .phone_nu_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.nav_bar {
    display: flex
;
    gap: 45px;
    justify-content: flex-end;
    padding-top: 0;
}

.nav_bar .phone_nu_area img{
    width: 27px;
}

.nav_bar .phone_nu_area p span{
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
      font-family: "Fira Sans", sans-serif;
}
.nav_bar .phone_nu_area p a {
    font-family: 'Fira Sans';
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    background-image: linear-gradient(#38442c, #38442c) !important;
    text-decoration: none;
    background-position: 0% 81%, 0% 0%;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100% 0.6em, 0% 100%;
}
.nav_bar .phone_nu_area p a
.nav_bar .phone_nu_area p{
    margin: 0px;
}
.btn_head_group a {
    background: #99c65f !important;
    color: #fff;
  font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 34px;
    margin: 0px 5px;
    border-radius: 81px;
}
.btn_head_group a i{
    margin-right:8px;
}
.btn_head_group {
    margin: 0 0 0 16px;
}
a:hover{
    text-decoration: none;
}
.footer_area {
    float: left;
    width: 100%;
    padding: 37px 0px 18px;
    background: #2e2d2f;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_area h3 {
    font-size: 18px;
    color: #99c65f;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.footer_area h4 {
    font-size: 16px;
    color: #fff;
    font-family: "space Grotesk", sans-serif;
    font-weight: 600;
    margin-bottom: 34px;
}
.footer_area .footer_logo img{
    height: 90px;
    object-fit: contain;
    object-position: left;
    width: 100%;
}

.footer_area .footer_btn p {
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    max-width: 512px;
    width: 100%;
    padding: 15px 35px;
    border: 4px solid #fff;
    border-radius: 8px;
    position: relative;
    margin-bottom: 0;
}
.footer_area .footer_btn {
    display: flex
;
    justify-content: flex-end;
    margin-top: 12px;
}
.footer_area .footer_btn a {
    position: absolute;
    right: -5px;
    top: -4px;
    display: inline-block;
    background: #da9b2a;
    color: #fff;
    padding: 19px 56px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.footer_area .new_st_footer {
    position: relative;
    padding: 28px 0px;
}

.footer_area .foo_nav ul{
    list-style: none;
} 
.footer_area .foo_nav ul li{
    margin-bottom: 10px;
}

.foo_mid .mid_footer{
    padding: 37px 0px 0px;
}

.footer_area .foo_nav ul li a{
    color: #fff;
    font-size: 16px;
        font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.copy {
    border-top: 1px solid #cccccc3b;
}

.info_ft .icon_ft {
    max-width: 65px;
    width: 100%;
    min-height: 80px;
    background: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info_ft .icon_ft::after {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0px;
    content: "";
    background: #d09224;
}

.info_ft .icon_ft::before {
    height: 43px;
    width: 1px;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    right: -6px;
    content: "";
    background: #d0922466;
}
.info_ft .icon_ft img {
    height: 50px;
    object-fit: contain;
    object-position: center;
    width: 100%;
    position: relative;
    z-index: 9;
}

.info_ft {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 29px;
}
.info_ft h6 {
    font-size: 13px;
    color: #fff;
    font-family: 'Marcellus';
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0;
}


.info_ft p{
    font-size: 16px;
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 25px;
}
.info_ft p a {
    font-size: 17px;
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 25px;
}
.row.mid_footer {
    margin-top: 0;
    padding-bottom: 48px;
    position: relative;
}

.copy_footer {
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
    align-items: center;
}

.copy_footer p {
    color: #fff;
    font-size: 16px;
        font-family: "Montserrat", sans-serif;
    margin: 0px;
    font-weight: 400;
    position: relative;
    top: 0px;
    text-align: center;
}
.social_media {
    display: flex
;
    justify-content: flex-start;
}
.social_media a {
    color: #fff;
    font-size: 26px;
    margin-right: 40px;
}
a{
    transition: all 0.5s;
}
.copy_footer .social_media a:hover{
    color: #da9b2a;
}

.nav_area_footer ul{
        display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
    min-height: 58px;
}

.nav_area_footer ul a{
        font-size: 16px;
    color: #fff;
    font-family: "Marcellus", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.info_ft .icon_ft::before, .info_ft .icon_ft::after{
    display: none !important;
}
.foo_logo img{
height: 113px;
}
.info_ft.email_new .icon_ft img{
padding: 0px 6px;
}
.footer_area h5 {
    color: #fff;
    font-family: 'Space Grotesk';
    line-height: 27px;
    max-width: 300px;
    font-size: 15px;
    margin-bottom: 31px;
}

.contact_area .elementor-icon-box-description span {
    background: #fff;
    color: #3e617d;
    padding: 4px 18px;
    border-radius: 32px;
}
.top_footer {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #555;
}

.top_footer ul {
    list-style: none;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    gap: 55px;
    min-height: 99px;
}

.top_footer ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
      font-family: "Montserrat", sans-serif;

}

.top_footer ul li:last-child a {
    background: #99c65f;
    padding: 17px 39px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
}
.social_media img{
filter: invert(1);
}

.social_media ul {
    list-style: none;
    display: flex
;
    align-items: center;
    min-height: 141px;
}

.top_header {
    background: #2e2d2f;
}
.noti_area {
    display: flex
;
    align-items: center;
    justify-content: center;
}

.noti_area .indi_area h3 {
    font-size: 13px;
    color: #fff;
    background: #99c65f;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 12px 31px;
    margin: 0px;
    position: relative;
}
.noti_area .indi_area h3::after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #99c65f;
    transform: rotate(0deg);
    content: "";
    position: absolute;
    right: -8px;
}


.noti_area .date_time h4 {
    font-size: 13px;
    color: #fff;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0px;
    position: relative;
}

.noti_area .date_time{
margin: 0px 43px;
}

.noti_area .date_time h4 i{
    font-weight: normal;
    color: #99c65f;
}
.noti_area .date_time h4 span{
    margin-left: 20px;
}
.noti_area .content_event p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat';
}
.noti_area .content_event p a{
    color: #99c65f;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 70px 0px 70px;
    text-align: center;
    position: relative;
}
.about-banner {
	float:left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-position: 11% 21%;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    left: 0px;
    content: "";
}	
.about-banner h1 {
    color: #fff;
    letter-spacing: -.4px;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 57px;
    font-weight: 500;
    /* color: #cacc96; */
    /* font-style: italic; */
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner .about-right {
  padding: 9px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
   margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 500;
    /* font-style: italic; */
    letter-spacing: .1px;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}
.all-spacing {
    float: left;
    width: 100%;
}



.nav-tabs .nav-link, .nav-tabs {
    border: 0px solid transparent;
}

.elementor-shortcode .container.my-5{
    margin: 0px !important;
}

.elementor-shortcode ul#eventTabs {
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    top: -58px;
    right: -2px;
}

.about-banner:before {
    background: #1c1c1c;
}
.about-banner h1 {
    letter-spacing: -1.4px;
    line-height: 70px;
    font-size: 67px;
    font-weight: 700;
    text-align: left;
}
.about-banner ul {
    display: flex;
    justify-content: flex-start;
}

.post_job {
    background: #fff;
    padding: 17px 21px;
    border-width: 0px 0px 4px 0px !important;
    border-radius: 9px;
}

.post_job  .elementor-container.elementor-column-gap-default{
    align-items: center;
}


.gra_text .elementor-heading-title{
        background: linear-gradient(to right, #ff8d00, #6dbeff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ser_area .elementor-widget-image {
    width: 95px !important;
    height: 95px !important;
    background: #99c65f;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.ser_area .elementor-widget-image img {
    filter: grayscale(1) brightness(10.5);
    height: 45px !important;
    object-fit: contain;
    object-position: center !important;
}

.ser_area  .elementor-heading-title.elementor-size-default {
    font-size: 24px !important;
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

.ser_area p {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #393939;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ser_area .elementor-widget-wrap.elementor-element-populated {
    padding: 40px 40px 72px !important;
    border-radius: 14px;
}
.ser_area a.elementor-icon {
    position: absolute;
    right: -49px;
    height: 92px;
    background: #fff;
    border: 10px solid #efefef !important;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    width: 92px;
    bottom: -92px;
}
.ser_area .elementor-widget-wrap.elementor-element-populated:hover, 
.ser_area .elementor-widget-wrap.elementor-element-populated:hover a.elementor-icon{
    background: #99c65f !important;
}

.ser_area .elementor-widget-wrap.elementor-element-populated:hover .elementor-heading-title.elementor-size-default,  
.ser_area .elementor-widget-wrap.elementor-element-populated:hover p, 
.ser_area .elementor-widget-wrap.elementor-element-populated:hover a.elementor-icon svg{
    color: #fff !important;
    fill: #fff !important;
}

.ser_area .elementor-widget-wrap.elementor-element-populated:hover  .elementor-widget-image img{
    filter: none !important;
}
.ser_area .elementor-widget-wrap.elementor-element-populated:hover  .elementor-widget-image {
    background: #fff;
}

.newsletter label.wpforms-field-label{
    display: none !important;
}
.newsletter input{
    height: 56px !important;
    border-radius: 6px !important;
    padding: 0px 28px !important;
        font-family: "Montserrat", Sans-serif !important;
        border:0px !important;
}


.newsletter .ff_submit_btn_wrapper {
    position: absolute !important;
    top: 0 !important; 
    right: 0 !important;
    z-index: 9999 !important;
}

.newsletter .ff-default  button[type=submit].ff_btn_style {
    border-radius: 6px;
    border: 0px !important;
    background: #000 !important;
    padding: 26px 29px;
    position: relative;
    top: 2px;
    right: 2px;
}
.newsletter d.ff-default  button[type=submit].ff_btn_style:hover{
    background: #222 !important;
}
.newsletter .ff-default  button.ff_btn_style::after {
    content: "\f1d8";
    position: absolute;
    font-family: 'fontAwesome';
    color: #fff;
    font-size: 20px;
    top: 10px;
    left: 0px;
    text-align: center;
    right: 0;
}

.elementor .event-box img {
    border: none;
    border-radius: 15px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.event-date-box {
    display: flex
;
    background: #333;
    width: auto;
    justify-content: flex-start;
    color: #fff;
    max-width: 200px;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: 500;
}

.event-date-box .event-day {
    font-size: 31px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px;
}

.event-box h5.event-title.mb-2 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 31px;
    margin: 21px 0px 20px !important;
}
.event-box h5.event-title.mb-2 a{
    color: #000 !important;
    text-decoration: none !important;
}
.event-box h5.event-title.mb-2 a::after{
    display: none;
}
.event-box a{
    font-weight: 600;
    color: #333;
    text-decoration: underline !important;
    text-decoration-color: #99c65f !important;
}

.event-box a:after {
    content: "\e87a";
    position: relative;
    margin-left: 10px;
    font-family: Linearicons-Free;
}
.event-box:hover .event-date-box {
    background: #99c65f;

}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    padding: 0px 0px;
    margin: 0px 18px;
    font-weight: 700;
    font-size: 17px;
    color: #111;
}

.nav-tabs .nav-link.active{
    position: relative;
}
.nav-tabs .nav-link.active::before {
    width: 100%;
    height: 8px;
    background: #cbf595 !important;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: 0;
}


.header .nav_bar ul li ul.sub-menu {
    position: absolute;
    top: 60px;
    background: #000;
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
    z-index: 99;
    width: 255px;
    padding: 32px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 8px;
    gap: 16px !important;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    align-items: flex-start !important;
}
.header .nav_bar ul li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
}

.header .nav_bar ul li ul.sub-menu li a{position: relative;padding: 0px;}
.header .nav_bar ul li ul.sub-menu li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 10px;
    height: 2px;
    background: #99c65f;
    left: 0px;
    transition: all 0.5s;
}
.header .nav_bar ul li ul.sub-menu li a:hover::before {
    width: 100%;
}
.header .nav_bar ul li ul.sub-menu li::after{
    display: none !important
}
.header .nav_bar .menu>li.menu-item-has-children>a::after {
    content: "\f107";
    position: relative;
    font-family: FontAwesome;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
}
 .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-width: 0px;
    background: #99c65f !important;
}
.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    margin-bottom: 21px;
}
 .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    margin-bottom: 20px !important;
}


#wppb_register_pre_form_message a:first-child { 
	pointer-events: none;
}


/* .pms-account-subscription-details-table__start-date {
	display: none !important;
}

.pms-account-subscription-details-table__expiration-date {
	display: none !important;
}

.new_pay_area .pms-account-subscription-details-table__plan td {
	padding: 10px !important;
}

pms-account-subscription-details-table__status td{
	padding: 10px !important;
} */

.pms-account-subscription-details-table__start-date {
	display: none !important;
}

/* .pms-account-subscription-details-table__expiration-date {
	display: none !important;
} */

/* Subscription details table */
.pms-account-subscription-details-table {
    width: 100%;
/*     border-collapse: collapse; */
    margin-top: 20px;
}

/* Each row */
/* .pms-account-subscription-details-table tr {
    border-bottom: 1px solid #e5e5e5;
} */

/* Labels (left column) */
.pms-account-subscription-details-table td:first-child {
    font-weight: 600;
/*     color: #333; */
    padding: 12px 10px;
    width: 200px;
}

/* Values (right column) */
.pms-account-subscription-details-table td:last-child {
    padding: 12px 10px;
/*     color: #555; */
}
body .mem_dirc .select2-container--default .select2-selection--multiple {
    overflow: auto;
}
body .mem_dirc .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px;
}

@media screen and (max-width:1199px){
.elementor-element-7efaefa .elementor-shortcode .container.my-5 {
    margin: 0px auto !important;
    width: 100% !important;
    max-width: 100%;
}
		.pms-account-navigation li.pms-account-navigation-link {
    margin: 10px;
}
	.pms-account-navigation ul {
        flex-direction: row;
    }
	body div#job-manager-job-dashboard {
    padding: 0px 15px;
}
}

@media screen and (max-width:991px){
.header .nav_bar ul {
    gap: 8px;
}
header.header [class*="col-"]{
	max-width:100%;
	flex: 0 0 100%;
}	
.header .logo_area img {
    object-position: center;
}
.nav_bar {
    justify-content: center;
    padding-top: 10px;
}
body .mem_dirc .post-item {
    width: 49%;
}
	.joblist-section {
    overflow-x: auto;
}
	.joblist-section table td, .joblist-section table th {
    white-space: nowrap;
}
}

@media screen and (max-width:767px){
.elementor-shortcode ul#eventTabs {
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
    margin: 9px 0px 48px;
}
.elementor .event-box img {
    height: auto;
    width: 100%;
}	
.header .nav_area .menu-main-menu-container {
	display: none;
}
.header .nav_area .btn_head_group {
        margin: 0;
        position: fixed;
        z-index: 999;
        bottom: 16px;
        left: 0;
        right: 0;
        margin: 0px auto !important;
        display: table;
        width: 100%;
        text-align: center;
    }
	.mem_dirc ul.wppb-faceted-list select.select2-hidden-accessible {
    width: 0% !important;
	}
.header .nav_area  .btn_head_group a {
    display: inline-block;
}
.header .nav_bar {
        justify-content: center;
        padding-top: 0;
    }
    .footer_area {
    padding: 37px 0px 77px;
}
	.foo_logo {
    text-align: center !important;
}
.top_footer ul {
    align-items: center !important;
    justify-content: center !important;
}
.social_media {
    display: flex;
    justify-content: center;
}
.foo_nav {
    text-align: center;
    margin-top: 15px;
    padding-top: 35px;
    border-top: 1px solid #474747;
}
.social_media ul {
    min-height: auto;
}
.nav-tabs .nav-link {
    margin: 0px 8px;
    font-weight: 700;
    font-size: 16px;
    color: #111;
}
.about-banner h1 {
    line-height: 54px;
    font-size: 45px;
}
	body .mem_dirc .post-item {
    width: 100%;
}
	body .speaker_area .modal-dialog {
    margin: 8.75rem auto;
    width: 93%;
}
	body .speaker_area .modal-dialog  h3{
		text-align:center;
		margin-top:20px;
	}
	body section#tribe-events-pg-template {
    padding: 69px 15px 10px;
}
	body .tribe-events-single .tribe-events-single-event-title {
    font-size: 35px;
}
	html  .single-tribe_events .tribe-events-single .tribe-events-event-meta {
    padding: 38px 20px;
}
			body .pms-account-navigation li.pms-account-navigation-link {
    margin: 6px;
}
	body .pms-account-navigation ul {
        flex-direction: row;
    }
	body article.job_listing.type-job_listing {
    max-width: 800px;
    margin: 44px 10px 34px;
    padding: 15px;
}
	body article.job_listing.type-job_listing h1.entry-title {
    display: var(--page-title-display);
    font-size: 29px;
}
}

@media screen and (max-width:480px){
.about-banner h1 {
    line-height: 48px;
    font-size: 38px;
    margin: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half{
    width: 100% !important;
    margin: 0px !important;
}
	body .form_new_area .elementor-column.elementor-col-100, .form_new_area .new_con {
    border: 1px solid #ccc;
    padding: 15px 13px 9px;
    border-radius: 16px;
}
	.about-banner ul li {
    font-size: 14px;
}
	.foo_logo img {
    height: 95px;
}
	.wppb-search-users-wrap {
    flex-direction: column;
    width: 100%;
}
	.wppb-search-container {
    width: 100%;
}
.mem_dirc ul.wppb-faceted-list > li {
        float: none !important;
        margin-right: 0px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
	.mem_dirc ul.wppb-faceted-list .select2.select2-container {
    width:100% !important;
	}
	.mem_dirc ul.wppb-faceted-list .select2.select2-container {
    float: none;
    margin-right: 0;
    max-width: 100%;
}
	.mem_dirc ul.wppb-faceted-list {
    gap: 0 !important;
		overflow:hidden !important;

}
	.speaker_area .modal-body div#modalContent {
    padding: 2px 28px !important;
}
	body .job-manager-form {
    padding: 18px;
}
	body .job-manager-form input[type="submit"] {
    width: 100%;
    margin: 6px 0px;
}
body section.account-page .account-dashboard {
    padding: 18px;
}
	#pms-payment-history.pms-table, #pms-payment-history.pms-table th, #pms-payment-history.pms-table td {
    border: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 5px;
}
	body section.account-page .pms-account-navigation li.pms-account-navigation-link a {
    background: #f5f5f5;
    padding: 13px 22px;
    font-size: 13px;
}
	.elementor-accordion p a{
    word-wrap: break-word;
	}
	html .elementor-47 .elementor-element.elementor-element-254a2ac .elementor-tab-content {
    padding: 24px;
}
	body  section.login-page .login-form, body .register-page .register {
    padding: 30px 20px;
    border: 1px solid #ccc;
    border-radius: 18px;
}
	body section.login-page img.img_logo_login, body .register-page .register img.img_logo_login {
    width: 100%;
    max-width: 325px;
}
	body section.login-page, body .register-page {
    padding: 64px 0px;
}
	body  .new_pay_area form#pms_new_subscription-form {
    padding: 21px;
    border-radius: 10px;
}
	.entry-content .job_listing_preview_title h2{
    text-align: center;
    margin-top: 20px !important; 
    display: inline-block;
    width: 100%;
}
	.entry-content .job_listing_preview_title .button, .job_listing_preview_title .button {
    float: left;
    width: 100%;
    margin: 5px 0px;
}
}

.cat-links {
	display: none !important;
}