.section-darkblue {
    padding: 0px 0px 70px 0px;
    width: 500px;
    position: absolute;
    top: 80px;
    left: 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
}


/*.sotware-form .tab-content {
                min-height: 350px;
            }*/

.tab .nav-tabs {
    /*border: 1px solid #31708f;*/
}

.tab .nav-tabs li {
    margin: 0;
}

.tab .nav-tabs li a {
    font-size: 12px;
    color: #1d1c1c;
    font-weight: 600;
    background: #fff;
    margin: 0;
    padding: 15px 0px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

.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 {
    color: #fff;
    border: none!important;
    background: #000;
    border-right: 1px solid #000;
}

.tab .nav-tabs li.active a:before {
    content: "";
    width: 58%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tab .nav-tabs li.active a:after {
    content: "";
    border-top: 10px solid #fdb219;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%;
}

.tab .tab-content {
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    padding: 20px;
    border-top: none;
    box-shadow: 0px 1px 4px #a7a7a7;
    border: 1px solid #d7d7d7;
   border-radius: 0px 0px 10px 10px;
   background-color: #fff;
  /* background: linear-gradient( to bottom, rgb(255 255 255 / 85%), rgb(254 254 254 / 69%)), url(../images/map-image.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.tab .tab-content h3 {
    font-size: 24px;
    color: #999898;
    margin-top: 0;
}

.form-check-inline {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 2rem;
    margin-bottom: 30px;
}

.form-group label {
    color: #000;
    font-size: 16px;
   /* line-height: 40px;*/
    /*text-decoration: underline;*/
}

.radiotextsty {
    color: #464648;
    font-size: 14px;
    font-weight: 600;
}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    margin-left: 6px;
    border: 1px solid #000;
}

.customradio:hover input ~ .checkmark {
    background-color: transparent;
}

.customradio input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #BEBEBE;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customradio input:checked ~ .checkmark:after {
    display: block;
}

.customradio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fdb219;
}

input[type="date"] {
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

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: 14px;
    color: #000;
    font-weight: 600;
}


/* adjust clear button */

input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.section-darkblue .form-control {
       border-radius: 0px;
    padding: 6px 6px;
    height: 40px;
    border: 0px;
    border: 1px dotted #fdb219;
    box-shadow: none;
}
.section-darkblue .form-control:hover, .section-darkblue .form-control:focus{
    border-radius: 50px;
}
@media only screen and (max-width: 768px) {
    .tab .nav-tabs li {
        width: 33.33%;
        float: left;
        text-align: center;
    }
    #sliderr {
        padding: 0px;
    }
    /* #owl-demo-slider .item img {
        height: 300px!important;
    }*/
    .slider .item {
        height: auto;
    }
    .section-darkblue {
        padding: 5px 10px;
        background: none;
        margin-top:90px;
        width: 100%;
        position: inherit;
    }
    
    .about-info .tj-heading-style h3 {
        font-size: 24px;
    }
    .tj-welcome {
        padding: 0px 0;
    }
    .about-info {
        margin-bottom: 30px;
    }
    .tab .nav-tabs li a {
        font-size: 12px;
        color: #1d1c1c;
        font-weight: 600;
        background: #fff;
        margin: 0;
        padding: 15px 0px;
    }
}

.padding-0 {
    padding: 0px 5px 0px 15px;
}

.adding-destination {
    position: relative;
}

.plus {
    position: absolute;
    right: 35px;
    top: 5px;
    cursor: pointer;
}

::placeholder {
    font-size: 14px!important;
    color: #000!important;
    font-weight: 600;
}

.submit_btn {
    color: #fff;
    background-color: #fdb219!important;
    border-color: #fdb219 !important;
    font-weight: 600;
    padding: 10px 14px!important;
    border-radius: 0px;
    position: relative;
    bottom: 0px;
    width: 150px;
}

.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;
}

.breadcrumb {
    margin: 0px;
    padding: 0px 15px 5px;
}

.modifySearch {
    font-size: 14px;
    background: #fff;
    border: none;
    color: #20a8d9;
    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: 8px;
    margin-bottom: 10px;
}
.one_way_select_car .table-responsive{
    border: 1px solid #78b7e4;
}
.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;
}

.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;
}
.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: #f5f5f5;
    padding: 10px 0px;
}

.breadcrumb {
    margin: 0px;
    padding: 0px 15px 5px;
}

.booking-form-section {
    border: 1px solid #ccc;
}

.booking-form-section h3 {
    color: white;
    font-size: 14px;
    background-color: #044835;
    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: #fdb219;
    border-color: #fdb219;
    border-radius: 0px;
    margin: 0 auto;
    display: block;
}
#myModalssss .modal-header{
    background-color: #fdb219;
    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 skyblue;
    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: 18px;
    text-transform: uppercase;
}
.one_way_select_car .btn.btn-outline-white{
    background-color: #fdb219;
    padding: 2px 20px;
    border-color: #fdb219;
    font-size: 20px;
}
.one_way_select_car .btn.btn-outline-white:hover{
    background-color: #ebc400;
    padding: 6px 30px;
    border-color: #ebc400;
}
.one_way_select_car .btn.btn-outline-white:hover::before {
    left: 0%;
    right: auto;
    width: 0;
}
@media(max-width: 768px) {
    .desktop-section {
        display: none;
    }
    .navvv.nav-pills > li > a{
    font-size: 10px;
    }
    #myModalssss .modal-dialog{
        width: 300px;
    margin: 0 auto;
    }
}