@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body#body { margin:0; padding:0; box-sizing:border-box; font-family: 'PT Sans', sans-serif !important; }
* { box-sizing:border-box; }

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}

header a,
footer a {
    transition: color 0.1s linear;
}

.main-heading {
	padding-bottom: 50px !important;
}

.btn-group.bootstrap-select.show-tick.form-control.input-lg.input-block-level.multipleselect.open {
    left: 0 !important;
}
.well.featurehover.featurehover-alljobs,
.well.featurehover.featurehover-jobsbylocations.center,
.well.featurehover.featurehover-jobsbycategories.center,
.well.featurehover.featurehover-alljobs:hover,
.well.featurehover.featurehover-jobsbylocations.center:hover,
.well.featurehover.featurehover-jobsbycategories.center:hover {
    cursor: pointer;
}

.btn {
    cursor: pointer;
}

form label {
    cursor: default;
}

 .gototop .btn-group-lg>.btn, 
 .gototop .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.gototop #back-to-top {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 11px;
    right: 20px;
    display: none;
}

.gototop #back-to-top {
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    -moz-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
    a.btn.btn-large.btn-primary.JOB_U {
        width: 100%;
    }

    a.btn.btn-large.btn-primary.Sea_Agent {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 352px) and (min-width: 320px) {
    .well.featurehover.featurehover-misc.center a {
        width: 100%;
        box-sizing: border-box;
    }

    .well.featurehover.featurehover-misc.center a:nth-child(2) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    .well.featurehover.featurehover-alljobs.center .highlight,
    .well.featurehover.featurehover-jobsbylocations.center .highlight,
    .well.featurehover.featurehover-jobsbycategories.center .highlight {
        font-size: 16px;
    }

    ul.unstyled.featuring.animated.fadeIn i {
        font-size: 82px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .jobdescription a.btn.btn-primary.btn-large.btn-block.btn-apply-part {
        margin-bottom: 10px;
    }
}

.Div_Class {
    margin-top: 8px;
}

.Width_Full a {
    width: 100%;
}

.input-block-level.search-query {
    margin-bottom: 10px;
}

.pdtop {
    padding-top: 0;
}

.featurehover:hover {
    background-color: transparent !important;
    cursor: auto !important;
}

.row-fluid.general_j .highlight {
    cursor: default;
    font-size: 18px !important;
}

.row-fluid.general_j .well.featurehover.featurehover-misc.center div {
    cursor: default;
}

.designer-1 a {
    font-weight: bold;
}

.row-fluid.general_j .well.featurehover.featurehover-misc.center div {
    display: inline-block !important;
}

form.form-search input.input-block-level.search-query{
    margin-bottom:0;
}

@media screen and (max-width: 425px) {
    .span4.hasSimilarJobs .btn {
        font-size: 13px;
    }

    .span4.hasSimilarJobs * {
        font-weight: 500;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    .safari .container.main-cntr .span4.hasSimilarJobs *,
    .safari .container.main-cntr .span4.hasSimilarJobs .btn-middle-size{
        font-size: 12px !important;
    }
    
    .safari .container.main-cntr{
        width:100% !important;
        padding-left:25px !important;
        padding-right:25px !important;
    }
}

.main-cntr {
    margin-top: 50px;
}

.container.main-cntr {
    min-height: calc(100vh - 100px);
}
.designer-1 {
    font-weight: bold;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "FontAwesome";
}