nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin-bottom: 75px;
}

.main-content.home-bg {
    margin-bottom: 80px;
}

.info-box {
    font-weight: 600;
    padding-right: 60px;
}

.home-bg form {
    width: 70%;
    margin-left: 15%;
}

.home-bg .form-group {
    margin-bottom: 8px;
}

.home-bg .form-control {
    height: calc(2.25rem + 8px);
    border-left: none;
    border-radius: 0;
    margin-left: -1px;
}

.home-bg .form-group .col-md-6,
.form-group .col-md-12 {
    padding: 2px;
}

option[value=""][disabled] {
    display: none;
}

.home-bg .input-group,
.home-bg .input-group-prepend {
    width: 100%;
}

.home-bg span.input-group-text {
    width: 15%;
    background: transparent;
    border-right-color: transparent;
    border-radius: 0;
}

.home-bg select#origin,
.home-bg #Departure,
.home-bg #passengersno {
    border-left-color: transparent;
    border-radius: 0;
    margin-left: -1px;
}

.home-bg div.input-group-prepend-inner {
    width: 85%;
}

a#search {
    text-align: center;
    border-radius: 0;
    background: #012873;
    padding: 10px 50px;
}

.home-bg .search-button {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

#kopwr-front {
    text-align: right;
    float: left;
    height: 95px;
    /* width: 115px; */
    padding-top: 45px;
    padding-right: 33px;
}

#kopwr-front ul li {
    display: inline;
    padding-left: 3px;
    list-style-type: none;
}

.footer-bar {
    padding: 25px;
    text-align: center;
}

.footer-bar p {
    margin: 5px;
}

.parallax {
    /* The image used */
    background-image: url("../images/bg.png");
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */

@media only screen and (max-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}
@media only screen and (min-width: 992px) {
   .search-area {
        /*max-width: 95%;*/
   }
   .content.container.search-area {

        padding: 1.75rem 15px 1px;
   }
   .select_trip_contact {
    width: 100% !important;
    /*max-width: 73% !important;*/
    
   }
   .shopping-cart {
    margin: 0 auto !important;
    max-width: 70%;
}


}
@media only screen and (min-width: 768px)  {
   td.location_value_time {
    min-width: 78px;
}
}
footer p {
    font-size: 13px;
}

.row.search-form2 {
    padding: 25px 10px;
    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-top: none;
}

.message-box {
    margin: 15px 0;
    padding: 20px;
    font-weight: 600;
    border: 1px solid #e1e1e1;
}

.basket-box {
    margin: 15px 0;
    padding: 20px;
    font-weight: 600;
    border: 1px solid #e1e1e1;
}

.row.res-heading {
    text-align: center;
    display: block;
    margin: 15px;
}

.search-result {
    margin: 15px auto;
    font-weight: 600;
    /*border: 1px solid #e1e1e1;*/
    max-width: 800px;
}

/*button.btn.btn-outline-primary.search {
    margin-top: 12%;
}*/

.basket-box h4 {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.message-box h4 {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.container-fluid.search-area {
    width: 100%;
}

.container-fluid.search-box {
    width: 95%;
}

.mb {
    margin-bottom: 30px;
}

.search-button .search {
    padding: 10px 60px;
    border-radius: 0;
    background-color: #012873;
}



.cart-section1 p {
    font-size: 14px;
    padding: 0;
    margin: 5px 0px;
}

.cart-section1 {
    padding: 10px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.mt50 {
    margin-top: 32%;
    line-height: 1.90;
}

table {
    display: inline-grid;
}
th.search-th {
    padding: 12px 50px;
    border-bottom: 0 !important;
}
.cart-section2 {
    padding: 10px 0px;
}

.passenger-section1 {
    padding: 30px 0px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.uppercell {
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 1px;
    text-align: center;
    padding: 30px;
    margin: 20px 0px;
}

.uppercell-icon {
    font-size: 45px;
    padding: 10px;
}

.uppercell-btn {
    padding: 5px 30px;
    margin-top: 15px;
}

.row.uppercell-section {
    margin: 30px 0;
}

.shopping-cart {
    border: 1px solid #e1e1e1;
    padding: 50px 70px;
    /*margin: 50px 0;*/
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
}

.shopping-cart .heading {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.service-section {
    border: 1px solid #e1e1e1;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    margin: 20px 0;
}

.service-section p {
    margin: 0px;
}

.cart-section p {
    margin: 0px;
}

.m20 {
    margin: 20px;
}
/*-----------------------new custom css 2019--------------------------------*/

/*---------------login page start-----------------------*/
.btn-hero-success {
    background-color: #4dc9ff;
}
.btn-hero-success:hover {
    color: #fff;
    background-color: #4dc9ff;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(77, 201, 255, 0.41);
    box-shadow: 0 0.375rem 0.75rem rgba(77, 201, 255, 0.41);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.btn-hero-success:not(:disabled):not(.disabled):active, .btn-hero-success:not(:disabled):not(.disabled).active, .show > .btn-hero-success.dropdown-toggle {
        color: #fff;
    background-color: #4dc9ff;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(77, 201, 255, 0.41);
    box-shadow: 0 0.375rem 0.75rem rgba(77, 201, 255, 0.41);
}
.btn-hero-success:focus, .btn-hero-success.focus {
        color: #fff;
    background-color: #4dc9ff;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(77, 201, 255, 0.41);
    box-shadow: 0 0.375rem 0.75rem rgba(77, 201, 255, 0.41);
}
/*---------------login page end-----------------------*/

/*--------------------------------------------------------------------------------
|CSS for front start
|--------------------------------------------------------------------------------
|
*/
.dept-arr {
    font-size: 16px;
    line-height: .8;
    /*white-space: nowrap;*/
    /*display: flex;*/
}
.ride-times {
    min-width: 55px;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
}
.departure {
    min-width: 38px;
    color: #444;
    font-weight: bold;
    margin: 5px 0;
}
.arrival {
    min-width: 38px;
    color: #444;
    margin: 5px 0;
}
.ride-station-names {
       width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    line-height: 1;
}
.ride-station-name {
   text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin: 5px 0;
}
.arrival_station , .departure_station {
    display: inline;
}
.station-name.departure-station-name {
    padding-bottom: 1px;
    background-size: 10px 20px;
    padding-left: 30px;
    display: inline;
    /*background: url("https://d3gelgmyzspcuw.cloudfront.net/24801eea3/img/icons/icon-connection-top@2x.png") no-repeat 5px 4px;*/
}
.ride-station-names .arrival-station-name {
    background-size: 10px 20px;
    padding-left: 30px;
    display: inline;
    /*background: url("https://d3gelgmyzspcuw.cloudfront.net/24801eea3/img/icons/icon-connection-bottom@2x.png") no-repeat 5px -18px;*/
}
.class_header_d {
    display: flex;
    font-size: 19px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}
.class_header_total {
    text-align: center;
}
.class_value_d {
    display: flex;
    display: flex;
    padding-top: 26px;
    padding-bottom: 26px;
}
.num {
    line-height:30px;
    font-size: 18px;
}
._passengers_count {
    margin: 0 5px;
    vertical-align: middle;
}
/*--------------------------------------------------------------------------------
|CSS for front end
|--------------------------------------------------------------------------------
|
*/



/*--------------------------------------------------------------------------------
|CSS for front Header Start
|--------------------------------------------------------------------------------
|
*/
a {
    color: #4dc9ff;
}
a:hover {
    color: #19b1f3 !important;
}
.btn-outline-primary {
    color: #4dc9ff;
    background-color: transparent;
    background-image: none;
    border-color: #4dc9ff;
}
.btn-outline-primary:hover {
    background-color: #4dc9ff;
    color: #fff;
    border-color: #4dc9ff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4dc9ff;
    border-color: #4dc9ff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.46);
    box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.46);
}

.btn-primary {
    color: #fff;
    background-color: #4dc9ff;
    border-color: #4dc9ff;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #19b1f3;
    border-color: #19b1f3;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4dc9ff;
    border-color: #4dc9ff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.46);
    box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.46);
}
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(77, 201, 255, 0.45);
}

/*--------------------------------------------------------------------------------
|CSS for front Header End
|--------------------------------------------------------------------------------
|
*/

/*-----------------------new custom css 2019--------------------------------*/
footer {
    background-color: #000;
    padding: 20px;
    color: #fff;
}
.nav-tabs-block .nav-item.footer_nav {
    margin-bottom: 15px;
}
.footer_nav a {
    display: initial;
}
.head_table {
        display: flex;
    font-size: 19px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

.body_table {
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 15px 0;
    margin: 10px 0;
}
.time_width_30 {
    width: 30%;
    text-align: center;
}
.time_width_40d {
    width: 40%;
    text-align: center;
}
.time_width {
    width: 13%;
    text-align: center;
}
.time_width_15d {
    width: 15%;
    text-align: center;
}
.text_setting {
    text-align: left;
    font-size: 15px;
}
.mt20 {
    line-height: 1.90;
}
.redeem_voucher {
    margin: 5px 15px;
}
.set-padding {
    padding-left: 0;
}

.body_second_table{
    border: 1px solid #e1e1e1;
    padding: 15px 10px;
    margin: 10px 0;    
}
.phone_input {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.select_button_save {
    text-align: right;
}
.time_width_40 {
    width: 49%;
    text-align: left;
    font-weight: 900;
    font-size: 18px;
    padding: 0 16px;
}
/*.time_width_2 {
    width: 17%;
    text-align: left;
    font-weight: 900;
    font-size: 18px;
    padding: 0 16px;
}*/

.time_width_2 {
    width: 33%;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    padding: 0 16px;
}
.head_table_select {
    display: flex;
    font-size: 19px;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.head_table_select_value {
        display: flex;
    font-size: 19px;
    padding: 10px 0;
    width: 100%;
    
}
.time_width_25 {
    width: 25%;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
}
.time_width_24_40 {
    width: 50%;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    padding-left: 12px;
}
/*.time_width_24_41 {
    width: 17%;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
}*/
.time_width_24_41 {
    width: 33%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.time_width_24 {
    width: 25%;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
}
.set_uppersell_value {
    border: 1px solid #e1e1e1;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.promocode_label {
    margin: 5px;
}
.uppersell_value {
    margin: 5px 0;
}
.uppersell_span {
    margin: 0 10px;
}
.selectedtrip_uppersess_lebel {
    margin-bottom: 1.375rem;
    font-size: 22px;
    border-bottom: 2px
    solid #c7c1c1;
}
.passenger_value {
    width: 50%;
    margin:0 auto;
}
.pd_l {
    padding-left: 12px;
}
.departs_arrives_time {
    padding: 0 !important;
    width: 25%;
    border-top: 0px solid #e6ebf4 !important;
}
.departs_arrives_value {
     padding: 0 !important;
     text-align: left; 
     border-top: 0px solid #e6ebf4 !important;
}
.m_10 {
    margin: 10px 0;
}
.apply_btn {
    color: #fff !important;
}
 .select_trip_contact {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}
.location_value {
    padding: 0 !important;
    text-align: left;
    border-top: 0px solid #e6ebf4 !important;
}
.location_value_time {
    padding: 0 !important; 
    border-top: 0px solid #e6ebf4 !important;
}


/*   checkout page style    */


.cart-section {
    border: 1px solid #e1e1e1;
    margin: 10px 0;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.cart_time {
    font-size: 20px;
    font-weight: 800;
    margin: 5px 0;
}
.cart_company {
    font-weight: 800;
    margin: 5px 0;
}
.cart_location {
    font-weight: 800;
    margin: 5px 0;
}

.checkout_div {
    /*display: inline-block;
    width: 100%;
    padding: 10px;*/
    margin: 20px 0;
}
.checkout_person {
    float: left;
    font-size: 20px;
}
.checkout_person_value {
    float: right;
    font-size: 17px;
}
.grid_display {
    display: grid;
    text-align: right;
}
.article_border {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.article_prise {
    margin: 5px 0;
}
.article_tax {
    margin: 5px 0;
}
.service_section_fee {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e1e1;
}
.checkout_total_prise {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e1e1;
}
.checkout_text {
    float: left;
}
.checkout_total_value {
    float: right;
    font-size: 20px;
    font-weight: 900;
}
.include_vat {
    font-size: 25px;
    font-weight: 900;
    margin: 15px 0;
}
.Proceed_To_Pay {
    text-align: right;
    margin: 20px 0;
}
.border_none {
    border: none;
}
.search_add_title {
    border: 1px solid #e1e1e1;
    margin: 10px 0;
}
.search_contact {
    margin: 15px auto;
    width: 100%;
    /*max-width: 1000px;*/
    border: 1px solid #e1e1e1;
    background: #fff;
}
.search_contact_diff {
        margin: 0px auto;
    width: 100%;
    max-width: 600px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
.promocode_input {
    padding: 0 15px;
}
.thank_you {
    text-align: center;
    max-width: 850px;
    margin: 20px auto;
    background: #fff;
    padding: 40px 0;
    box-shadow: 0 0.5rem 2rem #e1e1e1;
    background-color: white;
}
.all_details {
    margin: 0 auto;
    /*width: 43%;*/
    text-align: left;
    display: inline-grid;
}
.all_details p {
    font-weight: 800;
}
.search_header {
    border: 1px solid #e1e1e1;
    /*margin: 11px 24px;*/
    padding: 15px 0;
    background: #fff;
    margin-bottom: 11px;
    margin-top: 11px;
}
.text_center {
    text-align: center;
}
.text_center h4 {
    margin: 0;
}
.search_diff_button {
    padding-top: 3px;
}
.search_radio_button {
    height: 20px;
    width: 20px;
}
/*.article_table th, .article_table td {
    padding: 0 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
}*/
.artile_table_heading {
    display: flex;
    font-weight: 600;
}
.artile_table_value {
    display: flex;
    font-weight: 400;
}
.artile_title {
    width: 50%;
}
.artile_title_main {
    margin-top: 15px;

}
.article_table {
    text-align: center;
}
.final_tolal_amount {
    margin: 30px 0;
    display: flex;
    width: 100%;
}
.total_amount_class {
    font-size: 20px;
    font-weight: 800;
    /*width: 43.7%;*/
}
.total_amount_vlaue {
    font-weight: 800;
    font-size: 25px;
    /*width: 50%;*/
    text-align: left;
    margin-left: 10px;
}
.thank_you_td {
    min-width: 145px;
    font-weight: 900;
}

/*---------------checkout_start---------------------*/

.payment_image {
        height: 25px;
        width: 25px;
    }
    .all_payment_cards {
        padding: 20px;
    }
    .select_payment_card {
        display: table;
        width: 100%;
        /*padding: 11px;*/
        border: 1px solid #e1e1e1;
        margin: 5px 0;
        border-radius: 5px;
    }
    .payment_name {
        float: left;
        padding: 11px;
    }
    .choose_payment_method {
        padding: 0 11px 11px;
        /*background: #efebeb;*/
    }
    .choose_payment_method h4 {
        margin-bottom: 0;
    }
    .font-w600.text-right.ideal_card {
        padding: 11px;
    }
    .font-w600.text-right.paypal_card {
        padding: 8px;
    }
    .font-w600.text-right.paypal_card .payment_image {
        height: 30px;
        width: 30px;
    }
    .font-w600.text-right.bancontact_card .payment_image {
        height: 46px;
        width: 46px;
        padding-right: 3px;
    }
    .font-w600.text-right.sofort_card {
        padding-right: 6px;
        padding-top: 3px;
    }   
    .font-w600.text-right.sofort_card .payment_image {
        height: 40px;
        width: 40px;
    }
    .font-w600.text-right.p24_card {
        padding-right: 8px;
    }
    .font-w600.text-right.p24_card .payment_image {
        height: 46px;
        width: 46px;
    }
    .invoice_details_h5 {
        font-weight: 900;
        font-size: 1.5rem;
        margin-top: 1.25rem;
    }
    .payment_input {
        height: unset;
        border-color: #d8dfed;
    }
    .toon_minder_details {
        border: 1px solid #e1e1e1;
        padding: 10px;
        margin-bottom: 10px;
    }
    .passenger_details_payment {
        display: inline-block;
        width: 100%;
        padding: 15px 0 0;
        font-size: 1.25rem;
        font-weight: 600;
    }
    .passenger_count {
        float: left;
    }
    .passenger_prise {
        float: right;
    }
    .passenger_details_payment_ticket {
        display: inline-block;
        width: 100%;
        padding: 15px 0 0;
        font-size: 1.25rem;
        
    }
    .passenger_count_ticket {
        float: left;
    }
    .passenger_prise_main {
        float: right;
        font-size: 25px;
        font-weight: 800;
    }
    .passenger_prise_ticket {
        float: right;
        font-size: 25px;
        font-weight: 800;
        color: #bbbaba;
    }
     @media screen and (max-width: 992px) {
    .container {
        max-width: 100%;
    }
    }
    @media screen and (max-width: 575px) {
      .passenger_details_payment {
        font-size: 1rem;
    }
    .block-content {
        padding: 0px;
    }
    }
     @media screen and (max-width: 400px) {
     .promocode_input {
        width: 100%;
    }
    .apply_button {
        padding: 5px 15px;
        width: 100%;
    }
    .apply_button a {
        width: 100%;
    }
    }
     @media screen and (max-width: 375px) {
      .passenger_details_payment {
        font-size: .90rem;
    }
    }


/*---------------checkout page END---------------------*/

/*---------------my_booking_page_start---------------------*/

.my_booking {
    border: 1px solid #e1e1e1;
    padding: 15px;
}
.btn_col_view {
    text-align: right;
    margin: auto;
}
/*---------------my_booking_page_end---------------------*/

/*---------------my_booking_view_start---------------------*/
.my-details {
    max-width: 900px;
    padding: 25px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
}
.booking_details {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.passenger_details_view {
    display: flex;
    margin-bottom: 1.375rem;
}
.booking-value {
    font-size: 18px;
    min-width: 170px;
}
.passenger_details_view_total {
    display: flex;
    margin: 1.375rem 0;
    border-top: 1px solid #e1e1e1;
}
.my-booking-total-value {
    min-width: 170px;
    margin: 1.375rem 0;
    font-size: 25px;
    font-weight: 800;
}
.my-booking-total-datils {
    min-width: 170px;
    margin: 1.375rem 0;
    font-size: 25px;
    font-weight: 800;
}
.change_btn {
    text-align: right;
}
/*---------------my_booking_view_end---------------------*/
/*---------------my_booking_change_start---------------------*/
.my-details-change {
    max-width: 1250px;
    padding: 25px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
}
.booking_details_change {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    /*border: 1px solid #e1e1e1;*/
    background-color: #fff;
}
.passenger_change_name {
    margin: 10px 0;
    width: 100%;
}
.passenger_details_change {
    display: flex;
}
.booking_value_mobile {
    font-size: 18px;
    min-width: 90px;
}
.change_name {
        font-weight: 800;
    font-size: 20px;
}
.passenger_details p {
    margin: 10px 0;
}
.change_data_btn {
    background-color: red;
    border-color: red;
}
.change_data_btn:hover {
    background-color: #f20707;
    border-color: #f20707;
}
.change_data_btn_3d {
    background-color: red;
    border-color: red;
}
.change_data_btn_3d:hover {
    background-color: #f20707;
    border-color: #f20707;
}
.change_cancel_btn button {
    margin: 20px 0px;
    text-align: center;
    font-size: 16px;
}
.youare_logged {
    display: flex;
    margin: 0.375rem 0;
}
.or_entire {
    text-align: center;
    display: block;
}
.clip_chart {
    max-width: 350px;
    margin: 0 auto;
}
.download_pdf {
    display: flex;
    margin-bottom: 1.375rem;
}
.pdf_icon i {
    font-size: 45px;
}
.pdf_text {
    font-size: 16px;
    font-weight: 800;
}
.clip_chart_enter {
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
}
.clip_chart_enter h4 {
    border-bottom: 1px solid #e1e1e1;
    font-size: 17px;
    padding-bottom: 15px;
}
/*.clip_chart_text {
    padding: 0 15px;
}*/
.clip_chart_enter button {
    width: 100%;
    margin-top: 15px;
}
.cancel_button {
    font-size: 22px;
}
.booking_value_mobile_phone {
    font-size: 16px;
    min-width: 78px;
}
.or_entire h4 {
    margin: 1.375rem 0;
}
/*---------------my_booking_change_end---------------------*/

/*---------------------- media query -------------------------------- */

@media only screen and (max-width: 1200px) {

.head_table {
    font-size: 16px;
}
.search-area {
    max-width: 100%;
}
/*.change_cancel_btn button {
    margin: 20px 0px;
    text-align: center;
    font-size: 12px;
    padding: 4px;
}*/
}

@media only screen and (max-width: 992px) {
.search-result {
    
    font-weight: 600;
    padding: 0;
    width: 100%;
}
.search_contact_diff {
    margin: 15px auto;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    flex: 0 0 100%;
}
.text_setting {
    text-align: left;
    font-size: 14px;
}
.time_width_15d {
    width: 15%;
    text-align: center;
    font-size: 14px;
}
/*.head_table {
    font-size: 14px;
}*/
.d_table {
    display: table;
}
.departs_arrives {
    width: 40%;
}
.width_15 {
    width: 15%;
    
}
.ft_14 {
    font-size: 14px;
}
.pd_0 {
    padding: 0;
}
.pd_l {
    padding-left: 5px;
    font-size: 14px;
}
/*.departs_arrives_time {

    width: 36%;

}*/
.passenger_value {
    width: 69%;
    margin: 0 auto;
}
.btn_font {
    font-size: 14px;
    padding: 5px;
}
.message-box {
    padding: 10px;
    font-size: 14px;
}
.basket-box {
    padding: 10px;
}
.redeem {
    font-size: 10px;
    line-height: 2.7;
}
.thank_you h1 
{
    font-size: 30px;
}
/*.change_cancel_btn button {
    margin: 20px 0px;
    text-align: center;
    font-size: 12px;
    padding: 4px;
}*/
}
@media only screen and (min-width: 768px) {
    .change_cancel_btn {
        padding: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
.head_table {
    font-size: 14px;
}
.set-padding {
    padding-left: 15px;
}
.time_width_40 {
    font-size: 16px;
    padding-left: 5px;
}
.time_width_2 {
    font-size: 16px;

}
.time_width_24_40 {
    font-size: 13px;
    padding-left: 5px;
}
.time_width_24_41 {
    font-size: 16px;
}
.cart_time {
    font-size: 16px;
    font-weight: 800;
    margin: 5px 0;
}
.checkout_person {
    float: left;
    font-size: 16px;
}
.checkout_person_value {
    float: right;
    font-size: 16px;
}
.all_details {
    margin: 0 auto;
    text-align: left;
    padding: 0 15px;
    display: inline-grid;
}
.btn_col_view {
    text-align: center;
    margin: auto;
}
.download_pdf {
    display: flex;
    margin: 1.375rem 5px;
}
.change_cancel_btn button {
    margin: 20px 0px;
    text-align: center;
    font-size: 16px;
    padding: 0.375rem 0.75rem;
}
}
@media only screen and (max-width: 650px) { 

.shopping-cart {
    border: 1px solid #e1e1e1;
    padding: 50px 10px;
    margin: 50px 0;
}
.thank_you h1 {
    font-size: 26px;
}
   td.location_value_time {
    min-width: 60px;
}

/*--------------- media datepicker_start---------------------*/
#ui-datepicker-div {

    width: 17em !important;
    /*display: grid !important;*/
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
}

.ui-datepicker-group-last table.ui-datepicker-calendar {
    padding-left: 0px;
}


.ui-datepicker th {
    padding: 6px !important;
    line-height: 2;
}
.ui-datepicker td span, .ui-datepicker td a {
   
    padding: 4px !important;
    text-align: center !important;
    
}

.ui-datepicker-group-last table.ui-datepicker-calendar {
    padding-left: 0px !important;
}
.ui-datepicker-group.ui-datepicker-group-first table.ui-datepicker-calendar {
    border-right: 0px solid #f7ae35 !important;
}
/*---------------media datepicker_End---------------------*/
}

/*---------------datepicker_start---------------------*/


.ui-datepicker-multi .ui-datepicker-group table {
    width: 100% !important;
   
}
.ui-datepicker th {
    padding: 11px !important;
    line-height: 2;
}
.ui-datepicker td span, .ui-datepicker td a {
   
    padding: 9px !important;
    text-align: center !important;
    
}
table.ui-datepicker-calendar thead {
    border-top: 2px solid #e1e1e1
}
.ui-datepicker-group-last table.ui-datepicker-calendar {
    padding-left: 6px;
}
/*.ui-datepicker-group.ui-datepicker-group-first {
    border-right: 1px solid #ada6a6;
}*/
.ui-widget-header {
    border: none !important;
    background: none !important;
    color: #000000 !important;
    font-weight: bold;
}
.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url('../images/nexticon.png') !important;
    cursor: pointer;
}
a.ui-state-hover,
.ui-widget-content a.ui-state-hover,
.ui-widget-header a.ui-state-hover,
a.ui-state-focus,
.ui-widget-content a.ui-state-focus,
.ui-widget-header a.ui-state-focus {
    border: 0px solid #cccccc !important;
    background-color: #fff2a0 !important;
    /*background: #e1e1e1 !important;*/
    font-weight: bold;
    border-radius: 5px;
}
.ui-datepicker .ui-datepicker-next {
    right: 1px !important;
}
.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px;
}
.ui-widget-content {
    border: none !important;
    background: none !important;
    color: #333333;
    background-color: #ffffff !important;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}
/* for available date background */
td.date-background-blue .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #4dc9ff !important;
    border-radius: 3px;
    color: #fff;
}
td.date-background-blue a.ui-state-hover,
td.date-background-blue .ui-widget-content a.ui-state-hover,
td.date-background-blue .ui-widget-header a.ui-state-hover,
td.date-background-blue a.ui-state-focus,
td.date-background-blue .ui-widget-content a.ui-state-focus,
td.date-background-blue .ui-widget-header a.ui-state-focus {
    border: 0px solid #cccccc !important;
    background-color: #fff2a0 !important;
    /*background: #e1e1e1 !important;*/
    font-weight: bold;
    color: #4dc9ff;
    border-radius: 5px;
}
a.ui-state-default.ui-state-active {
    background-color: #fff2a0 !important;
    border-radius: 3px;
    color: #4dc9ff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #cccccc !important;
    background: none !important;
    font-weight: bold;
    color: #1c94c4;
}
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 24px;
}
input.primary:checked + .slider {
    background-color: #4dc9ff;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}
.switch-button-wrapper .border + div{display:none !important;}
.switch-button-wrapper .border.checked + div{display:flex !important;}
/*---------------datepicker_end---------------------*/


@media only screen and (max-width: 566px) {
.time_width_40 {
    font-size: 14px;
}
/*.time_width_2 {
    font-size: 14px;
}*/
.time_width_24_40 {
    font-size: 11px;
}
/*.time_width_24_41 {
    font-size: 11px;
}*/
.time_width_25 {
    font-size: 14px;
}
.time_width_24 {
    font-size: 13px;
}
.departs_arrives_time {
    width: 36%;
}
.thank_you h1 {
    font-size: 22px;
}
}
@media only screen and (max-width: 523px) {
.checkout_total_prise {
    text-align: center;
}
.checkout_text {
    float: none;
}
.checkout_total_value {
    float: none;
}
.Proceed_To_Pay {
    text-align: center;
    margin: 20px 0;
}
.thank_you h1 {
    font-size: 17px;
}
.cancel_button {
    font-size: 16px;
}
.time_location_button {
    font-size: 15px;
}
.youare_logged {
    display: flex;
    margin: 0.375rem 0;
    font-size: 14px;
}

}
@media only screen and (max-width: 480px) {
td.location_value_time {
    min-width: 50px;
}
.location_value_time {
    display: flex;
    min-width: 50px;
}
.time_width_40 {
    font-size: 11px;
}
/*.time_width_2 {
    font-size: 11px;
}*/
.cart_time {
    font-size: 14px;
    font-weight: 800;
    margin: 5px 0;
}
.cart_company {
    font-weight: 800;
    margin: 5px 0;
    font-size: 14px;
}
.cart_location {
    font-weight: 800;
    margin: 5px 0;
    font-size: 14px;
}
.checkout_person {
    float: left;
    font-size: 15px;
}
.checkout_person_value {
    float: right;
    font-size: 15px;
}
.shopping-cart .heading {
    text-align: center;
}
.text_setting {
    text-align: left;
    font-size: 13px;
}
.time_width_15d {
    width: 15%;
    text-align: center;
    font-size: 13px;
}
.diff_input {
    padding: 0px;
    width: 40px;
    margin: 0 auto;
    font-size: 12px;
}
.diff_btn {
    padding: 1px 5px;
    font-size: 12px;
}
.heading_tag {
    margin: 12px !important;
    font-size: 14px;
}
.all_details {
    font-size: 14px;
}
.total_amount_class {
    font-size: 20px;
    font-weight: 800;
    width: 46.7%;
}
.total_amount_vlaue {
    font-weight: 800;
    font-size: 20px;
    /* width: 50%; */
    text-align: left;
}
/*---------------my_booking_view_start---------------------*/
.my-details {
    padding: 30px 0;
}
.booking-value {
    font-size: 15px;
    min-width: 140px;
}
.booking-value-details {
    font-size: 15px;
}
/*---------------my_booking_view_End---------------------*/


/*---------------datepicker_start---------------------*/
#ui-datepicker-div {

    width: 13em !important;
    /*display: grid !important;*/
    z-index: 9999 !important;
    
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
}
.ui-datepicker th {
    padding: 6px !important;
    line-height: 2;
}
.ui-datepicker td span, .ui-datepicker td a {
   
    padding: 4px !important;
    text-align: center !important;
    
}

.ui-datepicker-group-last table.ui-datepicker-calendar {
    padding-left: 0px;
}
/*.ui-datepicker-group.ui-datepicker-group-first {
    border-right: 0px solid #ada6a6;
}*/
/*---------------datepicker_End---------------------*/
.nav-tabs-block .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}
}
@media only screen and (max-width: 425px) {
ul.nav.nav-tabs.nav-tabs-block.js-tabs-enabled {
    display: block;
    text-align: center;
}
}
@media only screen and (max-width: 400px) {
.message-box {
    padding: 10px;
    font-size: 12px;
}
.head_table {
    font-size: 12px;
}
.pd_l {
    padding-left: 5px;
    font-size: 12px;
}
.ft_14 {
    font-size: 12px;
}
.btn_font {
    font-size: 12px;
    padding: 5px;
}
.passenger_value {
    width: 69%;
    margin: 0 auto;
    padding: 0 10px;
}
.time_width_25 {
    font-size: 11px;
}
.time_width_24 {
    font-size: 11px;
}
.selectedtrip_title {
    text-align: center;
}
.time_width_15d {
    width: 15%;
    text-align: center;
    font-size: 12px;
}
.text_setting {
    text-align: left;
    font-size: 12px;
}
.thank_you_td {
    min-width: 120px;
    font-weight: 900;
}
.all_details {
    font-size: 12px;
}
.thank_you h1 {
    font-size: 14px;
}
/*---------------my_booking_view_start---------------------*/
.booking_details {
    padding: 30px 15px;
}
.booking-value {
    font-size: 13px;
    min-width: 130px;
}
.booking-value-details {
    font-size: 13px;
}
/*---------------my_booking_view_End---------------------*/
.my-details-change {
    max-width: 1250px;
    padding: 0px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
}
.youare_logged {
    display: flex;
    margin: 1.375rem 0;
    font-size: 13px;
}

}
@media only screen and (max-width: 350px) {
.head_table {
    font-size: 10px;
}
.pd_l {
    padding-left: 5px;
    font-size: 10px;
}
.ft_14 {
    font-size: 10px;
}
.btn_font {
    font-size: 10px;
    padding: 5px;
}
.passenger_value {
    width: 69%;
    margin: 0 auto;
    padding: 0 10px;
}
.cart_time {
    font-size: 12.5px;
    font-weight: 800;
    margin: 5px 0;
}
.cart_company {
    font-weight: 800;
    margin: 5px 0;
    font-size: 12.5px;
}
.cart_location {
    font-weight: 800;
    margin: 5px 0;
    font-size: 12.5px;
}
.select_button_save {
    text-align: center;
    margin: 20px 0;
}
.time_width_15d {
    width: 15%;
    text-align: center;
    font-size: 10px;
}
.text_setting {
    text-align: left;
    font-size: 10px;
}
.heading_tag {
    margin: 12px !important;
    font-size: 12px;
}
.thank_you h1 {
    font-size: 13px;
}
.all_details {
    padding: 0;   
}
.cancel_button {
    font-size: 14px;
}
.time_location_button {
    font-size: 13px;
}
}

