body {
    background-color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: normal !important;
    background-image: url(../images/new_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    font-size: .9rem;
}
a, a:focus {
    outline: none;
    text-decoration: none;
}
input, select {
    border-radius: 4px !important;
}
input[type="text"], textarea{ text-transform: capitalize;}
.main{ width: 100%; float: left;}

.container {
    max-width: 1242px;
    padding:0;
}
.header-top {
    display: flex;
    padding: 0 3px;
}
.rt-header {
    text-align: right;
    margin-left: auto;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}
.rt-header a{ 
    color: #5bc7e9;
    font-weight: 600;
    text-decoration: none;
}
.call-info { margin-top: 8px;}

.heading-txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .3px;
}
.login-area {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 13px;
    margin-top: 15px;
}
.login-area a {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 0 3px;
}
.login-area a:last-child {
    margin-right: 0;
}
.login-area a:hover, .fill-basket {
    color: #ed6927 !important;
}
.login-area a span {
    color: #5bc7e9;
    margin-left: 10px;
}
button.navbar-toggler {
    background: #49a7c8;
    background: -moz-linear-gradient(top, #49a7c8 0%, #3583a6 100%);
    background: -webkit-linear-gradient(top, #49a7c8 0%,#3583a6 100%);
    background: linear-gradient(to bottom, #49a7c8 0%,#3583a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a7c8', endColorstr='#3583a6',GradientType=0 );
}

.nav-contain {
    float: right;
    margin-top: -40px;
}
.navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding-right: 18px !important;
    text-transform: uppercase;
    display: block;
}
.navbar-nav > li:last-child > a {
    padding-right: 0 !important;
}
.navbar-nav > li > a:hover {
    color: #cf5811;
    transition: color 0.1s ease-in;
    text-decoration: none;
}
.dropdown:hover .dropdown-menu{display: block !important;}
ul.dropdown-menu {
    max-height: 600px;
    overflow-y: scroll;
    padding: 10px;
}
.dropdown-menu a {
    color: #000;
    padding: 2px 0;
    border-bottom: #eee 1px solid;
    font-size: 15px;
    text-transform: uppercase;
}
.post-head {
    text-transform: uppercase;
    font-weight: 600;
}
.logo img {
    max-width: 95%;
}
.airport_main {
    background: rgba(34, 44, 51, 0.7);
    border-radius: 6px;
    float: left;
    margin: 0;
    padding-bottom: 18px;
    width: 100%;
    margin-top: 20px;
}
.airport_main h2 {
    color: #fff !important;
    font-size: 21px;
    padding-bottom: 25px;
    margin-top: 30px;
    text-align: center;
    font-weight: 300;
}
.airport_main .airpot {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    border-radius: 4px;
    margin: 5px;
    color:#333;
}
.book_online {
    background: rgba(34, 44, 51, 0.7) none repeat scroll 0 0;
    border-radius: 6px;
    float: left;
    margin-top: 10px;
    padding: 16px;
    width: 100%;
    color: #fff;
}
.book_online .airpot {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: left;
    border-radius: 4px;
    color: #000;
}
.airpot h3 {
    text-align: left;
    font-weight: normal;
    font-size: 1.5em;
}
.nav-wrap{ width: 100%; float: left; margin-bottom: 10px;}
footer {
    margin-top: 20px;
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 20px;
}
.footer {
    background: rgba(34, 44, 51, 0.7) none repeat scroll 0 0;
    border-radius: 4px;
    float: left;
    margin: 0;
    padding: 10px 0 0 10px;
    width: 100%;
}
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 14px;
}
ul.menu li a {
    color: #fff;
    text-decoration: none;
}
.menu li {
    margin-right: 35px;
}
.social-icons {
    float: right;
    font-size: 27px;
    text-align: center;
}
.social-icons i {
    border: 2px solid #5bc7e9;
    border-radius: 50%;
    color: #5bc7e9;
    height: 40px;
    margin: 0 5px;
    padding: 5px 0;
    width: 40px;
}
.copyrt {
    padding: 0 0 20px;
    font-size: 14px;
}

.social-icons {
    float: right;
    font-size: 27px;
    text-align: center;
    position: relative;
    top: 16px;
    right: 20px;
}
.login_main {
    background: rgba(34, 44, 51, 0.7) none repeat scroll 0 0;
    box-sizing: border-box;
    display: inherit;
    flex-wrap: inherit;
    float: left;
    padding: 0 15px;
    border-radius: 4px;
}
.forgotbtn {
    margin-bottom: 15px;
}
.login_main h3 {
    background-color: none;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 15px;
}
.img_text label {
    color: #fff;
    font-size: 14px;
    text-shadow: inherit !important;
}

.login_main .btn-primary {
    background: #50b3d5;
    background: -moz-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
    background: -webkit-linear-gradient(top, #50b3d5 0%,#2e779a 100%);
    background: linear-gradient(to bottom, #50b3d5 0%,#2e779a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b3d5', endColorstr='#2e779a',GradientType=0 );
    border: none;
    border-radius: 4px;
}
.img_col a {
    color: #5bc7e9;
}
.img_col .forgot-pass a {
    color: #5bc7e9;
}
.forgot-pass {
    padding: 10px 0;
    margin-bottom: 5px;
}
.forgot-password a {
    background: #50b3d5;
    background: -moz-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
    background: -webkit-linear-gradient(top, #50b3d5 0%,#2e779a 100%);
    background: linear-gradient(to bottom, #50b3d5 0%,#2e779a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b3d5', endColorstr='#2e779a',GradientType=0 );
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}
.forgot-password + a {
    color: #50b3d5;
}
.rt-button {
    text-align: right;
    float: right;
}
.rt-button a {
    background: #50b3d5;
    background: -moz-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
    background: -webkit-linear-gradient(top, #50b3d5 0%,#2e779a 100%);
    background: linear-gradient(to bottom, #50b3d5 0%,#2e779a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b3d5', endColorstr='#2e779a',GradientType=0 );
    border: medium none !important;
    color: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    height: 40px;
    padding: 10px !important;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    display: inline-block;
    line-height: 18px;
}
.form-select {
    font-size: 14px;
    border-radius: 3px;
    height: 40px;
    margin-top: 5px;
    padding: 6px;
    border: none;
}
.journey-area-wrap .table>:not(caption)>*>*{ background: transparent; background-color:transparent}
.transaction-box .table>:not(caption)>*>* {
    background: transparent;
    background-color: transparent;
}
.login_main .forgot-password {
    margin-top: 7%;
    padding-bottom: 15px;
    color: #fff;
}
.wrap-area {
    width: 100%;
    float: left;
    min-height: 620px;
    padding-top: 15px;
}
.forgot-pass a {
    color: #5bc7e9;
}

.img_text label:after {
    content: "*";
    margin-left: 2px;
    color: #ff0000;
    font-size: 17px;
}
.login_main .btn-primary:hover, .forgot-password a:hover, .forgot-pass span a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#5f5f5f, #312a2a) repeat scroll 0 0;
}
.login_main h3 {
    text-align: center;
    width: 100%;
}
.login_main label {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}
.login_main input {
    border-radius: 3px;
    font-size: 14px;
}
select.form-control {
    font-size: 14px;
    border-radius: 3px;
}
.forgot-pass-wrap {
    padding-bottom: 20px;
}
.register-area .no-padding a {
    color: #5bc7e9;
}
.submit-btn {
    margin: 10px 0;
    margin-bottom: 20px;
}

.required:after {
    content: "*";
    color: #fff;
    font-size: 19px;
    line-height: 9px;
}
.invalid-feedback {
    color: #fff;
    margin-top: 0 !important;
    position: relative;
    top: -10px;
}
.alert button.btn-close {
    float: right;
}
.grecaptcha-badge {
    margin-bottom: 15px;
}
.alert.alert-primary {
    width: 100%;
    float: left;
    text-align: center;
}
.iti {
    width: 100%;
}
.alert.alert-danger {
    width: 100%;
    float: left;
}
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #fff !important;
}
.tabs-area-content {
    background: rgba(34, 44, 51, 0.7) none repeat scroll 0 0;
    padding: 20px;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
ul.journey-list h3 {
    font-size: 16px;
    margin:0;
    padding:0;
}
.sidebar-links {
    background: rgba(34, 44, 51, 0.7) none repeat scroll 0 0;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 30px;
}
a.nav-link.active {
    background: rgb(91 199 233) !important;
    border-radius: 0;
}
.nav-link {
    color: #fff;
}
.tab-content>.tab-pane {
    color: #fff;
    padding: 10px 0;
}
.nav-pills .nav-link:hover {
    background: rgba(255,255,255,0.2);
    border-radius: 0;
    color: #fff;
}
.iti.iti--allow-dropdown {
    margin-bottom: 15px;
}
.tabs-area-content .row {
    justify-content: center;
}
.tabs-area-content button.btn.btn-primary {
    background: #39778e;
    background: -moz-linear-gradient(top, #39778e 0%, #51abcc 100%);
    background: -webkit-linear-gradient(top, #39778e 0%,#51abcc 100%);
    background: linear-gradient(to bottom, #39778e 0%,#51abcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39778e', endColorstr='#51abcc',GradientType=0 );
    padding: 0px 15px;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0;
    height: 36px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    border-radius: 4px;
    text-transform: uppercase;
}
.iti__flag-container{ color: #000;}

.heading-area h1 {
    color: #fff;
    font-size: 21px;
    margin-top: 0;
    padding-left: 10px;
    margin-bottom: 20px;
}
.login_main .invalid-feedback {
    top: -10px;
}
.login_main .form-check-label + .invalid-feedback {
    top: 0;
}
.alert {
    width: 100%;
    float: left;
}
.gray-outer {
    background: rgba(34, 44, 51, 0.7);
    border-radius: 6px;
    float: left;
    margin: 0;
    padding-bottom: 18px;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 15px;
    min-height: 455px;
    color: #fff;
    position: relative;
   
}
.gray-outer h2 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}
ul.faq-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
.faq-listing li {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    color:#000;
}
ul.faq-listing h3 {
    font-size: 14px;
    font-weight: 700;
}
ul.faq-listing p{ font-size: 14px; margin:0;}
.active>.page-link, .page-link.active{
background: #50b3d5;
background: -moz-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
background: -webkit-linear-gradient(top, #50b3d5 0%,#2e779a 100%);
background: linear-gradient(to bottom, #50b3d5 0%,#2e779a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b3d5', endColorstr='#2e779a',GradientType=0 );
} 
.cookies_bar p {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .2px;
}

#postcode { 
    text-transform: uppercase;
}
#postcode::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
#postcode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
#postcode::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
#postcode:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
#postcode::placeholder { /* Recent browsers */
    text-transform: none;
}
.cookies_bar .btn-primary {
    width: auto;
    background: #50b3d5;
    background: -moz-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
    background: -webkit-linear-gradient(top, #50b3d5 0%,#2e779a 100%);
    background: linear-gradient(to bottom, #50b3d5 0%,#2e779a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b3d5', endColorstr='#2e779a',GradientType=0 );
    border: medium none !important;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 10px;
}
.heading-main h2 {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}

.box-info {
    background: #384248 none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: 94px;
}
.box-info label {
    color: #5bc7e9;
    font-size: 18px;
    font-weight: 300;
    text-shadow: inherit;
    margin:0;
}
.way-points a {
    color: #aaaeb0;
    font-size: 14px;
}
.booknow-btn button, .booknow-btn a {
    background: #50b3d5;
    background: -moz-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
    background: -webkit-linear-gradient(top, #50b3d5 0%,#2e779a 100%);
    background: linear-gradient(to bottom, #50b3d5 0%,#2e779a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b3d5', endColorstr='#2e779a',GradientType=0 );
    border: medium none !important;
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    height: 40px;
    padding: 10px !important;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 4px;
    line-height: 18px;
    text-transform: uppercase;
}
.way-points {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.input_wrapper input, .form-control {
    width: 100%;
    padding: 6px;
    border: none;
    margin-top: 5px;
    font-size: 13px;
    border-radius: 3px !important;
    height: 40px;
}
ul.radio-info label {
    margin-left: 10px;
}
ul.radio-info {
    float: right;
    list-style: none;
    line-height: 27px;
    margin:0;
    padding:0;
    font-size: 17px;
    font-weight: 600;
}
span.input-group-text.mb-3 {
    height: 40px;
    margin-top: 5px;
    background: #fff;
}
.card-img img {
    width: 100%;
}
.booking_info {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    padding: 20px 0;
}
.booking_info p {
    text-decoration: none;
    margin-bottom: 5px;
}
.booking_info strong {
    font-weight: 600;
}
.btn.btn-signin {
    /* background-color: #4d90fe; */
    background: #39778e;
    background: -moz-linear-gradient(top, #39778e 0%, #51abcc 100%);
    background: -webkit-linear-gradient(top, #39778e 0%,#51abcc 100%);
    background: linear-gradient(to bottom, #39778e 0%,#51abcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39778e', endColorstr='#51abcc',GradientType=0 );
    padding: 0px 20px;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0;
    height: 36px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    border-radius: 4px;
}
.btn.btn-signin:hover {
    cursor: pointer;
    background: -webkit-linear-gradient(#5f5f5f, #312a2a);
    background: -o-linear-gradient(#5f5f5f, #312a2a);
    background: -moz-linear-gradient(#5f5f5f, #312a2a);
    background: linear-gradient(#5f5f5f, #312a2a);
}
ul.adresss {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
.adresss li {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.adresss h4 {
    font-size: 18px;
}
.form-group label {
    color: #fff;
    width: 100%;
    display: block;
}
.adresss a {
    color: #fff;
}
.submit-btn-contact {
    margin: 10px 0;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    text-align: right;
}


.cookie-base .main, .cookie-base .container, .cookie-base .footer {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
body.cookie-base:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(256,256,256,.6);
    z-index: 9;
    content: "";
}
.cookies_bar {
    width: 300px;
    box-sizing: border-box;
    background-color: #000000;
    text-align: center;
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top:-150px;
    padding: 20px;
    border: #fff 2px solid;
    box-shadow: rgb(0 0 0 / 50%) 0 0 60px;
    border-radius: 7px;
}
.text-area {
    border-radius: 4px;
}
.adresss p {
    font-weight: 300;
}
ul.car_main {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
}


.car_img > img {
    width: 84%;
}
.car_main > li {
    float: left;
    width: 100%;
    display: table;
}
.car_main li {
    position: relative;
}
span.tooltiptext {
    position: absolute;
    top: -48px;
    left: 0;
    background: #fff;
    color: #000 !important;
    font-size: 13px;
    padding: 5px 7px;
    border-radius: 5px;
    display: none;
}
.way-points button, .way-points button:hover {
    background: none;
    border: none;
    font-size: 16px;
    color: #aaaeb0;
}
.car_info:hover .tooltiptext{ display: block;}
.car_img {
    height: 49px;
    width: 112px;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}
.car_cont {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.car_cont .car_model {
    display: inline-block;
    width: 100%;
}
.car_cont span {
    color: #5BC7E9;
}
.car_persons, .car_luggage, .car_handbags, .car_info {
    color: #fff !important;
    padding-left: 10px;
}
.car_cont .car_hyphen {
    display: none;
}
.car_cont .car_persons {
    padding-left: 0;
}
.quote-wrap {
    background: #384248;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 18px;
}
.quote-wrap h4 {
    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-wrap p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    font-weight: 300;
}
.gray-outer h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}
.heading-vehicle h2 {
    text-align: left;
    font-size: 18px;
    margin: 20px 0 10px;
    padding: 0;
}
.heading-vehicle p {
    color: #fff;
    font-size: 12px;
    padding: 0;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
}


.outbond-wrap {
    background: #384248 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 20px !important;
    width: 100%;
    float: left;
}
.outbond-wrap h3 {
    color: #59bfe0;
    font-size: 16px;
}
.frombox {
    background: #318446;
    background: -moz-linear-gradient(top, #318446 0%, #275b38 100%);
    background: -webkit-linear-gradient(top, #318446 0%,#275b38 100%);
    background: linear-gradient(to bottom, #318446 0%,#275b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#318446', endColorstr='#275b38',GradientType=0 );
    border-radius: 3px;
    height: auto;
    line-height: 25px;
    padding: 4px 11px;
    font-weight: 600;
}
.waybox{
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce7c0d', endColorstr='#91580d',GradientType=0 );
    border-radius: 3px;
    height: auto;
    line-height: 25px;
    padding: 4px 11px;
    font-weight: 600;
}
.tobox{
    border-radius: 3px;
    height: auto;
    line-height: 25px;
    padding: 4px 11px;
    background: #9d4548;
    background: -moz-linear-gradient(top, #9d4548 0%, #683033 100%);
    background: -webkit-linear-gradient(top, #9d4548 0%,#683033 100%);
    background: linear-gradient(to bottom, #9d4548 0%,#683033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d4548', endColorstr='#683033',GradientType=0 );
    font-weight: 600;
}
.outbond-wrap span {
    text-shadow: 1px 1px 3px #000 !important;
    font-weight: 600;
}
.estimated-time {
    background: #3c464c none repeat scroll 0 0;
    color: #82898d;
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
}
.estimated-time span{ color: #fff;}
.map-btn, .theme-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #50b3d5 0%, #2e779a 100%) repeat scroll 0 0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    float: left;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
}
.theme-gray-btn {
    background: #3e474d none repeat scroll 0 0;
    cursor: pointer;
    text-align: center;
    float: left;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
}
.dir-rt {
    float: right;
}
.edit-lnk a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.wt-text{ color: #fff;}
.itemshow {
    background: #2e779a none repeat scroll 0 0;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    margin: 1px 10px;
    padding: 5px 9px;
    text-align: left;
    width: calc(100% - 20px);
    font-size: 12px;
}
.result-drop-down {
    margin-top: -16px;
    max-height: 330px;
    overflow-y: scroll;
    position: absolute;
    background: #222c33;
    padding: 0;
    left: 0;
}
.form-check-input[type=radio] {
    border-radius: 100% !important;
}
label.form-check-label {
    font-size: 15px;
    font-weight: 600;
}
.form-check-wrap {
    float: right;
}
.quote-map {
    width: 100%;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
    float: left;
}
ul.fare_box {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 30px;
}
ul.fare_box span {
    float: right;
}
.fare_box li:last-child {
    background: #3c464c none repeat scroll 0 0;
}
ul.fare_box li {
    padding: 6px;
}
.profile.pull-right .ul-wrap{ z-index: 99999;}

.address-lookup {
    border-radius: 3px 0 0 3px !important;
}
.remove_waypoint {
    cursor: pointer;
    display: block;
    width: 33px;
    height: 39px;
    position: absolute;
    right: 0;
    line-height: 39px;
}
.airpot h2 {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
}
input#bookingreference {
    margin-top: 0;
}
.gray-outer .text-area {
    height: 107px;
}
/* .col-md-6{ height: 100%;} */
.navbar-expand-lg .navbar-nav .dropdown-menu{ margin:0;}
.itemshow span {
    display: block;
}
.car_cont p {
    margin: 0;
}
.car-tool {
    font-size: 13px;
    margin-bottom: 12px;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    margin-top: 5px !important;
}
.payment-img img {
    max-width: 300px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.payment-info p{
    float: left;
    width: 100%;
    padding-top: 15px;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}
.journey-txt p {
    float: left;
    width: 100%;
    padding-top: 15px;
    font-size: 12px;
    font-style: italic;
    color: rgba(256,256,256,.8);
}
.box-border {
    float: left;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.col-md-6.align-right {
    text-align: right;
}
.align-right .btn {
    float: none;
}
.box-border .price-info {
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px;
}
.form-info-check {
    font-size: 14px;
    width: 100%;
    float: left;
    margin: 20px 0;
    padding-left: 5px;
}
.form-check a {
    color: #5bc7e9;
}
.form-info-check label.form-check-label {
    font-size: 13px;
    font-weight: 300;
}
.vouther-code {
    display: flex;
    align-items: center;
}
.vouther-area {
    position: relative;
    display: flex;
  }
  .vouther-area .invalid-feedback {
    position: absolute;
    top: 45px !important;
  }
.vouther-area input[type="text"] {
    float: left;
    padding: 4px;
    border: none;
    margin-right: 5px;
    margin-left: 0;
    width: 250px;
}
.vouther-area button.btn.theme-btn {
    padding: 5px 20px;
    margin-top: 5px;
    clear: both;
}
ul.listing-view > li i {
    margin-right: 10px;
}
.btn-bor-area {
    list-style: none;
    display: block;
    border-radius: 5px;
    border: 1px solid #979797;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    background: #384248 url(../images/minus.png) 97.5% 14% no-repeat;
    width: 100%;
    background-size: 19px;
    margin-top: 10px;
    padding-bottom: 30px;
}
button.btn-bor-area.accordion-button.collapsed {
   
    background: #384248 url(../images/plus.png) 97.5% 13% no-repeat;
}
.payment-img {
    width: 100%;
    float: left;
    text-align: center;
}
ul.listing-view {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
ul.listing-view p {
    margin: 0;
    padding: 0;
    line-height: 32px;
}
.listing-view li {
    padding: 0 10px;
    line-height: 34px;
}
.payment-info p {
    font-weight: 100;
    font-size: 12px;
    color: rgba(256,256,256,.7);
    font-style: italic;
}
.action-icons {
    float: right;
    margin-top: -54px;
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
    z-index: 999;
}
.action-icons a {
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
}
.data-count {
    background: #384248;
    padding: 10px;
}
.action-row {
    border-top: 1px solid #425059;
    margin-top: 10px;
    text-align: right;
    padding: 5px 10px 0;
}
.action-row a {
    color: #fff;
    margin-left: 20px;
}
.price-box {
    font-weight: 600;
    padding: 5px 10px;
    font-size: 14px;
}
form {
    padding: 0;
    margin: 0;
}
.box-border .invalid-feedback{ top:0;}
.card-wrap {
    display: flex;
    width: 50%;
    background: rgba(0,0,0,.3);
    border-radius: 5px;
    align-items: center;
    position: relative;
}

.card-logo img {
    max-height: 30px;
}
.delete-icon {
    position: absolute;
    right: -32px;
    font-size: 13px;
    cursor: pointer;
}
.delete-icon i {
    background: rgba(0,0,0,.5);
    padding: 8px;
    border-radius: 20px;
}
.card-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.card-info ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin:0;
    padding:0;
}
.card-logo {
    padding: 5px;
}
.card-info ul li {
    opacity: .5;
    padding: 4px 5px;
    border: #eee 1px solid;
    box-sizing: border-box;
    margin: 0 2px;
    border-radius: 4px;
}
.payment-card-info .card-info ul li {
    opacity: .5;
    padding: 10px 10px;
    border: #eee 1px solid;
    box-sizing: border-box;
    background: #fff;
    margin: 0 2px;
    border-radius: 4px;
}
.card-info ul li:last-child{ opacity: 1;}
.agree-box {
    background: rgba(0,0,0,.1);
    font-size: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 50%;
}
.agree-box input[type=checkbox] {
    margin-left: 3px;
    scale: 1.5;
    margin-right: 10px;
}
.form-check input[type=checkbox] {
    scale: 1.4;
    margin-right: 0;
}
.pr-2 {
    padding-right: 10px;
}
.delete-icon a {
    color: #fff;
}
.card-basket{ width: 100%;}
.card-wrap label {
    display: flex;
    width: 100%;
}
.expire-info {
    display: flex;
}
.expire-info label {
    margin-right: 5px;
}
.card-basket input[type=radio] {
    transform: scale(1.5);
    margin-right: 13px;
}
.gray-outer .heading-cards h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.card-logo img {
    max-height: 30px;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
}
/* .form-info-check .form-check {
    display: flex;
} */
.agree-box label {
    font-size: 13px;
    font-weight: 400;
}
.form-txt img {
    max-width: 100%;
}
.footer h3 {
    font-size: 18px;
}
ul.footer-links a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
ul.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.drivers-info h3 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.drivers-info ul {
    line-height: 24px;
    margin: 0;
    padding: 0 18px;
}
.invalid-feedback.option {
    margin: 20px 0 0 -23px!important;
    white-space: nowrap;
}
.hd_text {
    display: none;
}
#outbound-flight_no, #inbound-flight_no{background:#fff url("../images/flight.png") 4% center no-repeat;  padding-left: 30px;text-transform: uppercase;}
#outbound-arrive_from, #inbound-arrive_from{ background:#fff url("../images/origin.png") 4% center no-repeat;  padding-left: 30px;}
#outbound-service_number{ background:#fff url("../images/train1.png") 4% center no-repeat;  padding-left: 30px;text-transform: uppercase;}
#inbound-service_number{ background:#fff url("../images/train1.png") 4% center no-repeat;  padding-left: 30px;text-transform: uppercase;}
#outbound-service_arrive_from{ background:#fff url("../images/train2.png") 4% center no-repeat;  padding-left: 30px;}
#inbound-service_arrive_from{ background:#fff url("../images/train2.png") 4% center no-repeat;  padding-left: 30px;}
#inbound-ferry_name{ background:#fff url("../images/ship1.png") 4% center no-repeat;  padding-left: 30px;text-transform: uppercase;}
#outbound-ferry_name{ background:#fff url("../images/ship1.png") 4% center no-repeat;  padding-left: 30px;text-transform: uppercase;}
#inbond-ferry_arrive_from{ background:#fff url("../images/ship2.png") 4% center no-repeat;  padding-left:30px;}
#outbound-ferry_arrive_from{ background:#fff url("../images/ship2.png") 4% center no-repeat;  padding-left: 30px;}

#inbound-flight_no:focus,
#outbound-arrive_from:focus,
#inbound-arrive_from:focus,
#outbound-flight_no:focus, 
#outbound-service_arrive_from:focus,
#inbound-service_arrive_from:focus
#outbound-service_num:focus,
#outbound-service_number:focus,
#inbound-service_number:focus,
#outbound-ferry_name:focus,
#outbound-train_arriving_from:focus,  
#inbound-ferry_name:focus, 
#inbound-ferry_arriving_from:focus,
#outbound-ferry_arrive_from:focus  {
     padding-left: 30px;
}
.psinfo {
    cursor: pointer;
}
.copy_outbound_content {
    position: absolute;
    right: 19px;
    top: 13px;
}

.mg label {
    font-size: 14px;
    padding-left: 20px;
}
.mg span{ font-size: 16px;}

#outbound-arrival_date, #inbound-arrival_date {
    position: absolute;
    opacity: 0;
    margin-top: -56px;
    width: 90%;
}
#ui-datepicker-div {
    width: 454px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #50b3d5 0%, #2e779a 100%) repeat scroll 0 0;
    color: #fff;
}
.ui-datepicker th {
    padding: 0.8em 0.3em;
}
.ui-datepicker td {
    line-height: 34px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #a2c7d4;
    background: #d9edf4;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #2e779a;
    background: #2e779a;
    color: #fff;
}
.ui-datepicker-calendar thead th {
    background: #3a4247;
    color: #fff;
    border: #fff 1px solid !important;
}
#outbound-arrival_date_display, #inbound-arrival_date_display {
    background: #fff url(../images/calen-icon.svg);
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 6px;
}

td.ui-datepicker-today a {
    background: #50b3d5 !important;
    color: #fff !important;
}
.btn-bor-area h3 {
    padding: 10px 0 0 10px;
}
.form-check {
    width: 100%;
    float: left;
    display: flex;
    white-space: nowrap;
    gap: 8px;
}
.paymentmethod-additional-content {
    display: none;
    padding: 10px 0;
    width: 100%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.form-area {
    display: flex;
    align-items: flex-start;
}
.form-area label{ margin-right: 10px; margin-top: 12px;;}
.form-area .theme-btn {
    margin: 5px;
}
.payment-additional-show {
    display: block;
}
.quote-wrap{
    border: #384248 1px solid;
}
.selected-car {
    background: #384248;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 18px;
    border: #ed6927 1px solid;
}
.paymentmethod-additional-content + .form-check {
    position: absolute;
    left: 26%;
    width: auto;
}
div#surcharge-messages-outbound ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
#surcharge-messages-outbound li {
    border: #ed6927 1px solid;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    border-radius: 7px;
    margin-bottom: 5px;
}
.journey-area-wrap {
    width: 100%;
    float: left;
}
.journey-area h1 {
    font-size: 18px;
    padding: 10px 15px;
    margin: 0;
    
    background:rgba(256,256,256,.1);
}

.journey-area table td {
    color: #fff;
}
.journey-area table{ margin:0;}
.journey-area table th {
    color: #fff;
    width: 32%;
}
.journey-area {
    border: #fff 1px solid;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.journey-area h2 {
    text-align: left;
    border-top: #fff 1px solid;
    padding: 10px 10px;
    font-size: 18px;
    margin: 0;
    background:  rgba(0,0,0, .2);
    color: #ffff;
}
.transaction-box {
    width: 100%;
    float: left;
    border: #fff 1px solid;
    margin-bottom: 10px;
}

.transaction-box h2 {
    margin: 0;
    text-align: left;
    padding: 8px 10px;
    font-size: 20px;
    background: rgba(256,256,256,.1);
    
}
.transaction-box th {
    color: #fff;
}
.transaction-box td {
    color: #fff;
}
.transaction-box td, .transaction-box th, .journey-area table th, .journey-area table td {
    color: #fff;
    border: rgba(256,356,356,.3) 1px solid;
    background: transparent;
    background-color: transparent;
}
.transaction-box table {
    margin-bottom: 0;
}
.note-area {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: rgba(0,0,0,.3);
    padding: 8px;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 20px;
}
ul.booknow-btn.bookingbtns {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    display: flex;
    margin-top: -55px;
}
.bookingbtns li {
    margin-left: 10px;
}
a#back-to-top {
    color: #fff;
    border: #fff 1px solid;
    position: fixed;
    bottom: 10px;
    right: 50px;
}
.gray-outer.faq-area {
    margin-top: 20px;
}
.faq-area h3 {
    color: #000;
}
.journey-box {
    display: flex;
    align-items: center;
}
.fair-box {
    margin-left: auto;
    padding-right: 15px;
    font-weight: 600;
    font-size: 16px;
}
.refer-box {
    display: flex;
    align-items: center;
}
.refer-box span {
    margin-left: auto;
}
ul.journey-list {
    list-style: none;
    margin: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    position: relative;
    border: rgba(256,256,256,.2) 1px solid;
}
.journey-heading > ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.journey-top-sec {
    display: flex;
    align-items: start;
    padding: 5px 0;
    padding-right: 10px;
}
.journey-ref > label {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

ul.journey-list > li {
    width: 49%;
    float: left;
}
ul.journey-list label {
    display: block;
    font-weight: 600;
    margin-top: 10px;
}
ul.journey-list li:first-child {
    width: 100%;
}
.journey-heading h3 {
    margin: 0;
    padding: 0;
}
.journey-detail {
    display: flex;
    align-items: start;
}
.journey-fair {
    margin-left: auto;
}

.journey-info {
    position: relative;
    width: 100%;
    float: left;
}
.action-btns {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.action-btns a {
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
}
.tabs-navigation {
    position: relative;
}
.creat-new-booking.booknow-btn {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.nav-link {
    border-radius: 5px 5px 0 0 !important;
    color: #fff !important;
    cursor: pointer;
}
.journey-ref {
    display: flex;
}
.journey-ref span {
    padding-left: 10px;
}

.journey-heading ul li {
    list-style: disc;
}
.driver-header-top .logo img {
    max-width: 160px;
}
.error-template {
    padding: 40px 15px;
    text-align: center;
}
.pageerror {
    float: left;
    min-height: 600px;
    padding-top: 10%;
    width: 100%;
    background: #222c33 none repeat scroll 0 0;
}
.errorbox {
    text-align: center;
}
.errorbox > h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: auto;
}
.errortxt {
    background: none;
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}
.errortxt > h2 {
    font-size: 30px;
}
.errortxt p {
    color: #666666;
    font-size: 14px;
}
.errorlnk {
    text-align: center;
}
.errorlnk > a {
    background: #5bc7e9 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 35px;
}
.form-check-label {
    display: flex;
    align-items: center;
    width: 100%;
}
.footerlinks h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.footerlinks a {
    color: #fff;
}
.footerlinks {
    margin: 20px 0;
}
.footersec-wrap {
    border: 1px solid #50565F;
    border-left: 0;
    border-right: 0;
    padding:0 20px;
    box-sizing: border-box;
}
.footer-main-menu{ border-bottom:1px solid #50565F;}
.logos-bottom img {
    max-width: 120px;
}

.copyrt {
    padding: 0 20px;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 27px;
}
.trust-pilot {
    padding: 10px 0;
    background: #fff;
    border-radius: 13px;
}
.trust-pilot img {
    max-width: 160px;
}


.payment-card-info {
    border: #3842484A 2px dashed;
    padding: 20px;
    border-radius: 20px;
}
.btn-theme{     background: #50b3d5;
    background: -moz-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
    background: -webkit-linear-gradient(top, #50b3d5 0%, #2e779a 100%);
    background: linear-gradient(to bottom, #50b3d5 0%, #2e779a 100%);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    border: none;
    padding: 10px;
}

  .bg-white-body {
    background: #FAFAFA;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
    #sp-container {
        margin-bottom: 1rem;
        max-height:230px !important;
    }
    .card-logo.payment-logo img {
    max-height: 50px;
}

    /* Style the <pre> output nicely */
    #output {
        padding: 0.75rem;
        border-radius: 0.375rem;
        font-size: 0.875rem;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    .card-img { width: 100%; float:left; text-align:center;}
    .card-img img{max-width:300px; display:inline-block;}
    .secure-pad-img {
    text-align: center;
}
.secure-pad-img img {
    max-width: 33px;
    filter: grayscale(1);
    opacity: .6;
}
  #sp-container iframe {
    height: 300px !important;
}
.white-bg {
    background: #fff;
    padding: 40px;
    border-radius: 0;
    height: 100%;
    box-shadow: #ccc 0 0 12px;
}
.header-cart {
    position: relative;
}

.cart-box img {
    max-width: 30px;
}

.web-logo img {
    max-width: 80px;
}
.account-sec img {
    max-width: 28px;
}

.cart-count {
    width: 25px;
    height: 25px;
    background: #50b3d5 !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    right: -15px;
    padding: 0;
    line-height: 25px;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1); /* dim background */
  backdrop-filter: blur(5px);   /* blur effect */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-text {
    text-align: center;
}
.loading-info {
    width: 320px;
    font-size: 22px;
    color: #000;
    line-height: 25px;
    margin-top: 10px;
}
body .spinner-border {
    --bs-spinner-width: 3rem;
    --bs-spinner-height: 3rem;
    --bs-spinner-border-width: 0.45em;
}
.gray-outer span.input-group-text {
    height: 40px;
    margin-top: 5px;
}
@media only screen and (max-width: 1280px){
.logo img {
    width: 80%;
    margin-top: 16px;
}
.social-icons {
    top: 2px;
    right: 20px;
}
.copyrt {
    padding: 0 0 20px;
    font-size: 14px;
    margin-top: -10px;
}

.otherlnks .col-md-9 {
    width: 100%;
    margin-bottom: 10px;
}
.otherlnks .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
}
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
ul.menu li {
    display: inline-block;
    padding: 5px 0;
    font-weight: 300;
}
.copyrt {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
    text-align: center;
    padding-bottom: 20px;
}


.social-icons {
    float: right;
    font-size: 27px;
    position: relative;
    top: 0;
    right: 20px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
}


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

}
@media only screen and (max-width: 991px){
    .container {
        padding: 0 15px;
    }
.logo img {
    width: 80%;
    margin-top: 0;
}
.nav-contain {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-right: 0;
}
button.navbar-toggler {
    margin-left: auto;
    width: 35px;
    padding: 0;
}
div#navbarSupportedContent {
    background: #222c33;
    padding:0;
}
li.nav-item {
    border-bottom: 1px solid #314654;
    padding: 0px 20px;
}
.sidebar-links li.nav-item {
    padding: 0;
}
.sidebar-links {
    margin-bottom: 20px;
}
.navbar-collapse a.nav-link {
    font-size: 12px;
}
.dropdown:hover .dropdown-menu{display:inherit !important;}
.login-area a {
    font-size: 15px;
}
.heading-txt {
    font-size: 17px;
}
.rt-header {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
}
.login-area {
    margin-top: 5px;
}
.navbar {
    position: unset;
}
.nav-wrap {
    position: relative;
}
#navbarSupportedContent {
    background: #222c33;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 0;
    width: 80%;
    z-index: 999;
}
.navbar {
--bs-navbar-toggler-icon-bg: none !important;
}
.navbar-toggler-icon:before {
    content: "";
    color: #fff;
    position: absolute;
    width: 25px;
    background: #fff;
    height: 2px;
    left: 3px;
    top: 7px;
}
.navbar-toggler-icon:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 25px;
    background: #fff;
    height: 2px;
    left: 3px;
    top: 14px;
}
.navbar-toggler{ position: relative;}
.navbar-toggler:before {
    content: "";
    left: 4.5px;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 21px;
    background: #fff;
}
.navbar-toggler-icon{ position: relative;}
.menu li {
    margin-right: 24px;
}
.vouther-code {
    display: block;
}
.vouther-area input[type="text"] {
    margin-right: 5px;
    margin-left: 0;
}
}

@media only screen and (max-width: 767px){
    .header-top {
        padding: 10px 10px 30px 10px;
        background: #000;
        border-radius: 10px;
      
    }
    .nav-wrap {
        margin-top: -20px;
        padding-right: 10px;
    }
    .tabs-area-content{ width: 100%; float: left;}
    .card-wrap, .agree-box {
        width: 100%;
    }
    .quote-wrap .col-md-5 {
        width: 40%;
        float: left;
    }
   .quote-wrap .col-md-7 {
        width: 60%;
        float: left;
    }
#navbarSupportedContent {
    width: 100%;
}
.login_page .row {
    padding: 0;
    width: 100%;
    margin: 0;
}
.login_main label {
    color: #fff;
    font-weight: 300;
    width: 100%;
    float: left;
    display: block;
}
.iti {
    width: 100%;
}
.login_main .row {
    margin: 0;
    padding: 0;
}

.login_main {
    padding-bottom: 20px;
    margin: 0;
}
.footer .row{ margin:0; padding:0;}
.card-logo img {
    max-height: 25px;
}
.row.card-wrapper .col-md-12 {
    margin: 0;
    padding: 0;
}
label.form-check-label {
    font-size: 13px;
}
.row.mb-3 .col-md-6 {
    margin-bottom: 20px;
    padding: 0;
}
.gray-outer .col-md-6, .gray-outer .col-md-12 {
    padding: 0;
}
.gray-outer button.btn.btn-default.theme-btn {
    width: 100%;
}
}

@media only screen and (max-width: 680px){
    .payment-card-info .card-info ul li {
    padding: 10px 5px;
    margin: 0 1px;
}
    div#submit-container {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.card-info.fs-5 {
    display: block;
    text-align: left;
    padding: 0;
}
.fs-6.border-top.pt-2.mt-2 {
    margin: 0;
    padding: 0;
}
.action-icons a {
    color: #fff;
    margin-left: 0;
    font-size: 14px;
    margin-right: 20px;
}
  .logos-bottom img {
    max-width: 100%;
}

    .creat-new-booking.booknow-btn {
        position: relative;
        right: 0;
        bottom: 10px;
    }
    ul.booknow-btn.bookingbtns {
        float: left;
        margin-top: -10px;
        margin-bottom: 11px;
    }
    .bookingbtns li {
        margin-left: 0;
        margin-right: 10px;
    }
    .paymentmethod-additional-content + .form-check {
        left: 39%;
    }
    .form-area {
        display: block;
        align-items: flex-start;
    }
    .form-area .theme-btn {
        margin: 5px 0;
    }
    .paymentmethod-additional-content {
        padding-left: 4px;
    }
    .vouther-area input[type="text"] {
        width: 150px;
    }
    #ui-datepicker-div {
        width: 86%;
    }
    
  

    .payment-img + .row .btn {
        width: 100% !important;
        margin: 5px 0;
    }
    .payment-img + .row .col-md-6 {
        padding: 0;
    }
    .vouther-code label {
        margin-bottom: 5px;
    }
  
    .container {
        padding: 0;
    }
    .header-top {
        padding: 0 10px;
    }
    .nav-wrap {
        right: 10px;
    }
    .gray-outer {
        padding: 0 15px;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        height: auto !important;
    }
    .heading-main h2 {
        font-size: 15px;
    }
    .gray-outer h2{ margin-top: 20px;}
    .login_main h3 {
        font-size: 18px;
    }
    .heading-txt {
        font-size: 14px;
    }
    .logo img {
        width: 100%;
        margin-top: 0;
    }
    .nav-contain {
        margin-top: -30px;
    }
    .forgot-password a {
        display: inline-block;
        margin-top: 10px;
    }
    .login-area a {
        font-size: 11px;
    }
    .login-area a span {
        margin-left: 5px;
    }
    .login-area {
        font-size: 10px;
    }
    .container .row {
        margin: 0;
        width: 100%;
        padding: 0;
        float: left;
    }
    .action-icons {
        float: right;
        width: 100%;
        text-align: right;
        border-top: 1px solid #425059;
        margin-top: 5px;
        padding-top: 5px;
    }
    .action-row {
        margin-bottom: 20px;
    }
    .login-area a {
        position: relative;
        top: 1px;
        margin: 0;
    }
    button.btn-bor-area.accordion-button {
        margin-bottom: 10px;
    }
    .form-check input[type=checkbox] {
        margin-right: 5px;
    }
    .agree-box input[type=checkbox] {
        width: 17px;
    }

}
@media only screen and (max-width: 580px){
.white-bg .row {
    gap: 20px;
}
    .journey-top-sec{ display: block;}
    ul.journey-list > li {
        width: 100%;
        float: left;
    }
.rt-header {
    font-size: 14px;
    line-height: 21px;
}

.nav-contain {
    margin-top: -20px;
}
div#navbarSupportedContent {
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 999;
}
.car_cont {
    width: 62%;
}
.form-info-check label.form-check-label{ font-size: 12px;}
.agree-box input[type=checkbox] {
    width: 14px;
    height: 14px;
}
.expire-info {
    position: absolute;
    top: -30px;
    right: 0;
}
.payment-img img {
    max-width: 280px;
}
}
@media only screen and (max-width: 480px){
    .logo {
    width: 130px;
}
body ul.logos-bottom {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px 0 10px;
}
.heading-txt {
    font-size: 11px;
}
    .header-top {
        padding: 10px 10px 40px;
    }
    .nav-wrap {
        margin-top: -29px;
    }
}
@media screen and (max-width: 375px){
.head-bg .logo_inr h1 {
    font-size: 11px !important;;
}

}