body{
  font-family: 'Open Sans', sans-serif;
}
body.modal-open.page-overflow
{
    overflow-y: scroll;
    position: fixed;
    width:100%;
}
/*--FOR TEMPORARY--*/
p.notedisclaimer {
    max-width: calc(100% - 40px);
   
}
div.dislcaimer {
    margin-right: 20px;
}
.innerpage-ratecalculator .new-radio-box.for-roundtrip {
    border-right: 1px solid #838383 !important;
    border-bottom: 0;
}
/*nav.navbar.navbar-default.nyc-navbar-topbar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top:0;
    z-index:9;

}
.mainWrapper {
    padding-top: 80px;
}
section#new-rate {
    position: fixed !important;
    top: 80px !important;
    height: calc(100vh - 80px);
    overflow-y: scroll;
}*/

/*---./For temporary--*/
/**--For responsive table--*/

/*Mobile View*/
@media only screen and (max-width: 760px) {


    /*----for input type dat efor rate calculator*/
    /*div#abvemobiledate, div#abvemobileReturnDate {
    display: none;
}*/
    /*--./--*/

    table.res-table
    {
        margin: 0;
    }
    table.res-table td, tr {
        display: block;
    }
    table.res-table td[colspan="7"],table.res-table td[colspan="8"]
        {
            border-bottom: 1px solid #ddd !important;
        }
    /* Hide table headers (but not display: none;, for accessibility) */
    table.res-table td {
    border-bottom: 0 !important;
    text-align: left !important;
    }
    /*table.table.table-bordered.res-table td:last-child {
    border: 0 !important;
    border-top: 1px solid #ddd !important;
        padding: 0;
    }*/

    table.res-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /*table.res-table tr { border: 1px solid #E74C3C; }*/

    table.res-table tr + tr {
        margin-top: 0;
    }

    table.res-table td {
        /* make like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /*padding-left: 50%;*/
        /*background-color: #F8D9D5;*/
        text-align: left;
        color: #000;
    }

        table.res-table td:before {
            content: attr(data-label);
            /*display: inline-block;*/
            line-height: 1.5;
            margin-right: 7.5px;
            width: 100%;
            white-space: nowrap;
            color: #daa520;
        }
        table.res-table td[data-label="View"] {
            padding:0;
        }
        table.res-table td[data-label="View"]:before {
            display:none;
        }
        table.res-table td[data-label="View"] i {
            display:none;
        }
        table.res-table tfoot
        {
           background: transparent; /*#000;*/
        }
        table.res-table tfoot tr>td {
            float: left;
            padding: 0px !important;
            font-size: 18px;
            color:red !important;
        }
            table.res-table tfoot tr > td:first-child:before {
                display: none;
            }
        /*table.res-table tfoot tr>td:nth-child(2) {
            float: right;
            font-size: 18px;
        }*/
       
        td[colspan="7"]:before,td[colspan="8"]:before {
            display:none;

        }
        table.view-reservation-table tr {
            padding: 8px;
                border-bottom: 1px solid #ddd;
        }
        table.view-reservation-table td {
            display: inline;
            padding: 0px;
        }
        table.view-reservation-table td:first-child {
            color:#daa520;
        }
        table.view-reservation-table td:before {
            display: none;
        }
   .view-res-btn
    {
        width: 100%;
    margin: 5px 0;
    padding: 5px;
    border: 0;
    width: 100%;
    float: none;
    text-align: left;
    font-size: 18PX;
    background: #251f25 !important;
    color: #DAA520;
    PADDING: 8PX 10PX;
    display:block !important;
    position:relative;
        }
    button.view-res-btn:after {
    content: "\2212";
        float: right;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 0px;
    }
    button.view-res-btn.collapsed:after {
    content: '\002B';
    }
    #onewaytrip .col-sm-9.left-summary-box,
    #roundwaytrip .col-sm-9.left-summary-box {
        padding:0;
    }


}


@media only screen and (max-width: 600px){

    .modal-body-vehicle-details .col-xs-6 {
        width:100%;
        /*display: flex;
        flex-direction: column;*/
    }
    .modal-body-vehicle-details .well.well-sm {
    padding-bottom: 0;
    }
    .amenities-box {
        padding:0 !important;
    }
    .vehicle-fare-box {
        padding:0 !important;
    }
    button.accordian-btn{
    width: 35px;
    float: right;
    border: 0;
    background: transparent !important;
    margin-top: -13px;
    font-size: 30px;
    outline: 0;
    box-shadow: none;
    display:block !important;
    }
    .collapsible-content
    {
    height:0;
    overflow:hidden;
    opacity:0;
    }
    .collapsible-content.in {
    opacity: 1;
    }
    button.accordian-btn:after {
    content: "\2212";
    }
    button.accordian-btn.collapsed:after {
    content: '\002B';
    }

    .amenity-row .col-sm-12.col-xs-6.for-tooltip-setting {
    width: 50%;
    float: left;
    }
    .amenity-row .col-sm-12.col-xs-6.for-tooltip-setting .col-xs-10 {
    width: 100%;
    }

    .amenity-row .col-sm-12.col-xs-6.for-tooltip-setting .col-xs-10 img.feature_img.pull-left {
        float: none !important;
        margin: auto;
    }

    .amenity-row .col-sm-12.col-xs-6.for-tooltip-setting .col-xs-10 h6.featureshead {
        padding: 15px 0 0 !important;
        text-align:center !important;
    }

    .modal-footer-vehicle-details {
        margin-top:0 !important;
    }
    .nycc-amenity_block.text-center .nyc-amenity-caption h6 {
    text-align: center !important;
    }
    .nycc-amenity_block.text-center .nyc-amenity-caption div {
        float: none !important;
        width: 100% !important;
    }
    .amenity-row .col-sm-12.col-xs-6.for-tooltip-setting .col-xs-2
    {
        width: 100%;
        padding: 5px !important;
    }

    .trip_summary ul.ultrip>li {
    margin-bottom: 15px !important;
    margin-left: 10px !important;
    }    
         .ultrip li span:first-child {
    color: #daa520;
}

.ultrip li a{
    color: #000 !important;
}             
    div#orderButtonDiv {
    text-align: left;
    }
    button.button.reviewbutton {
    width: 100% !important;
    }
    div#orderButtonDiv button#btnconfirm {
        width: 100% !important;
    }
    .vehicle-box-btns > button {
    color: #000 !important;
        border-color: #333 !important;
    }
    
    /*-for payment pgae-*/
    div#hideWaitingAndmeeting .row > .col-lg-3:nth-child(4), div#hideWaitingAndmeeting1 .row > .col-lg-3:nth-child(4), div#hideWaitingAndmeeting .row > .col-lg-3:nth-child(3), div#hideWaitingAndmeeting1 .row > .col-lg-3:nth-child(3), div#hideWaitingAndmeeting .row > .col-lg-3:last-child, div#hideWaitingAndmeeting1 .row > .col-lg-3:last-child {
        margin-top: 15px;
        width: 100% !important;
        float: left !important;
    }

        div#hideWaitingAndmeeting .row > .col-lg-3:nth-child(4) span, div#hideWaitingAndmeeting1 .row > .col-lg-3:nth-child(4) span, div#hideWaitingAndmeeting .row > .col-lg-3:nth-child(3) span, div#hideWaitingAndmeeting1 .row > .col-lg-3:nth-child(3) span, div#hideWaitingAndmeeting .row > .col-lg-3:last-child span, div#hideWaitingAndmeeting1 .row > .col-lg-3:last-child span {
            display: inline-block !important;
            width: 125px !important;
        }

        div#hideWaitingAndmeeting .row > .col-lg-3:nth-child(4) label, div#hideWaitingAndmeeting1 .row > .col-lg-3:nth-child(4) label, div#hideWaitingAndmeeting .row > .col-lg-3:nth-child(3) label, div#hideWaitingAndmeeting1 .row > .col-lg-3:nth-child(3) label, div#hideWaitingAndmeeting .row > .col-lg-3:last-child label, div#hideWaitingAndmeeting1 .row > .col-lg-3:last-child label {
            width: 100% !important;
            margin-bottom: 0 !important;
        }
    h4.headlabel.waitingtime {
        margin-bottom: 0px;
    }
}

@media(min-width:1261px) and (max-width:1527px){
    #pickuptimedivforpaymentpage{
        margin-top:15px;
    }
}

#flightarrivaltimetooltipforpayment .tooltip.fade.top.in .tooltip-inner {
    text-align: justify !important;
    width: 200px !important;
}

.amenity-row .col-sm-12.col-xs-6.for-tooltip-setting .col-xs-10 h6.featureshead
{
padding: 48px 0 0 80px;margin: 0 0 10px;text-align:left;
}
.amenity-row .col-sm-12.col-xs-6.for-tooltip-setting .col-xs-2
{
    padding: 38px 0 0;
}
/*--./responsive table--*/

/***NYC NEW NVBAR HEADER****/
.nyc-new-navbar{
  min-height: 70px !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border-radius: 0 !important;
      z-index: 10;
}
.nyc-new-navbar-brand
{
      padding: 5px 10px;
      height: auto;
}
.nyc-new-navbar-brand-right-toggle
{
      padding: 25px 10px;
      height: auto;
      margin-right: -15px;
}
.nyc-new-navbar-brand-right-toggle .bar-wrap .icon-bar {
    background: #333;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    display: block;
}
/****./ NYC  New Navbar Header---****/


/*--FOr breadcrumb--*/


#nyc-crouton ul {
    margin: 0 0 15px;/*on 07/05/2018*/
    padding: 0;
    overflow: hidden;
    width: 100%;
    list-style: none;
    margin-top: 0px;
    padding-left: 5px;
}

#nyc-crouton li {
    float: left;
    margin: 0 8px;
}

#nyc-crouton a {
    background: #999;
  padding: 5px 10px;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size:13px;
}
#nyc-crouton li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#nyc-crouton ul>li.active>a{
    background: #251f25;
  color:#daa520;
}

#nyc-crouton ul>li.active>a::after {
    border-left-color: #251f25;
}

#nyc-crouton li:not(:first-child) > a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #999 #999 #999 transparent;
    left: -1em;
}
#nyc-crouton li.active:not(:first-child) > a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #251f25 #999 #251f25 transparent;
    left: -1em;
}
#crouton ul>li.active>a::before{
    border-color: #ff6600 transparent;
}

#nyc-crouton li:not(:last-child) > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #999;
  right: -1em;
}




/*--./For Breadcrumb--*/

/*--nyc trip summary--*/
.nyc-trip-summary {

}
.nyc-trip-summary ul>li {
    margin-bottom: 7px;
}
.nyc-trip-summary ul>li:last-child {
    margin-bottom: 0;
}
/*--./--*/

.paddingbox
{
  padding:7.5px;
}
/**For Modal BOX for VEHCILE DETAILS***/
span.nyc-vehicle-img-circle
{
background-image: url(../images/car2.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 60px;
height: 60px;
display: inline-block;
position:absolute;
top:1.5px;
left:15px;
}
span.nyc-vehicle-name{
margin: 4px 70px;
display: block;
}
/***-for modal footer--**/
.nyc-vehicle-total-fare {
  position:relative;
}
.nyc-fare-details
{
  position: absolute;
  bottom: 6px;
  display: block;
  left: 85px;
  text-decoration: underline;
  font-size: 13px;
  width: 90px;
  color: orangered;
  cursor:pointer;
}
span.nyc-total-fare-head {
    color: #333;
    font-weight: 900;
}
span.nyc-total-fare-amount
{
  text-align: right;
display: block;
font-size: 25px;
font-weight: bolder;
    color: #ff6600;
}
.nyc-popup-select-vehicle-btn,.nyc-popup-select-vehicle-btn:hover,
.nyc-popup-select-vehicle-btn:focus,.nyc-popup-select-vehicle-btn:active
{
    margin-top: 12px;
    background: #ff6600;
    color: #fff;
    border: 0;
    transition:all ease .5s;
}
.nyc-popup-select-vehicle-btn:hover
{
      box-shadow: 0 2px 4px 0px #000;
      transition:all ease .5s;
}
/**--./for modal footer--**/
/**for modal come from right**/
.close-x-button
{
  font-weight: lighter;
    color: #000;
    border: 1px solid !important;
    opacity: 1 !important;
    border-radius: 50%;
    padding:6px 10.45px !important;
    outline:0 !important;
 }
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(125%, 0, 0);
	transform: translate3d(125%, 0, 0);
}
.modal-dialog-vehicle-details
{
height:100vh;

position: fixed;
width: 100%;
max-width:650px;
margin: 0;
right: 0;
}
.modal-content-vehicle-details
{
  height:100vh;
  position:relative;
  border-radius:0;
}
.modal-header-vehicle-details
{
    box-shadow: 0 0px 10px 0px #000;
}
.modal-body-vehicle-details
{
  max-height: calc(100vh - 56px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-body.modal-body-vehicle-details .well.well-sm {
    border: 1px solid #eee;
}
.modal-footer-vehicle-details
{
position:absolute;
bottom:0;
width:100%;
padding: 10px 15px;
    box-shadow: 0 0px 10px 0px #000;
}
/**--./For modal Box--**/
/**FOr Vehicle Box**/
.nyc-vehicle-box

{
  /*-webkit-box-shadow: 0 0 32px 1px rgba(0,0,0,.1);
   box-shadow: 0 0 32px 1px rgba(0,0,0,.1);
   padding:7.5px;
   transition: .2s;
    -webkit-transition: .2s;*/
  border: 1px solid #eee;
  width: 100%;
    float: left;
}
.nyc-vehicle-box:hover button
{
    background:#eee;
}
h4.nyc-vehicle-name {
    color: #daa520;
    margin: -1px -1px 0;
    font-size: 14px;
    padding: 10.5px 0;
    background: #251f25;
    /*background-image: url(/Content/images/oldmenu-bg-image.png) !important;*/
}
.nyc-vehicle-image {
    margin: 15px 0;
}
.nyc-vehicle-image>img {
    height: 50px;
}
/**---*/
.nyc-vehicle-rate-and-select {
       margin-bottom: 15px;
    height: 38px;
}
.nyc-vehicle-rate-and-select>h1
{
    color:#daa520;/**/
    font-size: 24px;
    font-weight:600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: .7;
    width: 100%;
    float: left;
}
.nyc-vehicle-rate-and-select>span.all-charges-included
{
    font-size: 14px;
    font-weight: 300;
    color: #004990;
}

.nyc-vehicle-seat-and-discount {
   margin-bottom: 15px;
       padding: 0 10px;
       height:42px;
}
.nyc-vehicle-seat-and-discount>.discount-text {
    position: relative;
    line-height:1;
    
    text-align:left;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left:15px;
}
.nyc-vehicle-seat-and-discount>.discount-text:after {
    content: '*';
    position: absolute;
    left: 4px;/**/
    top: 0px;
    color: #daa520;
    font-size: 14px;
}
.vehicle-box-btns {
padding:0 15px;
    float: left;
    width:100%;

}
.vehicle-box-btns>button
{
    background: transparent;
    
    color:  #daa520;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    /*float: left;*/
    font-size: 14px;
    margin-bottom:15px;
}

button.sold-out-disabled, button.sold-out-disabled:hover {
    cursor: not-allowed;
    background: transparent !important;
    color: #004990 !important;
}
.vehicle-box-btns>button:hover
{
   background: linear-gradient(to top,#f7b104 0,#ffcb00 100%);
  color:#000;
}
/*--.nyc-rate-amount {
    padding-top: 10px;
}
.nyc-amount-head
{
  font-size:14px;
}
.nyc-vehicle-amount
{
  font-size:18px;
  font-weight:bold;
}
.nyc-vehicle-select-btn
{
  outline:0;
  color:#ff6600;
  border-color:#ff6600;
}
.nyc-vehicle-select-btn:focus,.nyc-vehicle-select-btn:hover,.nyc-vehicle-select-btn:active
{
  color:#fff;
  background:#ff6600;
  border-color:#ff6600;
}--*/
/**--**/
.nyc-vehicle-details {
    background: rgba(255, 102, 0, 0.35);
    color: #ff6000;
    padding: 12px;
    margin: 0 -7.5px -7.5px;
    outline:0 !important;
}
.nyc-vehicle-details a{
    color: #ff6000;
}
/**---./Vehicle Box-----**/

.innerpage-ratecalculator {
background:#251f25;
padding:15px;
}
.innerpage-ratecalculator label {
    color: #fff !important;
}
.innerpage-ratecalculator .about-input-detail {
    color: #daa520 !important;
}
    .innerpage-ratecalculator label.radio-inline.mylabel span {
        color: #fff;
        font-size: 12px;
    }
.innerpage-ratecalculator .new-radio-box input[type=radio]:checked + label {
    background:linear-gradient(to top,#f7b104 0,#ffcb00 100%) !important;
    color: #000 !important;
}
    .innerpage-ratecalculator .new-radio-box input[type=radio]:checked + label span {
         color: #000 !important;
    }
/*--Left Fix Calc--*/
.for-left-fix-calc.old-page-trip-type-form
{
    margin-bottom: 15px;
    background:rgba(255, 255, 255, 0.121568627450);
}
.for-left-fix-calc .new-radio-box{
    width:50%;
    float:left;
}
.old-page-trip-type-form.for-left-fix-calc .new-radio-box:nth-child(5), .old-page-trip-type-form .new-radio-box:nth-child(6){
    border-bottom:0;
}
.old-page-trip-type-form .new-radio-box:nth-child(6), .old-page-trip-type-form .new-radio-box:nth-child(8) {
    border-right: 0; /* 1px solid #838383 */
}
.old-page-trip-type-form .new-radio-box:nth-child(8) .tooltip{
        width: 320px !important;
    left: 0 !important;
}
.for-tooltip-width .tooltip,.for-tooltip-width .tooltip-inner {
    width:320px !important;
        left: -70px !important;
    right: auto !important;
}
.for-left-fix-calc #DivGooglePoweredByFrom,.for-left-fix-calc div#DivGooglePoweredByTo {
    margin-bottom: 15px;
}


/*--./left fix calc--*/

/*--FOr fare box--*/
.fare_container3 .fare_container_left, .fare_container3 .fare_container_right {
    display: table-cell;
    width: auto;
}

/*--./FOr fare box--*/
@media(max-width:767px){
  .modal-dialog-vehicle-details{
    width:100%;
  }
    .mobile-view-payment-box {
    display:flex;
    flex-direction:column;
    }
    .mobile-view-payment-box .left-summary-box{
        order:2;
    }
    .mobile-view-payment-box .right-summary-box{
        order:1;
    }

    .mobile-view-border {
        margin-top: 10px;
    }
    .forpaddingright {
    padding-right:0 !important;
    }

    span.summary-date-wrapper {
    padding-left: 0 !important;
    border-right: 0;
    }
    .summary-date-time-box {
        margin-bottom:20px;
    }
}
@media(min-width:767px){
    .vehicles-part{
        background:#fff;
        
        width:calc(100% - 320px);
            float: left;
    padding: 7.5px;
    }
}
@media(min-width:767px) and (max-width:1260px) {
    .vehicles-part
{
    width:100% !important;
    padding-left:30px;
}


}
@media (max-width:1260px){
    .vehicles-part{
        background:#fff;
        padding-left:0;
    }
    section#new-rate.rate-calculator-old-page.for-ipad-view {
        right: -305px;/*left: -320px;*/
        z-index: 9;
        transition: all ease .5s;
        top: 134.15px !important;
        background:transparent !important;
        position: fixed !important;
    }
        section#new-rate.rate-calculator-old-page.for-ipad-view > button.reveal-calculator {
        display: block;
    top: -1px;
    text-align: left;
    transform: rotateZ(90deg);
    transform-origin: left;
    position: absolute;
    left: 0px;
    z-index: 99;
    border: 1px solid #000;
    outline: 0;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 5px 20px;
    background: #fdc401;
        }
            section#new-rate.rate-calculator-old-page.for-ipad-view > button.reveal-calculator:before {
            display:none;
            }
    section#new-rate.rate-calculator-old-page.for-ipad-view.show {
    
        right:0; /*left: 0;*/
       
    transition:all ease .5s;
        border-right: 15px solid #fff;
    }
        section#new-rate.rate-calculator-old-page.for-ipad-view.show #nyc-crouton {
        display:none;
        }
    .reveal-calculator {
    /*display: block !important;
    background: #f60;
    position: absolute;
    padding: 5px 5px 5px 20px;
    transform: rotate(-90deg);
    color: #fff;
    width: 142px;
    text-align: center;
    top: 56px;
    right: -85px;
    outline: 0;
    border: 0;*/
    /*display: block !important;
    background: #f60;
    position: absolute;
    padding: 5px 5px 5px 20px;
    transform: rotate(-90deg);
    color: #fff;
    width: 170px;
    text-align: center;
    top: 69px;
    right: -100px;
    outline: 0;
    border: 0;*/
    background: transparent;
    outline: 0;
    border: 0;
    margin-right: 10px;
    padding:2px 0;
    }
    button.reveal-calculator:before {
    /*content: '\002b';
    padding: 0;
    position: absolute;
    left: 4px;
    top: -3px;
    font-size: 25px;*/
    /*content: '\002b';
    padding: 0;
    position: absolute;
    left: 4px;
    top: 3.5px;
    font-size: 22px;
    height: 22px;
    width: 22px;
    line-height: .9;
    border: 1px solid;*/
    content: '\002b';
    padding: 0px 6px;
    font-size: 16px;
    border: 1px solid;
    margin-right: 5px;
    }
    button.reveal-calculator.add-minus:before {
    content: '\2212';
    }
    p.notedisclaimer {
        max-width: calc(100% - 150px);
        margin-left: 110px;
    }
    /*#show-map {
        background: transparent;
    outline: 0;
    border: 0;
    margin-right: 10px;
    width: 120px;
    padding: 2px 0;
    }
    #show-map:before {
    
    content: '\2212';
    padding: 0px 6px;
    font-size: 16px;
    border: 1px solid;
    margin-right: 5px;
    }
    #show-map.change-text:before {
    content: '\002b';
    }*/
    .map-container {
        /*width: 320px !important;
        position: fixed !important;
        /*height: 205px !important;
        border-bottom: 15px solid #fff !important;
        background: #fff !important;
        top: 144.15px;
        left: 0px;
        left: -320px;
        z-index: 1 !important;
        transition: all ease 1s;*/


            width: 320px !important;
    position: fixed !important;
     height: 393px !important; 
    /*border-bottom: 15px solid #fff !important;*/
    background: #fff !important;
    top: 197.15px;
    
    left: -320px;
    z-index: 1 !important;
    transition: all ease 1s;
    border: 1px solid #000;
    padding: 8px;
    }
    body.formenu-padding a#show-map {
        top: 102px;
    }

    a#show-map {
        cursor: pointer;
        position: fixed;
        top: 144px;
        left: 330px;
        transform: none;
        transition: all ease .4s;
        text-align: center;
        color: #000;
        text-decoration: none;
        /*position: absolute;*/
        /*right: -50px;*/
        /*top: 7px;*/
        /*transform: rotate(90deg);*/
        transform-origin: bottom;
        z-index: 99;
        border: 1px solid #000;
        outline: 0;
        border-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 10px 4px;
        background: #fdc401;
        width: 100px;
    }
input#pickTime, input#ReturnTime {
border-radius:0;
}
a#show-map:before {
            display:none;
            }
    .map-holder {
    height:auto !important;
    }
    .visible-col-1300
    {
    width: 97px;
    text-align: center;
    position: absolute;
    display:block !important;
    top: 36px;
    right: -61px;
    padding: 2px 2px 2px 0;
    border: 1px solid #333;
    background: grey;
    color: #fff;
    cursor: pointer;
    z-index: 11;
    transform: rotateZ(-90deg);
    }
    .reveal-map {
    left:0px !important;
    }
    .reveal-map #dvDistance{
            background: rgba(0, 0, 0, 0.65) !important;
    color: #fff !important;
    padding: 2px;
    }
.ipad-input-for-side-calculator {
    display:none;
}
.ipad-input-for-side-calculator-1 {
    display:block !important;
}
}


.new-radio-box.for-roundtrip .tooltip, .new-radio-box.for-roundtrip .tooltip-inner {
    width: 310px !important;
    left: 0 !important;
    right: auto;
}
