/**
 * Fonts
 */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

/**
     * Reset
     */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* div{
    background-color: #a96868!important;
} */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #1a1a1a;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    background-color: #fff !important;
}

.spinner-parent {
    margin: 100px auto;
    text-align: center;
    position: fixed;
    width: 100%;
    background: #ffffffbd;
    z-index: 1000000;
    height: 100vh;
    top: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    margin: 100px auto;
    text-align: center;
    position: fixed;
    width: 50px;
    z-index: 1000000;
    height: 50px;

}

.spinner>div {
    background-color: #182132;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchDelay 1.2s infinite ease-in-out;
    animation: stretchDelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchDelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}



/**
     * Global Rules
     */
h1,
h2,
h3,
h4,
h5,
h6,
button {
    color: #0d0d0d;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

p {
    font-size: 14px;
}

section#about {
    border-bottom: 1px solid #e7e7e7;
}

.footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

a.nav-link {
    color: #C6B184 !important;
}

.accordion ul {
    text-align: left;
}


a:hover,
a:active {
    border-bottom: none;
    outline: 0;
}

a:focus {
    border-bottom: none;
    outline: thin dotted;
}

label[for="tab2"] {
    border-right: 1px solid #C6B182;
    border-left: 1px solid #C6B184;
}

a img {
    border: 0;
}

#about-page #thumbnails img,
#service-page #thumbnails img {
    object-fit: cover;
}

li {
    list-style-type: none;
}

button.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body {
    background-color: #182132 !important;
    color: #C6B184 !important;
    border-radius: 0 !important;
}

.quantity-group {
    display: flex;
    margin-top: 15px;
    justify-content: center;
    align-items: baseline;
}

.main-card .item {
    background: none !important;
    height: auto !important;
}

#about-page .quantity-group,
#service-page .quantity-group {
    display: flex;
    margin-top: 0px;
    justify-content: flex-start;
    align-items: center;
}

.quantity-group p {
    padding: 0 7px;
    position: relative;
    bottom: 3px;
}

.accordion-item {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #C6B184 !important;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-item:nth-child(1) {
    border-top: 1px solid #C6B184 !important;
}

.accordion-item:nth-child(3) {
    border-bottom: 1px solid #C6B184 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.price-btn {
    background-color: #C6B184;
    padding: 2px 5px;
    border-radius: 4px;
}

/* select {
       -webkit-appearance: none;
   } */

/* ------------------------------------------cart page style start here-------------------------------------------- */
#breadcrumb .img {
    background-image: url(image/img-athens-final.jpg);
    padding: 5% 5% 3% 5%;
}

#breadcrumb {
    margin-top: 50px;
}

.services-title.d-lg-flex.justify-content-lg-between {
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

#cart_details {
    padding: 5%;
}

.col-md-6.col-lg-3.totals.order-summary {
    background: #ebebeb;
    padding: 3%;
}

#cart_details .services-item-header {
    margin: 4% 0 5% 0;
}

#about-page .right h2,
#service-page .right h2 {
    color: #000 !important;
}

.bread_cum a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

span.d-inline-flex {
    align-items: center;
}

div#payment .col-4 .form-group.js-form-group {
    margin: 5px 0;
}

i.fa-solid.fa-arrow-right,
i.fa-solid.fa-pen-to-square,
i.fa-solid.fa-xmark {
    margin: 0 15px;
    color: #182132;
    font-size: 16px;
    width: 10px;
}

#cart_details button.btn.btn-primary.adj {
    background: #C6B184;
    border: none;
    width: 40%;
    padding: 13px;
}

.d-flex.flex-column.flex-lg-row.justify-content-between.bref_details {
    margin-bottom: 20px;
}

.d-flex.flex-column.flex-lg-row.justify-content-between.bref_details h6 {
    margin: 5px 0;
}

.btn-in {
    height: auto;
    display: block;
}

.btn-in h6 {
    margin: 20px 0;
}

.col-md-6.col-lg-7.offset-lg-1.services {
    padding: 2%;
}

.order-summary-title.text-lg-left {
    font-size: 25px;
    margin-bottom: 40px;
}

.order-summary-row.order-summary-subtotal.mb-1 {
    display: flex;
    justify-content: space-between;
}

.order-summary-row.mb-1 {
    display: flex;
    justify-content: space-between;
}

span.d-inline-block.adj {
    font-size: 12px;
}

.order-summary-total {
    display: flex;
    justify-content: space-between;
}

span.order-summary-total-value.order-total.js-grand_total-value {
    font-size: 16px;
}

a.btn.btn-primary.btn-block.btn-checkout.js-checkout-btn {
    width: 100%;
    background: #C6B184;
    border: none;
    padding: 13px;
}

.order-summary-total {
    margin-bottom: 35px;
}

span.order-summary-total-label {
    font-weight: bold;
}

.order-summary-coupon-block.js-add-coupon-block {
    margin-bottom: 25px;
}

button.btn.btn-primary.btn-block.promo-code-btn {
    top: 2px;
    padding: 4px 10px;
    position: relative;
    border: none;
    background: #C6B184;
}

#cart_details a.services-item-name,
#cart_details a.btn-icon-secondary.m-edit {
    color: #C6B184;
}

/* ---------------------------Time line style start here-------------------------------------- */

.box-head {
    position: relative;
    right: 100px;
}

.timeline .main {
    height: 1100px;
}

.box-head span {
    width: 200px;
    position: absolute;
    text-align: center;
    background: #e7e7e7;
    border-radius: 10px;
    font-size: 22px;
}

.content {
    padding: 5% 0;
}

.box img {
    width: 100%;
    display: block;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.year {
    color: #d5a806;
}

.box p {
    color: #000 !important;
}

.lin {
    width: 1px;
    height: 700px;
    background: #6B7275;
    position: relative;
    margin: auto;
}

li::marker {
    color: #C6B184;
}

.form-group.js-form-group.custom-checkbox input {
    width: 20px !important;
    margin: 0 10px 0 0;
}

.breadcrumbs span {
    margin: 0 5px;
}

.form-group.js-form-group.custom-checkbox {
    display: flex;
    align-items: center;
}

.item input#search_tab-meetandgreet-arrival-radio {
    width: 18px !important;
}

.box {
    width: 200px;
    /* background: #ddd; */
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}

span.footer-title {
    color: #C6B184;
}

.b-1 {
    position: absolute;
    top: 100px;
    left: -250px;
}

.b-1::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #d5a806;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: -62px;
}

.b-2 {
    position: absolute;
    top: 350px;
    left: 50px;
}

.b-2::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #d5a806;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: -59px;
}

input[type="text"],
select {
    text-align: left !important;
}

.b-3 {
    position: absolute;
    top: 650px;
    left: -250px;
}

.mob .tabs .quantity-group input {
    position: relative;
    bottom: 17px;
    font-size: 14px;
}


.b-3::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #d5a806;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: -62px;
}

#b-1-s {
    position: absolute;
    right: -152px;
    top: 25px;
    font-size: 20px;
    font-weight: bold;
}

#b-2-s {
    position: absolute;
    left: -152px;
    top: 30px;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .b-2 {
        top: 250px;
    }


    .b-1,
    .b-3 {
        position: absolute;
        left: 50px;
    }

    .b-1::after,
    .b-3::after {
        left: -59px;
    }

    #b-1-s,
    #b-2-s {
        left: 0px;
        top: -30px;
    }

    .container {
        justify-content: left;
    }

}

@media only screen and (max-width: 600px) {
    .lin {
        width: 1px;
        height: 700px;
        background: #6B7275;
        position: relative;
        margin: 35px;
    }

    .box-head {
        position: relative;
        right: 10px;
    }
}

/* -------------------------------------------------------------------- */
.quantity-group input {
    width: 28px !important;
    border: none !important;
    font-size: 14px;
}

/**
     * Tabs Container
     */
.tabs-container {
    padding: 5px 0;
}

/**
     * Tabs Block
     */
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
     * Tabs
     */
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs label {
    width: 33.33% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    /* margin-right: 0.0625rem; */
    cursor: pointer;
    background-color: #fff;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    transition: background-color ease 0.3s;
}

.quantity .m-height {
    margin-bottom: 25px;
}

span.details {
    font-size: 18px;
    color: #959595;
    font-weight: 600;
    margin-top: 20px;
}

section#header {
    position: fixed;
    width: 100%;
    z-index: 100023;
    background: #182132;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.quantity-label span {
    font-size: 13px;
}

.tabs label .material-icons {
    margin-right: 0.3rem;
}

.fa-brands,
.fab {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
}

#about-page select,
#service-page select {
    text-align: center;
}

.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 5px 0px;
    color: #000;
    background-color: #fff;
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); */
}

button.booking {
    border-radius: 8px;
    width: 152px;
    background: none;
    padding: 6px;
    border: 2px solid #C6B184;
    color: #fff;
    justify-content: center;
}

.nav-item {
    margin: 0 15px;
}

span.navbar-toggler-icon {
    filter: invert(1);
}

.nav-item a {
    font-size: 15px;
    text-transform: capitalize;
}

.price-btn span {
    color: #fff;
}

.tabs .tab>*:not(:last-child) {
    margin-bottom: 0.8rem;
}


#about .right span.details {
    border-bottom: 1px solid #ededed;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.owl-item h4 {
    position: relative;
    font-size: 40px;
    color: #C6B184 !important;
    /* padding: 2%; */
    border-radius: 10px;
    width: 100%;
    font-weight: 600;
}

button.booking {
    position: relative;
}

form {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
}

form input,
form select {
    font-family: 'Lato', sans-serif;
    border: 1px solid #e5e5e5 !important;
    color: #737373;
    font-size: 12px;
}

.tabs [type=radio] {
    display: none;
}

.tabs [type=radio]:checked+label,
.btn-tab {
    background-color: #C6B184 !important;
    color: #fff;
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); */
}

.main-card .owl-nav {
    position: absolute;
    width: 115%;
    top: 20%;
    left: -35px;
    display: flex;
    justify-content: space-between;
}

/* .tabs-tertiary-nav-list.js-tabs__tabs-container.arrival input {
      width: 15px !important;
      padding: 0 !important;
      margin: 0 !important;
      height: auto !important;
      margin-right: 6px !important;
  } */

.main-card span[aria-label="Next"],
.main-card span[aria-label="Previous"] {
    font-size: 45px;
}

.tabs [type=radio]:checked+label+.tab {
    display: block;
}

.btn-tab {
    border: navajowhite;
    width: 75%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1%;
    border-radius: 7px;
}

.airport-Meet-card {
    display: flex;
}

.fa-location-dot {
    margin-right: 8px;
    font-size: 15px;
}

.fa-envelope {
    margin-right: 6px;
}

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

ul.footer-payment-list.no-bullet,
ul.footer-social-list.no-bullet {
    display: flex;
}

h3.h2.pdp-description-caption {
    font-size: 20px;
}

/* ul.footer-payment-list.no-bullet li,ul.footer-social-list.no-bullet li{
       margin:0 10px ;
   } */
ul.footer-payment-list.no-bullet {
    margin-top: 10px !important;
    width: 265px;
    justify-content: space-between;
}

#about-page #service li,
#service-page #service li {
    list-style-type: unset;
    margin-left: 35px;
    font-size: 14px;
}

ul.footer-social-list.no-bullet {
    width: 70px;
    margin-top: 10px !important;
}

ul.footer-social-list.no-bullet li {
    margin-right: 10px;
}

#airport-Meet h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 35px;
}

.left {
    width: 50%;
    padding: 3% 0 3% 0;
}

/* span.footer-title {
       margin: 0 10px;
   } */
.footer a {
    text-decoration: none;
}

.airport-services {
    padding: 4% 0 4% 0 !important;
}

.meet-card1 h3 {
    background: #182132a8;
    color: #ffffff !important;
    font-size: 25px;
    padding: 0 5px;
}

.fast_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5% 0;
}

.fast_btn button {
    width: 32%;
    border: none;
    font-size: 14px !important;
    background-color: #e1e1e1;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.fast_btn p {
    width: 100%;
    border: none;
    font-size: 14px !important;
    background-color: #e1e1e1;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.fast_btn button:nth-child(2) {
    border-right: 1px solid #C6B182;
    border-left: 1px solid #C6B182;
}

.fast_btn button:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.fast_btn button:nth-child(3) {
    border-radius: 0 5px 5px 0;
}

.fast_btn .btn-tab {
    border: navajowhite;
    width: 75% !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1%;
    border-radius: 7px;
    background-color: #C6B184 !important;
    color: #fff;
}

.card br {
    display: none;
}

#footer {
    padding: 5%;
    background-color: #182132;
    border-top: 1px solid #c6b184cf;
}

.footer img {
    width: 160px;
}

.footer h6 {
    color: #C6B184 !important;
    font-size: 22px;
}

.footer ul li a {
    color: #C6B184 !important;
    font-size: 14px;
}

.footer-title.footer-subscribe-title,
.footer a {
    color: #C6B184 !important;
    font-size: 14px;
}

.fa-solid,
.fas {
    padding-top: 16px;
}

ol,
ul {
    padding-left: 0 !important;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.item {
    align-items: center;
    background-color: #C6B184;
    color: white;
    display: flex;
    /* height: 300px; */
    justify-content: center;
}

.meet-card1,
.meet-card2,
.left-airport,
.right-airport {
    width: 100%;
    padding: .3%;
    margin: 1%;
    color: #C6B184;
    border-radius: 4px;
}

.left-airport,
.right-airport {
    /* background: lightblue url("image/clientback.jpg") no-repeat; */
    background-size: cover !important;
    background-position: center;
}

.left-meet button {
    border: none;
    padding: 8px 40px;
    border-radius: 4px;
    background: #C6B184;
    color: #ffffff;
    font-weight: 600;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px !important;
    z-index: 111;
    position: relative;
}

.meet-card2 {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.meet-card {
    height: 265px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #C6B184;
    border-radius: 4px;
}

/* Style the tabt */
.tabt {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background-color: #f1f1f1;
    width: 85%;
    margin: 0 auto;
}

/* Style the buttons inside the tabt */
.tabt button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 45.33%;
    /* border: 1px solid; */
}

/* Change background color of buttons on hover */
.tabt button:hover {
    background-color: #ddd;
}

/* Create an active/current tabtlink class */
.tabt button.active {
    background-color: #fff;
    border-bottom: 3px solid #C6B184;
}

/* Style the tabt content */
.tabtcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
    width: 100%;
    margin: 0 auto;
}

#tabsetting {
    /* padding: 5% 0; */
    position: absolute;
    top: 75px;
    z-index: 1000;
    background: #080703;
    width: 35%;
    border-radius: 5px;
    left: 27px;
}

form input,
form select {
    width: 45.5%;
    margin: 7px;
    padding: 5px;
    height: 35px;
    border-radius: 5px;
}

.row.search-widget-quantity {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: end;
    /* border-bottom: 1px solid #d7d7d7; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

label.quantity-label.m-height {
    display: block;
    width: 100%;
    margin: 0 auto;
}

span.hint.js-tooltip,
span.quantity-label-sub {
    width: 100%;
    display: flex;
    justify-content: center;
}

label.quantity-label.m-height {
    width: 100% !important;
}

input {
    accent-color: #182132;
}

button.btn.btn-primary.btn-block.btn-large.js-check-availability-btn {
    background: #C6B184;
    border: none;
    width: 70%;
    padding: 10px;
}

button.btn.btn-primary.btn-block.btn-large.js-check-availability-btn span {
    font-size: 18px;
}

.services-item-attributes span,
.js-product_attribute-row {
    font-size: 12px;
}

.fa-plus,
.fa-minus {
    color: #C6B184;
}

span.quantity-label-sub {
    font-size: 10px;
    color: #a5a5a5;
}

input+label {
    font-size: 14px !important;
    background-color: #e1e1e1 !important;
}

#about {
    display: flex;
}

.tabs-tertiary-nav-item {
    flex: 0 1 auto;
    /* padding: 3px 15px;
    margin: 0 5px 10px; */
    color: #2d2423;
    /* border: 1px solid #f2f1f1; */
    border-radius: 15px;
}

#about .right {
    padding: 3% 3% 4% 2%;
    width: 50%;
}

.color_adj .card {
    border: 2px solid #C6B184 !important;
}

.card {
    padding: 2%;
    /* width: 145px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1%;
}

.owl-carousel .owl-stage-outer {
    z-index: 100;
}

.main-card {
    display: flex;
}



* {
    transition: all 0.5s ease;
}

#thumbnails {
    text-align: center;
    display: none;
}

#thumbnails img {
    width: 90px;
    height: 90px;
    margin: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    #thumbnails img {
        width: 50px;
        height: 50px;
    }
}

#thumbnails img:hover {
    transform: scale(1.05);
}

.card input {
    width: 20px;
}

#main {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 0 20px 0;
}

.contain {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.tabtlinks:nth-child(2),
.tabtlinks:nth-child(3) {
    display: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a {
    font-family: 'Lato', sans-serif;
}

.item {
    height: 600px;
    align-items: center;
    color: #C6B184;
    display: flex;
    background-size: cover !important;
    justify-content: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -26px;
    z-index: 111;
    position: relative;
}


/* Style the tabt */
.tabt {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background-color: #fff;
    width: 97%;
    margin: 0 auto;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px 0 !important;
}

input {
    accent-color: #b78720;
}

.select_adj {
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid red;
    border-radius: 50%;
}

.select_adj:hover {
    width: 15px;
    height: 15px;
    display: block;
    border: 4px solid red;
    border-radius: 50%;
}

.item:visited {
    background: red !important;
}

/* Style the buttons inside the tabt */
.tabt button {
    background-color: #C6B184;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 8px 6px 8px;
    transition: 0.3s;
    font-size: 17px;
    width: 45.33%;
    /* border: 1px solid; */
}

/* Change background color of buttons on hover */
.tabt button:hover {
    background-color: #ddd;
}

/* Create an active/current tabtlink class */
.tabt button.active {
    background-color: #fff;
    border-bottom: 3px solid #C6B184;
}

/* Style the tabt content */
.tabtcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
    width: 100%;
    margin: 0 auto;
}

#tabsetting {
    /* padding: 5% 0; */
    position: absolute;
    top: 120px;
    z-index: 1;
    background: #fff;
    width: 35%;
    left: 27px;
}

form input,
form select {
    width: 45.5%;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
}

form input[type="checkbox"],
form input[type="radio"] {
    height: fit-content !important;
}

#about-page .row.search-widget-quantity {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: end;
    /* border-bottom: 1px solid #ededed; */
    margin: 0;
    padding: 20px 0;
    /* margin-bottom: 25px; */
}

/* #service-page .quantity.m-center.col.js-search_widget-count_block:nth-child(1) label.quantity-label.m-height,
 #service-page .quantity.m-center.col.js-search_widget-count_block:nth-child(2) label.quantity-label.m-height {
     margin-bottom: 13px;
 } */

.main-card .tabs-tertiary-nav-item {
    border: none;
}

#about-page .row.justify-content-center {
    margin: 0;
}

#about-page #service {
    padding: 5% 10%;
}

#about-page span.hint.js-tooltip,
#about-page span.quantity-label-sub,
#service-page span.quantity-label-sub {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.row.search-widget-quantity {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: end;
    /* border-bottom: 1px solid #d7d7d7; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.choose-service {
    margin-top: 20px;
    margin-bottom: 15px;
}

label.quantity-label.m-height {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.row.m-sm-0.phone {
    display: flex;
}

span.hint.js-tooltip,
span.quantity-label-sub {
    width: 100%;
    display: flex;
    justify-content: center;
}

label.quantity-label.m-height {
    width: 100% !important;
}

.fa-chevron-right,
.fa-chevron-left {
    color: #C6B184;
}

span.quantity-label-sub {
    font-size: 10px;
    color: #a5a5a5;
}

input+label {
    font-size: 14px !important;
    background-color: #e1e1e1 !important;
}

@media only screen and (max-width: 380px) {
    input+label {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 480px) {
    #main {
        width: 100%;
    }
}

.hidden {
    opacity: 0;
}


@media (min-width: 768px) {

    body {
        font-size: 1.125rem;
    }

    .tabs-container {
        padding: 5px 0;
    }

    .tabs label {
        order: 1;
        width: auto;
    }

    .tabs .tab {
        order: 9;
    }

    .tabs [type=radio]:checked+label {
        border-bottom: none;
    }
}


@media only screen and (max-width: 1400px) and (min-width: 1100px) {

    #about-page form input,
    input[type="date"] {
        margin: 0px;
        padding: 5px;
        height: 40px;
        font-size: 10px;
        border-radius: 5px;
        background: #fff;
    }

    .tabs .tab {
        flex-grow: 1;
        width: 100%;
        height: 100%;
        display: none;
        padding: 5px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 600px) {

    .owl-item h4 {
        position: relative;
        left: 229px;
        font-size: 35px;
        color: #C6B184 !important;
        /* padding: 2%; */
        border-radius: 10px;
        width: 35%;
    }

    .tabs .tab {
        flex-grow: 1;
        width: 100%;
        height: 100%;
        display: none;
        padding: 5px;
    }

    #tabsetting {
        /* padding: 5% 0; */
        position: absolute;
        top: 120px;
        z-index: 1000;
        background: #fff;
        width: 50%;
    }

    .airport-Meet-card {
        display: block;
    }

    .footer,
    .footer-social,
    .content-asset {
        display: block;
        justify-content: space-between;
        text-align: center;
    }

    ul.footer-payment-list.no-bullet,
    ul.footer-social-list.no-bullet {
        display: flex;
        margin: 0 auto;
    }

    .contact {
        margin-bottom: 15px;
    }

    .meet-card1,
    .meet-card2,
    .left-airport,
    .right-airport {
        width: 90%;
        padding: 1%;
        margin: 2% auto;
        color: #C6B184;
        border-radius: 4px;
    }

    section#header {
        z-index: 10000;
        position: relative;
        background: #182132;
    }

    .tabs label {
        order: -1;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 850px) {
    .owl-item h4 {
        position: relative;
        left: 340px;
        font-size: 30px;
        color: #C6B184 !important;
        /* padding: 2%; */
        border-radius: 10px;
        width: 75%;
    }

    button.booking {
        position: relative;
        /* left: 340px; */
    }
}

@media only screen and (max-width: 850px) and (min-width: 700px) {
    .owl-item h4 {
        position: relative;
        left: 265px;
        font-size: 28px;
        color: #C6B184 !important;
        /* padding: 2%; */
        border-radius: 10px;
        width: 45%;
    }
}


@media only screen and (max-width: 750px) and (min-width: 300px) {
    #tabsetting {
        position: inherit !important;
        top: 0;
        z-index: 1000;
        background: #fff;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 700px) and (min-width: 300px) {


    #tabsetting .quantity input {
        padding: 10px 0px 0px 0px;
    }

    .meet-card {
        height: 200px;
        display: flex;
    }

    button.booking {
        position: relative;
        left: 0;
        margin: 0 auto;
        display: flex;
        top: 10px;
    }

    span.quantity-label-sub {
        font-size: 8px !important;
    }

    button.tabtlinks {
        width: 100%;
    }

    .quantity-label span {
        font-size: 10px;
    }

    .tabs .tab {
        flex-grow: 1;
        width: 100%;
        height: 100%;
        padding: 0;
        margin-top: 6px;
    }



    .owl-item h4 {
        position: relative;
        left: 0;
        font-size: 22px;
        color: #C6B184 !important;
        /* padding: 2%; */
        border-radius: 10px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .tabs-container {
        padding: 0;
    }

    .airport-Meet-card {
        display: block;
    }

    .footer {
        display: block;
        justify-content: space-between;
        text-align: center;
    }

    ul.footer-payment-list.no-bullet,
    ul.footer-social-list.no-bullet {
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }

    .contact {
        margin-bottom: 15px;
    }

    .meet-card1,
    .meet-card2,
    .left-airport,
    .right-airport {
        width: 90%;
        padding: 1%;
        margin: 2% auto;
        color: #C6B184;
        border-radius: 4px;
    }

    section#header {
        z-index: 10000;
        position: relative;
        background: #182132;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .tabs label {
        order: -1;
        font-size: 12px !important;
    }

    .tabtcontent {
        display: none;
        padding: 7px 0;
    }

    #airport-Meet h1 {
        text-align: center;
        font-size: 22px;
        width: 80%;
        margin: 0 auto;
    }

    .meet-card1 h3 {
        background: #182132a8;
        color: #ffffff !important;
        font-size: 22px;
        padding: 0 5px;
    }

    .left-meet button {
        border: none;
        padding: 2px 10px;
    }

    .owl-item .item {
        height: 250px;
        background-size: cover;
        background-position: right;
    }

    .footer img {
        width: 160px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 600px) {
    #footer .accordion {
        display: none;
    }

    p.order-summary-currency-description {
        text-align: center;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #footer .content-asset {
        margin: 5px 0;
    }

    .footer-middle-item.col-lg {
        text-align: center;
    }

    #breadcrumb {
        margin-top: 0px;
    }

    .btn-in h6 {
        margin: 20px 0;
        font-size: 14px;
    }

    .main-card .owl-nav {
        position: absolute;
        width: 115%;
        top: 20%;
        left: -20px;
    }

    #cart_details input#couponCode {
        width: 265px !important;
    }

    #cart_details {
        padding: 15% 5%;
    }

    #about .form-group.js-form-group.custom-checkbox {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    #about label.custom-control-label {
        margin-left: 5px;
    }

    #about button.btn.btn-primary.btn-block.btn-large.js-check-availability-btn {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    #about .row.search-widget-quantity {
        width: 100% !important;
    }

    #about-page .quantity-group {
        justify-content: center;
        margin-top: 0 !important;
    }

    #about-page .row.search-widget-quantity,
    #service-page .row.search-widget-quantity {
        padding: 15px 0 !important;
    }

    .tabs-tertiary-nav-list.js-tabs__tabs-container.arrival input {
        margin-right: 6px !important;
    }


    #about-page span.hint.js-tooltip,
    #about-page span.quantity-label-sub,
    #service-page span.hint.js-tooltip,
    #service-page span.quantity-label-sub {
        justify-content: center;
    }

    /* #about-page form input, form select, input[type="date"] {
           width: 143px!important;
       } */
    #cart_details a.services-item-name,
    #cart_details a.btn-icon-secondary.m-edit {
        color: #C6B184;
        font-size: 12px;
    }

    #cart_details .form-control {
        display: block;
        width: 100%;
        padding: 17px;
    }

    p.order-summary-currency-description {
        text-align: center;
    }

    span.order-billing-price {
        font-size: 16px;
    }

    #cart_details button.btn.btn-primary.adj {
        background: #C6B184;
        border: none;
        width: 70%;
        padding: 13px;
    }

    #breadcrumb .img {
        background-image: url(image/img-athens-final.jpg);
        padding: 8% 5% 7% 5%;
        background-position: right;
    }

    .services-title.d-lg-flex.justify-content-lg-between {
        display: flex;
        justify-content: space-between;
    }



    .mob {
        display: flex;
        flex-direction: column-reverse;
    }

    .loaction {
        justify-content: center;
    }

    .airport-services h1 {
        position: relative;
        bottom: 5px;
    }

    .accordion {
        display: block;
    }

    .accordion1 {
        display: none;
    }

    #tabsetting {
        /* margin-top: 20px; */
        padding: 4% 0;
    }

    section#tabsetting {
        position: relative;
        /* top: -250px; */
    }

    section#banner {
        position: relative;
        /* top: 335px; */
    }

    #airport-Meet {
        padding: 10% 0 15px 0 !important;
    }

    .airport-Meet-card {
        display: block;
        margin-top: 10px;
    }

    .tabs {
        padding: 0 3px;
    }

    section#banner {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1000px) {
    /* button.booking {
               position: relative;
               left: 165px;
           } */
}

@media only screen and (min-width: 1550px) {
    #tabsetting {
        /* padding: 5% 0; */
        position: absolute;
        top: 120px;
        z-index: 1000;
        background: #fff;
        width: 30%;
        left: 27px;
    }
}

@media only screen and (min-width: 1400px) {

    section#about {
        padding: 4% 10%;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {

    section#about {
        padding: 2% 6%;
    }

    .card {
        padding: 2%;
        width: 120px;
    }

    #thumbnails img {
        width: 90px;
        height: 90px;
        margin: 5px;
    }
}


@media only screen and (min-width: 1110px) {
    section#banner {
        margin-top: 60px;
    }

    section#about {
        margin-top: 65px;
        border-bottom: 1px solid #e7e7e7;
    }
}


.arrival input#search_tab-meetandgreet-arrival-radio {
    margin: 0 5px;
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {

    #about .left,
    #about .right {
        width: 100% !important;
        display: block;
    }

    #about {
        display: block;
        padding: 25px;
    }
}

@media only screen and (max-width: 600px) {
    #main {
        width: 100%;
        height: 200px;
    }

    #about-page #thumbnails img,
    #service-page #thumbnails img {
        width: 45px;
        margin: 5px;
        height: 45px;
    }

}


.ui-menu {
    z-index: 1000 !important;
    transition: none;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.card {
    padding: 2%;
    width: 130px;
}

.card h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
}

.card h5+span {
    font-size: 12px;
}

@media only screen and (max-width: 1700px) and (min-width: 1500px) {
    .card {
        padding: 2%;
        width: 128px;
    }

    .card input {
        width: 20px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1400px) {
    .card {
        padding: 2%;
        width: 128px;
    }

    .card input {
        width: 20px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1350px) {
    .card {
        padding: 2%;
        width: 128px;
    }

    .card input {
        width: 20px !important;
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1100px) {
    .card {
        padding: 2%;
        width: 110px;
    }

    .card input {
        width: 15px !important;
    }

    .form-select-wrapper::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: #766a65 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        border-width: 6px 4px 0;
        position: relative;
        left: 82%;
        top: 27px !important;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1000px) {
    .card {
        padding: 2%;
        width: 90px;
    }

    .card input {
        width: 20px !important;
    }
}


.active-nav {
    background-color: #C6B184 !important;
    color: #fff !important;
}


#about-page .fast_btn button {
    padding: 5px;
}

#about-page .fast_btn {
    padding: 0 !important;
}

#about-page .fast_btn button {
    width: 33.3%;
}

#about-page .service_form input[type="radio"],
#about-page .service_form select[type="radio"] {
    width: 17px;
}

#about-page .quantity-group i {
    padding: 0;
}

#about-page input#LabelWheelChair {
    width: 20px;
}

#about-page input#LabelWheelChair+label {
    background-color: #fff !important;
}

.main-card+div {
    display: flex;
    align-items: center;
}

#about-page button.btn.btn-primary.btn-block.btn-large.js-check-availability-btn {
    border-radius: 5px !important;
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.chauffer-adj .pointer {
    width: 50% !important;
}

.error,
.danger {
    color: red;
}

.quantity-input {
    text-align: center;
}


.focus-error {
    border: 1px solid red !important;
}

.focus-error:focus {
    border: 1px solid red !important;
}

.d-flex {
    align-items: center;
}

.text-justify {
    text-align: justify;
}

.text-justify p {
    font-size: 17px;
}

.ac-widget {
    position: relative !important;
    margin-top: -9%;
    float: right;
    right: 105px !important;
    transform: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 600px) {
    .ac-widget {
        position: relative !important;
        margin-top: -62px;
        float: right;
        right: 33% !important;
        transform: none !important;
        box-shadow: none !important;
    }

    #footer {
        padding-bottom: 85px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 600px) {
    .ac-widget {
        position: relative !important;
        margin-top: -62px;
        float: right;
        right: 40% !important;
        transform: none !important;
        box-shadow: none !important;
    }

    #footer {
        padding-bottom: 85px;
    }
}

.text-decoration-none {
    text-decoration: none;
}


.ul-list li {
    list-style-type: disclosure-closed;
    margin-left: 20px;
}


.switch-component {
    display: flex;
    width: 100%;
    padding-left: 11px;
}

.brightness-2-5 {
    filter: brightness(2.5);
}

.btn-primary {
    background-color: #C6B184 !important;
    border: none !important;
}



.mob .total_amt_pop {
    display: none;
}

.row.list-style li {
    list-style-type: disclosure-closed;
}

#about-page .total_amt_pop {
    margin-top: 15px;
    padding: 0;
}

.quan_design .quantity-group input {
    font-size: 16px;
}

.quan_design .delete_icon {
    margin-left: 20px;
}

.quan_design .delete_icon i {
    cursor: pointer;
    color: red;
}

.quan_design .promo_but {
    margin-top: 20px;
}

.quan_design .quantity-group i {
    padding: 0;
}

.quan_design .quantity-group {
    align-items: center;
}


@media only screen and (max-width: 600px) {
    .services-item-info.d-flex.mobile_de {
        display: block !important;
    }

    .mobile_de .services-item-image img {
        width: 100% !important;
        height: 100% !important;
    }

    .arriavl_dep .arriavl {
        margin-top: 20px;
    }

    .row.list-style.mobile_arr {
        margin-left: 20px;
        display: block;
    }

    .mobile_arr .row_mob {
        width: 100%;
    }

    .mobile_arr.mobi_pac {
        display: block !important;
    }

    .mobile_arr.desktop_pac {
        display: none !important;
    }

    .service_main_div .first_div {
        width: 100% !important;
    }

    .service_main_div {
        display: block !important;
    }
}

.arriavl_dep .arriavl {
    display: flex;
    justify-content: space-around;
    font-weight: 700;
}

.arriavl_dep .mobile_de {
    width: 100%;
    margin-bottom: 20px;
}

.arriavl_dep .services-item-attributes {
    width: 100%;
}

.arriavl_dep .arrival_div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
}

.arriavl_dep .width_arr {
    width: 45%;
}

.mobile_de .bold_style_pack {
    font-weight: 800;
    font-size: 12px;
}


@media only screen and (max-width: 700px) and (min-width: 300px) {
    .pop_qu .quantity input {
        padding: 0 !important;
    }
}

.service_main_div {
    display: flex;
}

.service_main_div .first_div {
    width: 50%;
}

.service_main_div .left {
    width: 100%;
    padding: 5% 0 3% 0;
}


.mobile_arr.mobi_pac {
    display: none;
}


.close {
    border-radius: 20px;
    margin: 0px;
    background-color: transparent;
    color: snow;
    border-color: black;
}


.span-color {
    color: #a5a5a5;
}

.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

.span-color.f-10 {
    display: flex;
}



/* Design update */
.popup_input_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.popup_input_box input {
    margin: 7px 0px 7px 0px;
    width: 46%;
}

.popup_input_box select {
    margin: 7px 0px 7px 0px;
    width: 46%;
}

.switch-component.service_pg {
    padding-left: 0;
}

.service_com .box_div input {
    margin: 0 !important;
    height: 35px !important;
}

.service_com .box_div select {
    margin: 0 !important;
    height: 35px !important;
}

.service_com .box_div {
    margin-bottom: 15px;
}

.item.banner_item {
    justify-content: end;
}

.banner_text {
    width: 60%;
    text-align: center;
}

@media only screen and (max-width: 700px) {
    .item.banner_item {
        justify-content: center;
    }
}

@media only screen and (max-width:750px) and (min-width: 700px) {
    .banner_text {
        width: 100%;
    }

    .booking.book_but {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1110px) and (min-width: 751px) {
    .banner_text {
        width: 46%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .owl-item .banner_text h4 {
        left: 0;
        width: 80%;
    }

    .booking.book_but {
        left: 0;
    }

    .button.booking {
        left: 0 !important;
    }

}


/* .card:hover .back .button {
    opacity: 1 !important;
}

.card .back .button {
    opacity: 0;
}

.flip-card:hover .back .button {
    opacity: 1 !important;
}

.flip-card .back .button {
    opacity: 0;
} */