
#main .lt-wrapper{
    position:relative;
    width:100%;
    zoom:1;
}

.lt-main .bx{
    background: #fff;
    border:0;
    border-radius:0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

.lt-main .title,
.lt-main .locality,
.lt-main .name{
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.pr10{
    padding-right:10px;
}

.pl10{
    padding-left:10px;
}

.mask {
    position: fixed;
    background: #333;
    display: none;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
}

.main-wrapper {
    padding:10px 15px;
}


.section-location {
    min-height: 500px;
}

.main-wrapper .section-location .tm-head
{
    border-bottom: 2px double #333333;
    padding:10px 15px;
    border-radius: 3px;
    background-color: #e5e5e5;
    display: inline-block;
    text-shadow: 0px 1px 0px #fff;
}

.section-location .section-location__heading{
    margin: 20px 0px;
}

.section-location .section-location__title{
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #eaeaea;
    color: #b71c1c;
    font-size: 18px;
    font-weight: 500;
}

.section-location .section-location__listing {
    margin-bottom:0;
}

.section-location .section-location-item{
    width: 25%;
    float: left;
    padding: 4px 0px;
    line-height: 20px;
}

.section-location .section-location-item a {
    font-size: 16px;
    text-transform: capitalize;
    color: #666;
    font-weight: 400;
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;

}

.section-location .section-location-item a:hover {
    color: #1b85a4;
    transition: 500ms all;
    -ms-transition: 500ms all;
    -moz-transition: 500ms all;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
}

@media screen and (max-width:545px) {
    .section-location .section-location-item{
        width:50%;
    }
    .section-location .section-location__title{
        font-size:16px;
    }
    .section-location .section-location-item a {
        font-size:14px;
    }
}

#location-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 2px;
    background-color: #fff;
    margin-top: 12px;
}

#location-search-input input{
    border: 0;
    box-shadow: none;
}

#location-search-input button{
    margin: 1px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #c6c5c5;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    line-height: 14px;
}

#location-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#location-search-input .glyphicon-search{
    font-size: 16px;
}


/*======== No result Found Block =====*/
.no-results {
    min-height:320px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.no-results .no-results-text {
    width: 200px;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #cbcbcb;
    margin: auto;
    color: #cbcbcb;
    -webkit-animation: shake 1s;
    animation: shake 1s;
}

@-webkit-keyframes shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
    10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
    20%, 40%, 60%, 80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
}
@keyframes shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
    10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
    20%, 40%, 60%, 80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
}
.shake{-webkit-animation-name:shake;animation-name:shake;}


/*-- Start Filter --*/

.es-searchResult-wrapper .search-filter {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;
    zoom: 1;
}

.search-filter .refine-heading h5{
    font-size: 16px;
    position: relative;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    color:#3d4d5b;
    letter-spacing: 0.4px;
    text-shadow: 0px 1px 0px #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}

.refine-list {
    margin-bottom:20px;
}

.refine-list .re-content .comm {
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.re-content .comm h5.hs-sub {
    font-size: 14px;
    color: #40987a;
    letter-spacing: 0.4px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    text-shadow: 0px 1px 0px #fff;
    background-color: #f5f5f5;
    border-bottom: 1px solid transparent;
    border-color: #ddd;
    border-radius:2px;
    padding:10px 10px 10px 27px;
    margin:0;
}

.re-content .comm h5.title.hs-sub:before {
    border-left: 4px solid #666;
    border-top: 4px solid rgba(136, 121, 101, 0);
    border-bottom: 4px solid rgba(212, 130, 20, 0);
    content: '';
    display: block;
    height: 8px;
    margin-top: 3px;
    position: absolute;
    transition: all 0.5ms;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left:12px;
}

.re-content .comm h5.title.hs-sub.togg:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.re-content .content{
    padding:15px;
}

.re-content .content .srch-result {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px;
}

.re-content .content .srch-result .lbl-wrap {
    margin-bottom: 3px;
    font-size: 12px;
    color: #666;
    display: block;
    cursor: pointer;
}

.re-content .checkbox-custom-label, .radio-custom-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    margin-left: 3px;

}

.re-content input[type="checkbox"], input[type="radio"] {
    position:relative;
    top:3px;
}

.re-content .comm .inputWrap {
    position: relative;
    margin-bottom:15px;
}

.re-content .comm .form-control {
    border-radius: 1px;
    height: 30px;
    padding: 3px 10px;
    font-size: 13px;
    color: #666;
    box-shadow: none;
    border-color: #dddddd;
}

.re-content .comm .inputWrap:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 6px;
    color: #999999;
    font-size: 13px;
}

.re-content a {
    text-decoration: none;
}

/*--- End Filter -*/

/*-- Basic Search --*/
.basic-search {
    position: relative;
    /*overflow: hidden;*/
    zoom: 1;
    margin-top: 15px;
}
.basic-search .input-sm {
    border-radius: 2px;
    box-shadow: none;
}

.basic-search .header-search__input {
    position:relative;
}

.basic-search .header-search__input input {
    padding: 0 18px 0 33px;
}

.basic-search .header-search__input .fa-location-arrow {
    position: absolute;
    color: #666;
    left: 13px;
    top: 24%;
}

.basic-search .btn-danger {
    border-color: #4e6773;
    background-color: #4e6773;
}

/*-- right side --*/
.es-pd-wrapper {
    margin: 20px 0 20px 0;
    background: white;
    width: 100%;
    display:inline-block;
    vertical-align:middle;
    min-height:74px;
    zoom: 1;
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    border-radius: 2px;
}

.es-breadcrumbs {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.es-breadcrumbs .breadcrumb {
    padding: 0px 15px;
    margin: 7px 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    zoom: 1;
    display: block;
}

.es-breadcrumbs .breadcrumb li a {
    color: #c5940c;
    border-bottom: 1px solid #c59448;
    font-weight: 500;
    font-size: 13px;
    text-transform: inherit;
    zoom: 1;
}

.es-pd-heading {
    padding: 0px 15px;
    position: relative;
}
.es-pd-heading .es-head {
    margin-top: 6px;
    margin-bottom: 5px;
    color: #666;
}

.card {
    position: relative;
    padding:10px;
    padding-bottom:0;
    margin-bottom:20px;
    display: block;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
}

.card.profile:hover{
    box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.18);
}

.profile__img {
    position:relative;
    width: 170px;
    height: 130px;
    float:left;
    margin-right:12px;
    overflow: hidden;
}
/*.profile__img>img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}*/

.profile__img>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
}

.profile__info {
    overflow: hidden;
    position: relative;
    width: auto;
    display: block;
}

.noPhoto .profile__info {
    padding-left:10px;
}

.profile-desc {
    width: 100%;
    min-height: 50px;
    float: left;
    padding-bottom: 0;
}

.profile-desc .viewMoreDetails {
    position: absolute;
    right: 0;
    top: 5px;
    font-weight: 500;
    font-size: 13px;
    font-weight: 400;
    z-index: 9;
    color: #384a52;
    border: 1px solid #4e6773;
    padding: 1px 7px;
    border-radius: 2px;
    line-height: 19px;
    background-color: rgba(78, 103, 115, 0.16);
    text-decoration:none;
}

.profile-content .profile-heading{
    margin: 6px 0px;
}

.profile-content .profile-heading .profile-title{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.profile-content .profile-heading .profile-title a{
    text-decoration:none;
    color:#000;
}

.profile-desc .prof-line-id {
    font-size: 13px;
    font-weight: 400;
    color: #bdbdbd;
    border-bottom: 1px solid #edecec;
    margin-bottom: 10px;
    padding-bottom:5px;
}

.profile-desc .prof-line-id a {
    font-size: 13px;
    color: #40987a;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

.profile-desc .content .org {
    display: block;
    font-size: 14px;
    color: #FF5722;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile-desc .content .loc,
.profile-desc .content .exp {
    margin-right: 20px;
    color: #666;
}
.profile-desc .content .more {
    margin:10px 0px;
}

.profile-desc .content .more ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.profile-desc .content .more ul li + li{
    margin-top:5px;
}

.profile-desc .content .more ul li .lbl-title {
    width: 110px;
    margin: 0px;
    color: #b5b5b5;
    font-weight: 400;
    vertical-align: top;
}

.profile-desc  .content .more ul li .desc {
    color: #666;
    font-weight: 400;
    margin:0;
}

.profile-desc .content .more ul li .desc.fullDet {
    max-width:450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile .con-foo {
    min-height: 30px;
    background-color: #f5f5f5;
    padding: 2px 0px;
    margin: 0px -10px;
    border-top: 1px solid #ddd;
    border-radius: 2px;
}

.profile .con-foo span.save-job {
    margin: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
}

.profile .con-foo span.save-job .fa {
    position: relative;
    margin-right: 0px;
    top: 2px;
    color: #FF5722 !important;
}

.profile .con-foo span {
    font-size: 12px;
    color: #666;
}

.profile .con-foo .salary {
    display: inline-block;
    position: relative;
}

.profile .con-foo .salary a.SendInte {
    display: inline-block;
    background-color: #40987a;
    padding: 3px 10px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #40987a;
    text-decoration: none;
    margin-right: 5px;
    transition: all 500ms;
}

.profile .con-foo .salary a.viewContact {
    background-color:#ffffff;
}

.profile .con-foo .salary .PopOverCust {
    position: absolute;
    width: 200px;
    background-color: #ECFFF8;
    border: 1px solid #AEDACA;
    padding: 10px;
    font-size: 13px;
    top: 30px;
    left: 0px;
    z-index: 50;
}
.profile .con-foo .salary .PopOverCust {
    position: absolute;
    width: 200px;
    background-color: #ECFFF8;
    border: 1px solid #AEDACA;
    padding: 10px;
    font-size: 13px;
    top: 30px;
    left: 0px;
    z-index: 50;
}

.profile .con-foo .salary .fa {
    font-size: 16px;
    color: #999;
    margin-right: 5px;
}

.profile .con-foo span.pstby {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin: 11px;
}

/*Search loader*/

.item {
    /*padding: 0 15px;*/
    width: 50%;
    margin-bottom: 25px;
    clear: both;
}

.max {
    width: 100% !important;
}

.newRow {
    width: 100%;
    display: inline-block;
    clear: both;
}

.gridItem {
    background-color: #fff;
    position: relative;
    padding: 15px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
}

.img_container {
    float: left;
    background-color: #f2f2f2;
    border: 1px solid #f7f7f7;
    height: 170px;
    width: 240px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.skeleton_item .skeleton_banner {
    background-color: #f5f5f5;
    border: 1px solid #f7f7f7;
    display: table-cell;
    height: 280px;
    min-width: 390px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 1px);
}

.skeleton_banner_H .skeleton_banner {
    width: 238px;
    min-width: 238px;
    height: 168px;
}

.skeleton_banner img {
    opacity: 0.35;
}

.skeleton_banner .loading__posts {
    width: 180px;
}

.articleBlockData {
    padding-left: 260px;
}

.article_title, .blockTitle, .questionTitle, .All__wall__title {
    clear: left;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    margin: 0;
    padding: 15px 0 2px;
    word-wrap: break-word;
    line-height: 1.2;
}

.pdgb10, .sh_space {
    padding-bottom: 10px !important;
}

.articleBlockData .article_title, .articleBlockData .questionTitle {
    padding-top: 0;
    margin-top: -2px;
}

.sk_line_1, .skeleton_footer {
    height: 14px;
}

.sk_line_1, .sk_line_2, .skeleton_footer {
    background-color: #eee;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.skeleton_title_1, .skeleton_desc_1, .skeleton_footer {
    width: 100%;
}

.skeleton_title_2, .skeleton_desc_2 {
    width: 65%;
}
.skeleton_desc_2 {
    margin-bottom: 20px;
}
.sk_line_2 {
    height: 14px;
}
.mgnt20 {
    margin-top: 20px !important;
}

.skeleton_item .loading-text {
    margin-top: 5px;
    color: #bdbdbd;
}

.searchable-container{
    background-color: white;
    margin-top: 34px;
    position: absolute;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    top: 100%;
    left: 0;
    border: 1px solid rgb(204, 204, 204);
    max-height: 200px;
    overflow-y: scroll;
    border-top: 0px;
    border-bottom: 0px;
    display: none;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.32);
    background-color: white;
    font-size: 16px;

}
.searchable-container ul{margin: 0px; padding: 0px; list-style: none}
.searchable-container ul li{display: block; border-bottom: 1px solid rgb(241, 241, 241);}
.searchable-container ul li span{
    margin: 0px;
    font-size: 14px;
    display: block;
    padding: 4px 10px;
    text-align: left;
    color: #7B7B7B;
    text-decoration: none;
}
.searchable-container ul li span:hover{
    /*background-color: #f1f1f1*/
    background-color: rgba(71, 138, 115, 0.85);
    color: #fff;
}

.item-heading{
    background: #efefef;
    color: #c64e4e;
    font-weight: 500;
    font-size: 14px;
}
.item-heading span {
    color: #c64e4e !important;
}

.articleBlockData .sk_line_2, .articleBlockData .sk_line_1,.articleBlockData .skeleton_footer  {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}


/*end Search loader*/

@media screen and (max-width:767px) {
    .profile__img {
        float:none;
    }
    .profile-content {
        margin:5px 0px;
    }
    .profile-content .right-title {
        text-align:left;
    }
    .profile-desc .viewMoreDetails {
        position:static;
        top:0;
        display:inline-block;
        margin-bottom:15px;
    }
    .profile-desc .content .more ul li .desc.fullDet {
        display:block;
    }
    .profile-content .profile-heading .profile-title {
        white-space: normal;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width:420px) {
    .profile .con-foo span.save-job {
        display:block;
    }
}

/*=====  Employer page Header Full screen Start  =====*/
.section-box {
    position: relative;
}
section h2.section-heading {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #3d4351;
    font-weight: 400;
    text-shadow: 0px 1px 0px #fff;
}

section p.section-sub-heading {
    font-size: 16px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 30px;
    color: #888;
}

.bg-white {
    background-color:#FFFFFF;
}
.lb-section__container {
    position: relative;
    z-index: 3;
}

.section-overlay{
    width: 100%;
    height: 100%;
    background: rgba(61, 67, 81, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.colored-line {
    height: 1px;
    width: 70px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.colored-line {
    background: #e27a86;
}


.lb-section__container--custom {
    padding-bottom:40px;
    padding-top:40px;
}

.lb-services-container .lb-section__container--custom {
    padding-bottom:40px;
    padding-top:40px;
}

.lb-about {
    background:url("http://test.lallabi.in/images/business-option-placeholder.jpg");
    /*background:url("http://www.naceweb.org/uploadedImages/images/2017/feature/conference-job-search-process.jpg");*/
    background-size:cover;
    background-position:center center;
}

.lb-about .lb-about__text {
    line-height: 22px;
    color: rgb(205, 205, 205);
    text-align: justify;
    font-weight: 300;
}

.lb-services .lb-services__link {
    display:inline-block;
    vertical-align:middle;
    position:relative;
    text-decoration:none;
}

.lb-services .service-heading{
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #3d4351;
}

.col-pd-tb{
    padding-top:30px;
}

.col-pd-tb .btn {
    background-color: #40987a;
    padding: 8px 16px;
    border-radius: 2px;
    border-color: transparent;
    font-size: 16px;
    font-weight: 500;
}

.col-pd-tb .btn.btn-outline {
    background-color: transparent;
    border-color: #40987a;
    color: #40987a;
}


.full-screen-header {
    min-height:250px ;
    position: relative;
    background-color: #3d4351;
    transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
}


.full-screen-header .full-header__heading{
    font-size: 40px;
    line-height: 34px;
    color: #fff;
    margin-top:40px;
    margin-bottom: 15px;
}
.full-screen-header .full-header__sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 300;
    margin: 14px 0 30px;
    line-height: 22px;
}

.full-screen-header .full-header__btn {
    padding: 10px 60px;
    font-weight: 600;
    border-color: transparent;
    border-radius: 2px;
}

.lb-post .section-sub-heading {
    margin-bottom:0px;
}


@media screen and (max-width:767px) {
    .profile__img {
        float:none;
    }
    .profile-content {
        margin:5px 0px;
    }
    .profile-content .right-title {
        text-align:left;
    }
    .profile-desc .viewMoreDetails {
        position:static;
        top:0;
        display:inline-block;
        margin-bottom:15px;
    }
    .profile-desc .content .more ul li .desc.fullDet {
        display:block;
    }
    .profile-content .profile-heading .profile-title {
        white-space: normal;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width:767px) {

    .full-screen-header .full-header__heading {
        font-size: 32px;
        line-height: 38px;
    }
}

@media screen and (max-width:640px) {
    section h2.section-heading{
        font-size:20px;
    }
}

@media screen and (max-width:525px) {
    .full-screen-header .full-header__heading {
        font-size: 20px;
        line-height: 29px;
        font-weight: 500;
    }
    .full-screen-header .full-header__sub {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    .profile .con-foo span.save-job {
        display:block;
    }
}

@media screen and (max-width:320px) {
    section h2.section-heading {
        font-size:16px;
    }
}