.search_btn {
    margin: 0px !important;
    width: 100% !important;
}

.search_section .form-control {
    background-color: white !important;
    border-color: rgba(63, 107, 190, 0.15) !important;
}

.pagination li {
    padding-left: 0px !important;
}

.btn-default,
input[type='submit'] {
    background-color: #018abe !important;
    color: #fff;
}

.employer p {
    font-family: raleway, helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 29px;
    color: #707070;
}

.site-info .widget_startapp_contacts .contact-item {
    display: inline-block;
    width: auto;
    margin: 0 0 0 20px !important;
    text-align: left;
    vertical-align: middle;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100% !important;
}
.navbar .main-navigation>.menu>li>a {
    display: block;
    position: relative;
    color: #4c4c4c;
    font-size: 16.6px !important;
    font-weight: 600;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .site-search-btn,
    .sidebar-btn,
    .topbar-btn {
        display: none !important;
    }
    .toolbar>.tool:not(.cart-toggle) {
        display: inline-block;
        position: relative;
        margin-left: 0px !important;
        color: #4c4c4c;
        font-size: 45px !important;
        text-decoration: none;
    }
    .site-logo>img,
    .custom-logo-link>img,
    .mobile-logo>img {
        display: block;
        width: 90% !important;
        margin-top: 4px;
    }
    .vertical-navigation>ul>li.current>a::before,
    .vertical-navigation>ul li.current-menu-item>a::before,
    .vertical-navigation>ul li.current_page_item>a::before,
    .vertical-navigation>ul li.current-menu-ancestor>a::before {
        background-color: #ffffff !important;
    }
    .vertical-navigation>ul>li.current>a,
    .vertical-navigation>ul li.current-menu-item>a,
    .vertical-navigation>ul li.current_page_item>a,
    .vertical-navigation>ul li.current-menu-ancestor>a {
        color: #4c4c4c !important;
    }
    .widget-title span {
        display: none !important;
    }
    .widget {
        padding-bottom: 12px !important;
    }
    .pbm-0 {
        padding-bottom: 0px !important;
    }
    #contact {
        padding: 0px 20px !important;
    }
}

.justify {
  text-align: justify;
  text-justify: inter-word;
}
.d-header{
    display: block;
}
.m-header{
    display: none;
}
@media only screen and (max-width: 600px) {
    .d-header{
        display: none;
    }
    .m-header{
        display: block;

    }
    .topbar-mobile {
        background-color: #018abe;
        color: white;
    }
  }