/*--------------------- Copyright (c) 2020 --------------------------
[Master Stylesheet] 
Project: MOTOCOM
Version: 1.0.0 
Author: MOTOCOM
 ------------------------------------------------------------------- 
[Table of contents] 
1. body 
--------------------------------------------------------------------*/
select.form-control:focus,input.form-control:focus{
    box-shadow:none;
}
::placeholder {
    color: #b4b4c0;
}
/* job portal banner start */
.mt-jp-banner-box{
    padding: 165px 0;
}
.mt-jp-banner {
    background:linear-gradient(0deg, rgba(46, 47, 59, 0.91), rgba(46, 47, 59, 0.91)), url(../images/jp-banner.jpg);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.mt-jp-banner-box h2, .mt-jp-banner-box p {
    color: #fff;
    text-align: center;
}
.mt-jp-banner-box h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}
.mt-jp-banner-box p {
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto 40px;
}
.mt-jp-banner-search>ul {
    padding: 0;
    margin: 0;
    display: flex;
    border-radius: 5px;
}
.mt-jp-banner-search>ul>li {
    flex: auto;
    list-style: none;
    position: relative;
}
.mt-jp-banner-search .mt-btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.mt-jp-banner-search .mt-btn span i{
    margin-left: 3px;
}
.mt-jp-banner-search input,
.mt-jp-banner-search select,
.mt-jp-banner-search .nice-select{
    border: none;
    border-radius: 0;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}
.mt-jp-banner-search input::placeholder{
    font-size: 14px;
}
.mt-jp-banner-search .mt-btn {
    border-radius: 0px 5px 5px 0px;
    padding: 17px 40px;
    margin-left: 20px;
    box-shadow: none;
    min-width:-webkit-fill-available;
    margin-right: -1px;
    height: 60px;
}
.mt-jp-banner-search .mt-btn:hover{
    transform: translate(0,0);
}
.mt-jp-banner-search {
    padding: 40px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
}
.mt-jp-banner-search input{
    border-radius: 5px 0px 0px 5px;
    padding: 0 20px;
}
.mt-jp-banner-search>ul>li:after,
.mt-jp-banner-box .col-md-3:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
    width: 1px;
    background: #e2e2e2;
    z-index: 1;
    right: 0px;
}
.mt-jp-banner-search>ul>li:last-child:after,
.mt-jp-banner-search>ul>li:nth-last-child(2):after,
.mt-jp-banner-box .col-md-3:nth-last-child(2):after,
.mt-jp-banner-box .col-md-3:last-child:after{
    display: none;
}
.mt-jp-banner-search>ul>li:last-child,
.mt-jp-banner-box .col-md-3:last-child{
    flex: unset;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
}
.mt-jp-banner-search select,
.mt-jp-banner-search .nice-select{
    padding: 0 40px 0 20px;
    color: #b4b4c0;
}
.mt-jp-banner-box .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    position:relative;
    flex: auto;
}
.mt-jp-banner-box .row {
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    border-radius: 5px;
}
.mt-jp-banner-box .col-md-3:first-child {
    max-width: 29%;
}
.mt-jp-banner-box .col-md-3:last-child {
    max-width: 21%;
}
.mt-jp-banner-search .nice-select:after {
    right: 25px;
}
.mt-jp-banner-search .form-control:focus {
    box-shadow: none;
    border:none;
}
/* job portal banner end */
/* random job start */
.mt-rjob-box {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    padding: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.mt-rjob-data h2 a {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.mt-job-category {
    background: #ffedee;
    display: block;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 50px;
    color: #ff626d;
    font-size: 14px;
}
.mt-rjob-data table td, .mt-rjob-data table th {
    padding: 0 20px 15px 10px;
    vertical-align: top;
    font-size: 14px;
    max-width: 200px;
    font-weight: 600;
}
.mt-rjob-data table th {
    color: #86959f;
}
.mt-rjob-data {
    max-width: 700px;
    padding: 0 40px;
    width: 100%;
}
.mt-rjob-data table {
    margin-top: 15px;
}
.mt-rjob-data table tr:last-child td, .mt-rjob-data table tr:last-child th{
    padding-bottom: 0px;
}
.mt-rjob-btn .mt-btn {
    display: block;
    margin-bottom: 10px;
}
.mt-btn.mt-btn-success {
    background: #55d883;
}
.mt-rjob-btn .mt-btn:last-child,.mt-random-job-list li:last-child{
    margin-bottom: 0;
}
.mt-random-job-list{
    padding: 0;
    margin: 0;
}
.mt-random-job-list li{
    margin-bottom: 30px;
    list-style: none;
}
/* random job end */
/* download job app start */
.mt-job-app{
    background:linear-gradient(0deg, rgba(37, 39, 46, 0.86), rgba(37, 39, 46, 0.86)), url(../images/jp-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}
.mt-japp-login h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 20px 0 30px;
}
.mt-japp-box {
    text-align: center;
    position: relative;
    max-width: 400px;
}
.mt-japp-login input {
    margin-bottom: 25px;
    height: 50px;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    font-size: 14px;
    color: #fff;
}
.mt-japp-login input::placeholder{
    font-size: 14px;
}
.mt-japp-login {
    padding: 60px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 96px 31px 0px;
    background: linear-gradient(0deg, rgba(37, 39, 46, 0.86), rgba(37, 39, 46, 0.86)), url(../images/jp-mobile-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mt-japp-login .mt-btn {
    width: 100%;
    max-width: 100%;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}
.mt-job-app .col-md-7{
    display: flex;
    align-items: center;
}
.mt-japp-data h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}
.mt-japp-data h2 span {
    font-weight: 700;
    color: #ff626d;
}
.mt-japp-data p {
    color: #fff;
    margin-bottom: 2em;
}
.mt-japp-data a img {
    border-radius: 10px;
    margin-right: 20px;
    transition: 0.3s;
    margin-top: 10px;
}
.mt-japp-data a:hover img {
    transform: translateY(-5px);
}
/* download job app end */
/*custom css start*/
table.job-manager-jobs,table.resume-manager-resumes {
    width: 100%;
}
#job-manager-job-dashboard .job-manager-jobs tr th,
#job-manager-job-dashboard .job-manager-jobs tr td,
#resume-manager-candidate-dashboard .resume-manager-resumes tr th,
#resume-manager-candidate-dashboard .resume-manager-resumes tr td{
    padding: 12px;
    border: 1px solid #e2eff4;
    text-align: left;
    vertical-align: middle;
}
#job-manager-job-dashboard .job-manager-jobs tr th,
#resume-manager-candidate-dashboard .resume-manager-resumes tr th,
#job-manager-alerts .job-manager-alerts th {
    background: #f50056;
    color: #fff;
}
.company-letters {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 4px double #e2eff4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.company-letters > a {
    padding: 10px 0px 10px 10px;
    display: inline-block;
}
.company-letters > a:after {
    content: '|';
    margin-left: 10px;
    color: #e2eff4;
}
.company-letters > a:last-child:after {
    display:none;
}
.mt-main-wraper .resume_filters {
    background: transparent;
    border-radius: 6px;
    margin-bottom: 20px;
}
ul.resumes .candidate-column h3,.job_listings .position h3 {
    text-transform: capitalize;
    font-weight: 600;
}
.resume_filters .search_resumes {
    padding: 0;
}
ul.resumes .candidate-column .candidate-title,ul.resumes li.resume a .resume-posted-column {
    font-weight: 300;
    font-size: 14px;
}
.job_listings .position .company strong, .job_listings .position span {
    font-size: 14px;
}
.job_listings .position .company strong{
    color: #f50056;
    text-transform: capitalize;
}
.mt-blog-wraper .job_filters .search_jobs div.search_submit input[type="submit"] {
    max-width: 250px;
}
.mt-blog-wraper .job_filters .search_jobs {
    text-align: center;
}
.mt-blog-wraper .job_filters .job_types {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #f50056;
    border-radius: 0 0 10px 10px;
}
.mt-blog-wraper .job_filters .job_types li label{
    margin:0;
    color: #fff;
}
.mt-blog-wraper .job_types li label input[type=checkbox] {
    vertical-align: middle;
}
.mt-blog-wraper .job_filters {
    background: #e2eff4;
    border-radius: 10px;
    margin-bottom: 50px;
}
.mt-blog-wraper .job_filters .search_jobs div.search_submit {
    padding-top: 15px;
}
.mt-blog-wraper .filter_wide.filter_by_tag {
    font-weight: 700;
}
ul.companies-overview {
    margin-top: 50px;
    padding-left: 0;
    margin-bottom: 0;
}
.mt-main-wraper pre {
    margin: 0;
}
ul.companies-overview li.company-name a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
ul.companies-overview .company-letter {
    font-size: 50px;
    font-weight: 700;
    display: block;
    line-height: normal;
}
ul.companies-overview>li {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e2eff4;
    min-width: 270px;
    margin: 10px;
}
ul.companies-overview ul {
    padding-left: 0px;
}
ul.companies-overview li ul li {
    list-style: none;
    margin-bottom: 10px;
}
ul.companies-overview li ul li:last-child {
    margin-bottom: 0px;
}
.mj_clientlogo {
    text-align: center;
    border: 1px solid #e2eff4;
    border-radius: 10px;
    padding: 30px;
}
.motocom .job-manager-info,
.field .mce-top-part::before,
.single_job_listing .company {
    box-shadow: none;
}
.job_listings .job_filters .job_types li {
    padding-bottom: 0;
}
input[type=checkbox] {
    vertical-align: middle;
}
.job_listings .job_filters {
    background: #f9f9f9;
    border-radius: 10px;
}
.motocom .job_filters .job_types {
    border-top-color: #f1f1f1;
    padding: 10px;
}
#job-manager-alerts .job-manager-alerts th,
#job-manager-alerts .job-manager-alerts td {
    border: 1px solid #e2eff4;
    padding: 10px 15px;
}
fieldset input {
    border-radius: 5px;
    height: 50px;
}
fieldset textarea {
    border-radius: 5px;
}
div.mce-toolbar-grp,
.motocom .job-manager-form fieldset .wp-editor-container,
.single_job_listing .company,
.job-manager-application-wrapper .application .application_details,
.single_job_listing .application .application_details,
.job-manager-form fieldset,
ul.resumes li.no_resumes_found, ul.resumes li.resume {
    border-color: #e2eff4;
}
.job-manager-form h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.job-manager-form fieldset label {
    font-weight: 600;
}
input[type="file"] {
    padding: 7px;
}
.mt-blog-sidebar .job_listings li.job_listing a {
    padding: 1em 0em 1em 0em;
}
.mt-blog-sidebar .job_listings li.job_listing a div.position {
    float: none;
    width: auto;
    padding: 0;
}
.mt-blog-sidebar .job_listings li.job_listing a .meta {
    float: none;
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0;
    color: inherit;
    list-style: none;
}
#job-manager-alerts table.job-manager-alerts {
    width: 100%;
}
.job-manager-form .select2-container {
    display: none;
}
.job-manager-form fieldset .account-sign-in .button,
 #job-manager-job-dashboard .account-sign-in .button {
    margin-right: 0;
    padding: 5px 10px;
}
.job-manager-form input[type="submit"] {
    line-height: normal;
    margin-top: 2px;
}
#alert_job_type_chosen ul {
    padding: 0;
    margin: 0;
}
#alert_job_type_chosen ul li {
    list-style: none;
}
#alert_job_type_chosen li.search-field input {
    width: 100%!important;
}
.single-resume .single-resume-content dd {
    border: 1px solid #e2eff4;
    border-left: 1px solid #e2eff4;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.single-resume .single-resume-content dt {
    border: none;
    padding: 0;
    margin: 0;
}
.single-resume .resume-manager-education, .single-resume .resume-manager-experience {
    padding: 0;
    margin: 0 0 1em;
    border-top: none;
}
.single-resume .resume-manager-education h3:before, 
.single-resume .resume-manager-experience h3:before {
    display: none;
}
.single-resume .resume-manager-education p,
.single-resume .resume-manager-experience p {
    margin: 0;
}
.single-resume-content h3,
.single-resume-content h3 strong {
    font-size: 20px;
    font-weight: 400;
}
.single-resume-content h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 600;
    width: fit-content;
    width: -moz-fit-content;
}
.single-resume-content h2:after,
.single-resume-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    background: #e2eff4;
    width: 90%;
}
.single-resume-content h2:before {
    width:40%;
    background: #ff626d;
    z-index: 1;
}
.single-resume .resume-aside {
    border: 1px solid #e2eff4;
    padding: 2em;
    margin: 0px 0 40px;
    min-height: auto;
    box-shadow: none;
    overflow: hidden;
    border-radius: 10px;
}
.single-resume .resume-aside img {
    position: unset;
    float: none;
    display: inline-block;
}
.single-resume .resume-aside .job-title {
    display: inline-block;
    padding: 0 0 0 10px;
}
.single-resume-content,
.single_job_listing {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0 20px;
}
input[type="button"] {
    height: auto;
}
input[type="button"]:hover {
    transform: translateY(0px);
}
#job-manager-job-dashboard,
#job-manager-alerts,
.job-manager-form,
div.resumes {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    padding: 30px;
    border-radius: 10px;
}
#job-manager-job-dashboard>p,
#job-manager-alerts>p {
    font-size: 20px;
    word-break: break-word;
}
.job-manager-error,
.job-manager-info,
.job-manager-message {
    border: 1px solid #e2eff4;
    border-top: 3px solid #8fae1b!important;
    box-shadow: none!important;
    border-radius: 5px;
}
.single_job_listing .meta li {
    line-height: unset;
    padding: 0;
}
.single_job_listing .meta li.internship {
    padding: 3px 10px;
}
.single_job_listing .meta .date-posted:before {
    margin: 0 5px 0 0;
}
.date-posted:before,
.location:before,
.website:before,
.company_twitter:before {
    color: #ff626d;
}
.job-manager-application-wrapper .application .application_details,
.single_job_listing .application .application_details {
    box-shadow: none;
}
ul.resumes li.no_resumes_found a, ul.resumes li.resume a {
    padding: 20px 0 20px 10px;
}
ul.resumes li.no_resumes_found a img, ul.resumes li.resume a img {
    left: 0;
}
div.resumes ul.resumes li:last-child {
    border: none;
}
div.resumes ul.resumes li:last-child a {
    padding-bottom:0;
}
ul.resumes {
    border: none;
}
.resume_filters .search_resumes input {
    border-radius: 5px;
}
ul.resumes li.no_resumes_found a:focus, 
ul.resumes li.no_resumes_found a:hover, 
ul.resumes li.resume a:focus, 
ul.resumes li.resume a:hover,
ul.job_listings li.job_listing.job_position_featured a,
ul.resumes li.no_resumes_found.resume_featured a,
ul.resumes li.resume.resume_featured a {
    background-color: transparent!important;
}
ul.resumes li .candidate h3,.mt-widget ul.job_listings li.job_listing a div.position h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}
.mt-widget ul.resumes ul li:first-child {
    margin-top: 10px;
}
.mt-widget ul.resumes li.resume a {
    padding: 15px 0;
}
.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus, .rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover, ul.job_listings li.job_listing.job_position_featured a:focus, ul.job_listings li.job_listing.job_position_featured a:hover, ul.job_listings li.no_job_listings_found.job_position_featured a:focus, ul.job_listings li.no_job_listings_found.job_position_featured a:hover, ul.job_listings li.job_listing a:hover {
    background-color: transparent;
}
.single_job_listing .meta li.job-type {
    padding: ​5px;
}
.mt-widget ul.job_listings li.job_listing a div.position h3 {
    margin-bottom: 10px;
}
.rp4wp-related-job_listing>ul, ul.job_listings {
    border-top: none;
}
.account-sign-in a.button {
    padding: 6px 10px;
}
.mt-widget li.job_listing.type-job_listing {
    border-bottom: 1px solid #e2eff4;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.mt-widget li.job_listing.type-job_listing:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.single-resume .meta li {
    float: none;
    padding-left: 0;
}
.job-manager-form fieldset {
    margin-bottom: 15px;
}
ul.job_listings li.job_listing:nth-child(even) {
    background: #fffdfd;
}
.job_listings .job_filters .search_jobs {
    padding: 2em;
}
.mt-main-wraper .job_summary_shortcode {
    width: 100%!important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    border: none;
    float: none!important;
    margin: 0!important;
}
.mt-main-wraper .job_summary_shortcode .job-type {
    height: auto;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0;
}
.mt-main-wraper .job_summary_shortcode .job_summary_title {
    font-size: 20px;
}
.mt-main-wraper .job_summary_shortcode .meta {
    font-style: normal;
    font-size: 14px;
    line-height: normal;
}
.job_summary_content {
    margin-top: 15px;
}
.job_summary_content p {
    margin-bottom: 0px;
}
.mt-boxed-sidebar ul.job_listings li.job_listing a {
    padding: 10px 0px;
}
.mt-boxed-sidebar ul.job_listings li.job_listing a .position {
    float: none;
    width: 100%;
    padding: 0;
}
.mt-boxed-sidebar ul.job_listings li.job_listing a img.company_logo,
.mt-blog-sidebar ul.job_listings li.job_listing a img.company_logo {
    position: unset;
    float: none;
    margin: 0 0 10px;
}
.mt-boxed-sidebar ul.job_listings li.job_listing a .meta {
    float: none;
    text-align: left;
    padding: 0;
    width: 100%;
}
nav.job-manager-pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav.job-manager-pagination {
    margin-top: 20px;
}
nav.job-manager-pagination ul,nav.job-manager-pagination ul li {
    border: none;
}
nav.job-manager-pagination ul li {
    margin-right: 5px;
}
/*custom css end*/
/* responsive start */
@media screen and (max-width: 1199px){
    .mt-jp-banner-search .mt-btn {
        padding: 17px 20px;
    }
}
@media screen and (max-width: 991px){
    .mt-jp-banner-search select {
        padding: 0 30px;
    }
    .mt-jp-banner-search {
        padding: 20px;
    }
    .mt-jp-banner-box {
        padding: 70px 0 80px;
    }
    .mt-jp-banner-box h2 {
        font-size: 40px;
    }
    .mt-rjob-box{
        display: block;
    }
    .mt-rjob-data {
        padding:40px 0;
    }
    .mt-rjob-btn .mt-btn {
        display: inline-block;
        vertical-align: top;
    }
    .mt-japp-login h3 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    .mt-japp-login input {
        margin-bottom: 20px;
        height: 40px;
    }
    .mt-japp-login {
        padding: 20px;
        margin: 66px 18px 0px;
    }
    .mt-japp-data p {
        margin-bottom: 1em;
    }
    .mt-japp-data h2 {
        font-size: 28px;
    }
    #job-manager-job-dashboard .job-manager-jobs tr td,
    #resume-manager-candidate-dashboard .resume-manager-resumes tr td,
    #job-manager-job-dashboard .job-manager-jobs tr th,
    #resume-manager-candidate-dashboard .resume-manager-resumes tr th {
        border-bottom: none;
    }
    #job-manager-job-dashboard .job-manager-jobs tr td:last-child,
    #resume-manager-candidate-dashboard .resume-manager-resumes tr td:last-child,
    #job-manager-job-dashboard .job-manager-jobs tr th:last-child,
    #resume-manager-candidate-dashboard .resume-manager-resumes tr th:last-child {
        border-bottom: 1px solid #eee;
    }
    #job-manager-job-dashboard .job-manager-jobs tr,
    #resume-manager-candidate-dashboard .resume-manager-resumes tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .mt-jp-banner-box .col-md-3:first-child {
        max-width: 26%;
    }
    .mt-jp-banner-box .col-md-3:last-child {
        max-width: 24%;
    }
}
@media screen and (max-width: 767px){
    .mt-rjob-data table tr {
        display: flex;
        flex-direction: column;
    }
    .mt-rjob-data table tr td,
    .mt-rjob-data table tr th {
        padding: 0;
    }
    .mt-rjob-data table tr:last-child td {
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .mt-rjob-data table td, .mt-rjob-data table th,
    .mt-jp-banner-box .col-md-3:first-child,
    .mt-jp-banner-box .col-md-3:last-child {
        max-width: 100%;
    }
    .mt-japp-data {
        padding-bottom: 40px;
    }
    .mt-jp-banner-search ul{
        display: block;
    }
    .mt-jp-banner-search ul li,
    .mt-jp-banner-box .col-md-3 {
        margin-bottom: 5px;
    }
    .mt-jp-banner-search ul li:last-child ,
    .mt-jp-banner-box .col-md-3:last-child{
        background: transparent;
        margin-bottom: 0;
    }
    .mt-jp-banner-search .mt-btn {
        border-radius: 5px;
        min-width: 100%;
        margin: 0;
    }
    .mt-jp-banner-search input,.mt-jp-banner-search select {
        border-radius: 5px;
    }
    .mt-jp-banner-search ul li:after,
    .mt-jp-banner-box .col-md-3:after{
        display: none;
    }
    .mt-jp-banner-box .row {
        background: transparent;
        border-radius: 0px;
    }
    #job-manager-alerts tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    #job-manager-alerts tr td,
    #job-manager-alerts .job-manager-alerts th {
        border-top: 0!important;
    }
    #job-manager-alerts tr,
    #job-manager-alerts .job-manager-alerts tr {
        border-top: 1px solid #e2eff4;
    }
    #job-manager-alerts table ul.job-alert-actions li {
        display: inline-block;
    }
    .job-manager-form fieldset label,
    .job-manager-form fieldset div.field{
        width: 100%!important;
        float: none!important;
    }
    .mce-toolbar .mce-btn button, .qt-dfw {
        padding: 0px 1px!important;
    }
    .single-resume .resume-aside {
        padding: 1em;
    }
    ul.companies-overview>li {
        min-width: 230px;
    }
    .mt-rjob-data table th {
        margin-top: 15px;
    }
    .mt-jp-banner-search select, .mt-jp-banner-search .nice-select {
        border-radius: 5px;
    }
}
@media screen and (max-width: 575px){
    .mt-blog-wraper .resume_filters .search_resumes div.resume-filter,
    .mt-blog-wraper .job_filters .search_jobs div.search_keywords,
    .mt-blog-wraper .job_filters .search_jobs div.search_location,
    .mt-blog-wraper ul.job_listings li.job_listing a div.position,
    .mt-blog-wraper ul.job_listings li.job_listing a .meta,
    .mt-blog-wraper ul.job_listings li.job_listing a div.location {
        float: none;
        padding: 0;
        width: 100%;
    }
    .mt-blog-wraper .resume_filters .search_resumes div.resume-filter input#search_keywords,
    .mt-blog-wraper .job_filters .search_jobs div.search_keywords,
    .mt-blog-wraper ul.job_listings li.job_listing a div.position {
        margin-bottom: 15px;
    }
    .mt-blog-wraper ul.resumes li.resume a .resume-posted-column,
    .mt-blog-wraper ul.resumes li.resume a .candidate-column {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
    }
    .mt-blog-wraper ul.resumes li.resume a .resume-posted-column {
        margin-top: 10px;
        padding-left: 50px;
    }
    .mt-blog-wraper ul.job_listings li.job_listing a div.location{
        margin:10px 0;
    }
    .mt-blog-wraper ul.job_listings li.job_listing a .meta,
    .mt-blog-wraper ul.job_listings li.job_listing a div.location {
         text-align: left;
     }
    .mt-blog-wraper .job_filters .job_types li{
        border:none;
    }
    ul.companies-overview>li {
        max-width: 100%;
        width: 100%;
        margin: 0 0 15px;
    }
    ul.companies-overview>li:last-child {
        margin-bottom:0;
    }
    .company-letters > a {
        padding: 5px 0px 5px 5px;
        display: inline-block;
    }
    .resume_filters .search_resumes div.resume-filter {
        width: 100%;
    }
    .resume_filters .search_resumes div.resume-filter.search_keywords {
        padding: 0 0 5px;
    }
    .resume_filters .search_resumes div.resume-filter.search_location {
        padding: 0;
    }
    ul.resumes li.no_resumes_found a div.candidate-column,
    ul.resumes li.resume a div.candidate-column {
        width: 100%;
        padding-left: 60px;
    }
    ul.resumes li.no_resumes_found a .resume-posted-column,
    ul.resumes li.resume a .resume-posted-column {
        width: auto;
    }
    ul.resumes li.no_resumes_found a, ul.resumes li.resume a {
        padding: 15px 0;
    }
    .single-resume-content, .single_job_listing {
        padding: 20px;
    }
}
/* responsive end */