/* Minification failed. Returning unminified contents.
(1366,32): run-time error CSS1039: Token not allowed after unary operator: '-tc-black'
(1436,32): run-time error CSS1039: Token not allowed after unary operator: '-tc-black'
 */

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500&display=swap');

body{
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif !important;
}
/****** Header CSS ********/
header{float: left;width: 100%; background-repeat: no-repeat;background-position: center center;
text-align: center;background-size: cover;border-bottom: 1px solid #ae1212;}
li.nav-item a {
    color: #fff;
    font-size: 16px;font-weight: 500;
}
.navbar{    padding: 2rem 0rem;}
.toggle-right {
    position: absolute;
    float: right;
    top: 5px;
    right: 0;
    background-color: #3a57a3;
    border-radius: 4px;
}
.btn-company {
    background-color: #3a57a3;
    border-color: #3a57a3;
    color: #fff;
    margin-top: 5px;
}
.navbar .navbar-toggler .icon-bar{
   border: 2px solid #fff;
}

/*============top-nav============*/
.free-banner {
    background: #d51515;
}

.header-top .dropdown-menu, #secondary .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

.header-top {
    position: absolute;
    top: 0;
    width: 100%;
}

.header-main-bg { 
    padding: 15px 40px; 
}

.nav-ul {
    float: none;
    display: flex;
    justify-content: center;
}

.nav-main--link {
    font-size: 18px;
    color: #fff;
    padding: 15px 35px !important;
    font-weight: 500;
}

    .nav-main--link:hover, .nav-main--link:focus, .nav-main--link:active, .header-top .nav .open > a, .header-top .nav .open > a:focus,
    .header-top .nav .open > a:hover {
        background-color: transparent !important;
        color: #fff;
    }

.nav--item {
    display: flex !important;
    align-items: center;
}

.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: auto;
    text-align: center;
    top: 5px;
    margin-left: -80px;
}

.navbar > .container .navbar-brand-centered,
.navbar > .container-fluid .navbar-brand-centered {
    margin-left: -60px;
}

li.dropdown.nav--item:before {
    position: absolute;
    bottom: -7px;
    content: "\e253";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    display: none;
}

li.dropdown:hover.nav--item:before {
    display: block;
}

.header-top .dropdown-ul {
    border-top: 2px solid #fff;
}
/*.stickey .nav-main--link:before {
    border-color: #fff;
}*/
.header-top.stickey {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.stickey .main-logo {
    display: none;
    transition: 2s;
}

.logo-stickey {
    display: none;
}

.stickey .logo-stickey {
    display: block;
    transition: 2s;
}

.stickey-logo {
    margin-top: -50px;
}

.stickey .stickey-logo {
    margin-top: 0;
    transition: 2s;
}
 
.stickey .header-main-bg {
    padding: 1px 40px;
}

.nav-main--link:hover {
    color: #cccccc;
}

.btn-alert {
    background-color: #3a57a3;
    border-color: #cf2a0e;
    color: #FFFFFF;
}

    .btn-alert:hover {
        background-color: #cf2a0e;
        border-color: #f04124;
        color: #eeeeee;
    }
/*==========End top-nav==========*/


/*==========header bottom========*/
.navbar-ul {
    display: flex;
    justify-content: center;
    float: none;
}

    .navbar-ul li > .nav--link:before {
        position: absolute;
        right: 0;
        top: 21px;
        border-right: 1px solid #6179b5;
        content: "";
        height: 12px;
    }

    .navbar-ul li:last-child .nav--link:before {
        border-right: 0px;
    }

.nav--link {
    font-size: 20px;
    color: #fff;
    padding: 15px 45px !important;
    position: relative;
}

    .nav--link:hover, .nav--link:focus, .nav--link:active {
        background-color: transparent !important;
        color: #fff;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-ul {
    background-color: #5972BE;
    border: 0px;
    margin: 0;
    left: 10%;
}

.summenu--link {
    font-size: 15px;
    color: #fff !important;
    padding: 10px 15px !important;
}

    .summenu--link:hover, .summenu--link:focus {
        background-color: #3b57a1 !important;
        color: #fff;
    }
/*==========End header bottom=========*/

/*Banner CSS */
.banner-main{height: 21.5em;width: 100%;background-image: url(/Images/Jobs/Banner.png);background-repeat: no-repeat;background-position: center center;
text-align: center;background-size: cover;padding: 93px 0;border-top: 1px solid #e36161;margin-top:-12px}
.banner-form{float: left;width: 100%;padding: 30px 150px 30px 30px;border-radius: 8px;/*opacity:0.6;*/border: 2px solid #e36161;position: relative;}
.banner-form label img {
    display: inline-block;
    margin-right: 10px;
}
.btn-company:hover{color:#3a57a3;background-color: #fff;border:1px solid #3a57a3;}
.banner-form label{color: #fff;font-size: 17px;padding-left: 15px;width: 100%;text-align: left;font-weight: 500;margin-left: -30px;}
#JobLocation,
.banner-form select {
    padding: 10px 15px;
    width: 100%;
    border-radius: 50px;
    font-size: 19px;
    color: #616161;
    border: 0px;
    -moz-appearance: none;
    -webkit-appearance: none; 
    border: 1px solid #dfdfdf;
}
.banner-form select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 12px;
}
.bannerbtn:after{border-radius: 50px;font-size: 19px;color: #616161; border:0px;-moz-appearance: none;-webkit-appearance: none;
background-image: url("/Images/Jobs/Mascot.png");
background-repeat: no-repeat;
background-position-x: 97%;
background-position-y: 12px;}
.banner-form select::-ms-expand {display: none; }
.bannerbtn{margin-top: 32px;}
.bannerbtn img{height: 100%;}
.btn-search{background-color: #3a57a3;color: #fff;border-radius: 50px;padding: 8px 35px;font-size: 23px;}
.btn-search:hover{color: #fff;border: 1px solid #fff;}
.banner-form select:focus {
    outline: none;
}
.banner-img{
    position: absolute;
    top: -15px;
    right: -111px;
}
.job-section{
	padding: 0px 0 30px;
}
.job-description {
    padding-top: 30px;
}
.job-description h2{
	font-size: 33px;
letter-spacing: 0px;
color: #212529;
font-weight: 700;
text-align: center;
}
.job-description p{
	font-size: 17px;
letter-spacing: 0px;
color: #212529;
line-height: 25px;
font-weight: 400;
text-align: center;
padding: 10px 0;
}
.job-count{
border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 15px;
}
.job-count h2{
	font-size: 40px;
letter-spacing: -1px;
line-height: 26px;
color: #d51515;
font-weight: 600;
text-align: center;
padding-bottom: 5px;
    padding-top: 5px;
}
.job-count p{
	font-size: 19px;
letter-spacing: 0px;
line-height: 26px;
color: #212529;
font-weight: 500;
text-align: center;
margin-bottom: 0;
}
.create-profile{
 background: linear-gradient(60deg, #f3f6ff 0%, #f3f6ff 64%, #e0e6f6 36%);
 margin-top: 20px;
 align-items: center;
 border-radius: 10px;float: left;
 width: 100%;
}
.Create-Profile-img{
	padding: 20px 30px;
}
.your-profile h3{
	font-size: 23px;
    line-height: 33px;
letter-spacing: 0px;
color: #212529;
font-weight: 600;
}
.your-profile{    margin-left: -100px;}
.your-profile a.create-profile-btn{
font-size: 23px;
letter-spacing: 0px;
color: #ffffff;
font-weight: 500;
text-align: center;
background: #d51515;
border-radius: 30px;
padding: 5px 20px;
margin-top: 10px;
border: 1px solid #d51515;
}
.your-profile a.create-profile-btn:hover{color: #d51515;background: transparent;}
.create-profile-image-block {width: 100%;}
.Recently-add-title{font-weight: 700;}
/********job-section section css end***********/

/*******recent-added-section css start********/
.header__ribbon {
 padding: 5px 10px;
 background-color: #d51515;
 color: #fff;
 width: auto;
 text-transform: uppercase;
 display: inline-block;
 vertical-align: middle;
 margin-bottom: 8px;
}
.header__ribbon__point {
  margin: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #d51515;
    border-right: 15px solid transparent;
    border-bottom: 16px solid #d51515;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #d51515;
    margin-left: -9px;
    margin-bottom: 8px;
}
.header__ribbon--secondaryText {
  font-size: 18px;
  margin-bottom: 0;
}
.recent-added-section{
	padding: 30px 0;
	background: #f8f8fb;
}
.job-listed {
    background: #fff;
    margin: 10px 0px;
    
    padding: 20px;
        margin-bottom: 20px;
}
.job-listed:hover{box-shadow: 5px 4px 5px rgba(166,166,166,.11);}
.short-term-circle{
	background: #3a57a3;
    padding: 15px 11px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    width: 55px;
}
.logo-circle { 
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    height: 55px;
    width: 55px;
}
h2.short-term {
    font-size: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
.job-listed h3{
	font-size: 18px;
    letter-spacing: 0px;
    color: #3a57a3;
    font-weight: 700;
    margin-bottom: 0;
}
    .job-listed h3 span,
    .job-listed h3 span a{
        color: #888;
        font-weight: 400;
    }
.job-posted-date li {
    font-size: 15px;
    letter-spacing: 0px;
    color: #212529;
}
.job-posted-date {
   display: inline-flex;
    margin-bottom: 0;
    padding: 5px 0px;
}
.job-posted-date li {
    padding-right: 17px;
    align-items: center;
    display: flex;
}
.job-posted-date li img {
    padding: 0 10px;
    padding-left: 0;
}
.detail-button a{
	font-size: 15px;
    letter-spacing: 1px;
    color: #c1c1c1;
    font-weight: 600;
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 7px 18px;
}
.detail-button a:hover, .detail-button a:focus{
	background: #3a57a3;
    color: #fff;
    box-shadow: none;
}
.detail-button{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.job-type{
	margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #999999 !important;
    font-weight: 400;
}
.job-listed h3 a{color: #3a57a3;}
.job-listed h3 a:hover{text-decoration: none;
    color: #3a57a3;}
.job-type a{color: #999999 !important;}
.job-type a:hover{text-decoration: none;color: #3a57a3!important;}
.view-post-btn {
	margin-top: 15px;
}
.view-post-btn a{
	font-size: 18px;
letter-spacing: 0px;
color: #ffffff;
font-weight: bold;
text-align: center;
background: #d51515;
padding: 7px 20px;
border: 1px solid #d51515;
}
.view-post-btn a:hover, .view-post-btn a:focus{
	color: #d51515;
	background: transparent;
	box-shadow: none;
}
/********recent-added-section css end*********/

/*******Explore Job Categories section css start********/
.Explore-job{padding: 30px 0;}
.explore-title{font-size: 27px;line-height: 30px;
color: #212529;font-weight: bold;text-align: center;padding-bottom: 25px;}
.Explore-box .col-md-3{
	padding-left: 0;
}
.Explore-box .d-flex{
	border: 1px solid #eee;
    border-radius: 5px;
    align-items: center;
      padding: 12px 5px;
    margin-bottom: 15px;
}
.Explore-box .d-flex:hover{
	border: 1px solid #d51515;box-shadow: 0px 0px 2px #000;
}
.Explore-box .d-flex h5{
	font-size: 18px;
    letter-spacing: 0px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}
.Explore-box .d-flex p{
	font-size: 13px;
    letter-spacing: 0px;   
    color: #b1b1b1;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 0;
}
.Explore-box .d-flex .flex-item {
    padding: 0 5px;
}

/********Explore Job Categories section css end********/

/*******About Towing section css start*******/
.about-towing-section{
	padding: 60px 0;
	background: #f8f8fb;
}
.about-towing-section h2{
	font-size: 27px;
color: #3a57a3;
padding-bottom: 10px;
font-weight: 600;
}
.about-block p{
	font-size: 17px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #212529;
    font-weight: 400;
}
/*******About Towing section css end********/

/********recent search section css start********/
.recent-search{
	padding: 60px 0;
}
.recent-block {
	border: 1px solid #ddd;
    border-radius: 5px;
}
.recent-block h4{
	font-size: 25px;
letter-spacing: 0px;
color: #ffffff;
font-weight: 500;
background: #3a57a3;
padding: 10px 15px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.recent-block p{
	font-size: 17px;
line-height: 24px;
color: #212529;
font-weight: 500;
padding: 10px 15px;
}
.recent-block p a{color: #212529;}
.recent-block p a:hover{text-decoration: none;color: #3a57a3}
/*******recent search section css end**********/

/* Footer */
footer {
    background: #f5f6fa;
    background: #f5f6fa;
    margin-top: 120px !important;
}

.footer-logo {
    text-align: center !important;
    margin-top: -90px;
}

    .footer-logo img {
        display: inline !important
    }

footer .nav-bar {
    margin: 30px auto;
    display: table;
}

.footer .nav-bar li {
    display: table;
    float: left;
}

.footer-nav-manu {
    display: table;
    width: 100%;
}

.footer-nav-menu p {
    color: #222222;
    font-size: 18px;
    margin-bottom: 0;
}

footer .nav-bar li a {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 10px 15px;
}

    footer .nav-bar li a:hover {
        text-decoration: none;
        background: none;
        color: #3a57a3;
    }

    footer .nav-bar li a:after {
        content: "";
        position: absolute;
        left: 30%;
        width: 30%;
        bottom: 0;
        height: 1px;
        background: #3a57a3;
        transition: 500ms;
        opacity: 0;
    }

footer .nav-bar li:hover a:after {
    transition: 500ms;
    -webkit-transition: 500ms;
    width: 100%;
    left: 0;
    opacity: 1;
}

.sharethis-inline-share-buttons {
    padding: 20px 0 55px;
}

.cop-right-box {
    padding: 30px 0;
    text-align: center;
}

    .cop-right-box p {
        color: #222;
        font-size: 18px;
    }
    .cop-right-box span {
        color: #999;
    }


/* *********** End Footer *********** */

/* Secondary Pages */

.job-main-box {
    float: left;
    width: 100%;
    padding: 50px 0;
}

    .job-main-box h4 {
        font-size: 23px;
        font-weight: bold;
        display: inline-block;
        margin: 0;
    }

    .job-main-box span a {
        display: inline-block;
        float: right;
        font-size: 14px;
        color: #999999;
    }

        .job-main-box span a:hover {
            text-decoration: none;
            color: #3a57a3
        }

.job-inner {
    margin-top: 27px;
    padding: 30px 24px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

    .job-inner h6 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

    .job-inner h3 {
        font-size: 26px;
        color: #3a57a3;
        font-weight: bold;
        margin-bottom: 15px;
    }

.job-desc-inner {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}

.main-img-box {
    line-height: 15px;
    display: inline-flex;
    margin-right: 20px;
}

.img-contain {
    color: #212529
}

    .img-contain img {
        float: left;
        margin-right: 10px;
    }

.text-contain small {
    font-size: 13px;
}

.text-contain p {
    font-size: 18px;
    font-weight: 500;
}

.job-inner p {
    font-size: 15px;
    color: #333;
    line-height: 23px;
}

.job-type1 {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #999999 !important;
    font-weight: 400;
}

    .job-type1 a {
        color: #999999 !important;
    }

        .job-type1 a:hover {
            text-decoration: none;
            color: #3a57a3 !important;
        }

.text-contain p {
    font-size: 18px;
    font-weight: bold;
}

.job-inner:hover {
    box-shadow: 5px 4px 5px rgba(166,166,166,.11);
}
/*--------------------------------------------------------------------- Categoty Listing Page CSS ----------------------------------------*/

.category-main-baneer {
    margin-top: -12px;
    float: left;
    width: 100%;
    background-image: url(/Images/Jobs/Banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    background-size: cover;
    padding: 30px 0;
    border-top: 1px solid #e36161;
}

    .category-main-baneer .banner-form {
        border: none;
    }

.category-detail-main {
    background-color: #f8f8fb;
    float: left;
    width: 100%;
    padding: 60px 0;
}
.profileSpacing {
    background-color: #f8f8fb; 
}

    .category-detail-main h3 {
        font-size: 27px;
        color: #212529;
        font-weight: bold;
    }

    .category-detail-main p {
        font-size: 15px;
        color: #212529;
    }

.category-listed {
    background: #fff;
    margin: 10px 0px;
    padding: 20px 25px;
    border-radius: 5px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.name-circle {
    background: #3a57a3;
    padding: 15px 11px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 0;
    /*margin-top: 10px;*/
    text-align: center;
    width: 55px;
}
 

.short-name {
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.category-listed h6 {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}

.category-listed h4 {
    font-size: 21px;
    color: #3a57a3;
    font-weight: bold;
    line-height: normal;
}

.category-listed p {
    color: #333 !important;
    font-size: 15px;
    margin-bottom: 12px;
}

.category-desc-inner {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}

.cat-img-box {
    display: inline-flex;
    margin-right: 20px;
}

.cat-img img {
    float: left;
    margin-right: 6px;
}

.detail-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

    .detail-button a {
        font-size: 15px;
        letter-spacing: 1px;
        color: #c1c1c1;
        font-weight: 600;
        text-align: center;
        border: 1px solid #c1c1c1;
        border-radius: 5px;
        padding: 7px 18px;
    }

        .detail-button a:hover, .detail-button a:focus {
            background: #3a57a3;
            color: #fff;
            box-shadow: none;
            border: 1px solid #3a57a3;
        }

.cat-link {
    font-size: 14px;
    letter-spacing: 0px;
    color: #999999;
}

    .cat-link a {
        color: #999999
    }

        .cat-link a:hover {
            text-decoration: none;
            color: #3a57a3 !important;
        }

.category-listed:hover {
    box-shadow: 5px 4px 5px rgba(166,166,166,.11);
}

.about-us {
    padding: 60px 0;
    width: 100%;
    display: flex;
    vertical-align: middle;
    background-color: #fff;
}

    .about-us h2 {
        font-size: 27px;
        color: #3a57a3;
        padding-bottom: 10px;
        font-weight: 600;
    }

.about-desc p {
    font-size: 16px;
    color: #212529;
}

.advertise-main {
    background-color: #fff;
    padding: 30px 0;
    width: 100%;
}

.about-img {
    text-align: center;
}
/*Media Query */
@media(max-width: 1199px) and (min-width: 768px) {
    .banner-img {
        position: absolute;
        top: -18px !important;
        right: -130px !important;
    }
}

@media screen and (max-width:992px) {
    .job-inner h3 {
        font-size: 23px;
    }

    .text-contain p {
        font-size: 16px;
    }

    .category-listed p {
        font-size: 13px;
    }

    .about-us {
        padding: 40px 0;
    }

    .cat-img-box {
        margin-right: 8px;
    }

    .category-main-baneer {
        padding: 0;
    }

    .category-detail-main {
        padding: 30px 0;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .banner-main {
        padding: 15px 0;
    }

    .about-img {
        width: 100%;
        height: 290px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
    }

        .about-img img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: 0 auto;
        }
}

@media screen and (max-width:767px) {
    .job-main-box {
        padding: 30px 0;
    }

        .job-main-box h4 {
            font-size: 20px;
        }

    .job-inner {
        margin-top: 15px;
        padding: 10px;
        height: 100%;
    }

        .job-inner h3 {
            font-size: 20px;
        }

    .job-desc-inner {
        display: block;
        margin-top: 15px;
    }

    .job-inner p {
        font-size: 13px;
    }

    .job-inner h6 {
        font-size: 15px;
    }
    /* Category listing media css */

    .name-circle {
        display: none;
    }

    .category-listed {
        padding: 20px 15px;
    }

        .category-listed h6 {
            font-size: 15px;
        }

        .category-listed h4 {
            font-size: 18px;
            line-height: 25px;
        }

    .category-desc-inner {
        display: block;
    }

    .detail-button {
        justify-content: flex-start;
    }

    .category-detail-main {
        padding: 30px 0;
    }

        .category-detail-main h3 {
            font-size: 20px;
        }

        .category-detail-main p {
            font-size: 13px;
        }

    .about-us {
        padding: 30px 0;
        text-align: center;
    }

    .advertise-main {
        padding: 15px 0;
    }

    .job-upper {
        margin-top: 20px;
    }
}

@media (max-width: 576px) and (min-width: 320px) {
    .cat-img-box {
        display: block;
    }

    .main-img-box {
        display: block;
    } 
    .banner-img {
           position: absolute!important;
        top: -8px!important;
        right: inherit!important;
        margin-top: 15px!important;
        left: 91px!important;
    }
    .bannerbtn {
        text-align: center;
    }
    
}
@media(max-width: 1199px) and (min-width: 768px){
    .banner-img {
    position: absolute;
    top: -18px!important;
    right: -130px!important;
}
    .banner-main {
        height: 11.5em
    }
}
@media(max-width: 767px){
    .banner {
        background-color: #D91616;
    }
    .nav--item {
        display: block !important;
    }
    .collapse.show {
        display: block;
        background: #D91616;
        z-index: 555;
        margin-top:35px
    }
	.create-profile{
		flex-direction: column;
	}
	.job-count{
		    margin-top: 20px;
	}
	.job-description h2, .Recently-add-title {
		font-size: 23px;
	}
	.job-description p{
		font-size: 15px;
		margin-bottom: 0;
	}
	.your-profile h3 {
    font-size: 20px;line-height: 25px;
   }
   .your-profile {
   	padding:  15px;
    text-align: center;padding-bottom: 30px;
   }
   .job-listed  .col-md-9 .d-flex{
   	flex-direction: column;
   }
   .job-posted-date{
   	flex-direction: column;
   }
   .short-term-circle{
   	margin-bottom: 10px;display: none;
   }
   .view-post-btn{text-align: center;}
   .about-towing-section{text-align: center;}
   .job-posted-date li {
    padding-right: 0;
    padding: 5px 0px;
}
.recent-added-section{padding: 40px 0;}
.Explore-job{padding: 40px 0;}
.Recently-add-title{font-size: 21px;}
.job-listed h3{
	padding: 5px 0px;
	font-size: 17px;
    line-height: 22px;
}
.detail-button{
	justify-content: flex-start;
}
.detail-button a{
	margin-top: 15px;
}
.uppet-space{margin-top: 15px;}

.banner-main{padding: 15px 0px;}
.banner-form{border: none;padding: 15px 0px;}
#JobLocation,
.banner-form select{font-size: 14px;} 
.banner-form select{background-position-y: 8px;}

.bannerbtn{margin-top: 50px;}
.btn-search{font-size: 18px;}
.banner-form label{font-size: 13px;}

    .btn-search{padding: 8px 23px}
.bannerbtn{text-align: left;}
.banner-img {
    position: absolute;
    top: -8px;
    right: inherit;
    margin-top: 15px;
    left: 96px;
}
.your-profile{margin-left: 0!important;}
.job-description{padding: 30px 0;}
.view-post-btn {
    text-align: center;
}
.job-section, .about-towing-section, .recent-search {
    padding: 40px 0;
}

}

@media (max-width: 992px) and (min-width: 768px){
    .banner-main {
        height: 11.5em
    }
    .create-profile-image-block img {
    width: 80%;
}
	.job-count h2{
		font-size: 35px;
	}
	.your-profile h3{
		font-size: 20px;
	}
	.your-profile a.create-profile-btn{
		font-size: 18px;
            margin-bottom: 10px;
	}
	.job-description h2, .Recently-add-title {
		    font-size: 29px;
    font-weight: 700;
	}
	.header__ribbon__point{
		margin-left: -9px;
	}
	.job-listed h3 {
    font-size: 17px;
    line-height: 22px;
    }
    .job-posted-date li {
    padding-right: 10px;
}
.job-posted-date{
	flex-wrap: wrap;
}
.job-count{
	margin-top: 20px;
}
.job-description p{
	margin-bottom: 0;
}
#JobLocation,
.banner-form select{padding: 8px 15px; font-size: 16px;background-position-y: 8px;}
.banner-main{padding:15px 0;}
.banner-form{border: none;}
.about-towing-section h2{text-align: center;padding: 40px 0;}
.towing-truck {
    width: 100%;
    height: 290px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.towing-truck img{    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;}
.btn-search {padding: 7px 30px;
    font-size: 21px;}
.banner-form{padding: 48px 48px 48px 0px;}
}

@media(max-width: 1200px) and (min-width: 992px){
	.job-count h2{
		font-size: 35px;
	}
	.job-count p{
		font-size: 17px;
	}
	.header__ribbon__point{
		    margin-left: -10px;
	}
	.Explore-job .col-lg-3{
		flex: 0 0 33%;
    max-width: 33%;
	}
    
    .banner-main{padding:30px 0;}
.banner-form{border: none;}
.your-profile{margin-left: 0!important;}
.cartoon-img {
    position: absolute;
    height: 100%;
}
}


/* ===== Navbar Adjustments ===== */
.navbar-nav .nav-main--link {
    font-weight: 600;
    color: #FFF;
    padding: 8px 14px;
}

    .navbar-nav .nav-main--link:hover,
    .navbar-nav .nav-main--link:focus {
        color: #fbe6e6;
    }

    /* Ensure Vendors link matches the rest */
    .navbar-nav .nav-main--link[href*="/Vendors"] {
        color: #fbe6e6;
        font-weight: 700;
    }

/* ===== Add Company button cleanup ===== */
.add-company-btn {
    margin-top: 10px !important;
    background-color: #d51515;
    border-color: #d51515;
    color: #fff !important;
    font-weight: 600;
    border-radius: 4px;
    padding: 6px 12px;
    transition: all 0.2s ease-in-out;
}

    .add-company-btn:hover {
        background-color: #b91111;
        border-color: #b91111;
    }

/* ===== Mobile responsiveness ===== */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: var(--tc-black);
        padding: 10px;
    }

    .add-company-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .navbar-nav .nav-main--link {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #1F2937;
 
    }

        .navbar-nav .nav-main--link:last-child {
            border-bottom: none;
        }
}

/* ===== Navbar push-down fix ===== */
@media (max-width: 991.98px) {
    /* When menu is open, make it flow instead of absolute overlay */
    .header-top .navbar-collapse.show {
        position: relative;
        background-color: #d51515; /* or var(--tc-blue) if you prefer */
        z-index: 50;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    /* Let the banner below shift down naturally */
    .header-top {
        position: relative;
        z-index: 60;
    }

    /* Optional: darken the banner slightly when nav is open for contrast */
    body.nav-open .banner--box img {
        filter: brightness(0.6);
        transition: filter 0.3s ease;
    }

    .add-company-btn {
        margin-left:34px
    }
}

.add-company-btn {
    margin-top: 10px !important;
    background-color: #3d58a2;
    border-color: #3d58a2;
    color: #fff !important;
    font-weight: 600;
    border-radius: 4px;
    padding: 6px 12px;
    transition: all 0.2s ease-in-out;
}

    .add-company-btn:hover {
        background-color: #b91111;
        border-color: #b91111;
    }

/* ===== Mobile responsiveness ===== */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: var(--tc-black);
        padding: 10px;
    }

    .add-company-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .navbar-nav .nav-main--link {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #1F2937;
    }

        .navbar-nav .nav-main--link:last-child {
            border-bottom: none;
        }

    .main-logo {
        margin-top: -20px
    }

    /* When menu is open, make it flow instead of absolute overlay */
    .header-top .navbar-collapse.show {
        position: relative;
        background-color: #d51515; /* or var(--tc-blue) if you prefer */
        z-index: 50;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    /* Let the banner below shift down naturally */
    .header-top {
        position: relative;
        z-index: 60;
    }

    /* Optional: darken the banner slightly when nav is open for contrast */
    body.nav-open .banner--box img {
        filter: brightness(0.6);
        transition: filter 0.3s ease;
    } 
}


