@font-face {
    font-family: 'averta_demo_peXBdIt';
    src: url('../fonts/avertademope-extrabolditalic.woff2') format('woff2'), url('../fonts/avertademope-extrabolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'averta_demo_peregular';
    src: url('../fonts/avertademope-regular.woff2') format('woff2'), url('../fonts/avertademope-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
*{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
body {
    background: #F9F6F4;
    font-family: 'averta_demo_peregular', Helvetica, sans-serif;
    color: #6E7385;
    font-size: 14px;
}



a{
    color: #6E7385;
    cursor: pointer;
}
dt{
    color: #2A314B;
}
a:hover{
    color: #F39200;
}
/*===========font sizes==============================*/
.fz-xs {
    font-size: 8px !important;
}

.fz-sm {
    font-size: 12px !important;
}

.fz-md {
    font-size: 16px !important;
}

.fz-lg {
    font-size: 24px !important;
}

.fz-xl {
    font-size: 32px !important;
}

.fs-italic {
    font-style: italic !important;
}

.fs-normal {
    font-style: normal !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-800 {
    font-weight: 900 !important;
}
/*sidebar-nav*/

/*li hover effect*/

/*li after*/
.sidebar-nav, .sidebar-nav .nav-item:after, .sidebar-nav .active a, .sidebar-nav  a:hover, .sidebar-nav li span,
.sidebar-nav .active span, .sidebar-nav li:hover span, .sidebar-nav .active span, .sidebar-nav li:hover span,
.sidebar-nav #dropdown-lvl1 a, .sidebar-nav #dropdown-lvl1 span , .sidebar-nav #dropdown-lvl1 span:hover, a:hover, .sdv-sml,
header .dropdown-menu a span, header .dropdown-menu a svg path, .dropdown-menu a svg circle, .dropdown-menu a svg rect,
.dropdown-toggle svg rect, .sidebar-nav .nav-item, .sidebar-nav i, .sidebar-nav .sb-vl, .mi-s-nv .nav-item i, .sidebar-nav i, .sidebar-nav span
{
    transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
}
table tbody tr:hover td, table,  td, .sdv-sml
{
    transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}
::placeholder, ::-ms-input-placeholder, :-ms-input-placeholder{
    color: #a1a1a1!important;
    font-size: 14px!important;
    padding-left: 15px;
}
input,
input::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 3;
    padding-left: 15px;
}

.btn, button {
    padding: 8px 18px;
    border-radius: 50px;
}
.btn-primary{
    box-shadow: 0 10px 15px rgba(97,114,185,0.24);
}
.btn-danger{
    box-shadow:  0 10px 15px rgba(255, 99, 114, 0.20);
    background: #FF6372;
    outline: none;
    border: none;
}
.btn-outline-danger {
    outline: #FF6372;
    box-shadow:  0 10px 15px rgba(255, 99, 114, 0.20);
}
.btn-primary:hover{
    background: #667ACD!important;
}

.btn.m-btn{
    padding: 8px 25px;
}
.btn-refresh{
    background: #6782F5;
    color: white;
    box-shadow: 0 10px 15px rgba(97, 114, 185, 0.30);
}

input:focus{
    box-shadow: 0 10px 15px rgba(97, 114, 185, 0.30);
}
.share-btn{
    box-shadow: 0 10px 15px rgba(254, 187, 85, .30);
    background: rgb(254, 187, 85);
    color: white;
}
.share-btn:hover, .btn-refresh:hover{
    color: white;
}
.share-btn:hover{
    background: #F39200;
}
.btn-refresh:hover{
    background: #667ACD;
}
button, button:focus{
    outline: none;
    border: none;
}

header a svg path, rect{
    fill: #B3B8CC;
}
header .dropdown-menu a:hover span, header .dropdown-menu a:hover svg path, .dropdown-menu a:hover svg circle, .dropdown-menu
a:hover svg rect, .dropdown-toggle:hover svg rect
{
    fill: #F39200;
    color: #F39200;
}
.nav-item .nav-link i, .nav-item.active .sb-vl{
    color: #B3B8CC;
}
.nav-item.active i, .nav-item.active .sb-vl{
    color: #667ACD;
}
.mi-s-nv .nav-item i{
    color: #667ACD!important;
}
.mi-s-nv .nav-item:hover i{
    color: #F39200!important;
}
.resp-hde {
    transform: translateX(-100%);
}
.rounded-circle.nv-br{
    box-shadow: 0 5px 5px rgba(141,141,141,0.8);
    width: 35px;
    height: 35px;
}

.post-job-drp .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}
.post-job-drp .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
}
.post-job-drp .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
}
.post-job-drp .dropdown__filter {
    position: relative;
    display: flex;
    padding: 15px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    list-style: none;
}
.post-job-drp .dropdown__filter:focus {
    outline: none;
}
.post-job-drp .dropdown__filter::after {
    position: absolute;
    top: 38%;
    right: 40px;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg) translateX(-45%);
    transition: .2s ease-in-out;
}
.post-job-drp .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(141,141,141,0.25);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: .2s ease-in-out;
    background: white;
    z-index: 999;
}
.post-job-drp  .dropdown__select-option {
    transition: .3s;
    padding: 17px;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    margin: 10px;
    color: #B3B8CC;
    font-size: 14px;
    border-radius: 5px;
}
.post-job-drp .dropdown__select-option:last-of-type {
    border-bottom: 0;
}
.post-job-drp .dropdown__select-option:hover {
    background: #667ACD;
    color: white;
}


.post-job-drp .dropdown {
    width: 150px;
}

.search-inp{
    height: 50px;
    border-radius: 50px!important;
    box-shadow: 0 10px 15px rgba(141,141,141,0.10);
    cursor: pointer;
}
.search-btn.btn-primary{
    border-radius: 100px!important;
    padding: 8px 16px;
    margin-left: 3px;
    border: none;
    background: #667ACD;
    box-shadow: 0 10px 15px rgba(97,114,185,0.24);
}
.btns-grp {
    /*margin-left: 40px;*/
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.post-job-drp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.srh-jp-btn {
    display: flex;
    justify-content: space-between;
}
.jobs-resp-sec {
    margin-right: 30px;
}
.jb-pst-title {
    width: 25%;
    margin-top: 10px;
}
.jb-pts-body-md{
    display: none;
}
.jb-res-li{
    display: flex;
}
.jb-res-li + .jb-res-li {
    margin-top: 15px;
}
.jb-pts-card input[type='checkbox'] {
    background: red!important;
}

@media screen and (max-width: 768px){
    .jb-pst-title {
        width: 100%;
    }

    .btns-grp {
        margin-left:0;
        display: block;
        justify-content: space-between;
        width: 100%;
    }
    .srh-jp-btn {
        margin: 15px 0 0 0;
        display: flex;
        justify-content: space-between;
    }
    .btn, button{
        padding: 8px 30px!important;
        border-radius: 50px;
    }
    .md-nn{
        display: none!important;
    }

    .search-inp{
        height: 40px;
    }


}
@media screen and (max-width: 500px) {

    .srh-jp-btn {
        display: block!important;
        justify-content: space-between;
        text-align: right;
    }
    .pst-jb-btn{
        /*display: none;*/
    }
    .jb-pts-body{
        /*display: none;*/
    }
    .jb-pts-body-md{
        display: block;
    }
    .jb-pts-body-md{

    }


}




    .sidebar-nav svg {
        width: 20px;
    }

    .sidebar-nav .nav-item:after {
        content: '';
        display: none;
    }

    .sidebar-nav .active a {
        color: #667ACD;
    }

    .sidebar-nav .nav-item.active i {
        color: #667ACD !important;
    }

    .sidebar-nav a:hover {
        color: #F39200 !important;
    }

    .sidebar-nav li span {
    }

    .sidebar-nav .nav-item.active a {
        color: #F39200;
    }

    .sidebar-nav .nav-item:hover .dropdown-item {
        color: #F39200;
    }

    .sidebar-nav li:hover .sd-nv-l {
        color: #F39200;
    }

    .sidebar-nav #dropdown-lvl1 a {
        color: #B3B8CC;
    }

    .sidebar-nav #dropdown-lvl1 span:hover {
        color: #F39200;
    }

    .mi-s-nv .nav-item.active i {
        color: #F39200 !important;
    }

    .sidebar-nav a {
        color: #B3B8CC;
    }

    .sdv-sml .fas {
        color: #667ACD;
    }

    .jb-res-header.sticky-top {
        z-index: 10 !important;
    }

    #dropdown .nav-item {
        padding-left: 30px;
        text-align: left;
    }



    #wrapper {
        padding-left: 100px;
        transition: all .4s ease 0s;
        height: 100%
    }

    #sidebar-wrapper {
        margin-left: -110px;
        left: -70px;
        width: 250px;
        background: #fff;
        position: absolute;
        height: 100%;
        z-index: 100;
        transition: all .4s ease 0s;
        padding: 20px;
        border-radius: 0 10px 0 0;
    }

    .sidebar-nav {
        display: block;
        float: left;
        list-style: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #page-content-wrapper {
        padding-left: 0;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .page-content {
        padding: 0;
        margin: 0;
        border-radius: 5px;
    }

    #wrapper.active {
        padding-left: 260px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 90px;
        }

            #wrapper.active #sidebar-wrapper .sb-vl {
                display: initial;
            }

    #wrapper #sidebar-wrapper .sb-vl {
        display: none;
    }

    #wrapper.active .sdv-sml {
        opacity: 1;
    }

    #wrapper.active .sdv-sml {
        opacity: 0;
    }

    .sdv-sml {
        opacity: 1;
    }

    .sub_icon {
        transform: translateX(35px);
    }

#page-content-wrapper {
    width: 100%;
    min-height: 350px;
}


    .sidebar_name {
        padding-top: 25px;
        color: blue;
        opacity: .7;
    }

    .sidebar-nav li {
        line-height: 40px;
        text-indent: 20px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
        }

            .sidebar-nav li a:hover {
                color: #000;
                background: rgba(255,255,255,0.2);
                text-decoration: none;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        /*  line-height: 60px;*/
        font-size: 14px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #000;
                background: none;
            }

    #main_icon {
        float: right;
        padding-right: 35px;
        padding-top: 20px;
    }

    .sub_icon {
        float: right;
        padding-right: 15px;
        padding-top: 13px;
        opacity: 1;
    }

    .content-header {
        height: 65px;
        line-height: 65px;
    }

        .content-header h1 {
            margin: 0 0 0 20px;
            line-height: 65px;
            display: inline-block;
        }


    .sdv-sml {
        width: 70px;
        height: 100%;
        position: absolute;
        left: 170px;
        margin-top: 60px;
        display: flex;
        justify-content: center;
    }

        .sdv-sml .nav-item {
            display: block !important;
            margin: 0;
            padding: 20px 10px 10px 20px;
            width: 100%;
            cursor: pointer;
        }

            .sdv-sml .nav-item.active i {
                color: #F39200;
            }

        .sdv-sml .dropdown-menu {
            margin: 0;
            font-size: 14px;
            letter-spacing: 1px;
            color: #212121;
            background-color: #fff;
            border: none;
            border-radius: 3px;
            box-shadow: 10px 10px 20px 0 rgba(138, 155, 165, 0.20);
            transition: all 200ms linear;
            transform: translate(44px, -50px) !important;
        }


        .sdv-sml .nav-item:after {
            position: absolute;
            bottom: -5px;
            top: 27px;
            left: 50px;
            width: 2px;
            height: 30%;
            content: '';
            background-color: #667ACD;
            opacity: 0;
            transition: all 200ms linear;
        }

        .sdv-sml .nav-item:hover:after {
            bottom: 0;
            opacity: 0;
        }

        .sdv-sml .nav-item.active:after {
            opacity: 1;
            background-color: #F39200;
        }

        .sdv-sml .nav-item.active:hover:after {
            opacity: 1;
        }

    @media (max-width:767px) {

        #wrapper {
            padding-left: 215px;
            transition: all .4s ease 0s;
            height: 100%
        }

            #wrapper.active {
                padding-left: 85px;
            }

        #sidebar-wrapper {
            margin-left: 0;
            left: 0;
            width: 200px;
        }

        #wrapper.active #sidebar-wrapper {
            left: 0;
            width: 70px;
        }

        #wrapper.active .sidebar-nav {
            margin-left: -120px;
        }

        .sidebar-nav {
            margin-left: -30px;
        }

        .sdv-sml {
            width: 70px;
            height: 100%;
            position: absolute;
            left: -10px;
            margin-top: 60px;
            display: flex;
            justify-content: center;
        }

        #wrapper.active #sidebar-wrapper .sb-vl {
            display: initial;
            visibility: hidden;
            transition: 0.01s ease-in-out !important;
        }

        #wrapper #sidebar-wrapper .sb-vl {
            display: initial;
            visibility: visible;
        }

        #wrapper.active .sdv-sml {
            opacity: 1 !important;
        }

        .sdv-sml {
            opacity: 0 !important;
            transition: 0.1s ease-in-out;
        }

        .sidebar-brand {
            width: 100%;
            visibility: hidden;
        }
    }

    @media (max-width: 500px) {
    }
























    .start-header {
        opacity: 1;
        transform: translateY(0);
        padding: 20px 0;
        box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .start-header.scroll-on {
            box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
            padding: 10px 0;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .start-header.scroll-on .navbar-brand img {
                height: 24px;
                -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

    .navigation-wrap {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navbar {
        padding: 0;
        width: 100%;
    }

    .navbar-brand {
        position: fixed;
        left: 5%;
        top: 15px;
    }

    .navbar-toggler {
        float: right;
        border: none;
        padding-right: 0;
    }

        .navbar-toggler:active,
        .navbar-toggler:focus {
            outline: none;
        }

    .navbar-light .navbar-toggler-icon {
        width: 24px;
        height: 17px;
        background-image: none;
        position: relative;
        border-bottom: 1px solid #667ACD;
        transition: all 300ms linear;
    }

        .navbar-light .navbar-toggler-icon:after,
        .navbar-light .navbar-toggler-icon:before {
            width: 24px;
            position: absolute;
            height: 1px;
            background-color: #000;
            top: 0;
            left: 0;
            content: '';
            z-index: 2;
            transition: all 300ms linear;
        }

        .navbar-light .navbar-toggler-icon:after {
            top: 8px;
        }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translateY(8px) rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }

    .nav-link {
        color: #B3B8CC !important;
        font-weight: 500;
        transition: all 200ms linear;
    }

    .nav-item:hover .nav-link {
        color: #667ACD !important;
    }

    .nav-item.active .nav-link {
        color: #667ACD !important;
    }

    .nav-link {
        position: relative;
        padding: 5px 0 !important;
        display: inline-block;
    }

    .nav-item:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        background-color: #667ACD;
        opacity: 0;
        transition: all 200ms linear;
    }

    .nav-item:hover:after {
        bottom: 0;
        opacity: 1;
    }

    .nav-item.active:hover:after {
        opacity: 0;
    }

    .nav-item {
        position: relative;
        transition: all 200ms linear;
    }


    .bg-light {
        background-color: #fff !important;
        transition: all 200ms linear;
    }

    .section {
        position: relative;
        width: 100%;
        display: block;
    }

    .full-height {
        height: 100vh;
    }

    .over-hide {
        overflow: hidden;
    }


    #switch,
    #circle {
        cursor: pointer;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    #switch {
        width: 60px;
        height: 8px;
        border: 2px solid #667ACD;
        border-radius: 27px;
        background: #000;
        position: relative;
        display: block;
        margin: 0 auto;
        text-align: center;
        opacity: 1;
        transform: translate(0);
        transition: all 300ms linear;
        transition-delay: 1900ms;
    }


    .switched {
        border-color: #000 !important;
        background: pink !important;
    }

    .nav-item .dropdown-menu {
        transform: translate3d(0, 0, 0);
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        display: block;
        padding: 0;
        margin: 0;
        transition: all 200ms linear;
    }

    .nav-item:hover .dropdown-menu {
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .navbar .nav-item.show .dropdown-menu {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .navbar .nav-item.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        transform: translate3d(0, 0px, 0);
    }

    .dropdown-menu {
        padding: 10px !important;
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px;
        color: #212121;
        background-color: #fff;
        border: none;
        border-radius: 3px;
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        transition: all 200ms linear;
        transform: translate(-30px, 0) !important;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-item {
        padding: 15px 15px;
        color: #B3B8CC;
        border-radius: 2px;
        transition: all 200ms linear;
        margin-top: 5px;
        font-size: 14px;
    }

        .dropdown-item:hover,
        .dropdown-item:focus {
            color: #fff;
            background: #667ACD;
            box-shadow: 0 5px 15px rgba(0,0,0,.2);
            border-radius: 5px;
        }

    header .dropdown-menu {
        transform: translateX(-180px) !important;
    }

    .profile-drp.dropdown-menu {
        transform: translateX(-120px) !important;
    }

    .s-br .nav-item.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        transform: translate3d(100, 300px, 0);
    }

    .nv-glr a {
        cursor: pointer;
        width: 100%;
        font-size: 14px;
        text-decoration: none;
        color: #B3B8CC;
        padding: 30px;
    }

    .nv-glr i {
        font-size: 26px;
    }

    .nv-glr .lt-nm {
    }












    /* #Media
================================================== */
    /*

@media (max-width: 767px) {
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 1;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .profile-drp{
        transform: translateX(0);
    }


}
*/




    /*man content begin */

    .main-container {
        margin-top: 100px;
    }

    .content-sec {
        margin-right: 50px;
        padding-bottom: 100px;
    }

    .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    /*dashboard*/
    .dashboard-cards {
        width: 100%;
        padding-bottom: 30px;
    }

        .dashboard-cards .card {
            /*width: 28%;
    display: inline-block;
    margin-left: 25px;*/
            padding: 20px;
            border-radius: 10px;
            margin-top: 25px;
            border: none;
            box-shadow: rgba(0,0,0,0.05) 0 5px 30px;
        }








    .dc-cnt {
        display: flex;
        justify-content: space-between;
    }

    .dc-1 a {
        color: #7c73e6;
    }

    .dc-2 a {
        color: #F39200;
    }

    .dc-3 a {
        color: #27aa80;
    }

    .dc-4 a {
        color: #F39200;
    }

    .dc-5 a {
        color: #F39200;
    }

    .dc-5 a {
        color: #00b7c2;
    }

    .dc-6 a {
        color: #ff5722;
    }

    .dc-tl {
        font-size: 18px;
        color: #B3B8CC;
    }

    .dc-txt {
        font-size: 2.2em;
    }

    .dc-icon a {
        font-size: 45px;
    }

    .dc-icon {
    }


    /*Matched jobs*/
    .matched-jobs-sec .title {
        padding-bottom: 10px;
    }

    .jb-cards {
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
    }

        .jb-cards .card {
            cursor: pointer;
            padding: 30px 10px;
            border-radius: 10px;
            margin-top: 15px;
            border: none;
            color: #6E7385;
        }

    .card-img img {
        border-radius: 5px;
    }

    .jb-title {
        font-size: 24px;
        color: #2A314B;
    }

        .jb-title h3 {
            font-size: 24px;
            color: #2A314B;
        }

        .jb-title div, .jb-title i {
            font-size: 14px;
            cursor: pointer;
        }

            .jb-title div:hover, i:hover {
            }

    .jb-pe {
        padding: 5px 0;
    }

    .jb-skl {
        padding: 5px 0;
    }

    .jb-dcp {
        padding: 5px 0;
    }

    .jb-pe {
        padding: 5px 0;
    }

    .jb-cmp {
        font-size: 18px;
    }

    .jb-pkg {
        display: flex;
        margin-left: -15px;
        margin-top: 5px;
    }

        .jb-pkg div {
            margin-left: 15px;
        }

    .jb-footer {
        display: flex;
        justify-content: space-between;
        padding: 25px 25px 0 0px;
    }

    /*view details*/
    .viewDetails-sec {
        margin-bottom: 50px;
    }

        .viewDetails-sec .card {
            padding: 20px;
            border-radius: 10px;
            margin-top: 25px;
            border: none;
            box-shadow: rgba(0,0,0,0.05) 0 5px 30px;
        }

        .viewDetails-sec .jb-title {
            padding-bottom: 5px;
        }

    .jb-skills span {
        background: #F5F5F5;
        padding: 5px 15px;
        border-radius: 50px;
        font-size: 14px;
        line-height: 40px;
    }

    .cm-md {
        display: none;
    }

    .ed-title {
        font-weight: 600;
        font-size: 16px;
    }

    .cv-upld-date {
        font-size: 12px;
        font-weight: normal !important;
    }




    .upd-cv {
        padding-top: 30px;
    }

    .box-fileupload {
        border-radius: 3px;
    }

    .file-upload-wrapper {
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }

    .box-fileupload {
        border-radius: 6px;
        margin: auto;
    }

    .file-upload-input {
        display: none;
    }

    label.file-upload-btn {
        width: 100px;
        height: 65px;
        background-image: url(http://www.pngall.com/wp-content/uploads/2/Upload-PNG-Image-File.png);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-repeat: no-repeat;
        text-align: center;
        margin: auto;
        cursor: pointer;
        opacity: 0.5;
    }

    .cv-txt {
        font-size: 14px;
    }








    @media screen and (max-width: 768px) {

        .content-sec {
            margin-right: 30px;
        }

        .dashboard-cards .card {
            width: auto;
            display: inline-block;
            margin-left: 0;
            padding: 20px;
            border-radius: 10px;
            margin-top: 10px;
            border: none;
            box-shadow: rgba(0,0,0,0.05) 0 5px 30px;
        }
        .jb-cards .card {
            cursor: pointer;
            padding: 10px 10px;
            border-radius: 10px;
            margin-top: 10px;
            border: none;
            color: #6E7385;
        }
        .dc-cnt {
            display: flex;
            justify-content: space-between;
        }

        .dc-txt {
            font-size: 2em;
            text-align: left;
        }

        .card-dtls {
            padding: 0 10px 1px 10px;
            width: 100%;
        }

        .jb-pkg {
            display: block;
            margin-left: -15px;
            padding: 0 0 0 0;
        }

        .card-img.cm-lg {
            display: none;
        }

        .cm-md {
            display: flex;
            justify-content: space-between;
            margin-left: 30px;
        }

            .cm-md img {
                width: 80px;
                height: 80px;
            }
    }

    @media screen and (max-width: 500px) {
        .mobile_view_profilename .ml-2 {
            margin-left: 0rem !important;
        }
        .mobile_view_profilename .namedisplay {
            display: block;
            text-align: right;
            position: absolute;
            right: 0;
            width: 280px;
            top: 28px;
        }
        .mobile_view_profilename .Welcomenote{
            display:none;
        }

        .content-sec {
            margin-right: 15px;
        }

        .dashboard-cards .card {
            text-align: center;
            width: 100%;
            display: inline-block;
            margin-left: 0px;
            padding: 20px;
            border-radius: 10px;
            margin-top: 25px;
            border: none;
            box-shadow: rgba(0,0,0,0.05) 0 5px 30px;
        }

        .dc-cnt {
            display: flex;
            justify-content: space-between;
        }

        .jb-footer {
            display: block;
            justify-content: space-between;
            padding: 25px 25px 0 10px;
        }
    }

    @media screen and (max-width: 320px) {
        .cm-md {
            display: none;
        }
    }

    .srch-inp .form-control, .custom-select {
        margin-top: 15px;
    }

    .search-box .position-fixed {
        padding-bottom: 50px;
        z-index: 199;
    }

    .srch-btn {
        padding-top: 50px;
        text-align: center;
    }

    .card {
        border-radius: 5px;
        border: none;
    }


    .pro-d .card {
        position: sticky;
        top: 300px;
    }




    /*profile*/
    .profile-content {
        text-align: center;
        margin: auto;
    }

    .prf-hd {
        display: flex;
    }

    .profile-image {
        display: flex;
    }
    /*image*/
    .avatar-upload {
        /*max-width: 205px;*/
        text-align: center;
    }
        /*image change icon*/
        .avatar-upload .avatar-edit {
        }

            .avatar-upload .avatar-edit input {
                display: none;
            }

                .avatar-upload .avatar-edit input + label {
                    width: 30px;
                    height: 30px;
                    border-radius: 100%;
                    background: #FFFFFF;
                    border: 1px solid transparent;
                    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                    cursor: pointer;
                    font-weight: normal;
                    transition: all 0.2s ease-in-out;
                }

                    .avatar-upload .avatar-edit input + label:hover {
                        background: #f1f1f1;
                        border-color: #d6d6d6;
                    }

                    .avatar-upload .avatar-edit input + label:after {
                    }

        .avatar-upload .avatar-preview {
            width: 100px;
            height: 100px;
            position: relative;
            border-radius: 100%;
            border: 6px solid #F8F8F8;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        }

            .avatar-upload .avatar-preview > div {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }


    .profile-title {
        margin-left: 30px;
        margin-top: 15px;
    }

    .profile-name {
        font-size: 26px;
    }

    .prf-contact {
        text-align: left;
        margin-left: 30px;
        margin-top: 15px;
    }

    .pending-actions {
        text-align: left;
        border-radius: 5px;
        width: 30%;
        margin-left: 30px;
    }

        .pending-actions a {
            font-weight: 600;
        }

    .prf.progress {
    }

    .prf.progress-bar {
        width: 0;
        background: #667ACD;
    }

    /*basic information*/

    .info-card {
        width: 71%;
    }
    /*profile nav bar*/
    .profile-sd-br {
        max-width: 30%;
        transition: 1s ease-in-out;
        position: absolute;
        right: 0;
    }

    .pf-d {
        position: fixed;
        top: 100px;
        right: 0;
        max-width: 30%;
        transition: 1s ease-in-out;
    }

    .fxd-lf-nv ul li {
        display: block;
    }

    .sub-title {
        color: #a1a1a1;
        font-size: 14px;
    }

    .jb-rq {
        width: 100%;
    }


    @media screen and (max-width: 768px) {

        .jb-rq {
            width: 100%;
        }
    }

    @media screen and (max-width: 600px) {

        header .dropdown-menu {
            transform: translateX(-220px) !important;
        }
    }





    /*employee*/
    .icon-github {
        width: 16px;
        height: 16px;
    }

    .bootstrap-tagsinput {
        width: 100%;
    }

    .accordion {
    }

    .accordion-group {
        border: none;
    }

    .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }

    .twitter-typeahead .tt-hint {
        display: none;
    }

    .tt-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        padding: 10px 5px;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        cursor: pointer;
    }

    .tt-suggestion {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .tt-suggestion:hover,
        .tt-suggestion:focus {
            color: #fff;
            text-decoration: none;
            outline: 0;
            background-color: #667ACD;
        }




    .bootstrap-tagsinput {
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        display: inline-block;
        padding: 8px;
        color: #555;
        vertical-align: middle;
        border-radius: 4px;
        max-width: 100%;
        line-height: 22px;
        cursor: text;
    }

        .bootstrap-tagsinput input {
            border: none;
            box-shadow: none;
            outline: none;
            background-color: transparent;
            padding: 0 6px;
            margin: 0;
            width: auto;
            max-width: inherit;
        }

        .bootstrap-tagsinput.form-control input::-moz-placeholder {
            color: #777;
            opacity: 1;
        }

        .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
            color: #777;
        }

        .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
            color: #777;
        }

        .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

        .bootstrap-tagsinput .tag {
            background: #667ACD;
            color: white;
            padding: 5px 15px;
            border-radius: 5px;
        }

            .bootstrap-tagsinput .tag [data-role="remove"] {
                cursor: pointer;
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:after {
                    content: "x";
                    padding: 0px 5px;
                    font-weight: 600;
                    color: #fff;
                }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
                }

                    .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                    }

    .skls-inp + .skls-inp {
        margin-top: 15px;
    }

    .jb-details {
        margin-top: 15px;
        padding: 30px 30px 30px;
    }

    .pab-content {
        max-width: 65%;
    }

    .inp-title {
        font-weight: 600 !important;
        color: #6E7385;
    }




    @media screen and (max-width: 768px) {
        .jb-details {
            max-width: 95%;
        }

        .remove-field span {
            display: none;
        }

        .remove-field button {
            padding: 7px 5px !important;
            ;
            margin: 0 !important;
        }

        .pab-content {
            max-width: 95%;
        }
    }


    /*responsive*/
    @media screen and (max-width: 1200px) {
        .info-card {
            width: 70%;
        }
    }

    @media screen and (max-width: 900px) {
        .prf-hd {
            display: block !important;
            justify-content: space-between;
        }
        /*image*/
        .avatar-upload {
            /*max-width: 205px;*/
            justify-content: center;
            text-align: center !important;
            margin: auto !important;
        }

        .avatar-preview {
            margin-left: 50px !important;
        }

        .avatar-upload {
        }

        .avatar-edit {
        }

        .profile-image {
            display: block;
        }

        .pending-actions {
            margin-top: 15px;
            text-align: left;
            border-radius: 5px;
            width: 90%;
            font-size: 14px;
            padding: 15px;
        }

        .profile-sd-br {
            display: none;
        }

        .info-card {
            width: 100%;
        }
    }

    @media screen and (max-width: 768px) {


        .profile-title {
            margin-left: 0;
        }

        .profile-name {
            font-size: 26px;
        }

        .prf-contact {
            margin-left: 0;
        }

        .pending-actions {
            border-radius: 5px;
            width: 100%;
            margin-left: 0;
            padding: 15px;
        }

            .pending-actions a {
                color: #2A314B;
            }
    }

    @media screen and (max-width: 600px) {
        .profile-hdr-card {
            padding: 10% 5%;
        }

        .avatar-preview {
            margin-left: 40px !important;
        }

        .avatar-upload {
            padding-top: 0;
        }

        .pending-actions {
            text-align: left;
            border-radius: 5px;
            color: #2A314B;
            width: 90%;
            font-size: 14px;
            background: transparent;
            padding: 0;
        }

            .pending-actions a {
                margin-top: 30px;
                font-size: 18px;
                font-weight: 600;
                color: #2A314B;
            }

        .prf.progress-bar {
            width: 0;
            background: #667ACD;
        }
    }


    /*Post a JOb*/
    .jb-pts-card {
        background: white;
        padding: 35px 20px;
    }

    .box-cnt-al {
        margin-left: 35px;
    }

        .box-cnt-al .form-group + .form-group {
            margin-left: 30px;
        }

    .pst-jbs-titles {
        display: flex;
        justify-content: space-between;
        margin-left: 32px;
        border-bottom: 1px solid rgb(226,226,226);
        padding-bottom: 20px;
    }

    .jb-pstd-lst {
        display: flex;
    }

    .pjb-lst {
        margin-left: 35px;
        /*font-size: 18px;*/
        font-weight: 400;
        width: 100%;
        border-bottom: 1px solid rgb(226,226,226);
        padding-bottom: 20px;
    }

    .jb-pts-body .jb-tl {
        width: 45%;
        text-align: left;
        margin: 0 auto;
    }

    .jb-pts-body .apld-cnt {
        width: 20%;
        text-align: center;
        margin: 0 auto;
    }

    .jb-pts-body .apld-date {
        width: 35%;
        text-align: right;
        margin: 0 auto;
    }

    .w-100-pc {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .w-100-pc li {
        }

    li {
        list-style: none;
    }

    .asb {
        display: flex;
        justify-content: space-between;
    }

    .md-incs {
        font-size: 14px !important;
    }

    .custom-checkbox {
        cursor: pointer;
    }

    .box-cnt-al .custom-select, .box-cnt-al select, .h-filter-bar .custom-select, .h-filter-bar select {
        margin-top: 0;
        /*background: none!important;*/
        border: none;
        color: #a1a1a1;
        cursor: pointer;
    }

    .custom-select, .h-filter-bar select {
    }

    .box-cnt-al .custom-select option {
        background: #fff !important;
        border: none !important;
        outline: none !important;
        font-size: 18px;
        color: #B3B8CC;
    }

    .csr-p {
        cursor: pointer;
    }

    .jbs-resp-hdr {
    }

    .jb-res-header {
        padding: 20px 20px 0 20px;
        background: white;
        color: #a1a1a1;
        box-shadow: 0 5px 10px rgba(0,0,0,0.10);
    }

    .primary-txt-hover:hover {
        color: #667ACD !important;
    }

    .ap-lst-cnt {
        line-height: 25px;
    }

    .jb-apl-sec {
        margin-top: 15px;
        padding: 20px;
        background: #fff;
    }
    /*application details*/
    .apl-details {
        margin-left: 33px;
    }

    .apl-name {
        font-size: 22px;
    }

    .apl-rol {
        font-size: 14px;
    }

    .apl-sb-tl {
        color: #a1a1a1;
        font-size: 14px;
    }

    .apl-dls-rw {
        width: 100%;
    }

    .apl-nm {
        font-weight: 400;
        font-size: 14px;
    }

    .apl-dl {
    }

    .apl-date- {
        color: #a1a1a1;
        margin-top: 15px;
        text-align: right;
    }



    .apld-sts-slt select {
        border: none;
        outline: none;
        background: #667ACD;
        color: white;
        padding: 8px;
        border-radius: 50px;
    }

    .apld-sts-slt option {
        background: white;
        color: #a1a1a1;
    }




    /*sign in*/

    .sign-in {
        background: #fff;
        text-align: center;
        margin: 0 auto;
        width: 40%;
        padding: 40px;
        border-radius: 10px;
    }

        .sign-in .form-group {
            text-align: left;
        }

        .sign-in .btn {
            text-align: center;
            margin: auto;
        }

    table {
        width: 100%;
        /*font-size: 14px;*/
    }

    .exmployee-table table tr {
        background: #fff;
    }

    .exmployee-table table tbody td {
        padding: 20px;
    }

    .exmployee-table table thead td {
        font-size: 14px;
        font-weight: 600;
        padding: 20px 20px 0 20px;
    }

    .exmployee-table table tbody tr:hover td {
        padding-top: 25px;
    }

    .exmployee-table table thead td + td, .exmployee-table table tbody td + td {
        margin-left: 10px;
    }

    .rc-jb-tl {
        width: 15%;
    }

    .rc-jb-am {
        width: 15%;
    }

    .rc-jb-rl {
        width: 15%;
    }

    .rc-jb-exp {
        width: 8%;
    }

    .rc-jb-eml {
        width: 15%;
    }

    .rc-jb-mbl {
        width: 15%;
    }
    /*.rc-jb-cv{
    width: 5%;
}*/
    .rc-jb-ad {
        width: 10%;
    }

    .rc-jb-ac {
        width: 10%;
    }

    .emp-ed-hd {
        background: rgba(0,0,0,0.10);
        height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 99999;
        display: flex;
    }

        .emp-ed-hd .card {
            padding: 35px 25px;
            box-shadow: 0 5px 30px rgba(0,0,0,0.15);
        }

    .cldr-in {
        font-size: 22px;
    }

    .clndr, .clndr:focus {
        border: none;
        background: white !important;
    }



    #datetimepicker1 {
        background: #667ACD;
        color: white;
    }

    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active {
        background: #667ACD;
        color: white;
        border-radius: 50px;
        box-shadow: 0 5px 15px rgba(141,141,141, 0.5);
    }

    .datepicker table td {
        padding: 15px;
    }

    .datepicker table thead tr {
        background: #667ACD;
        font-size: 16px;
        color: white;
    }

    .datepicker table td:hover {
        background: #F39200;
        color: white;
        border-radius: 50px;
    }



    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #667ACD;
        color: white;
        border: none;
        outline: none;
    }

    .clockpicker-canvas line {
        stroke: #F39200;
        stroke-width: 1;
        stroke-linecap: round;
    }

    .clockpicker-canvas-bg {
        stroke: none;
        fill: #F39200;
    }

    .clockpicker-plate {
        background-color: #667ACD;
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        overflow: visible;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .clockpicker-tick {
        border-radius: 50%;
        color: #fff;
        line-height: 26px;
        text-align: center;
        width: 26px;
        height: 26px;
        position: absolute;
        cursor: pointer;
    }

        .clockpicker-tick.active, .clockpicker-tick:hover {
            background-color: #F39200;
            background-color: rgba(0,149,221,.25);
        }

    .w-100pc {
        width: 80% !important;
    }

    .w-70pc {
        width: 40% !important;
    }

    .trng-apl-list {
        display: flex;
        justify-content: space-between;
        margin-left: 48px;
        border-bottom: 1px solid rgb(226,226,226);
        padding-bottom: 20px;
    }

    .dtl-lt div:nth-child(1) {
        width: 40%;
    }

    @media screen and (max-width: 768px) {
        .dtl-lt div:nth-child(1) {
            width: 100%;
        }
    }

    .arw- {
        position: fixed;
        font-size: 12px;
    }


    .latest-apl-sec {
        display: none;
        text-align: left;
    }

    .apl-fr-dls div:nth-child(1) {
        color: #a1a1a1;
        font-weight: normal;
        font-size: 14px;
    }

    .apl-fr-dls div:nth-child(2) {
        font-weight: normal;
        font-size: 14px;
    }

    .latest-apl {
        padding: 20px;
        margin-top: 15px;
    }

    .apl-bdy {
        padding-bottom: 5px;
    }

    .apl-ftr {
        margin-top: 15px;
        border-top: 1px solid rgba(0,0,0,0.1);
    }

        .apl-ftr a {
            color: #a1a1a1;
        }

    .apl-fr-dls {
        display: flex;
    }

        .apl-fr-dls div:nth-child(3) {
            margin-left: 30px;
        }

    @media screen and (max-width: 768px) {
        .sign-in {
            width: 90%;
        }

        .h3, h3 {
            font-size: 1.5rem;
        }

        .latest-apl-sec {
            display: block;
        }

        .apl-fr-dls div:nth-child(1) {
            width: 25%;
        }

        .apl-fr-dls div:nth-child(2) {
            font-weight: normal;
            font-size: 14px;
        }

        .apl-cd.dlw {
            padding-top: 15px;
        }

            .apl-cd.dlw div + div {
                margin-left: 15px;
            }

        .apl-btn {
            padding-top: 15px;
        }

        .apl-date- {
            color: #a1a1a1;
            margin-top: 15px;
            text-align: left;
        }

        .apl-btn button {
            padding: 7px 14px !important;
        }

        .apl-btn div + div {
            margin-left: 15px !important;
        }

        .jb-pts-hdr .fa-file-download {
            display: none;
        }
    }

    @media screen and (max-width: 500px) {
        .apl-fr-dls div:nth-child(1) {
            width: 25%;
        }
    }

    @media screen and (max-width: 400px) {
        .apl-fr-dls div:nth-child(1) {
            width: 25%;
        }
    }

    @media screen and (max-width: 375px) {
        .apl-fr-dls {
            display: block;
        }

            .apl-fr-dls div:nth-child(3) {
                margin-left: 0;
            }

            .apl-fr-dls div:nth-child(1) {
                width: 100%;
            }

        .apl-ftr div {
            display: block;
        }
    }


    footer {
        margin-top: 50px;
        z-index: 105;
        position: relative;
    }

    .footer-sec {
        background: #283F6F;
        padding-top: 30px;
    }

    .footer-content {
    }

    .footer-tm {
        bottom: 0;
        background: #20335B;
        padding: 3%;
        color: rgba(255,255,255,0.2);
    }

        .footer-tm a {
            color: rgba(255,255,255,0.2);
        }

    .my-city-sites {
        width: 90%;
    }

    .my-city-site {
        display: inline-block;
    }

    .my-city-madurai-logo {
        width: 130%;
        height: auto;
        padding: 10px;
    }

    .my-city-jobs-logo-f {
    }

    .my-city-network {
        /*  background: url("../assets/footer_bg-1.png") no-repeat;*/
        width: 100%;
        position: absolute;
    }

        .my-city-network img {
            width: 100%;
            height: 500px;
        }

    .mrk {
        position: absolute;
        top: 28%;
        left: 22%;
        cursor: pointer;
    }

    .bubble-sec {
        position: absolute;
        top: 22%;
        left: 23%;
        cursor: pointer;
    }

    .europe .mrk {
        top: 15%;
        left: 55%;
    }

    .europe .bubble-sec {
        top: 9%;
        left: 56%;
    }

    .middle-east .mrk {
        top: 43%;
        left: 52%;
    }

    .middle-east .bubble-sec {
        top: 36%;
        left: 53.2%;
    }

    .india .mrk {
        top: 33%;
        left: 66%;
    }

    .india .bubble-sec {
        top: 28%;
        left: 67%;
    }

    .brazil .mrk {
        top: 56%;
        left: 30%;
    }

    .brazil .bubble-sec {
        top: 51%;
        left: 31%;
    }

    .brazil .mrk {
        top: 56%;
        left: 30%;
    }

    .brazil .bubble-sec {
        top: 49%;
        left: 31%;
    }

    .south-east-asia .mrk {
        top: 40%;
        left: 83%;
    }

    .south-east-asia .bubble-sec {
        top: 35%;
        left: 84%;
    }

    .australia .mrk {
        top: 63%;
        left: 83%;
    }

    .australia .bubble-sec {
        top: 56%;
        left: 84%;
    }

    .ntw-list {
        display: none;
    }

    @media screen and (max-width: 768px) {
        .my-city-madurai-logo {
            width: 60%;
        }

        .my-city-sites {
            text-align: center;
            margin: auto;
        }

        .my-city-network .bubble {
            display: none;
        }

        .ntw-list {
            background: rgb(40,63,111);
            color: white;
            display: block;
            padding: 20px;
        }

            .ntw-list a {
                color: #fff;
                padding: 5px;
                line-height: 35px;
            }

        .europe .mrk {
            top: 15%;
            left: 55%;
        }

        .middle-east .mrk {
            top: 36%;
            left: 55%;
        }

        .india .mrk {
            top: 30%;
            left: 66%;
        }

        .brazil .mrk {
            top: 50%;
            left: 30%;
        }

        .south-east-asia .mrk {
            top: 38%;
            left: 83%;
        }

        .australia .mrk {
            top: 55%;
            left: 83%;
        }

        .canada .pin {
            background: #00bcd4;
        }

        .canada .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #00bcd4;
            -o-box-shadow: 0 0 3px 5px #00bcd4;
            -webkit-box-shadow: 0 0 3px 5px #00bcd4;
            box-shadow: 0 0 3px 5px #00bcd4;
        }

        .europe .pin {
            background: #d3de32;
        }

        .europe .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #d3de32;
            -o-box-shadow: 0 0 3px 5px #d3de32;
            -webkit-box-shadow: 0 0 3px 5px #d3de32;
            box-shadow: 0 0 3px 5px #d3de32;
        }

        .south-east-asia .pin {
            background: #ffbd69;
        }

        .south-east-asia .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #ffbd69;
            -o-box-shadow: 0 0 3px 5px #ffbd69;
            -webkit-box-shadow: 0 0 3px 5px #ffbd69;
            box-shadow: 0 0 3px 5px #ffbd69;
        }

        .brazil .pin {
            background: #f2a51a;
        }

        .brazil .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #f2a51a;
            -o-box-shadow: 0 0 3px 5px #f2a51a;
            -webkit-box-shadow: 0 0 3px 5px #f2a51a;
            box-shadow: 0 0 3px 5px #f2a51a;
        }

        .middle-east .pin {
            background: #856c8b;
        }

        .middle-east .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #856c8b;
            -o-box-shadow: 0 0 3px 5px #856c8b;
            -webkit-box-shadow: 0 0 3px 5px #856c8b;
            box-shadow: 0 0 3px 5px #856c8b;
        }

        .australia .pin {
            background: #be79df;
        }

        .australia .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #be79df;
            -o-box-shadow: 0 0 3px 5px #be79df;
            -webkit-box-shadow: 0 0 3px 5px #be79df;
            box-shadow: 0 0 3px 5px #be79df;
        }

        .india-md i {
            color: #ff7171;
        }

        .canada-md i {
            color: #00bcd4;
        }

        .europe-md i {
            color: #d3de32;
        }

        .south-east-asia-md i {
            color: #ffbd69;
        }

        .middle-east-md i {
            color: #856c8b;
        }

        .australia-md i {
            color: #be79df;
        }

        .brazil-md i {
            color: #f2a51a;
        }
    }

    @media screen and (max-width: 600px) {
        .my-city-network img {
            width: 100%;
            height: 300px;
        }

        .mrk {
            position: absolute;
            top: 20%;
            left: 22%;
            cursor: pointer;
        }

        .europe .mrk {
            top: 13%;
            left: 58%;
        }

        .middle-east .mrk {
            top: 33%;
            left: 55%;
        }

        .india .mrk {
            top: 23%;
            left: 67%;
        }

        .brazil .mrk {
            top: 40%;
            left: 30%;
        }

        .south-east-asia .mrk {
            top: 25%;
            left: 83%;
        }

        .australia .mrk {
            top: 45%;
            left: 83%;
        }
    }










    /* bubble */
    .bubble {
        box-sizing: border-box;
        float: left;
        width: auto;
        max-width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        clear: both;
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-shadow: 0 5px 10px rgba(141,141,141,0.5);
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0 !important;
        /*  color: #000;*/
        text-shadow: 0 1px 1px rgba(255,255,255,0.8);
        word-wrap: break-word;
    }

        .bubble:before, .bubble:after {
            border-radius: 20px / 5px;
            content: '';
            display: block;
            position: absolute;
        }

        .bubble:before {
            border: 10px solid transparent;
            bottom: 0px;
            left: -7px;
            z-index: -2;
        }

        .bubble:after {
            border: 8px solid transparent;
            border-bottom-color: #fff; /* arrow color */
            bottom: 1px;
            left: -5px;
        }


    .bubble-alt {
        float: right;
    }

        .bubble-alt:before {
            left: auto;
            right: -7px;
        }

        .bubble-alt:after {
            left: auto;
            right: -5px;
        }









    .pin {
        width: 30px;
        height: 30px;
        border-radius: 50% 50% 50% 0;
        background: #ff7171;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: -20px 0 0 -20px;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        animation-duration: 1s;
    }

        .pin:after {
            content: '';
            width: 14px;
            height: 14px;
            background: #f6f4e6;
            margin-top: 8px;
            margin-left: -7px;
            position: absolute;
            border-radius: 50%;
        }

    .pulse {
        background: rgba(0,0,0,0.2);
        border-radius: 50px;
        height: 15px;
        width: 15px;
        margin: 11px 0px 0px -12px;
        -webkit-transform: rotateX(55deg);
        -moz-transform: rotateX(55deg);
        -o-transform: rotateX(55deg);
        -ms-transform: rotateX(55deg);
        transform: rotateX(55deg);
        z-index: -2;
    }

        .pulse:after {
            content: "";
            border-radius: 50%;
            height: 40px;
            width: 40px;
            position: absolute;
            margin-top: -12px;
            margin-left: -20px;
            -webkit-animation: pulsate 1s ease-out;
            -moz-animation: pulsate 1s ease-out;
            -o-animation: pulsate 1s ease-out;
            -ms-animation: pulsate 1s ease-out;
            animation: pulsate 1s ease-out;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            -ms-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-box-shadow: 0 0 3px 2px #ff7171;
            box-shadow: 0 0 3px 5px #ff7171;
            -webkit-animation-delay: 1.1s;
            -moz-animation-delay: 1.1s;
            -o-animation-delay: 1.1s;
            -ms-animation-delay: 1.1s;
            animation-delay: 1.1s;
        }

    @-moz-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @-webkit-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @-o-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @-moz-keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }

    @-webkit-keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }

    @-o-keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }

    @keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }










    .flip-container {
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -o-perspective: 1000;
        perspective: 1000;
    }

        .flip-container:hover .flipper,
        .flip-container.hover .flipper {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

    .flip-container, .front, .back {
        width: 150px;
        height: 150px;
    }

    .flipper {
        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }

    .front, .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .front {
        background: rgba(0,0,0,0.9);
        z-index: 2;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: url("../assets/footer-images/1.jpg") 0 0 no-repeat;
    z-index: 10;
}

    .front.two, .front.four, .front.six, .front.eight, .front.ten, .front.twelve {
        background: #fff;
    }

    .front.three, .front.five, .front.seven, .front.nine, .front.eleven {
        background: #000;
    }

    .back.two {
        background: url("../assets/footer-images/2.jpg") 0 0 no-repeat;
    }

    .back.three {
        background: url("../assets/footer-images/3.jpg") 0 0 no-repeat;
    }

    .back.four {
        background: url("../assets/footer-images/4.jpg") 0 0 no-repeat;
    }

    .back.five {
        background: url("../assets/footer-images/5.jpg") 0 0 no-repeat;
    }

    .back.six {
        background: url("../assets/footer-images/6.jpg") 0 0 no-repeat;
    }

    .back.seven {
        background: url("../assets/footer-images/7.jpg") 0 0 no-repeat;
    }

    .back.eight {
        background: url("../assets/footer-images/8.jpg") 0 0 no-repeat;
    }

    .back.nine {
        background: url("../assets/footer-images/9.jpg") 0 0 no-repeat;
    }

    .back.ten {
        background: url("../assets/footer-images/10.jpg") 0 0 no-repeat;
    }

    .back.eleven {
        background: url("../assets/footer-images/11.jpg") 0 0 no-repeat;
    }

    .back.twelve {
        background: url("../assets/footer-images/12.jpg") 0 0 no-repeat;
    }

    .front .name {
        font-size: 2em;
        display: inline-block;
        background: rgba(33, 33, 33, 0.9);
        color: #f8f8f8;
        font-family: Courier;
        padding: 5px 10px;
        border-radius: 5px;
        bottom: 60px;
        left: 25%;
        position: absolute;
        text-shadow: 0.1em 0.1em 0.05em #333;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    .back-logo {
        position: absolute;
        top: 40px;
        left: 90px;
        width: 160px;
        height: 117px;
        background: url(http://davidwalsh.name/demo/logo.png) 0 0 no-repeat;
    }

    .back-title {
        font-weight: bold;
        color: #00304a;
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
        text-align: center;
        text-shadow: 0.1em 0.1em 0.05em #acd7e5;
        font-family: Courier;
        font-size: 2em;
    }

    .back p {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 20px;
        font-family: arial;
        line-height: 2em;
    }

    .sltpk-dpw select {
        background: none !important;
    }

    .sltpk-dpw .dropdown-item {
    }

    .sltpk-dpw .dropdown .dropdown-item {
        margin: 5px 0 5px 30px;
        padding: 5px 0 5px 15px;
        color: #B3B8CC;
    }

        .sltpk-dpw .dropdown .dropdown-item:hover {
            color: #fff;
            background: rgba(243,146,0,0.5);
            box-shadow: 0 3px 10px rgba(243,146,0,0.5);
        }

    .sltpk-dpw .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        background: #667ACD;
        border-radius: 5px !important;
        box-shadow: 0 3px 10px rgba(102,122,205,0.5);
    }

        .sltpk-dpw .dropdown-item.active:hover {
            background: #667ACD;
            box-shadow: 0 3px 10px rgba(102,122,205,0.5);
        }

    .sltpk-dpw .btn-light {
        background: #fff;
        border-radius: 5px !important;
        border: 1px solid #ced4da;
        height: 45px;
    }

    .em-dl-pp, .ed-pp, .usr-phd-pp, .usr-bi-pp, .usr-adr-pp {
        display: none;
    }

        .am-fg, .em-dl-pp, .ed-pp. .usr-phd-pp, .usr-bi-pp, .usr-adr-pp {
            opacity: 0;
        }

    .education- .sltpk-dpw select, .education- .sltpk-dpw select option {
        width: 100% !important;
    }

    .education- .dp-default {
        display: none !important;
    }






    /*************/
    .jbs_card, .jb_ftr a {
        transition: all 0.3s ease-in-out;
    }

    .jbs_card {
        border: #fff 2px solid;
    }

        .jbs_card:hover {
            cursor: pointer;
            border: #667ACD 2px solid !important;
            box-shadow: rgba(102,122,205,0.3) 0 5px 20px;
            transform: translateY(-2px);
        }

            .jbs_card:hover .jb_ftr a {
                color: #F39200;
            }

    .jb_ftr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .jbs_card img {
        /*width: 60px;*/
        text-align: left;
        /*width: 84px;*/
        padding: 0;
    }

    .p-sm {
        font-size: 12px;
    }

    .p-md {
        font-size: 14px;
    }

    .jb-title {
        font-size: 22px;
    }

    .jb-cmp {
        font-size: 14px;
    }

    .jb-skl span {
        font-size: 14px;
        padding: 4px 6px;
    }

    .txt-drk-2 {
        color: #2A314B;
    }

    @media screen and (max-width: 500px) {
        .jb-title {
            font-size: 1rem;
            line-height: 20px;
        }
    }
    /*=======================Ramesh updated on 12-1-2021==============*/
    dl {
        margin-bottom: 1rem;
    }

        dl dt {
            float: left;
            padding: .2rem 0;
        }

        dl dd {
            text-align: right;
            padding: .2rem 0;
        }


    /*------ Additional Info ------*/
    .additional-info {
        padding: .5rem 0 .5rem 1rem;
        /*margin-right: 2rem;*/
        position: relative;
        /*margin-left: 27rem;*/
        width: 100%;
    }

        .additional-info ul {
            background-color: #fbfbfb;
            /*border-radius: .3rem;*/
            margin-bottom: 0;
            padding: 1.5rem;
            width: 100%;
            border-bottom: 1px solid #e5e5e5;
        }

            .additional-info ul li {
                display: inline-block;
                margin-right: 5rem;
            }

                .additional-info ul li figure {
                    float: none;
                }

                .additional-info ul li aside {
                    text-align: left;
                }


                /*background-color: transparent;*/
                .additional-info ul li figure {
                    padding: 0;
                    margin-bottom: -.4rem;
                    font-size: 1rem;
                }

    .ui-datepicker-trigger {
        position: absolute;
        right: 0;
        vertical-align: middle;
        padding-top: 5px;
        padding-right: 5px;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        margin: 1.75rem auto;
    }

    .modal-dialog {
        min-height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
    }

    .form-control {
        border-radius: 0;
    }

    .input-group-text {
        border-radius: 0;
    }

    /*@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}*/


    /*=========================checkbox===================*/

    input[type=checkbox] {
        position: relative;
        cursor: pointer;
        margin-right: 17px;
    }

        input[type=checkbox]:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            background-color: #e9e9e9;
        }

        input[type=checkbox]:checked:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            background-color: #1E80EF;
        }

        input[type=checkbox]:checked:after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 3px;
            left: 8px;
        }

    /*=========================radio Btn================*/
    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        [type="radio"]:checked + label,
        [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
            font-size: 14px;
        }

            [type="radio"]:checked + label:before,
            [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #ddd;
                border-radius: 100%;
                background: #fff;
            }

            [type="radio"]:checked + label:after,
            [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #75a1da;
                position: absolute;
                top: 4px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    /*------ Ribbon ------*/
    .ribbon-featured {
        position: absolute;
        top: -1rem;
        right: 1.5rem;
        z-index: 1;
    }

        .ribbon-featured .ribbon-content {
            box-shadow: 0 0.1rem rgba(0,0,0,.15);
            background-color: #e6213c;
            text-transform: uppercase;
            color: #fff;
            font-weight: 600;
            font-size: 1.1rem;
            z-index: 1;
            padding: .7rem;
        }

            .ribbon-featured .ribbon-content:after {
                background-color: #e6213c;
                width: .5rem;
                height: 100%;
                content: "";
                position: absolute;
                top: .5rem;
                right: -.5rem;
            }

            .ribbon-featured .ribbon-content:before {
                background-color: #e6213c;
                width: 1rem;
                height: 1rem;
                position: absolute;
                top: 0;
                right: -.5rem;
                content: "";
                border-top-right-radius: 50%;
            }

        .ribbon-featured .ribbon-start, .ribbon-featured .ribbon-start::after {
            background: #e6213c;
            content: "";
            display: inline-block;
            height: 1rem;
            width: .5rem;
            border-bottom-right-radius: 1rem;
            border-top-right-radius: 1rem;
            right: -.5rem;
            position: absolute;
            z-index: 1;
            top: 100%;
        }

            .ribbon-featured .ribbon-start::after {
                background: rgba(0,0,0,.3);
                z-index: 2;
                right: 0;
                top: 0;
            }

        .ribbon-featured .ribbon-end {
            height: 100%;
            width: 1.5rem;
            position: absolute;
            top: 0;
            left: -1.5rem;
        }

            .ribbon-featured .ribbon-end:after, .ribbon-featured .ribbon-end:before, .ribbon-featured .ribbon-end .ribbon-shadow::after, .ribbon-featured .ribbon-end .ribbon-shadow::before {
                border-style: solid;
                position: absolute;
                top: 0;
                left: 0;
                content: "";
            }

            .ribbon-featured .ribbon-end:before, .ribbon-featured .ribbon-end .ribbon-shadow::before {
                border-width: 0 1.5rem 1.5rem 0;
                border-color: transparent #e6213c transparent transparent;
            }

            .ribbon-featured .ribbon-end:after, .ribbon-featured .ribbon-end .ribbon-shadow::after {
                border-width: 0 0 1.5rem 1.5rem;
                border-color: transparent transparent #e6213c transparent;
                bottom: 0;
            }

            .ribbon-featured .ribbon-end .ribbon-shadow::before {
                border-color: transparent rgba(0,0,0,.15) transparent transparent;
                top: .1rem;
                z-index: -1;
            }

            .ribbon-featured .ribbon-end .ribbon-shadow::after {
                border-color: transparent transparent rgba(0,0,0,.15) transparent;
                bottom: -.1rem;
                z-index: -1;
            }

    #ui-datepicker-div {
        z-index: 1052 !important
    }

    .vacancy_posted {
        background: ghostwhite;
        padding: 5px;
        color: #a0a0a0
    }

  

.example button {
    float: left;
    background-color: #667ACD;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    font-weight: 600;
    border-radius: 3px;
    padding: 15px 35px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .example button:focus {
        outline: none;
    }

    .example button:hover {
        background-color: #2A314B;
    }

    .example button:active {
        background-color: #81ccee;
    }