body,html{
font-family: 'Roboto Condensed', sans-serif;
overflow-x: hidden;
}
.text-black{
    color: #333;
}
.head-hr{
    border: none;
    height: 2px;
    background: #00b3f0;
    width: 27px;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
/* Wrappers */
#wrapper-cover-nav{
    background: url('../img/cover/head.jpg');
    background-size: cover;
    height: 120px;
    padding: 30px;
}
#wrapper-cover-slide{
    background: url('../img/cover/bus.jpg');
    background-size: cover;
    min-height: 800px;
    padding: 50px;
}
#wrapper-cover-nav .cover-nav-img{
    width: 150px;
}
#wrapper-cover-booking{
    min-height: 150px;
    background-color: rgb(36, 177, 231,0.7);
    margin-top: -150px;
    padding-top: 35px;
    color: #fff;
}
#wrapper-cover-now{
    min-height: 500px;
    padding: 50px;
}
#wrapper-cover-now h3{
    font-weight: 700;
    text-align: center;
}
#wrapper-cover-fares{
    min-height: 800px;
    padding: 50px;
    color: #fff;
    background: #0092d6;
}
#wrapper-cover-fares h3{
    text-align: center;
    font-weight: 700;
}
#wrapper-slide{
    background : url('../../images/bg-1.png') center center no-repeat fixed;
    background-size: cover;
    min-height: 1200px;
    width: 100%;
}

#wrapper-slide .template-logo{
    width: 150px;
}
#wrapper-body{
    background : url('../img/bg/_1.jpg') center center no-repeat fixed;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 100px;
}
#wrapper-body .template-logo{
    width: 150px;
}
#wrapper-body .container-body-content{
    min-height: 500px;
    background: #fff;
    padding: 50px;
    margin-top: 100px;
}
#wrapper-body .container-body-content h5{
    font-weight: 700;
    color: #0b7cc1;
}
#wrapper-body .container-body-content h2{
    text-align: center;
    font-weight: bold;
    color: #0b7cc1;
}
/*#wrapper-partners{
    background: #333;
    min-height: 200px;
    padding: 50px;
    width: 100%;
}*/
#wrapper-footer{
    background: #fff;
    min-height: 500px;
    padding: 50px;
    width: 100%;
}
#wrapper-footer .divider-hr{
    width: 1200px;
}
#wrapper-footer h4{
    font-weight: bold;
    text-align: center;
}
#wrapper-footer h6,
#wrapper-footer p{
    color: #333;
/*    text-align: center;*/
}
#wrapper-footer h6{
    font-weight: bold;
    border-left: 3px solid #0092d6;
    padding-left: 10px;
    line-height: 17px;
}
#wrapper-footer p{
    font-size: 14px;
}
#wrapper-footer .container-partners img{
    width: 170px

}
#wrapper-footer .quick-links > li > a{
    font-size: 14px;
}
#wrapper-footer .container-partners .col-md-3{
    text-align:Center;
}
#wrapper-footer p{
    font-weight: 500;
}
#wrapper-footer hr{
     border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#wrapper-footer .fab{
    color: #4267b2;
    font-size: 45px;
/*    border: 3px solid;
    padding: 6px;
    border-radius: 50%;*/
}
#wrapper-copyright{
    background: #151515;
    min-height: 25px;
    padding: 10px;
    width: 100%;
}
/* Colors */
.text-white{
    color: #fff;
}

/* Engine */
#tabsJustifiedContent{
    background: #fff;
    padding: 30px;
    min-height: 250px;
    margin-top: 1px;
    border-radius: 25px;
}
.nav-item.show .nav-link, .nav-link.link-ticket{
    background: #c874b0;
    border: 1px solid #c874b0;
    border-radius: 0;
    color: #fff;
    width: 150px;
    height: 40px;
    padding: 15px;
    padding-top: 9px;
    text-align: center;
}
 .nav-item.show .nav-link, .nav-link.link-package{
    background: #43c382;
    border: 1px solid #43c382;
    border-radius: 0;
    color: #fff;
    width: 150px;
    height: 40px;
    padding: 15px;
    padding-top: 9px;
    text-align: center;
}
.link-package{
    height: 50px;
}
.nav-option{
    border: 0;
}
#tabsJustifiedContent h4{
    font-weight: 700;
}
table th,
table tr{
    text-align: center
}
.row-button{
align-items: center;
  justify-content: center;
}
.gj-picker-bootstrap table tr td.disabled div, .gj-picker-bootstrap table tr td.other-month div {
    color: #d2d2d2!important;
    transition: 0.5s ease-in;
}
.gj-picker-bootstrap table tr td.disabled div:hover, .gj-picker-bootstrap table tr td.other-month div:hover{
    background: #333;
    color: #fff;
}
.gj-picker-bootstrap table tr td.today div{
    background: #333!important;
    color:#fff!important;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover{
    color: #cacaca !important;
}

/* Buttons */
.prevBtn{
    margin-right:10px;
    background:#ffb52a;
    min-width:150px
}
.prevBtn:hover,
.prevBtn:active,
.prevBtn:visited,
.prevBtn:focus{
    background: #f19d00!important;
}
.nextBtn{
    margin-right:10px;
    background:#3cb879;
    min-width:150px
}
.nextBtn:hover,
.nextBtn:active,
.nextBtn:visited,
.nextBtn:focus{
    background: #008e46!important;
}
.cancelBtn{
    background:#ed1b24;
    min-width:150px
    margin-right: 10px;
}
.cancelBtn:hover,
.cancelBtn:active,
.cancelBtn:visited,
.cancelBtn:focus{
    background: #cc0009!important;
}
.prevBtn2{
    margin-right:10px;
    background:#ffb52a;
    min-width:150px
}
.prevBtn2:hover,
.prevBtn2:active,
.prevBtn2:visited,
.prevBtn2:focus{
    background: #f19d00!important;
}
.nextBtn2{
    margin-right:10px;
    background:#3cb879;
    min-width:150px
}
.nextBtn2:hover,
.nextBtn2:active,
.nextBtn2:visited,
.nextBtn2:focus{
    background: #008e46!important;
}
.cancelBtn2{
    background:#ed1b24;
    min-width:150px
}
.cancelBtn2:hover,
.cancelBtn2:active,
.cancelBtn2:visited,
.cancelBtn2:focus{
    background: #cc0009!important;
}
.note{
    color: #e62626;
    font-size: 12px;
}
.table-striped>tbody>tr{
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}
.table-striped>tbody>tr:hover{
    background: #b5b5b5;
}
.timedate-container{
    float: right;
}
.timedate-container .form-control{
    width: 100px;
    margin-right: 10px;
    margin-top: -10px;
    text-align: center;
}
.form-price{
    color: green;
}
.btn-unclicked,
.btn-unclicked:hover{
    background: #ccc;
    border: 2px solid #fff;
    color: #fff;
}
.btn-clicked,
.btn-clicked:hover,
.btn-clicked:focus{
    background: #3cb879;
    border: 2px solid #fff;
    color: #fff;
}
.btn-unclicked2,
.btn-unclicked2:hover{
    background: #ccc;
    border: 2px solid #fff;
    color: #fff;
}
.btn-clicked2,
.btn-clicked2:hover,
.btn-clicked2:focus{
    background: #3cb879;
    border: 2px solid #fff;
    color: #fff;
}
@media(max-width: 991px){
    .cover-nav-img{
        width: 120px !important;
    }
    #wrapper-cover-booking{
        background-color: #333!important;
    }
}
@media(max-width: 425px){
     .nav-item.show .nav-link, .nav-link.link-ticket{
        width: 110px !important;   
    }
    .timedate-container .form-control{
        width: 100%!important;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media(max-width: 767px){
    .btn-message-feedback{
        float: none !important;
    }
}
@media(max-width: 374px){
    .nav-item.show .nav-link, .nav-link.link-ticket{
        width: 114px !important;   
        padding: 4px;
    }
    .nav-link, .nav-link.link-package{
        width: 110px !important;
        padding: 9px;
    }
    .link-package{
        left:  54px;
    }
}
@media(max-width: 320px){
    .nav-item.show .nav-link, .nav-link.link-ticket{
        width: 105px !important; 
        padding: 4px;  
    }
    .nav-link, .nav-link.link-package{
        width: 90px !important;
        font-size: 9pt;
    }
    .link-package{
      left:  54px;
    }
}

.nav-option .nav-link:hover{
  background-color: #61c7e0;
}


/*-------- Form and Step Wizard CSS -------*/

/*------------------------*/
input:focus,
button:focus,
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color{
    background-color: #333;
}
.signup-step-container{
    padding: 150px 0px;
    padding-bottom: 60px;
}


    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #61c7e0;
    color: #fff;
    border-color: #61c7e0;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #61c7e0;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background-color: #61c7e0;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 15px;
    padding: 8px 24px;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
    background-color: #61c7e0;
    border-color: #61c7e0;
}
.skip-btn{
    background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
    margin-top: 30px;
}
.all-info-container{

}
.list-content{
    margin-bottom: 10px;
}
.list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
    padding: 10px;
}
.signup-logo-header .logo_area{
    width: 200px;
}
.signup-logo-header .nav > li{
    padding: 0;
}
.signup-logo-header .header-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}



@media (max-width: 767px){
    .sign-content h3{
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i{
        display: none;
    }
    .signup-logo-header .navbar-toggle{
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area{
        margin-top: 0;
    }
    .signup-logo-header .header-flex{
        display: block;
    }
}
 .center {
  margin-left: auto;
  margin-right: auto;
 }

/**************** OG Layout ****************/

.content_row_1{
    background-color: #EAEAEA;
    border-bottom: 1px solid #CDCDCD;
}

.content_row_2{
    background-color: #F6F6F6;
    border-bottom: 1px solid #B7B7B7;
}

#emptyRate {
    color: #FF3300;
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
    padding-bottom: 50px;
    padding-top: 50px;
}

.more {
    font-style: italic;
    cursor: pointer;
    text-decoration: underline;
    color: #FF3300;
}
.hotitle {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #3D75B3;
}

/*** Added CSS ***/

.justify-content{
    text-align: justify;
}

.disable { 
    pointer-events: none; 
    cursor: default; 
}