*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'AcherusGrotesque';
    font-size: 16px;
    color: #2A363B;
    line-height: 25px;
    background: #fff;
}
.main {
    max-width: 1700px;
    margin: 0 auto;
}
.main_content img {
    max-width: 100%;
}
a{
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: #d70404;
}
ul{margin-left: 5%;}
.h1-page-title{
    color:#041D6E;
    font-size: 35px;
    line-height: 58px;
    font-weight: 500;
    text-transform: capitalize;
}
.blue{
  color:#041d6e;
}
.blue-bg{
  background-color:#041d6e;
}
.text-blue {
    color:#041d6e;
}
.red{
  color:#d70404;
}
.red-bg{
  background-color:#d70404;
}

.lightgrey {
    color: #e5e5e5;
}
.lightgrey-bg{
  background-color:#e5e5e5;
}

.darkgrey {
    color: #2a363b;
}
.darkgrey-bg{2a363b;
}

hr {
    color:  #d70404;
    opacity: 1;
}
button:focus , input:focus{
    outline: 0;
}
.btn-secondary:focus , .btn-primary:focus{
    box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus , .btn-secondary:not(:disabled):not(.disabled):active:focus , .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-cta {
    color: #fff !important;
    padding: 10px 45px !important;
    box-sizing: border-box;
    border-radius: 26px;
    width:  auto;
    max-width: 100%;
    background-color: #041D6E;
    margin: 10px 0px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size:  18px;
}
.btn-cta:hover {
    color:#041D6E !important;
    background-color:#fff;
    border: solid 1px #d70404;
}
.form-control:focus{
    box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: inherit;
}
/* header */

.header {
    background-color: #041D6E;
    width: 100%;
    padding: 25px 10px
}

.header .header_right {
    text-align: right;
}

.header .header_right .social_links a {
    color: #000;
    display: inline-block;
    font-size: 24px;
    padding-left: 15px;
}
.header .header_right .social_links a:hover{
    color: #425968;
}
.header .header_right .social_links {
    margin: 0 0 10px;
}

.header .navbar {
    padding: 0;
}
.header .navbar-collapse ul.navbar-nav {
    display: block;
    width: 100%;
    position: relative;
}
.header .navbar-collapse ul.navbar-nav li {
    display: inline-block;
}
.header .navbar .navbar-nav .nav-link {
    padding: 0px 17px;
    font-size: 20px;
    line-height: 45px;
}
.header .navbar .navbar-nav .nav-link:last-child {
    padding-right: 0;
}
.header .navbar .navbar-nav .nav-link:hover {
    color: #297FCA;
    font-weight: bold;
}
.header .navbar ul.navbar-nav li.dropdown .dropdown-menu li {
    text-align: center;
    display: block;
    padding: 5px 0;
}
.header .navbar ul.navbar-nav li.dropdown .dropdown-menu li a {
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
}
.header .navbar ul.navbar-nav li.dropdown .dropdown-menu li a:hover{
    background: transparent;
    color: #425968;
}
.header .navbar ul.navbar-nav li.nav-item a.active{
    color: #297FCA;
    font-weight: bold;
}

/* footer */

.footer {
    background: #041D6E;
    width: 100%;
    /* height: 133px; */
    display: flex;
    align-items: flex-end;
    padding: 0 0 20px;
}
@media (min-width: 768px) {
    .footer .footernav-list {
        display: inline-flex;
        flex-flow: row nowrap;
        padding: 0;
    }    
}
.footer .footernav-list li.list_item {
    list-style: none;
    padding: 0 6px;
    color: #fff;

}
.footerText, .copyright{color: #fff;}
.footer-logos img.img-fluid{max-height: 70px;}

@media (max-width: 768px) {
    .footer_contact {
        font-size:  11px;
    }
}
/* home page */

.home-page .header{
    position: absolute;
    top: 0;
    padding: 0;
}

.home_banner {
    background-image: url(../images/home-banner.png);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 610px;
    padding-top: 150px;
}
.banner_slider .slider_img{
    width: 100%;
    height: 510px;
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
}
.inner_slider .slider_img{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 16px;
    /*text-transform: uppercase;*/
    padding: 7px 0 4px 0px;
    
}
.breadcrumbs ul li:after {
    content: '>';
    padding: 5px;
}
.breadcrumbs ul li:last-child:after{
    content: none;
}


.que-ans {
    margin-top: 14px;
    border-bottom: 1px solid #041D6E;
    margin-bottom: 13px;
}

.faq_question .fa {
    float: right;
    cursor: pointer;
    color:#041D6E;
}
.row.callques{
    background: #031c3e;
    color: #fff;
    padding: 5%;
    margin: 5%;
    text-align: center;
}
.row.callques h2{
    text-transform: uppercase;
}

@media (min-width: 767px){
    .header .navbar ul.navbar-nav li.dropdown:hover .dropdown-menu{
        display: block !important;
    }
    .header .navbar ul.navbar-nav li.dropdown .dropdown-menu{
        top: 100%;
        background: #041D6E;
        border: 0;
        border-radius: 0;
        padding: 10px 0;
        margin: 0;
        width: 200px;
        left: -30%;
    }
}

@media (max-width: 1024px) and (min-width: 768px){
    .footer .footer_top .top_content .footer_logo {
        flex: 1.5;
    }   
}
@media (min-width: 992px) {
    .top-right_header {
        position: relative;
        top: -8px;
    }
}
@media (max-width: 576px) {
    .select_dropdown {
        margin: 0px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .header .navbar .navbar-nav .nav-link {
        padding: 0px 5px;
        font-size: 15px;
        line-height: 30px;
    }
    .home_banner .banner_content h2 {
        font-size: 32px;  
    }
    .btn-cta {
        font-size: 16px;
        padding: 10px 16px !important;
        display: block;
    }
    .event-btn{
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px){
    .home-page .header{
        z-index: 99;
    }
    .header {
        position: relative;
    }
    .header .header_top{
        text-align: center;
    }
    .header .logo {
        margin: 0;
    }
/*    .header .logo img {
        width: 100px;
    }*/
    .header .header_right {
        text-align: left;
    }
    .header .header_right .social_links {
        margin: 0;
        display: inline-block;
        float: right;
    }
    .header .navbar {
        display: inline-block;
    }
    .header .navbar button.navbar-toggler {
        font-size: 25px;
        color: #425968;
        position: relative;
        padding: 0;
    }
    .header .navbar .navbar-collapse {
        position: absolute;
        left: 0;
        top: 95%;
        z-index: 99;
    }
    .header .navbar-collapse ul.navbar-nav {
        width: 300px;
        background: #425968;
        padding: 10px 0;
        text-align: left;
    }
    .header .navbar-collapse ul.navbar-nav li{
        display: block;
        padding: 10px;
    }
    .header .navbar .navbar-nav li.dropdown .nav-link {
        position: relative;
    }
    .header .navbar .navbar-nav .nav-link {
        color: #fff;
        padding: 0;
        line-height: normal;
    }
    .header .navbar .navbar-nav .dropdown-menu {
        background: transparent;
        color: #fff;
        border: 0;
    }
    .header .navbar .navbar-nav .nav-link:hover {
        color: #fff;
    }
    .header .navbar .navbar-nav li.dropdown .nav-link:after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
        top: 3px;
        font-size: 16px;
        color: #fff;
    }
    .header .navbar .navbar-nav li.dropdown.show .nav-link:after {
        content: '\f106';
    }
    .header .navbar ul.navbar-nav li.dropdown .dropdown-menu li {
        text-align: left;
        padding: 0;
    }
    .home_banner{
        height: 510px;
        padding-top: 160px;
        position: relative;        
    }
    .home_banner:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,0.4);
    }
    .home_banner .banner_content {
        position: relative;
        z-index: 4;
    }
    .footer .footer_top{
        height: 315px;
    }
    .footer .footer_top .top_content {
        display: block;
    }
    .footer .footer_top .top_content .footer_info {
        margin: 20px 0;
    }   
    .footer .footer_top .top_content .social_links a{
        padding-left: 0;
        padding-right: 15px;
    }
    .footer .footer_bottom p{
        display: block;
    }
    .footer .footer_bottom p a:first-child {
        padding-left: 0;
    }
    .page_main:before{
        max-width: 100%;
    }
    .page_title h1 {
        font-size: 34px;
    }   
   
}
@media (max-width: 440px){
    .btn-cta {
        display: block;
    }
    .event-btn{
        display: block;
        text-align: center;
    }
}
.view-our-range h3 {

  color: #2A363B;
  font-family: "AcherusGrotesque";
  font-size: 30px;
 
}

@media (max-width: 320px){
    .header .middle_header .header_links{
        padding: 0 7px;
    }
    .contact-page .contact_info .next_job p, .contact-page .contact_info .find_ideal p {
        font-size: 14px;
    }
    .contact-page .contact_info .next_job, .contact-page .contact_info .find_ideal {
        padding: 30px 10px;
    }
    .contact-page .contact_info .find_ideal a {
        font-size: 20px;
    }
    .contact-page .contact_info .next_job a {
        font-size: 26px;
    }
}
.dropdown-item:focus, .dropdown-item:hover{background-color:transparent;}
fieldset[id^='fieldset-'] {
    margin-bottom: 25px;
    border: 1px solid #e1dede;
    background-color: #f9f9f9;
    margin-bottom: 25px;
    padding: 10px 10px 15px 10px;
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 4px;
    margin-left: 0px;
    margin-right: 0px;
}
fieldset[id^='fieldset-'] legend {
    font-weight: 700;
    font-size: 22px;
    width: auto;
    padding: 0px 15px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 4px;
}

#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card:not(.event-card) {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.event-card a {
    color: #2a363b;
    text-decoration: none;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}
.event-card:hover {
    transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.event-card:hover, .event-card a:hover{
    color:#2a363b;
}



#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.multi-steps {
    margin-top: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #808080;
}
.multi-steps > li.is-active ~ li:before, .multi-steps > li:before {
    background-color: #ededed;
    border-color: #ededed;
}
.multi-steps > li:before {
    content: counter(stepNum);
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: tomato;
    border-radius: 50%;
}
.multi-steps > li.active:before{
    background-color: #041d6e;
    color:#fff;
}

.dark_blue_title{
    color: #2A363B;
    font-size: 24px;
    font-weight: bold;
}
.blue_title{
    color: #041D6E;
    font-weight: bold;
}
@media (max-width: 600px) {
    .sales_img_lists.home_rounded_box {
        background-position: -50px 0px !important;
    }
}
.sales_list {
    background-color: #FFFFFF;
    padding: 10% 10%;
    border-radius: 7px;
    border:solid 2px #e5e5e5;
}
.sales_list ul li{
    list-style: none;
    color: #041D6E;
    padding: 5px 0;
}
.sales_list ul {
    padding-left:  0px;
}
.sales_list ul li.yac-icon {
  background: url('../img/list-item.png') no-repeat left center;
  height: 40px;
  padding-left: 30px;
}
.sales_list ul li.yac-icon a {
    line-height:  16px;
    font-size: 18px;
    color: #2a363b;
}

.home_rounded_box{
    box-sizing: border-box;
    border-radius: 7px;
    background-color: #E4F1FD;
    padding: 3%;
}
.facilities_home{
    background: #E4F1FD;
    padding: 12% 10%;
    border-radius: 7px;
}

.facilities_list li{
    list-style: none;
     font-size: 18px;
  letter-spacing: 0;
  padding: 30px 24px;
  /*text-indent: -24px;*/ /* key property */
}
.bottom-line {
    border-bottom: solid 2px #d70404;
}
.card-header.background-transparent {background: transparent !important; border:  none !important;}


.drivers .card {
    min-height: 200px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .drivers .card {
        min-height: 250px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .btn-cta {
        padding: 10px 28px !important;
    }
}
@media (min-width: 1201px) {
    .drivers .card {
        min-height: 300px;
    }
}



.drivers .card {
    background: rgba(4, 29, 110, 1);
}
.drivers .card-img {
    width:  100%;
    height:  100%;
    position: absolute;
     background-size:  cover !important;
     opacity: 0.6;
}
.drivers .card-body 
{
    position: relative;
    z-index: 2;

   
}

.drivers .card-body .card-content {
    position: relative;
    z-index: 3;
    margin:  auto auto;

}

.driver-btn {
    background-color: transparent;
    color: #fff;
    padding: 6px 50px;
    border-radius: 18px;
    border:  1px solid rgba(255,255,255,0.8);
    transition: 0.5s;
    text-decoration:  none;
}
@media (max-width: 768px) {
    .driver-btn { 
        padding: 6px 10px;
        font-size:  12px;
    }
    .facilities_list li{
        font-size:  16px;
    }
}
.driver-btn:hover {
    background: #d70404;
    color:  #fff;
}
.facilities_list .border-bottom {
    border-color:  #2A363B !important;
}
.facilities_btn{
    color: #041D6E !important;
    padding: 2% 4% !important;
    box-sizing: border-box;
    border-radius: 26px;
    width:  100%;
    border: solid 1px #d70404;
    margin: 10px 0px;
}
.facilities_btn a {
    text-decoration: none;
    display: block;
}
.facilities_btn:hover {
    background: #d70404 !important;
    color: #ffffff !important;
}
.facilities_btn a:hover {
    color: #ffffff;
}
.facilities_btn .fa{
    float: right;
    line-height: .75em; 
    /*font-size: 19px;*/
    display: none;
}
.facilities_btn:hover .fa{
    display: block;
}
.home_icon_4{
    background: #041D6E;
    color: #fff;
    padding: 22% 2%;
    text-align: center;
}
.home_icon_4 h2{font-weight: bold; font-size: 30px;}
.footer_contact{color: #fff;}
.footer_contact a {text-decoration: none;}
.footer_contact h6{font-weight: 600;}
.footernav-list li{
    list-style: none;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px;
}
.footernav-list li a.nav-link{
    padding: 0px 15px;
    border-right:  1px solid #fff;
    line-height: 14px;
}

.footernav-list li:last-child a.nav-link {
    border: none;
}

ul.facilities_list, .sales_list ul {margin-left: 20px;}
/* Sales Details Page */
.button-list {
    margin-left: 0;
    list-style-type: none;
    padding-left: 0;
}

/* End Sales Details Page */
.entry_form_link a.facilities_btn{
    width: 100%;
    display: block;
    text-decoration: none;
}
.entry_form_link {
    background-color: #E5E5E5;
    color: #041D6E;
    font-weight: 400;
    border-radius: 5px;
    padding: 3% 5% 3% 2%;
}
.jobs_list .reprts{
    background-color: #E5E5E5;
    border: 1px solid #fff;
    border-radius: 10px;
}
.report-btn {
    border: solid 1px #041D6E;
    border-radius: 26px;
    color: #041D6E;
    font-size: 15px;
}
a:hover.report-btn {
    color: white !important;
    background-color: #d70404 !important;
}
@media (max-width: 768px) {
    ul.facilities_list, .sales_list ul {margin-left: 0px;}
    .footernav-list li a.nav-link{
        font-size: 11px;
        padding: 0px 5px;
    }
    .footernav-list li:first-child a.nav-link {
        padding-left: 0px;
    }
}
.footer-social li{
    list-style: none;
    display: inline-block;
    font-size: 23px;
    padding: 7px 7px;
}
.page-banner{
    background: #E4F1FD;
    color:#fff;
    vertical-align: middle;
    padding: 5% 0;
}
.page-banner .page-title {
    color:  #fff;
}
.inner_banner{
    background: #E4F1FD;
    color:#fff;
    vertical-align: middle;
    padding: 5% 0;
}
.inner_banner .page-title {
    color:  #fff;
}
.mobile-banner .page-title {
    color: #000000;
}
.mobile-banner a {
    color: #000000;
}
.mobile-banner {
    min-height: 400px;
}
.breadcrumbs{
    font-size: 15px;
}
.breadcrumbs a{
    text-decoration: none;
}
.page-title{
    color:#041D6E;
    font-size: 20px;
    font-weight: 600;
}
.select_dropdown{
    background: #041D6E;
    color:#fff;
    margin:0 5px;
}
.select_dropdown:active, .select_dropdown:hover{background: #041D6E;}
.events_list_div .card-body{
    /*border: 3px solid #d70404;*/
    border-bottom-right-radius: 7px;
    border-top: 0;
    border-bottom-left-radius: 7px;
    background-color: #e5e5e5;
}
.events_list_div .card-title{
    color: #041D6E;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.5rem;
}

.events_list_div .card-text{
    color:#041D6E;
    font-size: 1.2rem;
}
.event-btn {
    color: #041D6E !important;
    padding: 2% 4% !important;
    box-sizing: border-box;
    border-radius: 26px;
    width: 100%;
    border: solid 1px #d70404;
    margin: 10px 0px;
    text-decoration: none;
}
.event-btn:hover {
    background: #d70404 !important;
    color: #ffffff !important;
}
.event-btn a:hover {
    color: #ffffff;
}
.read-more-btn, .read-more-btn:hover{color:#297FCA;}
.blog-pages ul li{list-style: none; float: left; color:#297FCA; font-size: 23px;} 
.blog-pages ul li a{padding: 5px; color:#297FCA; font-weight: bold;}
.blog-pages ul li a.active{text-decoration: underline;}
.blog-pages ul{justify-content: center;display: flex;}
.btn_style_blue{
    color: #fff !important;
    padding: 2%;
    box-sizing: border-box;
    border-radius: 7px;
    background-color: #041D6E;
    border: 0;
}
.btn_style_blue .fa {
    float: right;
    padding: 4px;
}
.page_bredcrumb li a, .page_bredcrumb li{
    color:#2A363B;
    font-size: 15px;
}
.page_bredcrumb li a:hover {
    color: #d70404;
}
.page_bredcrumb{
    padding: 3% 0%;
}
.blue_page_bg{
    background: #E4F1FD;
}
.ticket_details{
    background: #E5E5E5;
    padding: 5%;
    color: #041D6E;
    font-weight: 400;
    border-radius: 5px;
}
.ticket_details h4{
    font-weight: 700;
}
.event_details{
    background: #E5E5E5;
    padding: 10%;
    color: #041D6E;
    font-weight: 400;
    border-radius: 5px;
}
.event_details h4{
    font-weight: 700;
}

.top_header ul{justify-content: right;display: flex;}

.page_fluid_content{
    color:#041D6E;
    background: #E5E5E5;
}
.page_fluid_content ul{ margin-left: 6%;}
.facilities_pages .page_dtls{
    
    border-radius: 8px;
    position: relative;
   
}
.facilities_pages .page_dtls h2 {
    color:#fff;
    font-size:21px;
    position: absolute;
    top: 15px;
    left:  15px;
    padding-right: 20px;
    z-index: 1;
    transition: all 0.2s ease-out;
}
.facilities_pages .page_dtls .auction-overlay {
    background: #041D6E;
    width: 100%;
    height:  100%;
    border-radius:  8px;
    position: absolute;
    opacity: 0.4;
    z-index: 1;
     transition: all 0.2s ease-out;
}
.facilities_pages .page_dtls:hover h2{
    color: #041D6E;
    text-shadow: 1px 1px 1px #fff;
}
.facilities_pages .page_dtls:hover .auction-overlay {

    opacity: 0;
}

.facilities_pages .bidders{
    
    border-radius: 8px;
    position: relative;
   
}
.facilities_pages .bidders h2 {
    color:#fff;
    font-size:21px;
    position: absolute;
    top: 15px;
    left:  15px;
    padding-right: 20px;
    z-index: 1;
    transition: all 0.2s ease-out;
}
.facilities_pages .bidders:hover h2{
    color: #ffffff;
    text-shadow: 1px 1px 1px #fff;
}

.contact-box p{
    color: #041D6E;
    font-size:  20px;
    line-height: 30px;

}
.sidebar p {
    font-size:  17px;
    line-height: 24px;
}

.question_link{color:#041D6E; font-size: 20px; }

.jobs_list .jobdtls{
    border: 1px solid #d70404;
    color: #041D6E;
}
.text-area {
min-height: 200px;
}
.blue_page_job{
    background: #A9D5FB;
}



.contact a{

  color: #503957;

}
.directions {
    font-size: 1.1rem;
}


div.heading p {

  font-size: 15px;

}

.padtop{

  padding: 3em 0 !important;

}
.top_header ul li{
  list-style: none;
 padding-left: 20px;
}

.header .header_search {
  padding: 0px;
  position: static !important;
  max-width: 100%;
}
.header .header_search .search_box {
  position: relative;
  margin: 0;
}
.search_box .input-group-prepend {
  position: absolute;
  z-index: 10;
  top: 6px;
  left: 12px;
}
.header .header_search .search_box input {
  height: 30px;
  border: 0;
  padding-left: 12px;
  background: #eaeaea;
  border-radius: 20px;
  padding: 0 10px 0 35px;
  font-size: 16px;
  color: #243965;
  font-weight: 500;
  box-shadow: none;
  max-width: 100%;
  width: 350px;
}
#ajax-search-results {
  position: absolute;
  background: #fff;
  z-index: 99999;
  padding: 0px 20px;
  top: 30px;
}
.navbar-collapse .nav-item
{
  list-style: none;
}
.btn_header{
  background-color: transparent;
  color: #fff;
  padding: 6px 10px;
  border-radius: 18px;
  border:  1px solid #d70404;
  transition: 0.5s;
}
@media (max-width: 991px) {
    .btn_header {
        border:  none;
        padding:  0px;

    }
    .btn_header i, .header_top_items .fa {
        font-size: 24px !important;

    }
    .navbar-toggler {
        position: relative;
        top: 1px;
    }
}
@media (max-width: 576px) {
    .select_dropdown {
        margin: 0px;
    }
    .map {
        height: 400px !important;
    }
}
.header_top_items {
    color:  #d70404;
    font-size: 11px;
}
.header_top_items i {
    font-size: 24px;
  transition: 0.5s;

}
.header_top_items a:hover i {
    color: #fff;
}
.btn_header i { font-size:  16px; position:relative; top:1px; }

.btn_header:hover{
  background-color: #d70404;
  color: #fff !important;
}
.btn_header:hover i {
    color:  #fff;
}
.navbar-collapse .nav-item .nav-link
{
    padding: 5px 26px;
    font-size: 22px;
    color:#fff;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}



/* The overlay effect with black background */
.fullOverlay {
    color:  #fff;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,100);
  background-color: rgba(0,0,100, 0.9); /* Black with a little bit see-through */
}

/* The content */
.fullOverlay-content {
 /* position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;*/
  height:  100%;
  width: 100%;
}

/* Close button */
.fullOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.fullOverlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.fullOverlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.fullOverlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.fullOverlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.fullOverlay button:hover {
  background: #bbb;
}

.mobileNav li {list-style: none}
.mobileNav li a{ font-size:  26px; line-height: 50px;}
.mobileNav li a:hover, .mobileNav li a:focus{
    color: #d70404;
}

.next-sale-marker {
    color: #041D6E;
    font-weight: bold;
    font-size:18px;
    display:flex;
}
.next-sale-marker span{
    display: inline-block;
    position:relative;
    left: 5px;
}