:root {
    --bs-heading-color: #fff;
    --primary-color: #005a78;
    --secondary-color: #ff9800;
    --touch-color: #c0392b;
    --text-color: #333;
    --background-light: #fff;
    --red-hover: var(--touch-color);
    --card-background: rgba(255, 255, 255, 0.9);
    --card-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

*,
::after,
::before {
    box-sizing: border-box;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.fa,
.fas {
    filter: brightness(10)
}
.d-grid{display:grid;}
.w-100 {
    width: 100%
}
.h4{
   font-size: 24px;
    font-weight: 600 ;
    margin-bottom: 18px;
    display: block; 
}
.h5{
   font-size: 18px;
    font-weight: 600 ;
    margin-bottom: 18px;
    display: block; 
}
form .form-control, form .form-group{margin-bottom:10px;}
form label{margin-bottom:5px !important;}
.justify-content-center{justify-content:center}

.adresss {float: left;width: 100%;}

.adresss > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.adresss li {
    float: left;
    width:48%;
	margin: 0 9px;
}

.adresss h4 {
  color: #fff; text-align: left !important;
}

.adresss p {
  color: #fff;
  font-weight: 700;
}
.adresss p a {
    color: #fff;
    font-weight: 700;
}

/* 3. GLOBAL LAYOUT - GRID SYSTEM */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.card-container .form-control {
    background-color: white !important;
    border: 1px solid lightgrey !important;
    border-radius: 0px;
}
.pull-right{
    float: right !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card,
.instant-quote {
    background: rgba(255, 255, 255, .9) !important;
    /* border: 1px solid rgba(255, 255, 255, .3) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1) !important;
    border-radius: 12px !important; */
    overflow: hidden;
}

.btn,
button {
    transition: all .3s cubic-bezier(.4, 0, .2, 1) !important
}
.single-edit a{
    color: #fff !important;
}
.btn:hover,
button:hover {
    background-color: var(--touch-color) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(192, 57, 43, .3)
}

.btn.light {
    background-color: var(--primary-color);
    color: #fff;
    border: none
}

.site-header {
    width: 100%;
    z-index: 1000;
    transition: all .3s ease
}

.top-bar {
    background: #1e2e42;
    color: #fff;
    padding: 8px 0;
    font-size: 13px
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    font-size:15px;
}

.top-bar a:hover {
    color: var(--secondary-color)
}

.main-header {
    background: rgba(34, 44, 51, .7) !important;
    /* backdrop-filter: blur(12px); */
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    position: sticky;
    top: 0;
    z-index: 1000
}

.main-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo img {
    height: 60px;
    width: auto;
    display: block
}

@media (max-width:767px) {
    .logo img {
        height: 45px
    }

    .top-bar-inner {
        flex-direction: column;
        gap: 5px;
        text-align: center
    }

    .top-bar a {
        margin: 0 5px;
        font-size: 15px
    }

    .user-actions {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center
    }

    .ul-wrap.show-submenu {
        display: block !important;
        position: static;
        background: rgba(255, 255, 255, 0.05) !important;
        width: 100%;
        padding-left: 15px;
        border-top: none;
        margin-top: 8px;
    }
}

.main-nav {
    display: flex;
    align-items: center
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px
}

.nav-links li {
    position: relative
}

.nav-links a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: color .3s
}

.nav-links a:hover {
    color: var(--touch-color);
    transform: translateY(-2px)
}

.arrowtop {
    display: flex;
    align-items: center
}

.drop-aro {
    margin-left: 5px;
    cursor: pointer;
    width: 12px
}

.ul-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(34, 44, 51, .7) !important;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    display: none;
    border-top: 3px solid var(--primary-color);
    padding: 10px 0;
    z-index: 1001
}

ul.ul-wrap {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0
}

.ul-wrap li a {
    display: block;
    padding: 10px 20px;
    text-transform: none
}

.ul-wrap li a:hover {
    background: #f8f9fa
}

/* .nav-links li:hover>.ul-wrap {
    display: block;
} */

@media (max-width:991px) {
    .main-header-inner {
        position: relative
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: calc(100% + 15px);
        left: 0;
        width: 100%;
        background: rgba(34, 44, 51, .95);
        /* backdrop-filter: blur(10px); */
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
        z-index: 1000;
        gap: 15px;
        border-top: 2px solid var(--primary-color)
    }

    .nav-links li {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-toggle {
        display: block;
        background: 0 0;
        border: 1px solid rgba(255, 255, 255, .3);
        padding: 8px 10px;
        border-radius: 6px;
        cursor: pointer
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 24px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
        margin-bottom: 5px
    }

    .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0
    }

    .ul-wrap {
        position: static;
        background: 0 0 !important;
        box-shadow: none;
        padding: 0 0 0 20px;
        border-top: none
    }
}

@media screen and (max-width:480px) {
    body {
        width: 100% !important;
        min-height: 100vh !important
    }
}

@media screen and (max-width:990px) {
    body {
        width: 100% !important;
        min-height: 100vh !important
    }
}

.book_online a,
.row.airport_main a {
    color: #000;
    font-weight: 700
}

.airpot,
.book_one {
    font-size: larger
}

#add-way input {
    color: #fff !important;
    font-weight: 700 !important
}

.card.card-container.instant-quote .booking_info {
    font-style: normal !important
}

@media screen and (max-width:768px) {
    .col-md-2.image {
        display: none
    }

    .footer-logo {
        display: block !important
    }
}

.footer-logo {
    display: none
}

li {
    display: list-item;
    text-align: -webkit-match-parent
}

ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit)
}



* {
    box-sizing: border-box
}

.container {
    width: 100%;
    padding-right: var(--gutter-width);
    padding-left: var(--gutter-width);
    margin-right: auto;
    margin-left: auto;
    max-width: var(--container-max-width)
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -var(--gutter-width);
    margin-left: -var(--gutter-width)
}

[class*=col-] {
    position: relative;
    width: 100%;
    padding-right: var(--gutter-width);
    padding-left: var(--gutter-width)
}

.col-1,
.col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2,
.col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3,
.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4,
.col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5,
.col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6,
.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7,
.col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8,
.col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9,
.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10,
.col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11,
.col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12,
.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .nav-links li:hover>.ul-wrap {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.float-lft {
    float: left !important
}

.float-rgt {
    float: right !important
}

.no-padding {
    padding: 0 !important
}

.margin-bottom-1em {
    margin-bottom: 1em !important
}

.margin-bottom-zero {
    margin-bottom: 0 !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

/* 4. SPACING UTILITIES (Padding & Margin) */
/* Padding */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

/* Compatibility pl/pr and BS5 ps/pe */
.pl-0,
.ps-0 {
    padding-left: 0 !important;
}

.pl-1,
.ps-1 {
    padding-left: 0.25rem !important;
}

.pl-2,
.ps-2 {
    padding-left: 0.5rem !important;
}

.pl-3,
.ps-3 {
    padding-left: 1rem !important;
}

.pl-4,
.ps-4 {
    padding-left: 1.5rem !important;
}

.pl-5,
.ps-5 {
    padding-left: 3rem !important;
}

.pr-0,
.pe-0 {
    padding-right: 0 !important;
}

.pr-1,
.pe-1 {
    padding-right: 0.25rem !important;
}

.pr-2,
.pe-2 {
    padding-right: 0.5rem !important;
}

.pr-3,
.pe-3 {
    padding-right: 1rem !important;
}

.pr-4,
.pe-4 {
    padding-right: 1.5rem !important;
}

.pr-5,
.pe-5 {
    padding-right: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Margin */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-0,
.ms-0 {
    margin-left: 0 !important;
}

.ml-1,
.ms-1 {
    margin-left: 0.25rem !important;
}

.ml-2,
.ms-2 {
    margin-left: 0.5rem !important;
}

.ml-3,
.ms-3 {
    margin-left: 1rem !important;
}

.ml-4,
.ms-4 {
    margin-left: 1.5rem !important;
}

.ml-5,
.ms-5 {
    margin-left: 3rem !important;
}

.mr-0,
.me-0 {
    margin-right: 0 !important;
}

.mr-1,
.me-1 {
    margin-right: 0.25rem !important;
}

.mr-2,
.me-2 {
    margin-right: 0.5rem !important;
}

.mr-3,
.me-3 {
    margin-right: 1rem !important;
}

.mr-4,
.me-4 {
    margin-right: 1.5rem !important;
}

.mr-5,
.me-5 {
    margin-right: 3rem !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.iti{
    width: 100%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.navbar-toggle {
    display: none;
    background: 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 9px 10px;
    cursor: pointer
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #888;
    border-radius: 1px
}

.icon-bar+.icon-bar {
    margin-top: 4px
}

/* Standardized Breakpoints and Shared Component Fixes */

/* Extra Small (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
    .usps ul {
        grid-template-columns: 1fr !important;
    }
}

/* Small (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
    .outbond_one .quote-img .rgt-sec, .outbond_one .quote-img .lft-sec{
        max-width: 100% !important;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        display: none !important;
        width: 100%;
    }

    .site-footer {
        padding: 40px 0 20px;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 30px;
        text-align: center;
    }

    .site-footer h4 {
        text-align: center;
        margin-bottom: 15px;
    }

    .contact-item {
        justify-content: center;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }



    .footer-bottom-bar>div {
        flex-direction: column;
        gap: 15px !important;
        text-align: center;
    }

    .footer-social-links {
        justify-content: center;
        display: flex;
        gap: 15px;
    }

    .instant-quote {
        padding: 20px 15px !important;
    }

    .instant-quote .instant-heading h3 {
        font-size: 20px;
    }

    .driver-btn {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .add-way,
    .submit-btn #booknow {
        width: 100% !important;
        float: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .booking_info {
        font-size: 13px;
    }
}

/* Medium (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {

    .image-section,
    .image-section.rgt-img-section,
    .rgt-img-section {
        float: none !important;
        width: 100% !important;
        position: static !important;
        margin: 10px 0 !important;
        min-height: auto !important;
    }

    .airpot.content {
        padding: 15px !important;
    }
}

/* Large (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px) {
    .usps ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Map Containers */
.quote-map {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.card {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px
}

.card-container {
    padding: 15px
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none
}



.alert_orang {
    background-color: var(--orange);
    color: #fff;
    padding: 15px;
    border-radius: 4px
}

.fa,
.fas {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.site-footer {
    background-color: rgba(34, 44, 51, .7) !important;
    /* backdrop-filter: blur(12px); */
    color: #fff;
    padding: 70px 0 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left
}
.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease
}
.site-footer a:hover {
    color: var(--touch-color);
}
.site-footer h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    position: relative;
    padding-bottom: 0;
    text-align: left
}

.footer-col {
    margin-bottom: 40px;
    text-align: left
}

.footer-description {
    color: #e0f2f7;
    margin-bottom: 25px;
    font-size: 13.5px
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.footer-links-list a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
    display: block
}

.footer-links-list a:hover {
    color: var(--touch-color);
    padding-left: 8px
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.contact-item:last-child {
    border-bottom: none
}

.contact-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-top: 3px;
    opacity: .9
}

.contact-text {
    flex: 1;
    color: #fff;
    font-weight: 500
}

.usps.image-section.rgt-img-section {
    width: 100%;
    margin: 0
}

.usps ul {
    list-style: none;
    padding: 20px 10px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.usps li {
    background: rgba(30, 46, 66, .85);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    flex-direction: column;
}

.usps .usps_text {
    font-weight: 600;
    font-size: 14px
}




.footer-note {
    background: rgba(0, 0, 0, .2);
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #e0f2f7;
    text-align: left;
    margin-top: 30px
}

.footer-bottom-bar {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 12px;
    color: rgba(255, 255, 255, .6)
}

.icon-phone-w {background-image: url("./images/phone.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.icon-mail-w {background-image: url("./images/mail.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.icon-geo-w {background-image: url("./images/geo.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-male {background-image: url("./images/person.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-suitcase {background-image: url("./images/bag.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-shopping-bag {background-image: url("./images/hbag.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-info-circle {background-image: url("./images/info.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-plane {background-image: url("./images/plane.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-clock {background-image: url("./images/time.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-taxi {background-image: url("./images/car.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-tag {background-image: url("./images/tag.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-facebook {background-image: url("./images/fb.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-twitter {background-image: url("./images/x.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-linkedin {background-image: url("./images/lin.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.fa-youtube {background-image: url("./images/yt.svg");
    background-position: center/cover;
    background-repeat: no-repeat;}

.logo_col {
    background-color: #000 !important;
    border-radius: 15px
}

.login-details {
    list-style: none;
    display: flex;
    color: #fff;
    padding: 0
}

.nav_new h2 {
    cursor: pointer
}

.tooltiptext {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 250px;
    transition: opacity .3s
}

#preamble .default-form .where-input {
    background: rgba(56, 66, 72, .844);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.instant-quote .instant-heading h3 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center
}



body {
    background-color: #fff !important;
    background-image: url(images/bg2.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0
}

html {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    letter-spacing: normal !important
}

h4 {
    font-size: 1.5em !important;
    letter-spacing: normal !important
}



.clear {
    clear: both
}

a:focus,
a:hover {
    text-decoration: none
}



h1 {
    line-height: 1.1em;
    letter-spacing: normal !important;
    color: #fff;
}

h2 {
    font-size: 3em;
    line-height: 1.1em
}

h3 {
    font-size: 1.5em;
    line-height: 1.1em;
    color: #000;
    font-weight: 700
}

h4 {
    font-size: 1.875em;
    line-height: 1.1em
}

h5 {
    font-size: 1.5em;
    line-height: 1.1em
}

h6 {
    font-size: 1.125em;
    line-height: 1.1em
}

a {
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none !important
}

img {
    max-width: 100%
}

ul>li {
    position: relative
}

ul>li:first-child {
    margin-left: 0
}

ul>li:last-child {
    margin-right: 0
}

.default-form input[type=date],
.default-form input[type=email],
.default-form input[type=number],
.default-form input[type=password],
.default-form input[type=text],
.default-form select {
    padding: 9px 7px !important;
    height: 40px !important;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.passenger-name-section input[type=date],
.passenger-name-section input[type=email],
.passenger-name-section input[type=password],
.passenger-name-section input[type=text],
.passenger-name-section select {
    padding: 9px 7px;
    height: 50px;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0 !important
}

.passenger-name-section input[type=date],
.passenger-name-section input[type=email],
.passenger-name-section input[type=password],
.passenger-name-section input[type=text],
.passenger-name-section select {
    color: #000 !important;
    text-shadow: none;
    background: #fff !important
}

.passenger-section select:focus:-ms-input-placeholder {
    color: transparent !important
}

.passenger-section select:focus::-webkit-input-placeholder {
    color: transparent !important
}

.passenger-section select:focus::-moz-placeholder {
    color: transparent
}

.passenger-section select:-ms-input-placeholder {
    color: #a9a9a9
}

.passenger-section select::-webkit-input-placeholder {
    color: #a9a9a9
}

.passenger-section select:-moz-placeholder {
    color: #a9a9a9
}

.passenger-section select::-moz-placeholder {
    color: #a9a9a9
}

select:focus:-ms-input-placeholder {
    color: transparent !important
}

select:focus::-webkit-input-placeholder {
    color: transparent !important
}

select:focus::-moz-placeholder {
    color: transparent
}

select:-ms-input-placeholder {
    color: #a9a9a9
}

select::-webkit-input-placeholder {
    color: #a9a9a9
}

select:-moz-placeholder {
    color: #a9a9a9
}

select::-moz-placeholder {
    color: #a9a9a9
}

.default-form select:-ms-input-placeholder {
    color: #a9a9a9
}

.default-form select::-webkit-input-placeholder {
    color: #a9a9a9
}

.default-form select:-moz-placeholder {
    color: #a9a9a9
}

.default-form select::-moz-placeholder {
    color: #a9a9a9
}

.card select:focus:-ms-input-placeholder {
    color: transparent !important
}

.card select:focus::-webkit-input-placeholder {
    color: transparent !important
}

.card select:focus:-moz-placeholder {
    color: transparent !important
}

.card select:focus::-moz-placeholder {
    color: transparent
}

.card select:-ms-input-placeholder {
    color: #a9a9a9
}

.card select::-webkit-input-placeholder {
    color: #a9a9a9
}

.card select:-moz-placeholder {
    color: #a9a9a9
}

.card select::-moz-placeholder {
    color: #a9a9a9
}

.preamble p {
    text-shadow: none !important;
    color: #fff
}

.default-form select:focus:-ms-input-placeholder {
    color: transparent
}

.default-form select:focus::-webkit-input-placeholder {
    color: transparent
}

.default-form select:focus:-moz-placeholder {
    color: transparent
}

.default-form select:focus::-moz-placeholder {
    color: transparent
}

#passenger_name:focus:-ms-input-placeholder {
    color: transparent !important
}

#passenger_name:focus::-webkit-input-placeholder {
    color: transparent !important
}

#passenger_name:focus:-moz-placeholder {
    color: transparent !important
}

#passenger_name:focus::-moz-placeholder {
    color: transparent !important
}

#passenger_name:-ms-input-placeholder {
    color: #a9a9a9
}

#passenger_name::-webkit-input-placeholder {
    color: #a9a9a9
}

#passenger_name:-moz-placeholder {
    color: #a9a9a9
}

#passenger_name::-moz-placeholder {
    color: #a9a9a9
}

#email-placeholder:-ms-input-placeholder {
    color: #a9a9a9
}

#email-placeholder::-webkit-input-placeholder {
    color: #a9a9a9
}

#email-placeholder:-moz-placeholder {
    color: #a9a9a9
}

#email-placeholder::-moz-placeholder {
    color: #a9a9a9
}

#phone-placeholder:-ms-input-placeholder {
    color: #a9a9a9
}

#phone-placeholder::-webkit-input-placeholder {
    color: #a9a9a9
}

#phone-placeholder:-moz-placeholder {
    color: #a9a9a9
}

#phone-placeholder::-moz-placeholder {
    color: #a9a9a9
}

.passenger-name-section input:-ms-input-placeholder {
    color: #a9a9a9
}

.passenger-name-section input::-webkit-input-placeholder {
    color: #a9a9a9
}

.passenger-name-section input::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

input:focus:-ms-input-placeholder {
    color: transparent !important
}

input:focus::-webkit-input-placeholder {
    color: transparent !important
}

input:focus:-moz-placeholder {
    color: transparent !important;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #a9a9a9
}

input::-webkit-input-placeholder {
    color: #a9a9a9
}

input:-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.passenger-section input::-webkit-input-placeholder {
    color: #a9a9a9
}

.passenger-section input:-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.passenger-section input:-ms-input-placeholder {
    color: #a9a9a9 !important
}

.passenger-section input[type=date],
.passenger-section input[type=password],
.passenger-section input[type=text],
.passenger-section select {
    color: #000 !important;
    text-shadow: none;
    background: #fff !important
}

.passenger-section input {
    border-radius: 0 !important;
    padding: 9px 20px;
    height: 50px;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff !important;
    text-shadow: none;
    background: #fff !important
}

.passenger-section input:focus {
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.default-form input[type=date]:focus,
.default-form input[type=email]:focus,
.default-form input[type=password]:focus,
.default-form input[type=text]:focus,
.default-form select:focus {
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.default-form label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    color: #fff;
    float: left;
    font-weight: 700;
    letter-spacing: normal !important;
    text-shadow: 1px 1px 3px #000 !important;
    position: relative;
    width: 100%
}



.default-form span i {
    position: absolute;
    padding: 5px;
    font-size: 14px;
    color: #fff
}

.default-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.default-form .select-box select {
    display: none
}

.default-form .select-box i {
    right: 15px;
    cursor: pointer;
    z-index: 20
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row:first-child {
    margin-top: 0
}

.preamble {
    position: relative;
    padding: 15px
}

.preamble img {
    margin: 20px 0
}

.preamble h3 {
    margin: 0;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif !important
}

.header-preamble {
    position: relative;
    margin: 0 15px 50px 15px;
    height: 194px;
    background: #f5f5f5
}

.header-preamble .logo {
    position: absolute;
    width: 270px;
    height: 100%;
    background: #1e2e42;
    text-align: center;
    vertical-align: middle
}

.header-preamble .logo img {
    margin-top: 55px
}

.header-preamble .content h3 {
    margin-top: 0;
    margin-bottom: 15px
}

.header-preamble .content {
    padding: 0 50px 0 320px
}

.alert-message {
    position: relative;
    display: none;
    border: 1px solid transparent
}

button {
    padding: 0;
    line-height: 30px;
    background: 0 0;
    border-radius: 0;
    outline: 0;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

button:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn {
    padding: 13px 14px;
    border-radius: 0;
    font-weight: 700;
    font-family: inherit;
    vertical-align: inherit;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn.light {
    background: #1e2e42;
    background: -moz-linear-gradient(top, #1e2e42 0, #111b28 100%);
    background: -webkit-linear-gradient(top, #1e2e42 0, #111b28 100%);
    background: linear-gradient(to bottom, #1e2e42 0, #111b28 100%);
    border: medium none !important;
    color: #fff;
    font-size: 1rem;
    font-weight: 400 !important;
    padding: 10px !important;
    transition: all .3s ease 0s;
    border-radius: 4px
}

.btn.light:hover {
    cursor: pointer;
    color: #fff;
    border: none !important;
    border-radius: 4px;
    transition: all .3s ease 0s
}


#way-point>.where-input {
    position: relative
}

#way-point>.where-input>.result-drop-down {
    width: 100% !important
}

#way-point>.where-input>span>i {
    color: #fff;
    position: absolute;
    top: calc(50% - 4px);
    right: 2%;
    background: red;
    border-radius: 100px;
    cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: field
}



.head_class {
    padding: 0
}

.custom-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.custom-list>li {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.custom-list>li:first-child {
    margin-left: 0
}

.custom-list>li:last-child {
    margin-right: 0
}

#header {
    position: relative;
    color: #fff
}

#header .header-logo {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 0;
    text-align: center;
    z-index: 5
}

.collapse:not(.show) {
    display: none
}

#toggle {
    position: absolute;
    margin-bottom: 0;
    display: none;
    top: 0;
    z-index: 99999;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    background: #162232;
    text-align: center;
    outline: 0
}

#toggle:after {
    content: '\f0c9'
}

.enable-fixed-header #toggle {
    position: fixed
}

.header-title-inner {
    position: absolute;
    padding: 30px 0;
    width: 100%;
    background: url(../img/breadcrumb.jpg);
    display: none
}

.header-title-inner h3 {
    margin: 0;
    color: #fff;
    font-size: 24px
}

#header .header-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    z-index: 1
}

.enable-fixed-header #header .header-inner {
    position: fixed
}

#header .header-tool-bar {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    background: -webkit-linear-gradient(#ec6c33, #dd5b20);
    background: -moz-linear-gradient(#ec6c33, #dd5b20);
    background: linear-gradient(#ec6c33, #dd5b20);
    background: -o-linear-gradient(#ec6c33, #dd5b20)
}

#header .header-tool-bar .container {
    position: relative;
    background: #5275a0 !important
}

#header .header-tool-bar .container:before {
    position: absolute;
    margin-left: -55px;
    border-bottom: 41px solid transparent;
    border-right: 0;
    outline: 0;
    width: 40px
}

#header .header-tool-bar .container:after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -40px;
    border-bottom: 41px solid transparent;
    border-left: 0;
    outline: 0;
    width: 40px
}

#header .header-tool-bar a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer
}

#header .header-tool-bar a:hover,
#header .header-tool-bar button:hover {
    color: #fff
}

#header .header-tool-bar i {
    font-size: 12px;
    color: #fff
}

#header .header-form {
    position: absolute;
    left: 0;
    display: none;
    z-index: 9999
}

#header .header-contact li {
    display: inline;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
    font-size: 1.1em !important;
    color: #fff
}

.header-left li a {
    letter-spacing: 1px;
    font-weight: 700 !important
}

#header .header-contact li:before {
    padding-right: 5px;
    margin-right: 8px;
    border-right: 1px solid #2e3947;
    content: ""
}

#header .header-contact li:first-child:before {
    display: none
}

#header .header-social {
    position: relative;
    display: inline-block;
    line-height: 39px;
    vertical-align: middle
}

#header .header-social li {
    display: inline;
    margin: 0 6px
}

#header .header-social li a:hover>i {
    color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header .header-social li a>i {
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header .header-social i:last-child,
#header .header-social li:last-child {
    margin-right: 0
}

#header .header-login {
    padding: 0 6px 0 5px;
    margin: 0 5px 0 5px;
    display: inline;
    text-align: center;
    cursor: pointer
}

#header .header-login .header-form {
    left: 133px
}

#header .header-login form {
    padding: 20px;
    background: linear-gradient(#fefefe, #e7e7e7);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .34);
    border: 1px solid #999
}

#header .header-login form .alert-message {
    position: relative;
    padding: 0;
    margin: 0;
    color: #ccc;
    display: none
}

#header .header-login form button,
#header .header-login form input {
    width: 100%;
    max-width: 250px
}

#header .header-login form input {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

#header .header-login form input:-ms-input-placeholder {
    color: grey;
    font-weight: 400 !important
}

#header .header-login form input::-webkit-input-placeholder {
    color: grey;
    font-weight: 400 !important
}

#header .header-login form input:-moz-placeholder {
    color: grey;
    font-weight: 400 !important
}

#header .header-login form input::-moz-placeholder {
    color: grey;
    font-weight: 400 !important
}

#header .header-login form button {
    color: #fff
}

#header .header-login form button:hover {
    color: #1e2e42;
    background: #fff
}

#header .header-language {
    position: relative;
    display: inline
}

#header .header-language ul>li {
    position: relative;
    text-align: center
}

#header .header-language li>a {
    padding: 7px 11px;
    display: block;
    line-height: inherit;
    background: #454545;
    border-top: 1px solid transparent
}

#header .header-language li:hover>a {
    background: #162232
}

#header .header-nav ul li {
    margin-right: 17px;
    z-index: 5
}

#header .header-nav ul li:last-child {
    margin-right: 0
}

.header-bg {
    padding: 0;
    display: inline-block;
    font-size: 14px;
    background: linear-gradient(#333, #000);
    background: -webkit-linear-gradient(#333, #000);
    background: -o-linear-gradient(#333, #000);
    background: -moz-linear-gradient(#333, #000);
    background: linear-gradient(#333, #000);
    padding: 8px 10px !important;
    border-radius: 3px;
    color: #fff;
    text-shadow: 1px 1px #000
}

#header .header-nav ul li a:hover {
    color: #db591e !important
}

.main-logo a img {
    width: 180px !important;
    margin-top: 5px !important
}

input:focus::-webkit-input-placeholder {
    color: transparent !important
}

input:focus:-moz-placeholder {
    color: transparent !important
}

input:focus::-moz-placeholder {
    color: transparent !important
}

input:focus:-ms-input-placeholder {
    color: transparent !important
}

.booking .default-form {
    padding: 30px;
    background-color: #1e2e42
}

.booking .heading {
    margin: 0 25px 0 0;
    padding: 16px 0 16px 0;
    width: 175px;
    vertical-align: bottom;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    border-right: 1px solid #3b4553
}

.about {
    padding: 85px 0 0 0;
    z-index: 1000
}

.about-form {
    padding: 100px 0;
    z-index: 1000
}

.about .preamble {
    margin-bottom: 40px
}

.feature {
    margin-top: 20px
}

.feature h5 {
    margin: 25px 0 17px 0
}

.feature .btn {
    margin-top: 10px
}

.drivers {
    padding: 100px 0
}

.drivers .preamble {
    margin-bottom: 100px
}

.contact-form .select-box {
    position: relative;
    display: inline-block;
    width: 100%
}

.contact-form .alert-message {
    padding-top: 17px
}

.contact-form.style-2 input::-moz-placeholder {
    color: #a9a9a9 !important;
    opacity: 1
}

.pricing {
    padding: 80px 0 100px 0
}

#footer .preamble img {
    margin: 0
}

.footer-links a {
    padding: 5px !important
}

#footer .footer-content {
    padding-bottom: 50px
}

.footer-content p {
    margin: 1em 0
}

.custom-list li a {
    color: #fff;
    cursor: default
}

.port_Airport {
    background-image: url(../assets/images/icon-preset-airport.png);
    background-repeat: no-repeat;
    padding: 0 0 0 30px
}

.none {
    display: none !important
}

.card.instant-quote {
    float: left;
    margin-right: 0;
    box-shadow: 0 0 5px #000;
}

.terms-booking {
    min-height: 435px !important
}

.btn {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.card {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 10px;
    margin: 0 auto 25px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 3px 6px 0 transparent;
    border: 1px solid #fff
}

.card input,
.card select {
    color: #000
}

.add-way {
    text-align: right;
    right: 10em;
    position: inherit
}

.add-way span {
    color: #fff;
    cursor: pointer
}

.lft-align {
    text-align: left !important
}

label {
    font-weight: 700 !important;
    color: #fff;
    font-size: 14px;
    text-align: left !important;
    letter-spacing: normal !important;
    font-family: 'Montserrat', sans-serif !important;
    display: inline-block;
    margin-bottom: 5px !important;
}

.form-div {
    background-color: rgba(0, 0, 0, .7);
    width: 40%;
    padding: 1em;
    border-top: 3px solid #fff
}

.form-div input[type=date],
.form-div input[type=password],
.form-div input[type=text],
.form-div select {
    padding: 9px 20px;
    height: 50px;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 1em 0
}

.form-div input,
.form-div select {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    background: rgba(255, 255, 255, .3)
}

.form-div input[type=submit] {
    float: right
}

.group label {
    font-weight: 400 !important;
    float: left;
    padding: 5px
}

.height-3em {
    height: 3em
}

.no-padding {
    padding: 0 !important
}

.panel-heading p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
    font-size: 17px
}

.ui-button:active,
a.ui-button:active {
    border: 1px solid #878787 !important;
    background: #878787
}

.ans-value {
    font-size: 14px;
    color: #ff5000;
    color: #fff;
    text-shadow: 1px 1px 3px #000 !important;
    font-weight: 700
}

.bg-color1 {
    background-color: #4489c7;
    padding: 5px 10px;
    margin-bottom: 10px !important
}

.bg-color2 {
    background-color: #a3ccff;
    padding: 5px 10px;
    margin-bottom: 10px !important
}

.car-info1 {
    background-color: rgba(218, 101, 19, .86) !important;
    padding: 5px 10px;
    margin-bottom: 10px !important
}

.car-info2 {
    background-color: rgba(218, 101, 19, .86) !important;
    padding: 5px 10px;
    margin-bottom: 10px !important
}

.header1-login {
    margin-left: 1.2em;
    margin-bottom: .5em
}

.ui-button:active,
a.ui-button:active {
    color: #fff;
    border: #db591e !important;
    border-radius: 4px 4px 0 0 !important
}

.location-section h4 {
    font-weight: 700 !important
}

.ui-button:focus,
.ui-button:hover {
    background: 0 0 !important;
    border: none !important
}

.margin-bottom-1em {
    margin-bottom: 1em !important
}

#footer p {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    text-align: left;
    text-shadow: none !important;
    color: #fff
}

.image-section h3 {
    margin-top: 0 !important;
    text-align: center
}

.image-section img {
    display: block !important;
    margin: 0 auto 0 !important
}

.bg-color3 {
    background-color: rgba(218, 101, 19, .86) !important;
    padding: 5px 10px;
    margin-bottom: 10px !important
}

.bg-color4 {
    background-color: #666;
    color: #fff !important;
    padding: 5px 10px;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 3px #000 !important;
    font-weight: 700
}

.add-point-section input[type=text] {
    height: 50px;
    width: 50%;
    border-radius: 0 !important;
    float: left
}

.driver-form input[type=email],
.driver-form input[type=password],
.driver-form input[type=text] {
    margin-bottom: 2em !important
}

.pointer-btn {
    margin: 0 !important
}

.pointer-btn button {
    float: left !important;
    margin-left: 3em !important
}

.top-zero {
    margin-top: 0 !important
}

.passenger-section .section-one .select_count1 {
    margin-bottom: 1em !important
}

.passenger-name-section .section-one input {
    margin-bottom: 1em !important
}

.info-head img {
    margin: 20px 0 !important
}

.info-head h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.card2 {
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    border-radius: 10px;
    color: #000 !important;
    padding: 20px;
    background: linear-gradient(#d96414, #a62909);
    background: -webkit-linear-gradient(#d96414, #a62909);
    background: -o-linear-gradient(#d96414, #a62909);
    background: -moz-linear-gradient(#d96414, #a62909);
    background: linear-gradient(#d96414, #a62909)
}

.card2-head h5 {
    margin-top: 0;
    margin-bottom: 20px !important;
    text-align: left !important;
    color: #fff
}

.card2-head img {
    margin: 20px auto !important;
    display: block
}

.driver-content p {
    text-align: justify !important;
    color: rgba(0, 0, 0, .5)
}

.home-drop-down {
    z-index: 100000 !important;
    width: 97% !important
}

.header-left {
    padding: 0 !important
}

.result-drop-down1 {
    box-sizing: border-box;
    float: left;
    height: 284px;
    margin-top: 64px;
    overflow: auto;
    padding: 0 0 0 10px;
    position: absolute;
    width: 98%;
    z-index: 1
}

.instant-quote {
    padding: 0
}

.instant-heading h3 {
    font-size: 1.5em !important;
    background-color: #000;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px 10px 0 0
}

.image-section h3 {
    font-size: 1.5em !important
}

.rgt-img-section .inner-section img,
.rgt-img-section .terms-inner-section img {
    margin: 1em auto 1em !important;
    height: 320px
}

.margin-zero {
    margin: 0 !important
}

.image-section img {
    margin: 8em auto 4em !important
}

.business-btn {
    margin-bottom: 6em !important
}

.margin-bottom-zero {
    margin-bottom: 0 !important
}

.contact-page-top {
    margin-top: 100px
}

.contact-address h3 {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left
}

.contact-address p {
    margin-bottom: 0 !important;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.margin-top-2em {
    margin: 20px 15px 10px !important
}

.contact-content {
    margin-bottom: 2em
}

.contact-content h3 {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px
}

.contact-content p {
    line-height: 26px;
    text-align: justify;
    color: rgba(0, 0, 0, .5)
}

.card h3 {
    font-size: 1.5em !important;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0
}

.contact-phone1 {
    width: 40% !important
}

.contact-phone2 {
    width: 58% !important
}

.padding {
    padding: 0 20px
}

.fixed-padding {
    padding: 20px 25px
}

.card h3 {
    margin-top: 1px !important
}

.feature {
    margin-bottom: 4em
}

.about p {
    text-align: justify !important
}

.contact-top {
    margin-top: 100px;
    margin-bottom: 100px
}

.row-margin {
    margin-bottom: 1.5em
}

.terms-image-section img {
    margin: 5em auto 5em !important
}

.header-btn-box {
    background: -webkit-linear-gradient(#333, #000);
    background: -o-linear-gradient(#333, #000);
    background: -moz-linear-gradient(#333, #000);
    background: linear-gradient(#333, #000);
    padding: 4px 10px 4px 10px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 1px 1px #000;
    width: 80px;
    display: inline-block;
    text-align: center
}


.content p strong {
    color: #000 !important
}

.content p {
    color: #000;
    text-align: center;
    text-align: justify;
    font-size: 1.2em
}

.form-margin {
    margin-top: 3em
}

.content-container {
    position: relative
}

.content-container div {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.center-section {
    background-color: rgba(0, 0, 0, .19)
}

.lft-inner-section {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 10px;
    margin: 0 auto 25px;
    background: rgba(231, 231, 231, 0);
    box-shadow: 0 3px 6px 0 transparent;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #000
}

.lft-inner-section h3,
.rgt-img-section h3 {
    color: #fff !important;
    font-size: 1.5em !important;
    text-align: center
}

.rgt-img-section .terms-inner-section {
    background: #fff;
    padding: .5em;
    margin: 3.5em 2em 0;
    border: 1px solid #d3d3d3
}

.terms-rgt-img-section h4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.rgt-img-section h4 {
    font-weight: 700;
    font-size: 1.4em !important;
    text-align: center;
    margin-top: 0;
    text-shadow: 0 0 5px #000 !important;
    color: #fff
}

.driver-content {
    background: rgba(231, 231, 231, .71);
    padding: 1.5em 2em
}

.text-left {
    text-align: left !important;
    margin-bottom: 15px
}

#result,
#result1 {
    border-bottom: none !important
}

.footer-img {
    display: block;
    margin: 0 auto !important
}

.float-lft {
    float: left
}

.float-rgt {
    float: right
}

.lft-section {
    width: 75%;
    float: left
}

.rgt-section {
    width: 25%
}

.margin-bottom {
    margin-bottom: .5em !important
}

.width-100 {
    width: 100% !important
}

.quote-img {
    background: #424242;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 5px 0 !important
}

.margin-top-1em {
    margin-top: 1em !important
}

.margin-bottom-2em {
    margin-bottom: 2em !important
}

.font-size {
    font-size: .8em
}

.basket-info {
    text-shadow: none !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.3em !important;
    color: #000;
    float: left;
    letter-spacing: normal !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin-top: 0
}

.basket-section ul {
    padding-left: 20px
}

.basket-section ul li {
    list-style-type: disc;
    color: #fff !important
}

.header1-login {
    margin-left: 0;
    margin-bottom: 0;
    display: inline
}

.custom-list {
    margin-bottom: 2px
}

.container-custom {
    width: 76% !important
}

.instant-form-bg {
    padding: 1px !important;
    min-height: 398px;
    color: #fff;
    background: rgba(0, 0, 0, .8) !important;
    border-radius: 8px
}

.rgt-img-section .inner-section {
    padding: 10px 20px
}

.rgt-img-section h4 {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.quote-img-custom {
    border: 0
}

.default-form label {
    font-size: 14px
}

.quote-img {
    background: rgba(66, 66, 66, 1)
}

.default-form input[type=date],
.default-form input[type=email],
.default-form input[type=number],
.default-form input[type=password],
.default-form input[type=text],
.default-form select {
    padding: 0 7px 0 !important;
}

.default-form select {
    -webkit-appearance: 0 !important;
    -moz-appearance: 0 !important;
    appearance: 0 !important
}

.default-form input[type=date],
.default-form input[type=email],
.default-form input[type=number],
.default-form input[type=password],
.default-form input[type=text],
.default-form select {
    color: #000
}

.basket-section ul li {
    margin-bottom: 5px
}

.basket-section {
    background: rgba(0, 0, 0, .8) !important;
    padding-top: 14px
}

.even-row {
    background: 0 0;
    padding: 0
}

.card {
    background: rgba(0, 0, 0, .8) !important
}

#way-point>.where-input>span>i {
    margin-top: -8px !important
}

#result {
    width: 92% !important;
    z-index: 1 !important
}

.result-drop-down {
    width: 40% !important;
    margin-top: -28px !important;
    z-index: 100000 !important
}



.header-nav-bg {
    background: rgba(63, 102, 150, .9) !important
}

.header-bg1 {
    border-radius: 3px !important
}

@media (min-width:768px) {
    .width-90 {
        width: 90% !important;
        float: none !important
    }
}

@media (min-width:1280px) {
    .default-form label {
        font-size: 13px !important
    }
}

@media (min-width:768px) and (max-width:1800px) {
    #header .header-tool-bar .container {
        width: 98%
    }
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px
}

.error-actions .btn {
    margin-right: 10px
}

.head-bg .line2 li:nth-child(2) span {
    color: #5bc7e9;
    font-size: 20px;
    font-weight: 600
}

.head-bg .line2 li span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    float: left
}

.container .card {
    border: medium none;
    background: rgba(34, 44, 51, .7) !important;
    box-shadow: inherit;
    padding: 25px 14px
}

#preamble .container .card .head_class h3 {
    background-color: inherit;
    font-size: 18px !important;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 0;
    font-family: inherit !important
}

.rgt-img-section {
    background: rgba(34, 44, 51, .7) !important;
    border: medium none;
    box-shadow: inherit;
    box-sizing: border-box;
    padding: 20px 14px;
    margin-bottom: 20px;
    overflow: hidden;
}

#preamble .container .rgt-img-section h3 {
    display: block;
    font-size: 18px !important;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
    padding-top: 0;
    background: 0 0;
    text-transform: uppercase;
    font-family: inherit !important;
    margin-bottom: 15px;
}

#preamble .container .rgt-img-section img {
    margin: 5px 0 5px 5px !important
}

.car_img {
    height: 49px;
    width: 112px;
}

.car_cont>p {
    color: #fff;
    font-size: 16px;
    margin: 0
}

.car_cont span {
    color: #5bc7e9
}

.car_cont {
    width: 80%;
    display: table-cell;
    vertical-align: middle
}

.car_main>li {
    float: left;
    width: 100%;
    display: table
}

.car_main>li:nth-child(3n) {
    border-bottom: 1px solid #37434b
}

.car_main>li:last-child {
    border: none
}

a,
a:focus {
    outline: 0
}

.address,
.rights {
    font-size: 12px
}

.new_mail em {
    color: red
}

.contact_us .form-group>label em {
    color: red
}

.result-drop-down2 {
    border-bottom: medium none;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 1
}

.box2 h5 {
    color: #ed6927;
    font-size: 14px;
    margin: 9px 0 0
}

.quote-img {
    padding: 0 10px !important
}

.quote-img-custom {
    background: rgba(255, 255, 255, .1) !important;
    border-radius: 5px
}

.login-details li a {
    color: #000;
    font-weight: 600;
    padding: 5px 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.head-bg .text {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 13px;
    margin-top: 10px;
    text-transform: uppercase
}

.logo {
    margin: 0
}

.login-details li {
    display: inline-block;
    font-family: roboto
}

.ul-wrap:hover {
    display: block
}

footer {
    text-align: center;
    margin-top: 50px;
    padding: 20px 0;
    display: inline-block;
    width: 100%
}

.rgt-img-section {
    display: inline-block !important
}

.title {
    text-align: center;
    margin: 0
}

.text {
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0;
    text-align: right
}

.color {
    color: #fff
}

.row footer1 {
    text-align: center
}

.row footer2 {
    text-align: center
}

.address {
    color: #fff
}

.rights {
    color: #ccc
}

.column2 {
    margin: 5px 0;
    margin-top: 10px
}

.column2 .row {
    margin: 5px 0
}

.login-details {
    margin: 0;
    padding: 0
}

.login-details span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 3px;
    text-transform: uppercase
}

.login-details a {
    text-decoration: none;
    font-size: 13px
}

.login-details a:hover {
    color: #ed6927
}

.column2 .row .col-lg-12 {
    padding-right: 0
}

.box2 .col-lg-9 {
    padding-left: 0
}

.box2 .box21:first-child {
    margin-top: 0
}

.box2 .box21:last-child {
    margin-bottom: 0
}

.partner {
    margin: 15px 0
}

.text_content {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    width: 100%
}

.input_wrapper {
    background: #384248;
    display: block;
    float: left;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    margin-bottom: 10px
}

.input_wrapper p {
    color: #fff !important;
    text-align: left
}

.where-input {
    display: block;
    float: left;
    width: 100%;
    position: relative
}

.main_input input[type=text] {
    margin-bottom: 0px !important
}

.where-input>span {
    left: 134px;
    position: absolute;
    top: 15px;
    z-index: 99
}

#way-point .main_input p {
    display: none
}

.font_new {
    color: #fff !important;
    font-size: 20px !important
}

.font_new_left {
    color: #fff !important;
    font-size: 20px !important;
    float: left
}

.lft-inner-section {
    min-height: 455px;
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0
}

.basket-section {
    padding: 0;
    padding: 5px 10px
}

.basket-section {
    background: 0 0 !important
}

.basket-section ul li {
    padding-bottom: 3px
}

.basket-section ul li b {
    margin: 0 5px
}

.head_text {
    text-align: left;
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    font-size: 17px;
    margin: 0 0 0 20px
}

.custom-list {
    display: block;
    float: left;
    width: 100%;
    background: #297cb5;
    color: #fff;
    text-align: left;
    padding: 10px 0
}

.custom-list li {
    display: inline-block !important;
    width: auto !important;
    background: 0 0 !important;
    border: none !important
}

.panel-body a {
    color: #999 !important
}

.custom-list.social li a {
    font-size: 20px;
    cursor: pointer
}

.driver-form span.submit-btn {
    margin-bottom: 10px;
    display: block
}

.login-page .card-login {
    width: 47.8% !important
}

.no-padding .col-xs-12:first-child {
    padding-bottom: 10px
}

.login_page button.btn {
    margin-top: 10px
}

.arrowtop {
    position: relative;
    padding-right: 25px !important;
    cursor: pointer;
}

.arrowtop::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(images/aro1.png) center center no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.arrowtop.submenu-open::after {
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width:1199px) {
    .custom-list {
        float: none !important
    }
}
@media (min-width:769px) {
    .card-box-right{
        padding-left: 1rem;
    }
}

@media only screen and (max-width:768px) {
    .add-way{
        text-align: center !important;
    }
    .card-box-right .rgt-img-section{
        
    }
    select {
        background: #d0d0d0
    }
    .preamble {
        padding: 15px 5px !important;
    }
    .airport_main .airpot{
        margin: 16px 0px !important;
    }
    .airport_main { padding: 1rem !important;}
    .col-xs-12 {
        text-align: left !important;
        padding: 5px !important;
        box-sizing: border-box
    }

    .car_main {
        list-style: none;
        padding: 0;
        margin: 30px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .car_main li {
        background: rgb(10 16 24 / 52%);
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
        transition: transform .3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .car_main li:hover {
        transform: translateY(-5px)
    }

    .car_img img {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px
    }

    .car_cont p {
        margin: 0;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        align-items: center
    }

    .car_model {
        font-weight: 700;
        color: var(--primary-color);
        width: 100%;
        display: block;
        margin-bottom: 5px
    }

    @media (max-width:991px) {
        .car_main {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @media (max-width:576px) {
        .car_main {
            grid-template-columns: 1fr
        }
    }

    .driver-form h4 {
        margin-left: 15px
    }

    .login-page .card-login {
        width: 99% !important
    }

    .logo>img {
        width: 150px
    }

    .logo_col {
        padding-bottom: 0
    }

    .logo {
        text-align: center;
        width: 10%;
        margin: 0 auto
    }

    .text {
        text-align: center;
        width: 100%
    }

    .login-details {
        float: none !important
    }

    .box1 {
        margin-bottom: 10px
    }

    .box21 {
        width: 100%;
        display: inline-block
    }

    .column2 .row {
        margin: 5px
    }

    .card-container.card {
        width: 100% !important
    }

    .btn.light {
        margin-top: 5px
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    
    .logo img {
        width: 30%
    }

    .logo>img {
        width: 150px
    }

    .logo {
        text-align: center;
        width: 33%;
        margin: 0 auto
    }

    .text {
        text-align: center;
        width: 100%
    }

    .login-details {
        float: none !important
    }

    .box1 {
        margin-bottom: 10px
    }

    .box21 {
        width: 100%;
        display: inline-block
    }

    .card-container.card {
        width: 100% !important
    }
}

@media (min-width:993px) and (max-width:1280px) {
    .logo img {
        width: 80%;
        margin-top: 16px
    }
}

@media only screen and (min-width:993px) and (max-width:1200px) {
    .logo>img {
        width: 150px
    }

    .box1 {
        margin-bottom: 10px
    }

    .box21 {
        display: block;
        float: left;
        margin: 2px 0;
        padding: 0;
        width: 100%
    }
}

@media only screen and (max-width:585px) {
    .logo {
        width: 10%
    }

    .login-details {
        margin: 0 10px !important
    }

    .text {
        font-size: 13px
    }

    .line2 {
        font-size: 12px
    }

    .col-xs-12 {
        text-align: center;
        width: 100%
    }

    .sm-car {
        display: none
    }

    .box2 h5 {
        color: #ed6927;
        font-size: 13px;
        margin: 0
    }

    .box21 .col-lg-10 {
        padding-left: 0
    }

    .box2 .col-lg-10.col-md-10.col-xs-10 {
        width: 100%
    }

    .box21 .col-lg-10 {
        padding: 12px 38px 5px
    }
}

@media only screen and (min-width:414px) and (max-width:736px) {
    .submit-btn input {
        margin-bottom: 20px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .driver-form input[type=email],
    .driver-form input[type=password],
    .driver-form input[type=text] {
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width:414px) and (max-width:736px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:375px) and (max-width:812px) {
    .submit-btn input {
        margin-bottom: 20px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-header {
    display: none
}

.nav_new li span {
    display: block;
    width: 100%;
    padding-right: 14px;
}

.nav_new li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.partner {
    display: none
}

.login-details li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important
}

.login-details li {
    color: #fff;
    font-size: 19px
}

.login-details span {
    color: #5bc7e9;
    display: inline-block;
    padding-left: 10px
}

.footer1 {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    display: inherit;
    flex-wrap: inherit;
    float: left;
    margin: 0;
    padding: 10px 0 0 10px;
    width: 100%
}

.footer2 {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    display: inline;
    flex-wrap: inherit;
    float: left;
    margin: 0;
    padding: 0 10px 10px;
    width: 100%
}

.container {
    max-width: 1242px !important
}

.login_main {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0;
    box-sizing: border-box;
    display: inherit;
    flex-wrap: inherit;
    float: left;
    padding: 0 15px;
    width: 100%;
    margin: 0;
    border-radius: 4px
}

.login_main h3 {
    background-color: none;
    color: #fff;
    font-size: 25px !important;
    font-weight: 600;
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 15px
}

.login_main label {
    color: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    text-shadow: inherit !important
}

.login_main .btn {
    -moz-user-select: none;
    cursor: default;
    font-weight: 700;
    line-height: 1;
    padding: 0 15px
}

.login_main select {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%
}

.login_main .btn.light {
    float: left !important;
    margin-bottom: 15px !important
}

.error404 .container_nav {
    padding-top: 50px;
    position: inherit
}

.login_main .no-padding a {
    color: #5bc7e9
}

.login_main .no-padding>div {
    padding-left: 0
}

.img_text {
    float: left
}

.img_col {
    float: left;
    padding: 10px
}

.airport_main {
    background: rgba(34, 44, 51, .7);
    border-radius: 6px;
    float: left;
    margin: 0;
    padding-bottom: 18px;
    width: 100%
}

.airport_main h2 {
    color: #fff !important;
    font-size: 21px;
    padding-bottom: 15px
}

.airpot p {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    color: #333 !important;
    text-align: left
}

.airport_main .content {
    color: #333 !important;
    text-align: left;
}
.airpot.content h1, .airpot.content h2, .airpot.content h3, .airpot.content h4, .airpot.content h5 {
    color: #000 !important;
}
.airport_main .book_online {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 10px 10px 0;
    text-align: left
}

.book_online span {
    font-weight: 700
}

.login_main h3 {
    border: medium none;
    background: 0 0
}

.contact_us .card {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: inherit;
    padding: 25px 14px;
    width: 100%
}

.contact_us .img_text {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 8px;
    box-shadow: inherit;
    flex: 1 1 56%;
    float: right;
    max-width: 57% !important;
    padding: 25px
}

.contact_us .card .head_class h3 {
    background-color: inherit;
    font-size: 18px !important;
    padding-left: 10px;
    text-align: left;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 600
}

.contact_us .img_text h3 {
    background-color: inherit;
    font-size: 18px !important;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
    color: #fff;
    margin: 10px 0
}

.img_text label {
    color: #fff;
    font-size: 14px;
    text-shadow: inherit !important
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px
}

.select_count1 label {
    float: left;
    width: 100%
}

.nav_new h2 {
    display: none
}

.login-details li:last-child a {
    padding-right: 0
}

.instant-quote .driver-btn {
    position: inherit
}

.login-details li:last-child span {
    margin-right: 0
}

.airport_main .airpot {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    border-radius: 4px;
    margin: 16px
}

.airpot_inner .airpot {
    margin: 0
}

.airport_main .airpot p {
    color: #333;
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-size: 16.8px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important
}

.airport_main .airpot h3 {
    color: #333;
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-size: 16.8px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important
}

.airport_main .airpot h4 {
    color: #333;
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-size: 16.8px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important
}

.airport_main .airpot h5 {
    color: #333;
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-size: 16.8px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important
}

.book_one .book_online h3 {
    text-align: left;
    font-size: 16.8px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important
}

.book_one .book_online h4 {
    text-align: left;
    font-size: 16.8px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important
}

.book_one .book_online h5 {
    text-align: left;
    font-size: 16.8px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    font-family: 'Open Sans', sans-serif !important
}

.airport_main {
    margin: 25px 0 0 0
}

.car_img>img {
    margin: 0 !important
}

@media (min-width:768px) {
    #wrapper {
        padding-left: 250px
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative
    }
}

.car_handbags,
.car_info,
.car_luggage,
.car_persons {
    color: #fff !important;
    padding-left: 10px
}

.contact_us .card {
    margin-right: 9px;
    width: 51%
}

.contact_us .rgt-img-section {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: inherit;
    box-sizing: border-box;
    float: right;
    padding: 25px;
    width: 44%
}

.contact_us .form-group>label {
    color: #fff;
    font-size: 13px;
    text-shadow: inherit !important
}

.contact_us .rgt-img-section h3 {
    background-color: inherit;
    font-size: 18px !important;
    padding-left: 0;
    text-align: left;
    padding-top: 0;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 600
}

.margin-bottom-1em img {
    float: left;
    margin: 4px 0 20px 0
}

#add-way {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: inherit;
    color: #b1b8bb;
    font-size: 15px;
    height: auto;
    padding-top: 0 !important
}

.submit-btn {
    display: block;
    width: auto
}

.submit-btn input {
    width: 100%
}

.contact_us .new_mail>label {
    float: left;
    margin-right: 17px;
    width: 16%
}

.contact_us .new_mail {
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    width: 47%
}

.contact_us .new_mail>input {
    float: left;
    width: 100%
}

.contact_us .new_mail:nth-child(2) {
    float: right;
    margin-right: 0
}

.default-form label {
    color: #5bc7e9;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-shadow: inherit !important
}

#preamble .default-form .where-input {
    background: #384248 none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px
}

#preamble .default-form .where-input .main_input {
    padding: 0
}

.main_input input,
.main_input textarea {
    border-radius: 3px;
    padding-right: 42px !important;
    width: 100%;
}



.booking_info {
    clear: left;
    color: #5bc7e9;
    font-style: italic;
    text-align: left
}

.booking_info {
    padding-top: 70px
}

.booking_info p {
    line-height: 18px;
    margin-bottom: 6px;
    color: #fff
}


.quote-img p {
    float: left;
    padding: 0 0 6px !important
}

.form_new {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0;
    border-radius: 4px;
    color: #59bfe0;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    padding: 20px 31px 31px;
    text-align: left;
    width: 100%;
    margin-bottom: 30px
}

.form_new input.email {
    border: medium none;
    border-radius: 4px;
    float: left;
    margin-top: 6px;
    width: 100%
}

#booknow {
    height: 100% !important;
    padding: 6px !important
}

.form_new button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1e2e42 0, #111b28 100%) repeat scroll 0 0;
    border: medium none !important;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 1rem;
    font-weight: 400 !important;
    margin: 10px 0;
    padding: 10px !important;
    transition: all .3s ease 0s;
    width: 100%
}

.form_email {
    background: #384248 none repeat scroll 0 0;
    border-radius: 4px;
    float: left;
    padding: 10px;
    width: 100%
}

.car_img>img {
    margin: 0 !important;
    width: 74%
}

#way-point .where-input label::after {
    background: rgba(0, 0, 0, 0) url(images/flag3.png) no-repeat scroll right center;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px
}

.main-body-container {
    display: inline-block;
    width: 100%;
    min-height: 620px
}

.car_cont .car_model {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px
}

.car_cont .car_hyphen {
    display: none
}

.car_cont .car_persons {
    padding-left: 0
}

.car_main>li {
    padding: 10px 0
}

#way-point>.where-input>span>i {
    color: #fff;
    position: absolute;
    top: calc(50% - 4px);
    right: 2%;
    background: red;
    border-radius: 100px;
    cursor: pointer
}

#way-point .where-input .main_input>p {
    visibility: hidden
}

#way-point>.where-input>span>i {
    top: 7px !important
}

.book_online {
    background: rgba(34, 44, 51, .7) none repeat scroll 0 0;
    border-radius: 6px;
    float: left;
    margin-top: 10px;
    padding: 16px;
    width: 100%
}

.book_online .airpot {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: left;
    border-radius: 4px
}

.book_online .airpot p {
    padding: 0
}

.bg-color22 {
    background: #ce7c0d;
    background: -moz-linear-gradient(top, #ce7c0d 0, #91580d 100%);
    background: -webkit-linear-gradient(top, #ce7c0d 0, #91580d 100%);
    background: linear-gradient(to bottom, #ce7c0d 0, #91580d 100%);
    border-radius: 3px;
    height: auto;
    line-height: 25px;
    padding: 4px 11px
}

#add-way input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #aaaeb0;
    height: auto !important;
    padding-top: 2px !important;
    box-shadow: none
}

.contact_us .where-input {
    background: #384248 none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px
}

.contact_us .input_wrapper {
    padding: 0
}

.contact_us .main_input input {
    border-radius: 3px
}

#add-way input:hover {
    font-weight: 600 !important;
    text-shadow: inherit !important
}

.flight_class {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding-left: 10px !important
}

.my-tool-tip {
    width: 14px;
    cursor: pointer
}

.my-tool-tip:hover+.car_info.tooltiptext {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000 !important;
    display: block;
    font-size: 13px;
    right: 0;
    opacity: 1 !important;
    padding: 5px;
    position: absolute;
    top: 14px;
    visibility: visible !important;
    z-index: 99
}

.car_info.tooltiptext {
    cursor: pointer;
    display: none
}

#preamble .container .rgt-img-section {
    overflow: inherit !important
}

#add_another_journey_btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1e2e42 0, #111b28 100%) repeat scroll 0 0;
    border: medium none !important;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400 !important;
    padding: 10px !important;
    transition: all .3s ease 0s;
    float: left;
    margin: 10px 0;
    text-transform: capitalize;
    line-height: 1.1em
}

.basket_main {
    float: left;
    width: 100%;
    margin: 5px 0;
    border-radius: 6px
}

.basket_main ul {
    list-style: none;
    margin: 0 0;
    padding: 10px;
    padding-top: 20px;
    background: #384248 none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding-top: 0;
    border-radius: 5px;
    margin-top: 10px
}

.basket_main ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100% !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #425059 !important;
    padding-bottom: 0
}

.basket_main ul li p {
    margin: 0;
    font-weight: 700;
    float: left
}

.basket_main ul li:last-child {
    border: none !important
}

.contact_us .rgt-img-section .new_mail {
    position: relative
}

.contact_us .rgt-img-section .new_mail span {
    position: absolute;
    bottom: -17px;
    font-size: 12px
}

.book_one {
    background: rgba(34, 44, 51, .7);
    border-radius: 6px;
    float: left;
    margin: 0;
    padding: 16px;
    width: 100%;
    margin-bottom: 10px
}

.airpot_inner .airpot_one {
    background: rgba(34, 44, 51, .7);
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 10px
}

.airpot_inner .col-md-12 {
    padding: 0
}

.airpot_inner h2 {
    margin: 0
}

.airpot_inner {
    background: 0 0;
    padding-bottom: 0
}

.li_inner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 6px
}

.col-md-12 {
    padding: 0
}

.basket_one {
    float: left;
    width: 100%;
    padding: 10px 0;
    padding-bottom: 0
}

.basket_main ul:first-child {
    margin-top: 0
}

.fa-info-circle {
    font-size: 18px !important
}

.max-persons {
    text-align: left;
    float: left;
    width: 98%
}

.in_max-persons {
    text-align: left;
    float: left;
    width: 98%
}

#book_return {
    margin-top: 10px;
    margin-bottom: 10px
}

.basket_title {
    margin: 0;
    padding: 0 !important
}

.basket_one .basket_title li:first-child {
    width: 12% !important
}

.basket_one .basket_title li input {
    width: 100%
}

.basket_one .basket_title li {
    float: left !important;
    width: 35% !important;
    margin-right: 7px;
    border: none !important
}

.basket_one .basket_title li:last-child {
    margin-left: 12px;
    margin-right: 0
}

.basket_title p {
    font-weight: 400 !important;
    font-size: 13px;
    padding-bottom: 9px
}

.basket_title label {
    font-weight: 400 !important;
    color: #fff;
    text-shadow: none !important;
    font-size: 13px
}

.basket_title_one {
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

.basket_title input {
    height: 30px
}

.basket_title select {
    height: 30px;
    margin: 0;
    padding: 0;
    margin-top: 2px
}

.basket_title_one {
    margin: 0;
    padding: 0
}

.basket_main .basket_title_one li {
    float: left !important;
    width: 48% !important;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    border: none !important;
    margin-right: 18px
}

.basket_main .basket_title_one li label {
    font-size: 13px;
    text-shadow: none !important;
    color: #fff;
    font-weight: 400 !important;
    margin-bottom: .5rem;
}

.basket_main .basket_title_one li input {
    width: 100%;
    float: left
}

.city-one {
    margin-right: 18px !important
}

.basket_main p>label {
    font-size: 13px;
    text-shadow: none !important;
    color: #fff;
    font-weight: 400 !important
}

.basket_main .basket_one span input.btn {
    width: auto !important;
    padding: 0 15px;
    margin-right: 10px
}

#data_cont {
    background: #384248;
    overflow: hidden
}

.basket_main ul:first-child {
    margin-top: 0;
    padding-top: 25px
}

.basket_main ul li:last-child {
    border: none !important;
    width: auto !important
}

.basket_login {
    width: 51.5% !important;
    float: left;
    display: inherit
}

.basket_inside {
    float: left;
    width: 100%
}

.basket_login .rgt-img-section {
    float: right !important;
    margin: 0;
    width: 46% !important
}

.basket_login h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px
}

.basket_inside .bg-color4 {
    display: none
}

.basket_main #only-one>section button {
    width: 100% !important
}

.basket_inside>.custom-list {
    float: left;
    width: 100%;
    background: rgba(34, 44, 51, .7) !important
}

#data_cont {
    padding: 0 15px
}

.book-return {
    color: #fff !important
}

.login-basket .book-return {
    color: #fff !important
}

.instant-quote .custom-list:first-child .bg-color4 span:first-child {
    display: block;
    padding: 5px 0;
    color: red
}

.login-basket .container .rgt-img-section {
    width: 47.6% !important;
    float: left !important
}

.login-basket .container .basket_login {
    float: right
}

.basket_one .basket_title li:first-child label {
    display: none !important
}

.login_main .btn {
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize
}

.select_count1 {
    margin: 10px 0 0 0
}

.basket_one i {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    margin: 0 10px 0 0;
    min-width: 35px;
    text-align: center;
    padding: 7px 6px;
    border-radius: 4px
}

.pickup::before {
    background: rgba(0, 0, 0, 0) url(images/flag1.png) no-repeat scroll right center;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px
}

.drop_off::before {
    content: '';
    background: rgba(0, 0, 0, 0) url(images/flag2.png) no-repeat scroll right center;
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px
}

.drop_off,
.pickup,
.waypoint {
    width: 20px;
    position: relative;
    margin: 0 0 0 -28px
}

.waypoint::before {
    background: rgba(0, 0, 0, 0) url(images/flag3.png) no-repeat scroll right center;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px
}

.drop-aro {
    display: none
}

.icon {
    margin: 0 10px 0 0;
    width: 16px;
    color: #666 !important
}

.icon_way {
    margin: 0 10px 0 0;
    width: 16px;
    color: #ffea00 !important
}

.icon_pick {
    margin: 0 10px 0 0;
    width: 16px;
    color: #269f32 !important
}

.icon_drop {
    margin: 0 10px 0 0;
    width: 16px;
    color: #f94d4d !important
}

.airpot h2 {
    margin:0px;
    color: #333 !important;
    padding: 0px;
}

.new_b_link {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 0
}

.new_b_link a {
    background: #1e2e42;
    background: -moz-linear-gradient(top, #1e2e42 0, #111b28 100%);
    background: -webkit-linear-gradient(top, #1e2e42 0, #111b28 100%);
    background: linear-gradient(to bottom, #1e2e42 0, #111b28 100%);
    border: medium none !important;
    color: #fff;
    font-size: 1rem;
    font-weight: 400 !important;
    height: 40px;
    padding: 10px !important;
    transition: all .3s ease 0s;
    border-radius: 4px
}

.book_b_btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1e2e42 0, #111b28 100%) repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400 !important;
    padding: 10px !important;
    transition: all .3s ease 0s;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #fff !important
}

.book_b_btn a {
    color: #fff !important
}

.space_t12 {
    margin: 30px 0 10px 0
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px
}

.panel-title>a:active,
.panel-title>a:focus,
.panel-title>a:hover {
    text-decoration: none
}

.nav_new {
    display: block !important
}

.basket_one_1 {
    float: left;
    width: 100%;
    padding: 10px 0;
    padding-bottom: 0
}

.basket_one_1 i {
    position: absolute;
    left: 24px;
    font-size: 11px;
    top: -7px
}


.logo_card_icon {
    width: 275px !important;
    display: inline-block;
    margin: 0 0 10px -10px;
    background: #fff;
    padding: 5px !important
}

#preamble .container .logo_card_icon img {
    width: 265px;
    margin: 0 !important
}

.alert {
    position: relative;
    padding: 2px !important
}

.com_t_btn {
    background: var(--primary-color);
    transition: all .3s ease;
    border: medium none !important;
    color: #fff;
    font-size: 1rem;
    font-weight: 400 !important;
    height: 40px;
    padding: 10px !important;
    border-radius: 4px
}

.com_t_btn:hover {
    background: var(--touch-color) !important;
    transform: translateY(-2px)
}

.preamble .airpot h3 {
    text-align: left;
    font-weight: 400
}

/* Standardized Breakpoints and Shared Component Fixes */

/* Mobile Portrait & Landscape (up to 767px) */
@media screen and (max-width: 767px) {
    #preamble .container .logo_card_icon img {
        width: 100%;
        margin: 0 !important;
    }

    .book_one {
        padding: 16px 10px;
    }

    .logo_card_icon {
        width: 100% !important;
        display: inline-block;
        margin: 0 0 10px 0;
    }

    .faq .card .head_class h3 {
        padding-left: 0;
    }

    /* Grid Reflow for Mobile */
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Tablet & Mobile (up to 991px) */
@media screen and (max-width: 991px) {
    .navbar-collapse.show {
        display: block !important;
    }

    .navbar-collapse.show .nav-links {
        display: flex !important;
        gap: 0px !important;
    }

    .navbar-collapse.show .arrowtop::after {
        top: 20px;
    }

    .nav-links a:hover {
        transform: none !important;
    }

    .arrowtop {
        flex-wrap: wrap !important;
    }

    .arrowtop::after {
        right: 10px;
        width: 20px;
        height: 20px;
    }
}

/* Contact Page Refinements */
.contact-quote {
    margin-right: 0;
    min-height: 455px;
    box-shadow: 0 0 5px #000;
}

.contact-quote .head_class {
    margin-bottom: 15px;
}



/* Vehicles pages */
.outbond_one h3 {
    font-size: 18px !important;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 0;
    text-align: left;
    text-transform: capitalize;
}

.outbond_one .outbond_form {
    margin-top: 10px;
}

.outbond_one .quote-img {
    background: #384248 none repeat scroll 0 0 !important;
    display: table;
}

.outbond_one .quote-img .lft-sec {
    float: left;
    max-width: 32%;
    padding: 0;
}

.outbond_one .quote-img .rgt-sec {
    float: right;
    max-width: 42%;
    padding: 0;
}

.outbond_one .quote-img .lft-sec img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*padding-top: 20px;*/
}

.outbond_one .quote-img h5 {
    border: medium none;
    color: #5ac4e5;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
    text-decoration: none;
    text-shadow: inherit !important;
    width: 100%;
    border-bottom: 1px solid #999999;
    padding-bottom: 7px;
}

.quote-img p {
    float: left;
    padding: 0 0 6px !important;
}

.outbond_one h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 12px 12px 0;
    text-align: left;
}

.outbond_one .quote-img .rgt-sec .padding-left {
    padding-right: 13px !important;
    padding-top: 10px;
}

.outbond_one .quote-img .rgt-sec .prices {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}

.outbond_one .quote-img .rgt-sec input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 12px !important;
}

.outbond_one .quote-img .rgt-sec label.radio-inline {
    color: #fff;
    font-size: 17px;
    font-weight: bold !important;
    text-shadow: inherit !important;
}

.outbond_two #location {
    margin: 0;
}

.outbond_two .bg-color4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.outbond_two .bg-color4 span {
    color: #59bfe0;
    font-size: 16px;
}

.outbond_two .custom-list {
    background: #384248 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 20px !important;
}

.outbond_two .bg-color1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#318446+0,275b38+100 */
    background: #318446;
    /* Old browsers */
    background: -moz-linear-gradient(top, #318446 0%, #275b38 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #318446 0%, #275b38 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #318446 0%, #275b38 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#318446', endColorstr='#275b38', GradientType=0);
    /* IE6-9 */
    border-radius: 3px;
    height: auto;
    line-height: 25px;
    padding: 4px 11px;
}

.outbond_two .bg-color3 {
    border-radius: 3px;
    height: auto;
    line-height: 25px;
    padding: 4px 11px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9d4548+0,683033+100 */
    background: #9d4548;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9d4548 0%, #683033 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9d4548 0%, #683033 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9d4548 0%, #683033 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d4548', endColorstr='#683033', GradientType=0);
    /* IE6-9 */
}

.estimate>span {
    color: #fff;
}

.estimate {
    background: #3c464c none repeat scroll 0 0;
    color: #82898d;
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
}

button.map_text {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #50b3d5 0%, #2e779a 100%) repeat scroll 0 0;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 20px;
    text-align: center;
    margin: 10px 0px;
    float: left;
}

#preamble .pasenger_detail_one {
    margin-right: 0;
    min-height: 455px;
    box-shadow: 0 0 5px #000;
}

.pasenger_detail_one .form_new {
    background: rgba(34, 44, 51, 0.7) none repeat scroll 0 0 !important;
}

.pasenger_detail_one .lft-inner-section {
    background: rgba(34, 44, 51, 0.7) none repeat scroll 0 0 !important;

    float: left;
    margin: 0 0;
    width: 100%;
    margin-bottom: 20px;
}

.pasenger_detail_one .lft-inner-section h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-bottom: 10px;
    padding-top: 15px;
}

.pasenger_detail_one .form-row label {
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    text-shadow: unset !important;
    line-height: 30px;
}

.pasenger_detail_one .form-row {

    float: left;
    width: 100%;
}

.pasenger_detail_one .form-row .form-group {
    padding: 10px 10px;
}

.special_ins {
    padding: 0px 10px 10px 10px;
}

.special_ins textarea {
    border: medium none;
    border-radius: 4px;
    padding: 10px;
    width: 100% !important;
}