.section-darkblue {
    padding: 0px 0px 0px 0px;
    /*width: 500px;*/
    border-radius: 0px;
    overflow: hidden;
    z-index: 9;
}

.slider-content {
    position: absolute;
    top: 20px;
    color: #000;
    z-index: 9;
    width: 600px;
    left: 90px;
}

.slider-content h4 {
    padding-bottom: 20px;
    line-height: 1.5;
    font-size: 20px;
}

.banner-inner li:before {
    content: "\f0a4";
    font-size: 15px;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: -26px;
}

.tab .nav-tabs {
    border: none;
}

.tab .nav-tabs li {
    margin: 0;
}

.tab .nav-tabs li a {
    color: #1d1c1c;
    font-weight: 600;
    background: #fafafa;
    margin: 0;
    padding: 24px 10px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    letter-spacing: 1px;
    position: relative;
}

.tab .nav-tabs li a:hover {
    border-top: none !important;
    border-bottom: none !important;
    border-right-color: #ddd;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover {
    border: none;
    color: #fecc18;
    font-weight: 800;
    background-color: #3D3E3E;
    border-top-left-radius: 16px;
    border-top-right-radius: 0px;
    padding: 24px 10px;
    font-size: 16px;
}

.tab .tab-content {
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    border-top: none;
    box-shadow: 0px 1px 4px #a7a7a7;
    border: 1px solid #d7d7d7;
    /*border-radius: 40px;*/
    overflow: hidden;
    /*background-image: url(../images/map-image.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #fff;
}

.form1 {
    padding: 24px;
}

.form1 .form-title {
    margin-top: -0.3em;
    line-height: 36px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #201D1D;
}

.section-darkblue .form-group {
    margin-bottom: 16px;
    position: relative;
}

.section-darkblue .form-control {
    padding: 0 16px;
    color: #212529;
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    border: 1px solid #dee2e6;
    width: 100%;
    box-shadow: none;
}

.section-darkblue .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.section-darkblue .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-button {
    width: 100%;
    background-color: #fecc18;
    color: #3B3B3B;
}

.button {
    z-index: 1;
    border: none;
    transition: 0.2s;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.8;
    overflow: hidden;
    padding: 22px 30px;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.button:before {
    top: 0;
    width: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: -1;
    content: "";
    position: absolute;
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.button:hover {
    color: #fff;
}

.button.big {
    text-align: center;
}

.button:hover:before {
    left: 0;
    width: 100%;
    right: auto;
    background-color: #000000;
}
.img-position-holder{
    display: none;
}
@media(max-width: 768px) {
    .tab .nav-tabs {
        display: flex;
        flex-wrap: wrap;
    }
    .tab .nav-tabs li {
        flex: 1;
    }
    .tab .nav-tabs li a {
        font-size: 13px!important;
        text-transform: capitalize;
    }
}





input[type="date"] {
    position: relative;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 500;
}

input[type="date"]:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f073";
    color: #555;
    /* padding: 0 5px;*/
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

input[type="date"]:hover:after {
    color: #bf1400;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}


/* adjust increase/decrease button */

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

.section-darkblue select {
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 500;
}


/* adjust clear button */

input[type="date"]::-webkit-clear-button {
    z-index: 1;
}


.padding-0 {
    padding: 0px 5px 0px 15px;
}

.adding-destination {
    position: relative;
}

.plus {
    position: absolute;
    right: 35px;
    bottom: 20px;
    cursor: pointer;
}



.submit_btn {
    color: #fff;
    background-color: #221f1f!important;
    border-color: #221f1f!important;
    font-weight: 600;
    padding: 10px 14px!important;
    border-radius: 50px;
    position: relative;
    bottom: 0px;
    width: 150px;
}
.submit_btn:hover{
     color: #fff;
    background-color: #000!important;
}
.route-lists li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    transition: .3s;
    font-size: 14px;
}

.route-lists li a:hover {
    color: #0daace;
    transition: .3s;
}

.one-way-select-car {
    background-color: #f5f5f5;
    padding: 10px 0px;
}



.modifySearch {
    font-size: 14px;
    background: #000;
    border: none;
    color: #fff;
    height: 25px;
    padding: 5px 12px;
    font-weight: 700;
    width: 100%;
}

.table-responsive.active-car-detail {
    /* min-height: .01%; */
    overflow-x: inherit;
    min-height: 90px;
    border: 1px solid #78b7e4;
    border-radius: 20px;
    margin-bottom: 10px;
}
.one_way_select_car .table-responsive{
    border: 1px solid #332f60;
    border-radius: 20px;
}
.one_way_inclusion .tab .tab-content{
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
}
.table-responsive.active-car-detail .one_way_inclusion {
    display: block;
}
.one_way_select_car table > tbody > tr > td {
    vertical-align: middle;
}
.one_way_taxi_name {
    font-weight: 600;
}

.tooltip-inner {
    width: 100% !important;
}

.padding-one-way {
    padding: 0px;
}

.table {
    margin: 0px;
    font-style: normal;
    color: #000;
}

.car-bottom-facility li{
    display: inline-block;
}
.car-bottom-facility li img{
 width: 25px;
}
.car-bottom-facility li inclus{
font-size: 12px;
}
                                            

/*.table > tbody > tr > td {
    padding: 0px!important;
}*/

.select-button {
    text-align: center;
    width: 10rem;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
       background-color: #ebc400;
    margin-bottom: 26px;
    margin-left: 20px;
    margin-right: 20px;
}

.detail_car {
    cursor: pointer;
    color: #cc0000;
    font-size: 16px;
    font-weight: 700;
}

.one_way_inclusion {
    display: none;
}

.one_way_inclusion ul li {
    display: inline-block;
    margin-right: 25px;
}

.one_way_inclusion ul li img {
    width: 40px;
}

.one_way_inclusion ul li .inclus {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}
/*.one_way_inclusion .nav-tabs li a{
    padding: 15px 15px;
        width: 100%;
}*/
.mobile_section_inclusion {
    padding: 5px 20px;
}

.mobile_section_inclusion li {
    font-size: 9px;
    font-weight: 100;
    list-style: inside;
    list-style-type: disclosure-closed;
}

@media(max-width: 768px) {
    .desktop-section {
        display: none;
    }
}

@media(min-width: 768px) {
    .mobile-section {
        display: none;
    }
}

.one-way-select-car {
    background-color: #eee;
    padding: 10px 0px;
    
    color: #000;
}
.page-title-light{
    background-color: #f5f5f5;
    padding-bottom: 21px;
}
.page-title-light img{
    display: none;
    
}
.breadcrumb {
    margin: 0px;
    padding: 0px 0px 5px;
}

.booking-form-section {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

.booking-form-section h3 {
    color: black;
    font-size: 14px;
    background-color: #eeeeee;
    margin: 0px;
    padding: 10px;
}

.form_field {
    padding: 10px 20px;
}

.image-container {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.image-container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.table {
    margin: 0px;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    color: #000;
}

/*.sotware-form .tab-content {
    min-height: 320px;
}*/
#myModalssss{
    margin-top:160px!important;
}
#myModalssss .btn-default {
    color: #fff;
    background-color: #0983ba;
    border-color: #ccc;
    border-radius: 0px;
    margin: 0 auto;
    display: block;
}
#myModalssss .modal-header{
    background-color: #0398b2;
    color: #fff;
}
#myModalsss .close{
    opacity: 1!important;
}
.mobile-section .car-bottom-facility{
    position:relative;
    color: #000;
}
.mobile-section .car-bottom-facility::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
}
.mobile-section .car-bottom-facility li{
    margin-bottom: 5px;
}
.mobile-section .car-bottom-facility li span{
    font-size: 9px;
}
.mobile-section .car-bottom-facility li img{
    width: 20px;
}
.mobilll{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px 5px;
}
.pad-0{
    padding: 5px;
}
.pad-0-facility{
    border-left: 5px solid #ef7f1a;
    background-color: #f5f2f2;
}
.pad-0-name{
   padding-top: 18px;
    color: #000;
}
.pad-0-name .one_way_taxi_name{
    font-size: 14px!important;
}
.pad-0-name img{
    width: 85px;
}
.pad-0-price{
    text-align: right;
    padding-top: 15px;
}

.navvv.nav-pills > li > a{
    font-size: 16px;
    text-transform: uppercase;
}
.one_way_select_car .btn.btn-outline-white{
   background-color: #023753;
    padding: 3px 15px;
    border-color: #023753;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 0px;
}
.one_way_select_car .btn.btn-outline-white:hover{
    background-color: #000000;
    padding: 6px 30px;
    border-color: #000000;
    color: #fff;
}
.one_way_select_car .btn.btn-outline-white:hover::before {
    left: 0%;
    right: auto;
    width: 0;
}
.navvv{
         display: flex;
    justify-content: center;
    margin-top:15px;
     } 
.navvv.nav-pills > li.active > a, .navvv.nav-pills > li.active > a:hover, .navvv.nav-pills > li.active > a:focus{
    color: #fff;
    background-color: #023753!important;
    border-radius: 0px;
    border: 1px solid #023753!important;
}

/*.navvv.nav-pills > li{
    width: 30%;
    text-align: center;
}*/
.navvv.nav-pills li a{
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 30px;
    font-weight: 600;
    background-color: #ffffff;
}
.navvv.nav-pills>li>a:hover, .navvv.nav-pills>li>a:focus {
    text-decoration: none;
    background-color: #fec02f;
    color: #FFF;
}
.table > tbody > tr > td{
    border-top: none;
}
@media(max-width: 768px){
    .navvv.nav-pills li a{
        padding: 10px 10px;
    }
    .navvv.nav-pills > li{
    width: 50%;
    
}
}

@media(max-width: 768px) {
    .desktop-section {
        display: none;
    }
    .navvv.nav-pills > li > a{
    font-size: 10px;
    }
    #myModalssss .modal-dialog{
        width: 300px;
    margin: 0 auto;
    }
    .slider-content{
       width: 100%;
    position: inherit;
    color: #000;
    padding: 20px 10px;
    }
    .seo{
        font-size: 20px;
    }
    .route-lists a h3 {
    padding: 0px 5px;
    font-size: 15px;
}
}
#toTop {
    position: fixed;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
    display: none;
    background-color: #cc0000!important;
    border-color: #cc0000!important;
}
@media only screen and (max-width: 768px){

.form-header-heading{
    font-size: 14px;
    color: #000;
}

}