/*elements.css*/
* {
    padding: 0;
    margin: 0;
}

.social_icons a{
    color: white;
    font-size: 30px;
    padding: 10px;
}
.social_icons a:hover{
    color: #EF672D;
    /*font-size: 40px;*/
    /*padding: 8px;*/
}
body {
    background-color: #fff;
    font-size: 17px;
    line-height: 27px;
    color: #545353;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Space Grotesk', sans-serif; */
    -webkit-font-smoothing: antialiased;
    color: #222;
}

h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px;
    color: #1E73BE;
}

h2 {
    font-size: 30px;
    line-height: 42px;
    color: #1E73BE;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #222;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

p {
    color:#202124;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}
/*
a {
    color: #222;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}
*/
a {
    color: #1a73e8; /* Dark blue */
    text-decoration: none;
}
:link, :visited {
    color: #1a73e8;
}
/* Ensure sufficient contrast for links against white background */
a:visited {
    color: #4c4cff; /* A shade of blue with sufficient contrast */
}

/* On hover, provide a clear visual distinction */
a:hover, a:focus {
    color: #003580; /* Darker blue for better contrast */
    text-decoration: underline;
}
.my-black{
    color:#202124;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
.top-right ul {
    /*display: block;*/
    list-style: none;
    /*padding: 0;*/
    margin: 0;
}
.strong {
    color: #1E73BE;
    font-weight: 700;
    font-size: 24px;
}

/*=== 2.0 Input Field Placeholder Color ===*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

button {
    border: none;
    background: none;
}

/*=== 3.0 Utility Classess ===*/
/* Padding */
.padding {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.pos-relative {
    position: relative;
}

/* Background Color*/
.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #F4F5F8;
}

.bg-dark {
    background-color: #141414 !important;
}

/* Boder */
.bd-top {
    border-top: 1px solid #eee;
}

.bd-bottom {
    border-bottom: 1px solid #eee;
}

.bd-left {
    border-left: 1px solid #eee;
}

.bd-right {
    border-right: 1px solid #eee;
}

/* Margin */
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/* Transition Effect */
a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*=== 4.0 Scrollbar Style ===*/
::-webkit-scrollbar {
    background-color: #222;
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ff9900;
}

::selection {
    background-color: #ff9900;
    color: #fff
}

-webkit-::selection {
    background-color: #ff9900;
    color: #fff
}

::-moz-selection {
    background-color: #ff9900;
    color: #fff
}

/*=== 5.0 Site Preloader ===*/
.loaded .site-preloader {
    opacity: 0;
    visibility: hidden;
}

.site-preloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #222;
    top: 0;
    left: 0;
}

.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.car .strike {
    position: absolute;
    width: 11px;
    height: 1px;
    background: #ffe4e1;
    animation: strikes 0.2s linear infinite;
}

.car .strike2 {
    top: 11px;
    animation-delay: 0.05s;
}

.car .strike3 {
    top: 22px;
    animation-delay: 0.1s;
}

.car .strike4 {
    top: 33px;
    animation-delay: 0.15s;
}

.car .strike5 {
    top: 44px;
    animation-delay: 0.2s;
}

.car-detail {
    position: absolute;
    display: block;
    background: #ff9900;
    animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
    width: 0;
    height: 0;
    top: 7px;
    background: none;
    border: 20px solid transparent;
    border-bottom: 8px solid #ff9900;
    border-left: 20px solid #ff9900;
}

.car-detail.back {
    height: 20px;
    width: 92px;
    top: 15px;
    left: 0px;
}

.car-detail.center {
    height: 35px;
    width: 75px;
    left: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 45px 40px;
    border: 4px solid #ff9900;
    background: none;
    box-sizing: border-box;
}

.car-detail.center1 {
    height: 35px;
    width: 35px;
    left: 12px;
    border-top-left-radius: 30px;
}

.car-detail.front {
    height: 20px;
    width: 50px;
    top: 15px;
    left: 67px;
    border-top-right-radius: 50px 40px;
    border-bottom-right-radius: 10px;
}

.car-detail.wheel {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 20px;
    left: 12px;
    border: 3px solid #222;
    background: linear-gradient(45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%), #222;
    animation-name: spin;
}

.car-detail.wheel2 {
    left: 82px;
}

@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }

    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }

    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }

    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }

    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }

    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }

    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }

    to {
        left: -80px;
        opacity: 0;
    }
}

/*=== 6.0 Custom Cursor ===*/
.dl-cursor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: fixed;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: none;
    transform: translate(50%, 50%);
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all .3s cubic-bezier(.165, .85, .45, 1);
    transition: all .3s cubic-bezier(.165, .85, .45, 1);
}

.dl-cursor:before {
    background: #ff9900;
    opacity: 0.7;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.dl-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.dl-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
}

.dl-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
}

.dl-cursor .cursor-icon-holder {
    display: none;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #fff;
}

.dl-cursor.cross .cursor-icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;

}

.dl-cursor.cross:before {
    opacity: 1;
    transform: scale(2);
    transition: all 0.3s ease;
}

/*=== 7.0 Default Button ===*/
.btn-group a {
    margin: 5px;
}

.btn-group-left a {
    margin-right: 10px;
}

.default-btn {
    background-color: #EF672D;
    border-radius: 2px;
    height: 45px;
    width:200px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.default-btn:after,
.default-btn:before {
    background-color: #1e73be;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.default-btn:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.default-btn:focus:before,
.default-btn:focus:after,
.default-btn:hover:before,
.default-btn:hover:after {
    width: 100%;
}

.default-btn:hover {
    color: #fff;
}

/*=== 8.0 Section Heading ===*/
.section-heading h4 {
    font-size: 16px;
    color: #ff9900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}

.section-heading h4 span {
    background-color: #ff9900;
    transform: skew(-20deg, 0deg);
    display: inline-flex;
    width: 4px;
    height: 15px;
    position: relative;
    margin-left: 20px;
    margin-right: 10px;
}

.section-heading h4 span:after,
.section-heading h4 span:before {
    background-color: #ff9900;
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    opacity: 0.8;
}

.section-heading h4 span:after {
    right: 16px;
    opacity: 0.5;
}

.section-heading h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    /*letter-spacing: -1.5px;*/
    display: block;
}

.section-heading h4.white span:after,
.section-heading h4.white span:before {
    background-color: #fff;
}

.section-heading h4.white span {
    background-color: #fff;
}

.section-heading h4.white {
    color: #fff;
}

.section-heading h2.white {
    color: #fff;
}

.section-heading p.white {
    color: #fafafa;
}

.section-heading h2 span {
    color: #ff9900;
}

.section-heading p {
    margin-bottom: 0;
}

/* Check List */
.check-list li {
    display: flex;
    align-items: center;
}

.check-list li i {
    font-size: 12px;
    color: #00c16e;
    margin-right: 10px;
}

/*=== 9.0 Page Header ===*/
.page-header {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    min-height: 250px;
    padding-bottom:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.booking-bg{
    background-image: url(../img/booking.webp);
}
.service-bg{
    background-image: url(../img/service.webp);
}

.page-header:before, .slider-img:before {
    background-color: #222;
    opacity: 0.8;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-header-shape {
    width: 50%;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.page-header-shape:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.page-header-shape:after {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: -150px;
    bottom: 0;
    z-index: -1;
}

.page-header-info h4 {
    background-color: #ff9900;
    clip-path: polygon(93% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
}

.page-header-info h2 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-top:10px;
    /*margin-bottom: 15px;*/
}

.page-header-info h2 span {
    color: #ff9900;
}

.page-header-info p {
    color: #ddd;
    font-size: 16px;
    margin: 0;
}

.page-header.blog-details {
    height: 400px;
}

.page-header.blog-details .page-header-info {
    padding-top: 30px;
}

.page-header.blog-details .page-header-info .post-meta li {
    color: #ddd;
}

.page-header.gradiant .page-header-info h2 {
    color: #222;
}

.page-header.gradiant .page-header-info p {
    color: #666;
}

.page-header .post-meta {
    margin-top: 20px;
}

.page-header.error {
    height: 450px;
}

/* Overlay */
.overlay {
    background-color: rgba(2, 2, 2, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Rattings */
.ratting li {
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}

/*=== 10.0 Scroll to Top ===*/
#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 112px;
    right: 40px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #EF672D;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scrollup.show {
    opacity: 1;
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

/*max-width 992px*/
@media (max-width: 992px) {
    .padding {
        padding: 50px 0;
    }

    .sm-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }

    span br {
        display: none;
    }

    .default-btn {
        padding: 0 30px;
    }

    .post-card .post-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

/*max-width 768px*/
@media all and (max-width: 768px) {
    .padding {
        padding: 50px 0;
    }

    .xs-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }

    .page-header-info h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .post-details p {
        font-size: 17px;
        line-height: 27px;
    }
}

.list-style-disc{
    list-style: disc !important;
    margin-left:15px;
}
.main-section p,.main-section ul,.main-section ol,.main-section span{
    font-size:16px;
}
.middle-banner{
    overflow-x:hidden;
    background: #181818 url('../img/world-map.webp') no-repeat center center;
    background-size: cover;
    color:white;
    padding:75px 0px 75px 0px;
}
.middle-banner p{
    font-weight:600;
    font-size:30px;
    line-height: 30px;
}
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-pink{
    color:#ff6472;
}
.bg-my-black{
    background-color:#181818;
}
.bg-my-orange{
    background: #181818 url(../img/fly.webp) no-repeat center top;
    background-size:cover;
}
.review-btn{
    background:#EF672D;
    color:white;
    text-decoration:none;
    padding:15px 40px 15px 40px;
    font-size:16px;
    font-weight:500;
    border-radius:30px;
}
.review-btn:hover{
    background:#181818;
    text-decoration: none;
    color:#ccc;
}
.font-15{
    font-size:15px;
    color:#ccc !important;
}

.info-step {
    position: relative;
    width: 20%;
    z-index: 2;
}

.info-step .info-circle {
    width: 85px;
    height: 85px;
    border: 4px solid #EF672D;
    border-radius: 50%;
    background-color: #EF672D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    z-index: 3;
    color: #fff;
    font-size: 25px;
}


.info-line {
    position: absolute;
    top: 46%;
    left: 8%;
    width: 85%;
    height: 4px;
    background: linear-gradient(to right, #EF672D 20%, transparent 20%) repeat-x;
    background-size: 20px 4px;
    z-index: 1;
}

.font-weight-700{
    font-weight: 700 !important;
}
.font-50{
    font-size: 50px !important;
    line-height: 60px !important;
}
.testimonial-client, .testimonial-star{
    width:200px;
}
.testimonial-logo{
    width:80px;
}
.testimonial-client span{
    font-weight:600;
    font-size:20px;
    color:#222;
}
@media (max-width: 768px) {
    .info-line {
        display:none;
    }

    .font-50{
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .info-step {
        width: 100%;
        margin-bottom: 40px;
    }

    .info-step .info-circle {
        margin-bottom: 15px;
    }
    h1{
        font-size:40px;
    }
}
/*header.css*/
.main-header {
    position: relative;
    z-index: 2;
}

.sticky-header {
    display: none;
}

/*=== 1.0 Top Header ===*/
.top-header {
    background-color: #ef672d;
    border-bottom: 1px solid #ef672d;
}

.top-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
}

.top-left p {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    color:white;
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-right ul li {
    display: inline-flex;
    align-items: center;
}

.top-header-nav li a {
    font-size: 12px;
    color:white;
}

.header-social-share li:not(:first-of-type),
.top-header-nav li:not(:first-of-type) {
    margin-left: 15px;
}

.header-social-share li a {
    font-size: 15px;
    color: white;
}

.top-header-nav li a:hover,
.header-social-share li a:hover {
    color: white;
}

.top-header-nav {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

/*=== 2.0 Mid Header ===*/
.mid-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    padding: 2px 0;
}

.mid-header-wrap .site-logo {
    max-width: 150px;
}

.header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
    margin-bottom:0px;
}

.header-info li {
    display: inline-flex;
    align-items: center;
    /* column-gap: 5px; */
    padding: 2px;
}
.color {
    color:#545353;
}

.header-info li .header-info-icon {
    font-size: 35px;
    color: #1E73BE;
    margin-right: 5px;
}

.header-info li .header-info-text p {
    font-weight:700;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

.header-info li .header-info-text p a:hover {
    color: #ff9900;
}

.header-info li .header-info-text p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

/*=== 3.0 Navigation Menu ===*/
.nav-menu-wrapper .site-logo {
    display: none;
}

.menu-right-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.menu-right-item>div {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-right-item .sidebox-icon,
.menu-right-item .search-icon {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon{
    color: #222;
}

.sticky-header .menu-right-item .sidebox-icon:hover,
.sticky-header .menu-right-item .search-icon:hover{
    color: #ff9900;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon{
    border-left: 1px solid rgba(17, 17, 17, 0.06);
}

.menu-right-item .sidebox-icon {
    margin-right: 15px;
    margin-left: 15px;
}

/*=== 4.0 Menu Button ===*/
.menu-right-item .menu-btn {
    background-color: #EF672D;
    color: #fff;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.menu-right-item .menu-btn:hover{
    background-color: #EF672D;
}

/*=== 5.0 Mobile Menu Button ===*/
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    margin-top: 5px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #666;
    border-radius: 0;
    width: 100%;
    height: 2px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/*=== 6.0 Desktop Menu Style ===*/
@media (min-width: 993px) {
    .nav-menu-wrapper {
        margin-bottom: -30px;
    }

    .sticky-header .nav-menu-wrapper {
        margin: 0;
    }

    .sticky-header .header-menu-wrap ul {
        padding-left: 0;
    }

    .nav-menu-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 80%;
        height: 40px;
        margin-left: auto;
        position: relative;
        z-index: 1;
    }

    .nav-menu-inner:before {
        background-color: #1E73BE;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .header-menu-wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-left: 30px;
    }

    .header-menu-wrap ul li {
        display: inline-block;
        position: relative;
        padding: 20px 0;
        margin: 0 15px;
    }

    .header-menu-wrap ul li>a {
        display: block;
        font-family: "Space Grotesk", sans-serif;
        font-size: 16px;
        letter-spacing: -0.2px;
        font-weight: 600;
        text-transform: capitalize;
        color: #fff;
        padding: 0;
        margin: 0;
        line-height: 1;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        position: relative;
        z-index: 1;
    }

    .header-menu-wrap ul li>a:before {
        background-color: #fff;
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
        -o-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
        transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
    }
    .sticky-header .header-menu-wrap ul li>a:before{
        background-color: #222;
    }
    .header-menu-wrap ul li.active>a:before,
    .header-menu-wrap ul li:hover>a:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .header-menu-wrap li ul {
        background-color: #fff;
        box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
        border-radius: 2px;
        border: 1px solid #eee;
        width: 220px;
        padding: 0;
        display: block;
        position: absolute;
        left: -35px;
        top: 70px;
        opacity: 0;
        visibility: hidden;
        z-index: 0;
        -webkit-transform: perspective(300px) rotateX(-18deg);
        transform: perspective(300px) rotateX(-18deg);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header-menu-wrap li:hover>ul {
        -webkit-transform: perspective(300px) rotateX(0deg);
        transform: perspective(300px) rotateX(0deg);
        opacity: 1;
        visibility: visible;
        top: 58px;
        z-index: 99;
    }

    .header-menu-wrap li li {
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
        margin: 0;
        border-bottom: 1px solid #eee;
        text-align: left;
        position: relative;
        transition: all 0.2s ease-in-out;
    }

    .header-menu-wrap li li:last-child {
        margin: 0;
        border-bottom: 0;
    }

    .header-menu-wrap li li>a {
        font-family: "Space Grotesk", sans-serif;
        display: block;
        height: auto;
        line-height: inherit;
        color: #666;
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 20px;
        letter-spacing: -0.2px;
        width: 100%;
        -webkit-font-smoothing: antialiased;
    }

    .header-menu-wrap li li>a:before {
        display: none;
    }

    .header-menu-wrap li li>a:hover {
        color: #ff9900;
    }

    .header-menu-wrap li ul li ul {
        width: 220px;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .header-menu-wrap li ul {
        display: block !important;
    }

    /* Sticky Header */
    .sticky-header {
        background-color: #fff;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        transform: translateY(-100%);
        z-index: 99;
    }

    .sticky-header .nav-menu-wrapper .site-logo {
        display: block;
        max-width: 150px;
    }

    .sticky-header .nav-menu-inner {
        max-width: 100%;
        height: 80px;
        margin: 0;
    }

    .sticky-header .nav-menu-inner:before {
        display: none;
    }

    .sticky-header.sticky-fixed-top {
        transition: transform 1s ease;
        will-change: transform;
    }

    .sticky-header.sticky-fixed-top {
        transform: translateY(0);
        box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    }

    .sticky-header.sticky-fixed-top .header-menu-wrap .nav-menu>li {
        padding: 32px 0;
    }

    .sticky-header.sticky-fixed-top .header-menu-wrap li:hover>ul {
        top: 79px;
    }

    .sticky-fixed-top .header-menu-wrap ul li>a {
        color: #222;
    }

    .sticky-fixed-top .header-menu-wrap ul li li > a:hover{
        color: #ff9900;
    }

    .sticky-fixed-top .menu-right-item .menu-btn {
        height: auto;
        padding: 10px 30px;
    }
}

@media (max-width: 1200px) {
    .nav-menu-inner {
        max-width: 97%;
    }
}

/*=== 6.1 Mobile Menu Style ===*/
@media (max-width: 992px) {
    .nav-menu-wrapper {
        position: relative;
    }

    .nav-menu-wrapper .site-logo {
        display: block;
        max-width: 140px;
    }

    .mid-header,
    .top-header-nav {
        display: none;
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
        z-index: 1;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: "";
        top: 21px;
        right: 10px;
        width: 10px;
        height: 2px;
        background-color: #666;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .header-menu-wrap {
        background-color: #fff;
        display: none;
        width: 100%;
        height: auto;
        padding: 0 20px 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .nav-menu-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 70px;
    }

    .header-menu-wrap ul {
        padding-left: 0;
        border: 1px solid #eee;
    }

    .header-menu-wrap ul li {
        position: relative;
        margin: 0;
        display: block;
        border-bottom: 1px solid #eee;
        padding: 0;
    }

    .header-menu-wrap ul li:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }

    .header-menu-wrap ul li>a {
        display: block;
        padding: 10px 15px;
        height: inherit;
        line-height: inherit;
    }

    .header-menu-wrap li li:hover>a {
        background-color: transparent;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
    }

    .header-menu-wrap li li {
        padding: 0 20px;
    }

    .header-menu-wrap li li {
        padding-left: 10px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
    }

    .header-menu-wrap ul li>a {
        color: #222;
        font-size: 14px;
        font-weight: 600;
    }

    .header-menu-wrap li li>a {
        color: #666;
        font-size: 14px;
    }

    .header-menu-wrap li li:hover>a {
        color: #ff9900;
    }

    .header-menu-wrap ul li>a:before {
        display: none;
    }

    .sticky-fixed-top .line-menu {
        background-color: #ddd;
    }

    .menu-right-item {
        display: none;
    }
}

/*=== 7.0 Popup Search Box ===*/
#popup-search-box {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.open-search-box #popup-search-box {
    opacity: 1;
    visibility: visible;
}

#searchbox-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0s ease-in-out;
    width: 100%;
    z-index: -1;
}

.open-search-box #searchbox-overlay {
    opacity: 1;
    z-index: 1002;
    cursor: none;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.3s;
}

#popup-search-box .box-inner-wrap {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 80px 0;
    width: 100%;
    transform: translateY(-100%);
    transition: all ease-in-out 0.3s;
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}

.open-search-box #popup-search-box .box-inner-wrap {
    transform: translateY(0);
}

#popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    /* Edge */
    color: #666;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

#popup-search-box .box-inner-wrap input::placeholder {
    color: #666;
    font-size: 18px;
}

#popup-search-box .box-inner-wrap input {
    background: #fff;
    font-family: "Space Grotesk", sans-serif;
    width: 600px;
    padding: 15px 30px;
    padding-right: 80px;
    border: 1px solid #eee;
    font-size: 18px;
    color: #666;
    border-radius: 50px;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
    /* Firefox 18- */
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    color: #666 !important;
}

#popup-search-box .box-inner-wrap input:focus {
    outline: none;
    border: 1px solid #ff9900;
}

#popup-search-box .box-inner-wrap button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #666;
    font-size: 30px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
    color: #ff9900;
}

#popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

.search-close {
    font-size: 30px;
    color: #666;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.search-close:hover {
    color: #ff9900;
    transform: scale(1.1);
}

/*=== 8.0 Sidebox ===*/
.popup-sidebox {
    display: none;
}

@media (min-width: 992px) {
    .popup-sidebox {
        background-color: #222;
        padding: 80px;
        position: fixed;
        right: -100%;
        top: 0;
        width: 500px;
        height: 100%;
        z-index: 9999;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        visibility: hidden;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .open-sidebox .popup-sidebox {
        right: 0;
        visibility: visible;
    }

    #sidebox-overlay {
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        transition: all 0s ease-in-out;
        width: calc(100% - 400px);
        z-index: -1;
    }

    .open-sidebox #sidebox-overlay {
        opacity: 1;
        z-index: 1002;
        cursor: none;
        transition: all 0.6s ease-in-out;
        transition-delay: 0.3s;
    }

    .sidebox-content .site-logo {
        margin-bottom: 25px;
        max-width: 200px;
    }

    .sidebox-content p {
        font-size: 18px;
        font-weight: 400;
        color: #999;
        margin-bottom: 30px;
    }

    .sidebox-content .sidebox-list li span {
        text-transform: capitalize;
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #999;
        margin-bottom: 5px;
    }

    .sidebox-content .sidebox-list li {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .sidebox-content .sidebox-list li.call {
        color: #ff9900;
        font-size: 28px;
        font-weight: 700;
    }

    .sidebox-content .sidebox-list li:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .top-header {
        display: none;
    }
    .top-header-mobile {
        background-color: #1e73be !important;
        border-bottom: 1px solid #1e73be !important;
    }
    .booking-container .nav-item p{
        font-size:9px !important;
        line-height: 1.4;
        font-weight:400;
    }
}
@media (min-width: 767px) {
    .top-header-mobile {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #popup-search-box .box-inner-wrap form {
        width: 90%;
    }
    #popup-search-box .box-inner-wrap input{
        width: 100%;
    }
    #popup-search-box .box-inner-wrap input,#popup-search-box .box-inner-wrap input::placeholder,
    #popup-search-box .box-inner-wrap button {
        font-size: 15px !important;
    }
}
.font-12{
    font-size:12px !important;
}
/*blog.css*/
/* ===================================================
    Table of Contents
=====================================================
    1.0 Grid Post
    2.0 Classic Post
    3.0 Post Category
    4.0 Post Details
        4.1 Post Navigation
        4.2 Auhtor Box
        4.3 Comments
        4.3 Comment Form
    5.0 Sidebar
        5.1 Search
        5.2 Widget Title
        5.3 Category List
        5.4 Thumb Posts
        5.5 Tags
        5.6 Banner
    6.0 Pagination
=====================================================
    Blog CSS
==================================================== */
/*=== 1.0 Grid Post ===*/
.grid-post {
    margin: -15px;
}

.post-card {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.post-card .post-thumb {
    position: relative;
}

.post-content-wrap {
    padding: 30px;
}

.post-meta {
    margin-bottom: 10px;
}

.post-meta li {
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: #666;
    display: inline-flex;
    align-items: center;
}

.post-meta li:not(:last-of-type) {
    margin-right: 10px;
}

.post-meta li i {
    color: #ff9900;
    font-size: 15px;
    margin-right: 5px;
}

.post-card .post-content h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.post-card .post-content h3 a {
    background: linear-gradient(#EF672D 0%, #ff9900 98%);
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.post-card .post-content h3 a:hover {
    background-size: 100% 3px;
}

.post-card .post-content h3 a {
    color: #1E73BE;
}

.post-card .post-content .read-more {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    color: #666;
    position: relative;
    padding-left: 30px;
}

.post-card .post-content .read-more:before {
    background-color: #ff9900;
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    left: 0;
    top: calc(50% - 1px);
}

.post-card .post-content .read-more:hover {
    color: #ff9900;
}

/*=== 2.0 Classic Post ===*/
.classic-post .post-card .post-thumb {
    min-height: 350px;
}

.classic-post .post-card .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.classic-post .post-card:not(:last-of-type) {
    margin-bottom: 30px;
}

/*=== 3.0 Post Category ===*/
.post-category {
    background-color: #1E73BE;
    clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    height: 35px;
    line-height: 37px;
    padding: 0 30px;
    cursor: pointer;
}

.post-category:hover {
    color: #fff;
}

/*=== 4.0 Post Details ===*/
.post-details .post-thumb {
    min-height: 350px;
    position: relative;
    margin-bottom: 40px;
}

.post-details .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.post-details p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

blockquote {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #eee;
    border-left: 3px solid #ff9900;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #222;
    display: block;
    margin: 0;
    margin-bottom: 40px;
}

blockquote i.fas {
    color: #ff9900;
    display: block;
    margin-bottom: 20px;
}

blockquote span {
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #666;
    display: block;
    margin-top: 10px;
}

.post-details-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin: 40px 0;
}

.post-details .tags li a {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0;
}

/*=== 4.1 Post Navigation ===*/
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    align-items: center;
    margin: 40px 0;
}

.post-navigation li:last-child {
    text-align: right;
}

.post-navigation li a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.5px;
}

.post-navigation li a:hover {
    text-decoration: underline;
}

.post-navigation li a:hover>span {
    text-decoration: none;
}

.post-navigation li a span {
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #a5a6aa;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.post-navigation li a span i {
    color: #a5a6aa;
    margin-right: 5px;
}

.post-navigation li:last-child a span i {
    margin-left: 5px;
    margin-right: auto;
}

/*=== 4.2 Auhtor Box ===*/
.author-box {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #eee;
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 20px;
    line-height: 1;
    margin-bottom: 40px;
}

.social-icon li {
    display: inline-block;
}

.social-icon li a:hover {
    color: #ff9900;
}

.social-icon li:not(:last-of-type) {
    margin-right: 10px;
}

/*=== 4.3 Comments ===*/
.comments-box {
    margin-bottom: 40px;
}

.comment-title {
    font-weight: 600;
    color: #222;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
}

.comment-title:before {
    background-color: #ff9900;
    width: 50%;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.comments-box .comment-inner {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 20px;
}

.comments-box .comment {
    margin-bottom: 40px;
}

.comments-box .children {
    margin-left: 50px;
    margin-top: 40px;
}

.comments-box .comment-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 5px;
}

.comments-meta h4 {
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.comments-meta h4 span {
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    display: block;
}

.comment-area p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
}

.comment-area .reply {
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
}

/*=== 4.4 Comment Form ===*/
.comment-form {
    margin-top: -15px;
}

.comment-form .form-control {
    background-color: #fff;
    height: 50px;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
}

.comment-form .form-control.comment {
    height: 150px;
}

#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

/*=== 5.0 Sidebar ===*/
.sidebar-widget {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
}

.sidebar-widget:not(:last-of-type) {
    margin-bottom: 30px;
}

/*=== 5.1 Search ===*/
.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form .form-control {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    height: 50px;
    border: 1px solid #eee;
    padding-right: 40px;
}

.sidebar-widget .search-form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 15px;
    color: #666;
}

/*=== 5.2 Widget Title ===*/
.widget-title {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.widget-title h3 {
    font-weight: 600;
    color: #222;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
    line-height: 1;
}

.widget-title h3:before {
    background-color: #ff9900;
    width: 50%;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

/*=== 5.3 Category List ===*/
.category-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.category-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.category-list li a {
    color: #666;
}

.category-list li a:hover {
    color: #222;
    text-decoration: underline;
}

.category-list li span {
    border: 1px solid #eee;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.category-list li:hover span {
    background-color: #ff9900;
    color: #fff;
    transition: all 0.3s ease;
}

/*=== 5.4 Thumb Posts ===*/
.thumb-post li {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.thumb-post li:not(:last-of-type) {
    margin-bottom: 20px;
}

.thumb-post li .thumb {
    flex-shrink: 0;
    width: 80px;
    height: 70px;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}

.thumb-post .thumb-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.thumb-post .thumb-post-info h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.thumb-post .thumb-post-info h3 a {
    color: #222;
}

.thumb-post .thumb-post-info h3 a:hover {
    text-decoration: underline;
}

.thumb-post .thumb-post-info .date {
    font-weight: 600;
    font-size: 12px;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    color: #666;
    display: flex;
    align-items: center;
    line-height: 1;
}

.thumb-post .thumb-post-info .date i {
    color: #ff9900;
    margin-right: 5px;
}

/*=== 5.5 Tags ===*/
.tags li {
    display: inline-block;
}

.tags li a {
    background-color: #eee;
    display: inline-block;
    font-family: "Space Grotesk", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    color: #666;
    padding: 3px 15px;
    margin: 0 3px 10px 0;
}

.tags li a:hover {
    background-color: #ff9900;
    color: #fff;
}

/*=== 5.6 Banner ===*/
.sidebar-widget.banner {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    border-radius: 3px;
    padding: 60px 30px;
}

.banner-info .logo {
    width: 70%;
    margin-bottom: 20px;
}

.banner-info h3 {
    color: #fff;
}

.banner-info h3 span {
    color: #ff9900;
}

.banner-info p {
    color: #ddd;
}

.banner-info .discount {
    color: #fff;
    margin-bottom: 20px;
}

.banner-info .discount span {
    color: #ff9900;
    font-size: 50px;
}

.banner-info .default-btn:hover {
    color: #222;
}

.banner-info .default-btn:after,
.banner-info .default-btn:before {
    background-color: #fff;
}

/*=== 6.0 Pagination ===*/
.pagination-wrap li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.pagination-wrap li a:hover,
.pagination-wrap li a.active {
    background-color: #ff9900;
    border: 1px solid #ff9900;
    color: #fff;
}

/* Tablet Devices */
@media (max-width: 992px) {
    .padding {
        padding: 50px 0;
    }

    .sm-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }

    span br {
        display: none;
    }

    .default-btn {
        padding: 0 30px;
    }

    .post-card .post-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

/*=== Mobile Devices ===*/
@media all and (max-width: 768px) {
    .padding {
        padding: 50px 0;
    }

    .xs-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }
}
/*main.css*/
.about-section .section-heading h2 {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 20px;
}

.headingg h3 {
    font-size: 17px;
    color: #ff9900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}

.headinggg h3 {
    font-size: 17px;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}

.para-color{
    color:white;
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-imgg {
    text-align: center;
    position: relative;
    /*margin-top: -80px;*/
    z-index: 1;
}

.about-img:before {
    /*background-color: #EF672D;*/
    border-radius: 2px;
    transform: skew(-20deg, 0deg);
    content: "";
    width: 200px;
    height: calc(100% + 100px);
    position: absolute;
    right: 200px;
    bottom: -80px;
    z-index: -1;
}

.about-img img {
    border-radius: 3px;
}

/*.about-img .about-img1 {*/
/*max-width: 85%;*/
/*transform: translate(20px, 40px);*/
/*}*/

.about-img .about-img2 {
    max-width: 200px;
    position: absolute;
    right: 80px;
    bottom: 0;
}

.round-text {
    position: absolute;
    right: 100px;
    top: 60px;
}

.round-text img {
    animation-name: spin;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-text:before {
    background-image: url(../img/location-marker.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-info {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}

.about-info li {
    display: flex;
    column-gap: 15px;
}

.owner-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.signature {
    width: 140px;
}

.about-info li h2 a {
    color: #ff9900;
    font-weight: 700;
    margin: 0;
}

.owner h4,
.about-info li h2 span {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.owner h4 {
    margin: 0;
}

/*=== 1.1 Video Box ===*/
.video-box-inner {
    position: relative;
    text-align: right;
}

.video-box-inner>img {
    width: 400px;
    border-radius: 5px;
}

.video-box {
    width: 250px;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    bottom: -30px;
}

.video-box>img {
    width: 100%;
    border-radius: 5px;
}

.video-box .play-btn {
    background-color: #ff9900;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box .play-btn svg {
    fill: #fff;
    width: 40px;
    margin-left: 5px;
}

.video-box .play-btn .ripple,
.video-box .play-btn .ripple:before,
.video-box .play-btn .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -webkit-animation: rippleanim 3s infinite;
    -moz-animation: rippleanim 3s infinite;
    -ms-animation: rippleanim 3s infinite;
    -o-animation: rippleanim 3s infinite;
    animation: rippleanim 3s infinite;
}

.video-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-box .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleanim {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleanim {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@media (max-width: 992px){
    .video-box {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 767px){
    .video-box {
        margin-top: 30px;
    }
}

/*=== 2.0 Services Section ===*/
.service-section {
    position: relative;
    z-index: 1;
}

.service-carousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.bg-half {
    background-image: url(../img/frankfurt-airport.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 59.54%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bg-half:before {
    background-color: rgba(2, 2, 2, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.service-section .section-heading P {
    color: #ddd;
}


.service-item {
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}

.service-thumb {
    position: relative;
}

.service-shape-wrap {
    transform: skew(-20deg, 0deg);
    width: 200px;
    height: 200px;
    position: absolute;
    right: 20px;
    bottom: 0;
    overflow: hidden;
}

.service-shape {
    background-color: #EF672D;
    border-radius: 2px;
    position: absolute;
    width: 80px;
    height: 180px;
    left: 80px;
    bottom: 0;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: .1s;
}

.service-shape:before {
    background-color: #222;
    border-radius: 2px;
    content: "";
    width: 80px;
    height: 140px;
    position: absolute;
    right: 60px;
    bottom: 0;
    opacity: 0.95;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: .2s;
}

.service-shape:after {
    background-color: #222;
    border-radius: 2px;
    content: "";
    width: 40px;
    height: 120px;
    position: absolute;
    right: -20px;
    bottom: 0;
    opacity: 0.95;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    transition-delay: .3s;
}

.service-item:hover .service-shape {
    height: 200px;
}

.service-item:hover .service-shape:before {
    height: 160px;
}

.service-item:hover .service-shape:after {
    height: 140px;
}

.service-car {
    position: absolute;
    right: -10px;
    bottom: -30px;
    max-width: 230px;
    transition: all .3s cubic-bezier(.165, .85, .45, 1);
}

.service-item:hover .service-car {
    bottom: -35px;
    right: 0;
}

.service-content {
    background-color: #fff;
    padding: 30px 15px 20px 15px;
}

.service-content h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.service-content h3 a:hover {
    color: #EF672D;
}

.service-content p {
    margin-bottom: 20px;
}
.set_size{
    font-size: 20px;
    line-height: 27px;
    text-align:center;
}

.service-content .read-more {
    background-color: #EF672D;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    height: 35px;
    padding: 0 23px 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.service-content .read-more:before {
    background-color: #222;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 300ms cubic-bezier(.165, .85, .45, 1);
    z-index: -1;
}

.service-content .read-more:hover:before {
    width: 100%;
}
@media (min-width: 1400px){
    .bg-half{
        height: 59.2%;
    }
}

/*=== 2.1 Swiper Navigation ===*/
.swiper-outside {
    padding: 0;
    position: relative;
}

.swiper-container {
    overflow: hidden;
}

.swiper-outside .swiper-nav {
    color: #222;
    font-size: 35px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: -45px;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.swiper-outside .swiper-nav:before {
    background-color: #ff9900;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.swiper-outside .swiper-nav.swiper-prev {
    justify-content: flex-end;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.swiper-outside .swiper-nav.swiper-next {
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    left: auto;
    right: -45px;
}

.swiper-outside:hover .swiper-nav{
    visibility: visible;
    opacity: 1;
    left: -50px;
}
.swiper-outside:hover .swiper-nav.swiper-next{
    left: auto;
    right: -50px;
}

/*=== 2.2 Swiper Dots ===*/
.service-carousel .swiper-pagination {
    bottom: 0;
    line-height: 1;
}

.swiper-pagination span {
    background-color: #222;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #ff9900;
    box-shadow: 0px 0px 0px 3px rgba(255, 153, 0, 0.5);
}

/*=== 2.3 Service Details ===*/
.service-details-info img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 30px 0;
}

.service-features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.service-features li i {
    font-size: 50px;
    color: #ff9900;
}

.service-features li h3 {
    margin-bottom: 0;
}

.service-features li p {
    margin-bottom: 0;
}

.service-details-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin-top: 30px;
}

.service-details-list img {
    height: 220px;
    margin: 0;
}

.service-icon-list li i {
    font-size: 20px;
    color: #ff9900;
}

.service-icon-list li {
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.service-icon-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

/*=== 2.4 Service Sidebar ===*/
.service-sidebar ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f5f8;
    padding: 8px 15px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.service-sidebar ul li:hover {
    background-color: #ff9900;
}

.service-sidebar ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.service-sidebar ul li a {
    font-size: 17px;
    font-weight: 500;
}

.service-sidebar ul li a:hover {
    color: #222;
}

.service-sidebar ul li i {
    font-size: 20px;
    color: #ff9900;
}

.service-sidebar ul li:hover i {
    color: #fff;
}

/*=== 3.0 Booking Section ===*/
.booking-section {
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    background-color: #222;
    position: relative;
    z-index: 1;
}

.booking-section:before {
    background-color: #EF672D;
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.booking-section:after {
    background-color: #F4F5F8;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    content: "";
    width: 400px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -1px;
}

/*=== 3.1 Booking Car ===*/
.booking-car {
    background-image: url(../img/car-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 85%;
    width: 780px;
    height: 439px;
    position: absolute;
    left: -280px;
    top: 50px;
    z-index: -1;
}

.booking-wrap .section-heading h2 {
    font-size: 40px;
}

.section-heading h3 {
    color: #1E73BE;
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    z-index: 1;
}

.booking-form .form-field {
    position: relative;
}

.booking-form .niceSelect .current,
.booking-form .form-field input {
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    padding: 0 35px 0 20px;
    font-size: 17px;
    line-height: 50px;
    box-shadow: none;
    outline: none;
    border: 1px solid #333;
}

.booking-form .form-field input:focus {
    border: 1px solid #ff9900;
}

.booking-form .form-field i {
    color: #ff9900;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.booking-form .form-field button {
    width: 100%;
    height: 50px;
}

.booking-form .niceSelect {
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
    font-size: 17px;
    color: #fff;
}

.booking-form .niceSelect .current {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 20px;
}

.booking-form .niceSelect .list {
    background-color: #333;
    width: 100%;
    border-radius: 0;
    margin-top: -2px;
    border: none;
}

.booking-form .niceSelect .list li {
    font-size: 14px;
}

.booking-form .niceSelect .list li:not(:last-of-type) {
    border-bottom: 1px solid #444;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ff9900;
    font-weight: normal;
}

.nice-select:after {
    display: none;
}

/*=== 3.2 Date Time Picker ===*/
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #ff9900;
    box-shadow: #ff9900 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #222 !important;
    color: #fff;
}

/*=== 3.3 Booking Form ===*/
.booking-form-2 {
    position: relative;
    margin-top: -100px;
    margin-bottom: 80px;
    z-index: 1;
}

.booking-form-2:before {
    background-color: #222;
    clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 0 99%);
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.booking-car-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: calc(100% - 2px);
    overflow: hidden;
}

.booking-car-wrap:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    content: "";
    width: 330px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.booking-form-2 .booking-car {
    background-size: 70%;
    left: -130px;
    top: 10px;
    z-index: 0;
}

.booking-form-2 .col-lg-8 {
    padding: 60px;
}

@media (max-width: 767px) {
    .booking-form-2:before {
        clip-path: polygon(0 0, 90% 0%, 100% 8%, 100% 100%, 0 99%);
    }
}

/*=== 4.0 Pricing Section ===*/
.pricing-item {
    background-color: #fff;
    padding: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing-head-wrap {
    position: relative;
    z-index: 1;
}

.pricing-head-wrap:before {
    background-image: url(../img/pricing-bg.jpg);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: '';
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pricing-head-wrap:after {
    background-color: rgba(34, 34, 34, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%);
    content: '';
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pricing-head {
    text-align: center;
}

.pricing-head h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0;
}

.pricing-head h3 a:hover {
    color: #222;
}

.pricing-head .location {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-car {
    text-align: center;
    padding: 60px 25px 20px;
    position: relative;
    z-index: 1;
}

.pricing-car .price {
    background-color: #ff9900;
    clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    font-size: 20px;
    font-weight: 700;
    color: #222;
    padding: 10px 15px 10px 25px;
    position: absolute;
    right: 40px;
    top: 55px;
    z-index: -1;
}

.pricing-list {
    padding: 20px 40px 30px;
}

.pricing-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.pricing-list li a.default-btn {
    width: 100%;
    margin-top: 20px;
}


/*=== 4.1 Pricing Tab Menu ===*/
.pricing-tab-menu {
    justify-content: center;
    margin-bottom: 30px;
}

.pricing-tab-menu li {
    position: relative;
}

.pricing-tab-menu li .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #999;
    padding: 0;
}

.pricing-tab-menu li .nav-link:hover,
.pricing-tab-menu li .nav-link.active {
    color: #222;
}

.pricing-tab-menu li:not(:last-of-type) {
    padding-right: 80px;
}

.pricing-tab-menu li:not(:last-of-type):before {
    background-color: #ccc;
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/*.tab-pane.active.show .row>div {*/
/*-webkit-animation-duration: 1s;*/
/*animation-duration: 1s;*/
/*-webkit-animation-name: fade-in-bottom;*/
/*animation-name: fade-in-bottom;*/
/*animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);*/
/*animation-fill-mode: both;*/
/*transition: all 0.2s ease-in-out;*/
/*transition-duration: 800ms;*/
/*animation-delay: 0.1s;*/
/*}*/

/*.tab-pane.active.show .row>div:nth-child(2) {*/
/*animation-delay: 0.2s;*/
/*}*/

/*.tab-pane.active.show .row>div:nth-child(3) {*/
/*animation-delay: 0.3s;*/
/*}*/

/*=== 5.0 Taxi Details ===*/
.taxi-details-img {
    position: relative;
}

.taxi-details-img:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    width: 40%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.taxi-details-img img {
    margin-left: -50px;
    margin-top: 100px;
}

.taxi-details-img .price {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    width: auto;
    padding: 15px 25px;
    position: absolute;
    right: 120px;
    top: 110px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: -1;
}

.taxi-details-img .price i {
    font-size: 25px;
    color: #ff9900;
    margin-right: 5px;
}

.taxi-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    row-gap: 15px;
    margin-top: 30px;
}

.taxi-features li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.taxi-features li span {
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
}

.taxi-features li span i {
    color: #ff9900;
    font-size: 25px;
    margin-right: 5px;
}

/*=== 6.0 Download Section ===*/
.download-section {
    background-image: url(../img/bridgewater-Taxi-Limo-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.choose-vehicle {
    background: url(../img/flughafentransfer-shuttle-service.webp), rgba(0,0,0,0.8);background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}


.app-feature {
    margin-top: 20px;
}

.app-feature li {
    display: inline-block;
    align-items: center;
}

.app-feature li:not(:last-of-type) {
    margin-right: 20px;
}

.app-feature li .feature-icon {
    width: 40px;
    margin-bottom: 10px;
}

.app-feature li h3 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
    color:white;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.download-btn a {
    width: 170px;
}

.download-btn a:hover {
    transform: translateY(-3px);
}
.taxi-holder {
    background-image: url(../img/taxi-background.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 100%;
    min-height: 550px;
    position: absolute;
    right: 40px;
    top: 100px;
    z-index: -1;
}

.taxi-holder .taxi {
    background-image: url(../img/taxi.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 650px;
    height: 100%;
    position: absolute;
    right: 75px;
    top: 80px;
}

.taxi-holder .mockup {
    background-image: url(../img/mockup.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 350px;
    height: 100%;
    position: absolute;
    right: 330px;
    top: -120px;
    z-index: -1;
}

.taxi-holder .charecter {
    background-image: url(../img/charecter.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 180px;
    height: 100%;
    position: absolute;
    right: 130px;
    top: 80px;
}

.location-marker {
    position: absolute;
    right: 17%;
    top: 20px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@media (min-width: 993px) and (max-width: 1300px) {
    .taxi-holder .taxi {
        width: 390px;
        right: 75px;
        top: 80px;
    }
    .taxi-holder .mockup {
        width: 230px;
        right: 190px;
        top: -55px;
    }
    .taxi-holder .charecter {
        width: 125px;
        right: 130px;
        top: 45px;
    }
    .location-marker {
        right: 15%;
        top: 50px;
    }
}

/*=== 6.1 Download Section 2 ===*/
.download-section-2 {
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.paragraph-color{
    color:white;
}

.download-section-2 .section-heading h2 {
    color: #fff;
}

.download-section-2 .section-heading p {
    color: #ddd;
}

.download-mockup {
    background-image: url(../img/mockup-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 380px;
    height: 100%;
    position: absolute;
    right: 250px;
    bottom: -20px;
}

.app-screen {
    width: 220px;
    position: absolute;
    right: 150px;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    overflow: hidden;
}

@media ( max-width: 1200px){
    .download-mockup{
        right: 130px;
        bottom: -60px;
    }
    .app-screen{
        right: 60px;
    }
}

@media ( min-width: 1600px){
    .download-mockup{
        right: 320px;
    }
    .app-screen{
        right: 290px;
    }
}

/*=== 7.0 Testimonials Section ===*/
.testimonial-section {
    position: relative;
}

/*.testimonial-section:before {*/
/*background-image: url(../img/map.png);*/
/*background-repeat: no-repeat;*/
/*background-position: top center;*/
/*background-size: contain;*/
/*width: 50%;*/
/*height: 100%;*/
/*content: "";*/
/*position: absolute;*/
/*left: 0;*/
/*top: 40px;*/
/*}*/

.testimonial-carousel {
    overflow: hidden;
    padding: 25px 5px 5px;
}

.testimonial-carousel-2.swiper-container {
    padding: 25px 0;
}

.testi-pagination {
    margin-left: -5px;
}

.testi-pagination .swiper-pagination {
    left: 5px;
    bottom: -50px;
    text-align: left;
}

.testi-item {
    background-color: #fff;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    position: relative;
}

.testi-item p {
    /*font-size: 20px;*/
    /*line-height: 36px;*/
    font-weight: 400;
    /*text-align:justify;*/
    /*margin-bottom: 0;*/
    /*letter-spacing: -0.5px;*/
}

.quote-icon {
    background-color: #EF672D;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    font-size: 30px;
    color: #222;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 100px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.testi-author .author-thumb img {
    border-radius: 50%;
}

.testi-author .author-info h3 {
    font-size: 22px;
    margin: 0;
    display: block;
    line-height: 1;
}

.testi-author .author-info h3 span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

.testimonial-carousel .swiper-pagination {
    text-align: left;
}

/* Feature List */
.feature-wrap {
    background-color: #ff9900;
    padding: 110px 40px;
    /*background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);*/
    background-size: 10px 10px;
    margin-left: 40px;
}

.ridek-features li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ridek-features li:not(:last-of-type) {
    margin-bottom: 30px;
}

.feature-icon {
    font-size: 60px;
    color: #fff;
}

.feature-content h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.feature-content p {
    margin: 0;
    color: #fafafa;
}

/*=== 8.0 CTA Section ===*/
.cta-section {
    /*background-image: url(../img/texture.png);*/
    /*!*clip-path: polygon(0 0, 100% 0, 100% 50%, 80% 100%, 0 100%);*!*/
    /*background-repeat: repeat;*/
    /*background-size: cover;*/
    background-color: #181818;
    position: relative;
    z-index: 1;
}

.cta-men {
    background-image: url(../img/man-in-call.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 130px;
    bottom: -30px;
    z-index: -1;
}

.cta-content .cta-call {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.cta-content .cta-call p span {
    display: block;
}

.cta-content .cta-call p a {
    color: #ff9900;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.cta-content .cta-call i {
    background-color: rgba(255, 153, 0, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #ff9900;
    border-radius: 2px;
}

.cta-content h2 {
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content h2 span {
    color: #ff9900;
}

.cta-content P {
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
    margin: 0;
}

/*=== 8.1 CTA Section 2 ===*/
.cta-section-2 {
    position: relative;
    z-index: 1;
}

.cta-section-2:before {
    background-color: #ff9900;
    background-image: url(../img/cta-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 90%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta-section-2 .cta-content h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.cta-section-2 .cta-content h2 {
    margin: 0;
    font-size: 36px;
    line-height: 42px;
}

.cta-section-2 .cta-content .default-btn {
    background-color: #222;
    margin-top: 20px;
}

.cta-section-2 .cta-content .default-btn:hover {
    color: #222;
}

.cta-section-2 .cta-content .default-btn:after,
.cta-section-2 .cta-content .default-btn:before {
    background-color: #fff;
}

.cta-section-2 .check-list i {
    background-color: #222;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    font-size: 12px;
    color: #ff9900;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.cta-section-2 .check-list li {
    color: #fff;
}

.cta-section-2 .check-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.cta-section-2 .cta-men {
    background-size: 95%;
    right: 90px;
    bottom: 0;
    width: 500px;
    height: 420px;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .cta-men {
        width: 450px;
        right: 70px;
        bottom: -5px;
    }
}

/*=== 9.0 Team Section ===*/
.team-thumb {
    clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 0 100%);
}

.team-thumb img{
    width: 100%;
}

.team-content {
    position: relative;
}

.team-content:before {
    background-image: url(../img/car%20steering.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
}

.team-content h3 a {
    background-color: #ff9900;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 8px 8px;
    width: 90%;
    height: 70px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    margin-top: -30px;
    padding-bottom: 10px;
}

.team-content h3 a:hover {
    color: #222;
}

.team-content h4 {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0% 70%, 0 0);
    color: #fff;
    width: 60%;
    height: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin-left: auto;
    position: absolute;
    right: 59px;
    top: 50px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

/* Driver Details */
.driver-details {
    position: relative;
}

.driver-details img {
    width: 100%;
    border-radius: 5px;
}

.experience-box {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    padding: 30px;
    position: absolute;
    left: -20px;
    top: 50px;
    border-radius: 2px;
}

.experience-box h3 span {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    display: block;
    color: #fff;
}

.experience-box h3 {
    font-size: 16px;
    margin: 0;
}

/*=== 10.0 Taxi Booking Form ===*/
.taxi-booking-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.taxi-booking-form .form-control {
    height: 50px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 17px;
    outline: none;
    box-shadow: none;
}

.taxi-booking-form .form-control:focus {
    border: 1px solid #ff9900;
    /*border:0px !important;*/
}

.taxi-booking-form .niceSelect {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.taxi-booking-form .nice-select .list {
    border-radius: 2px;
    margin-top: 0;
}

.taxi-booking-form .nice-select .option {
    font-size: 15px;
}

.taxi-booking-form .nice-select .option:hover {
    color: #222;
}

.taxi-booking-form .form-field {
    position: relative;
}

.taxi-booking-form .form-field i {
    color: #ff9900;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/*=== 11.0 Faq's Section ===*/
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    box-shadow: none;
}
.accordion-item .accordion-button{
    border-radius:5px !important;
}
.accordion-body{
    background:#f8f9fa;
}
.accordion-button {
    background:#1e73be;
    color:white;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #eee;
    padding: 12px 15px;
}

.accordion-button:focus {
    border-color: #eee;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #ef672d;
}

.accordion-button:not(.collapsed):after {
    background-image: inherit;
    content: "\f068";
    color: #fff;
    transform: inherit;
}
.accordion-item{
    border:0px !important;
}
.accordion-button:after {
    background-image: inherit;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #ffffff;
    font-weight: 600;
    transform: translateY(-50%) !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=== 12.0 Contact Section ===*/
.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .map {
    background-image: url(../img/cta-map.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
}

.contact-details-wrap {
    padding-right: 60px;
}

.contact-title {
    margin-bottom: 20px;
}

.contact-title h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    display: inline-block;
}

.contact-section .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-section .contact-details li i {
    /*background-color: #1E73BE;    */
    background-repeat: repeat;
    background-size: cover;
    color: #1E73BE;
    font-size: 20px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
}
.contact-details a {
    color: #707087;
}
.contact-details li {
    color: #707087;
}
.contact-details a:hover{
    color: #EF672D;
}
.contact-form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contact-form-group .form-field .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 38px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.contact-form-group .form-field .form-control:focus {
    border: 1px solid #ff9900;
}

.contact-form-group .form-field.message {
    grid-column-end: span 2;
}

.contact-form-group .form-field.message .form-control {
    height: auto;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #999 !important;
}

.contact-form .form-group .form-control:-moz-placeholder,
.contact-form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

.contact-form .form-group .form-control::-moz-placeholder,
.contact-form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

.contact-form .form-group .form-control.message {
    height: 120px;
}

#b-form-messages,
#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#b-form-messages.alert-danger,
#form-messages.alert-danger,
#b-form-messages.alert-success,
#form-messages.alert-success {
    display: block
}

.branches-section {
    position: relative;
}

.branches-list h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    background-color: #ff9900;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 20px;
}

.branches-list ul li {
    margin-bottom: 5px;
}

.branches-list ul li a {
    color: #777;
}

.branches-list ul li a:hover {
    text-decoration: underline;
    color: #ff9900;
}

/*=== 13.0 Footer Section ===*/
.footer-top-wrap {
    background-color: #F4F5F8;
    overflow: hidden;
}
.not-found-404 .footer-top-wrap {
    background-color: #222222;
}

.footer-top .footer-call {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-top .brand {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    grid-gap: 20px;
    position: relative;
    padding: 10px 70px 10px 0px;
    z-index: 2;
}

.footer-top .brand p {
    position: relative;
    padding-left: 20px;
}

.footer-top .brand p:before {
    background-color: #444;
    width: 2px;
    height: 100%;
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
}

.footer-top .brand:before,
.footer-top .brand:after {
    background-color: #181818;
    /*background-image: url(../img/texture.png);*/
    /*background-repeat: repeat;*/
    /*background-size: cover;*/
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    right: 150px;
    bottom: -1px;
    z-index: -1;
}

.footer-top .brand:before {
    width: 200px;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    right: 0;
}

.footer-top .footer-call {
    padding: 5px 0px;
    position: relative;
    z-index: 1;
}

.footer-top .footer-call:before {
    background-color: #EF672D;
    /*background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);*/
    background-size: 10px 10px;
    content: '';
    width: 5000px;
    height: 100%;
    position: absolute;
    left: -85px;
    bottom: 0;
    z-index: -1;
}

.footer-call i {
    font-size: 35px;
    color: #fff;
}

.footer-call p span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fafafa;
    margin-bottom: 5px;
}

.footer-call p a {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.footer-top .brand p,
.footer-top .footer-call p {
    color: #ccc;
    margin: 0;
}

/*=== 13.1 Mid Footer ===*/
.footer-mid-wrap {
    background-color: #222;
    /* background-image: url(../img/texture.png); */
    background-repeat: repeat;
    background-size: cover;
    padding: 25px 0 10px 0;
    position: relative;
    z-index: 1;
}

.footer-mid-wrap:before {
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.running-taxi {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.running-taxi .taxi {
    background-image: url(../img/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}

.running-taxi .taxi-2 {
    background-image: url(../img/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite;
}

.running-taxi .taxi-3 {
    background-image: url(../img/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}

.footer-item .widget-title h3 {
    color: #fff;
}

.footer-links li:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-contact li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-links li a,
.footer-contact li {
    color: #ccc;
}

.footer-contact li span {
    display: block;
    color: #ff9900;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-links li a:hover {
    color: #ff9900;
}

@media (min-width: 992px) {
    .footer-list {
        margin-left: 15px;
    }
}

/*=== 13.2 Subscribe Form ===*/
.subscribe-form .form-control {
    background-color: #fff;
    clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
}

.subscribe-form .submit {
    background-color: #EF672D;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
    padding: 0 35px 0 30px;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #222;
    line-height: 45px;
    text-align: center;
}

.subscribe-form .submit:hover {
    background-color: #ffab2e;
}

#subscribe-result {
    display: none;
}

#subscribe-result.subs-result {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #ccc;
    padding: 10px;
    margin-top: 15px;
}

.subscription-error {
    color: #ff0000;
}

/* Running Animation Keyframe */
@-moz-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

/*=== 13.3 Copyright Section ===*/
.copyright-wrap {
    background-color: #181818;
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.copyright-wrap p {
    color: #ccc;
    margin: 0;
}

@media (max-width: 992px){
    .footer-top .footer-call:before{
        left: -200px;
    }
}

/*FRONT BOOKING FORM CSS*/
.booking-container .nav-tabs {
    text-align:center;
    border:0px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.booking-container .nav-link {
    margin:auto !Important;
    position: relative;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50% !Important;
    background-color: #eaecee !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #778591;
    transition: all 0.3s ease;
}
.booking-container .nav-link:hover {
    background-color:#1e73be !important;
    color: #fff !important;
}
.booking-container .nav-link.active {
    background-color:#EF672D !important;
    color: #fff !important;
}
.booking-container .nav-link i {
    margin-top: 2px;
    font-size:30px;
}
.booking-container{
    font-size:14px !important;
    margin-top:35px;
    margin-bottom:50px;
}
.booking-container .nav-item p{
    margin-top:10px;
    font-size:14px;
    font-weight:500;
    color: #1e73be;
}
.ride-details, .contact-details{
    border:1px solid #778591 !important;
}
.booking-container .my-title{
    border-top:5px solid #1e73be;
}
.booking-container .my-title, .booking-container .sub-title, .booking-container .my-title2{
    background: #eaecee;
    font-weight: bold;
    padding:15px 20px 15px 20px;
}
.booking-container input, .booking-container select, .booking-container textarea{
    padding:15px 20px 15px 20px;
}
.booking-container label{
    background: #edf7ff;
    color:#1e73be;
    font-weight: 500;
    display: inline-block;
    width:100% !important;
    padding:15px 20px 15px 20px;
}
.booking-container input, .booking-container select, .booking-container textarea{
    /*height:60px;*/
    background:#fafafa;
    border-radius:0px;
    border:1px 0px 1px 0px;
    border-color:#eaecee;
}
.booking-container input:focus, .booking-container select:focus, .booking-container textarea:focus{
    /*border:0px !important;*/
    border-color:#eaecee;
    outline:0 none;
    box-shadow: none;
}

.booking-container .input-group-text, .booking-container .input-group{
    border:0px;
    background:#fafafa;
}
.booking-container .btn-outline-secondary{
    border-radius:0px;
    padding:0px 0px 5px 0px;
    box-shadow:0px !important;
    background:#fafafa;
    outline: 0px !important;
    margin:14px 5px 10px 5px !important;
    width:30px;
    height:30px;
    font-weight: bold;
    font-size:18px !important;
}
.booking-container .btn-outline-secondary:focus{
    border-radius:0px;
    box-shadow:0px !important;
    outline: 0px !important;
}
.booking-container .btn-outline-secondary:hover{
    background:#1e73be;
    color:white;
}
.booking-container .form-select {
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-50 -32 80 80'%3e%3cpath fill='none' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    /*color: #2596be;*/
}
.booking-container .bar{
    height:2px;
    background:#1e73be;
    width:100%;
    margin:5px 0px 15px 0px;
}
.booking-container .sidebar{
    padding:20px;
    background:#fafafa;
    border:1px solid #778591;
}
.booking-container .sidebar p{
    font-size:14px;
}
.booking-container .sidebar h3{
    font-size:15px;
}
.booking-container .vehicles{
    border:1px solid #778591;
    background:#fafafa;
    padding:20px;
}
.booking-container .vehicles .vehicle-title{
    font-size:15px;
    background:#fafafa;
    padding:0px 0px 20px 0px;
}
.light-grey-bg{
    background:#ffffff;
}
.radio-button {
    width:140px !important;
    height:50px !important;
    display: inline-block !important;
    /*border-radius: 25px !important;*/
    /*border: 1px solid grey !important;*/
    background-color: #1e73be !important;
    color:white !important;
    /*padding: 5px 10px !important;*/
    padding:0px !important;
}
.radio-button:hover{
    background: #222222 !important;
}
.radio-button input[type="radio"] {
    display: none !important;
}

.radio-button span {
    /*width:140px !important;*/
    width:100% !important;
    height:50px !important;
    text-align: center !important;
    display: inline-block !important;
    padding: 10px 10px 5px 10px !important;
    /*border-radius: 25px !important;*/
    cursor: pointer !important;
    font-size:16px;
}
.radio-button input[type="radio"]:checked + span {
    background-color: #2eb886;
    color: white;
    border:1px solid #2eb886;
}
.ride-details .type-radio-button {
    width:100% !important;
    height:50px !important;
    display: inline-block !important;
    /*border-radius: 25px !important;*/
    /*border: 1px solid grey !important;*/
    background-color: white !important;
    /*padding: 5px 10px !important;*/
    padding:0px !important;
}

.ride-details .type-radio-button input[type="radio"] {
    display: none !important;
}

.ride-details .type-radio-button span {
    text-align:center;
    width:100% !important;
    height:50px !important;
    display: inline-block !important;
    padding-top: 10px !important;
    /*border-radius: 25px !important;*/
    cursor: pointer !important;
    font-size:14px;
}
.ride-details .type-radio-button input[type="radio"]:checked + span {
    background-color: #1e73be !important;
    color: white !important;
    border:1px solid #1e73be !important;
}
.vehicle-card{
    color:black;
    /*background:#fafafa;*/
    margin-bottom:10px;
    padding:10px 15px;
}
.vehicle-card h3{
    color:#000000;
    font-weight:600;
    font-size:32px;
    line-height: 30px;
}
.vehicle-card i{
    color:#222222;
    font-size:15px;
}
.vehicle-card .quantity{
    background: #5c636a;
    color: white;
    margin-left: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
    /* padding-top: 1px; */
    font-size: 12px;
    line-height: 1.7;
    height: 20px;
    border-radius: 50%;
}
.width-100{
    width:100%;
}
.width-80{
    width:60%;
    margin-left:auto;
    margin-right:auto;
}
.checkbox-btn{
    outline: none !important;
    box-shadow: none !important;
    margin-top:15px;
    color:black;
    width:100px;
    height:50px;
    /*border-radius:50px;*/
    background:white !important;
    border:1px solid #545353 !important;
    padding:12px 5px 10px 5px !important;
}
.checkbox-btn:hover{
    background:white;
    color:black;
}

.extra-card{
    padding:15px 25px 5px 25px;
}
.my-blue{
    color:#1e73be;
}
.my-orange{
    color:#EF672D;
}
.font-weight-600{
    font-weight:600 !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #1e73be !important;
    border-color: #1e73be !important;
}
.number-field {
    background:white !important;
    width: 150px;
    margin-top:20px;
}
.number-field .form-control {
    height:40px !important;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.number-field .btn {
    width: 40px;
    border-radius: 0;
}
.number-field .minus-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.number-field .plus-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.nav-link.bg-success{
    background:#2eb886 !important;
    color:white !important;
}
.bg-success{
    background:#2eb886 !important;
    color:white !important;
}
.my-btn-grey{
    border-radius:32px;
    padding:10px 20px 10px 20px;
    font-size:16px;
    background:grey;
    color:white;
}
.next-prev-btn{
    /*border-radius:32px;*/
    padding:10px 20px 10px 20px;
    font-size:16px;
    background:#EF672D;
    color:white;
}
.next-prev-btn:hover, .my-btn-grey:hover{
    background:#1e73be !important;
    color:white;
}
.next-prev-btn-success{
    /*border-radius:32px;*/
    padding:10px 20px 10px 20px;
    font-size:16px;
    background:#2eb886;
    color:white;
}
.next-prev-btn-success:hover, .next-prev-btn-danger:hover{
    background:#EF672D;
    color:white;
}
.next-prev-btn-danger{
    /*border-radius:32px;*/
    padding:10px 20px 10px 20px;
    font-size:16px;
    background:#f44336;
    color:white;
}
.color-grey{
    color:#222222;
}
.font-22{
    font-size: 22px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-25{
    font-size: 25px !important;
}
.color-golden{
    color:#ff9900 !important;
}
.border-top{
    border-top:5px solid #EF672D !important;
}
.booking-container .input-group-text i{
    color:#222222;
}
.table-my-striped td{
    verticle-align:middle !important;
}
.table-my-striped i{
    color:#1e73be;
}
.table-my-striped tr:first-child{
    background:#edf7ff !important;
    color:#1e73be;
    font-weight:500;
}
.table-bordered{
    border:1px solid #778591 !important;
}
.card{
    border:1px solid #778591;
    border-radius:0px;
}
.number-field input::-webkit-outer-spin-button,
.number-field input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.number-field input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.number-field input[type=number]:focus{
    border-color: #eee;
    outline: none;
    box-shadow: none;
}
.font-14{
    font-size:14px;
}
.my-is-invalid{
    border:1px solid #dc3545 !important;
}
.my-tooltip{
    position:relative;
}
.my-tooltip .tooltiptext, .tooltiptext2, .tooltiptext3{
    visibility: hidden;
    min-width: 120px;
    max-width:350px;
    background-color: #dc3545;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size:14px;
    padding: 10px 8px 10px 8px;
    position: absolute;
    z-index: 999;
    bottom: 115%;
    left: 6.3%;
    /*margin-left: -60px;*/
}

.my-tooltip .tooltiptext::after, .tooltiptext2::after,  .tooltiptext3::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #dc3545 transparent transparent transparent;
}
.is-visible{
    visibility: visible !important;
}
.is-invalid, .is-invalid:focus{
    border:0px !important;
    outline:0 none !important;
    box-shadow: none !important;
}
.vehicle-error{
    margin-bottom:10px;
    display:none;
    background:#dc3545;
    color:white;
    padding:5px 15px 5px 15px;
}

.language-switcher {
    z-index: 100000;
    position: fixed;
    bottom: 0px;
    left: 40px;
}
.language-switcher .dropdown-toggle {
    background-color: #222222;
    color: white;
    font-size: 15px;
    text-align:left;
    padding: 10px 16px 10px 16px;
    border-radius: 8px 8px 0px 0px;
    border:1px solid grey;
    cursor: pointer;
    width:160px;
}
.language-switcher .dropdown-menu {
    background-color: #222222;
    color: white;
}
.language-switcher .dropdown-item {
    color: white;
}
.language-switcher .dropdown-item:hover {
    background-color: #444444;
}
.language-switcher .flag-icon {
    margin-right: 10px;
}

.whatsapp-chat-square {
    position: fixed;
    bottom: 5px;
    right: 40px;
    width: 45px;
    height: 45px;
    background-color: #25D366;
    border-radius: 50%;
    padding:8px 0px 0px 9.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size:30px;
    z-index: 9999;
}

.whatsapp-chat-square:hover {
    background-color: #128C7E;
}

.whatsapp-icon {
    color: #fff;
}
.phone-chat-square {
    position: fixed;
    bottom: 58px;
    right: 40px;
    width: 45px;
    height: 45px;
    background-color: #007aff;
    border-radius: 50%;
    padding:9px 2px 0px 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size:20px;
    z-index: 9999;
}

.phone-chat-square:hover {
    background-color: #000000;
}

.phone-icon {
    color: #fff;
}
.footer-logo img{
    width:90%;
}
.flatpickr-input:disabled, .flatpickr-input[readonly] {
    background-color: #fafafa !important;
    opacity: 1;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .input-group-text {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.375rem 0.75rem;
    z-index:99;
}
.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index:100;
}

.input-group-icon .form-control {
    padding-right: 2.5rem; /* Adjust this value according to your icon size */
}
.input-group-text{
    margin-top:1px;
}
.user-sidebar{
    font-size:14px;
}
.user-sidebar td{
    padding:0px;
    margin:0px;
}
.user-sidebar a{
    width:100%;
    display:block;
    color:black;
    padding:10px;
}
.user-sidebar a.active{
    background:#1e73be;
    color:white;
}
.user-sidebar a:hover{
    background:#EF672D;
    color:white;
}
.time-field option{
    margin: 40px !important;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/*#pickup-date, #pickup-time, #return-date{*/
/*border-left:1px solid #778591 !important;*/
/*}*/
.flatpickr-mobile{
    margin-left:1px !important;
}
.required-field[readonly]{
    cursor:not-allowed;
    background-color:#fafafa !important;
}
.timepicker {
    position: absolute;
    z-index: 1000;
    float: left;
    width: 160px;
    padding-bottom: 5px;
    margin: 2px 0 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.padding-r-0-tb{
    padding-right:0 !important;
}
.padding-l-0-tb{
    padding-left:0 !important;
}
.preloader{
    margin:auto;
    text-align: center;
}
.preloader img{
    height:250px;
}
#preloader {
    margin-top:-1px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8); /* Light grey background with opacity */
    /*padding: 20px;*/
    /*border-radius: 10px;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle shadow */
    /*display: none; !* Initially hidden *!*/
}
#preloader img {
    max-height: 200px;
    max-width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.car-feature-icon{
    font-size: 24px;
    color: #3498db !important;
}

.height-100{
    height:100% !important;
}
.height-25{
    height:25% !important;
}
.width-50{
    width:50% !important;
}
.final-map{
    height:200px !important;
}
.font-35{
    font-size:35px !important;
}
.cookie-consent .bg-dark{
    margin:0px 0px 50px 20px;
}
.cookie-consent{
    width:50%;
}
@media only screen and (min-width:992px){
    .padding-0{
        padding:0px !important;
    }
    .padding-r-0{
        padding-right:0 !important;
    }
    .padding-l-0{
        padding-left:0 !important;
    }
    #map{
        height:75%;
        width:100%;
    }
    .mobile-visible-only{
        display:none !important;
    }
}
@media only screen and (max-width:992px){
    #map{
        height:300px;
    }
    .mobile-visible-only{
        display:block !important;
    }
}
@media only screen and (min-width:500px){
    .nav-tabs::before {
        content: "";
        position: absolute;
        width: calc(100% - 160px);
        height: 2px;
        background-color: #eaecee;
        top: 29%;
        left:80px !important;
        right:80px !important;
        transform: translateY(-50%);
        z-index: -1;
    }
}
@media only screen and (max-width:767px){
    #map{
        height:200px;
    }
    .xs-center{
        text-align:center;
    }
    .xs-center .number-field{
        margin-left:auto;
        margin-right:auto;
    }
    .footer-logo{
        display:block !important;
    }
    .footer-logo img{
        margin-left:auto !important;
        margin-right:auto !important;
        max-width:150px;
    }
    .footer-call{
        justify-content: center;
        text-align:center;
    }
    .cookie-consent{
        width:100%;
    }
    .cookie-consent .bg-dark{
        margin:0px 5px 25px 5px;
    }
}
@media only screen and (min-width:767px){
    .about-section{
        padding-top:40px;
    }
    .about-img{
        margin-top: 5px;
    }
    .about-section .second-part{
        margin-top:40px;
    }
}
@media only screen and (max-width:500px){
    .nav-tabs::before {
        content: "";
        position: absolute;
        width: calc(100%);
        height: 2px;
        background-color: #eaecee;
        top: 25%;
        transform: translateY(-50%);
        z-index: -1;
    }
    .default-btn{
        padding:0 10px !important;
    }
    #map{
        height:150px;
    }
    .booking-container .nav-item{
        max-width:25%;
    }
    .booking-container .nav-link{
        width:55px;
        height:55px;
        font-size:15px;
        border:0 !important;
    }
    .booking-container .nav-item p{
        font-size:9px;
        line-height: 1.4;
        font-weight:400;
    }
    #extra_type_wrapper .type-radio-button {
        height:60px !important;
    }

    #extra_type_wrapper .type-radio-button span {
        height:60px !important;
        line-height: 20px;
        font-size:14px;
    }
    .search-area .type-radio-button span {
        padding:0px 15px 0px 15px !important;
    }
    .search-area .type-radio-button {
        width: 49% !important;
    }
}
@media only screen and (min-width:991px){
    .above-991{
        display:flex;
    }
    .below-991{
        display:none;
    }
}
@media only screen and (max-width:991px){
    .above-991{
        display:none;
    }
    .below-991{
        display:flex;
        margin-bottom:20px;
    }
    .banner-heading{
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .banner-sub-heading{
        font-size:15px !important;
    }
    .main-banner{
        padding:15px 0px 20px 0px !important;
    }
}
.text-grey{
    color:#ccc !important;
}
h1.our_service_section{
    font-size:30px;
    color:white;
    margin-top:40px;
}
.swiper-wrapper{
    margin-bottom:15px;
}
.bg-blue{
    background-color:#1e73be !important;
}
.my-btn-blue{
    background-color:#1e73be !important;
    color:white;
}
.my-btn-blue:hover{
    background-color:#222 !important;
    color:white !important;
}

.search-area{
    margin:20px 0px 0px 0px;
}
.search-area .type-radio-button {
    width:auto;
    height:50px !important;
    display: inline-block !important;
    color:white;
    background-color:#1e73be;
}

.search-area .type-radio-button input[type="radio"] {
    display: none !important;
}

.search-area .type-radio-button span {
    padding:0px 40px 0px 40px;
    text-align:center;
    width:100% !important;
    height:50px !important;
    display: inline-block !important;
    padding-top: 10px !important;
    cursor: pointer !important;
    font-size:16px;
}
.search-area .search-content {
    border-radius: 0px 5px 5px 5px;
    margin-top: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}
/*.search-area .search-content label {*/
/*font-size: 12px;*/
/*}*/
.search-area .search-content .input-group-text {
    width: auto;
    border:0px !important;
    border-radius: 5px 0px 0px 5px;
    background-color: white;
    margin:0px;
    color: #1e73be;
}
.search-area .search-content .form-control {
    border-radius: 0px 5px 5px 0px !important;
    font-size: 13px;
    height: 45px;
    border:0px;
}
.search-area .my-btn {
    border-radius: 5px;
    background-color: #EF672D;
    color: white !important;
    height: 45px;
    width: 100%;
}
.search-area .my-btn:hover {
    background-color: #222222;
}
.search-area .type-radio-button input[type="radio"]:checked + span::after,.search-area .type-radio-button input[type="radio"]:checked + span::before {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    z-index: 1;
}
.search-area .type-radio-button input[type="radio"]:checked + span::after {
    border-color: rgba(175, 23, 34, 0);
    border-top-color: #EF672D;
    border-width: 6px;
    margin-left: -6px;
    margin-top: 1px; /* Slight adjustment to position below the link */
}
.search-area .type-radio-button input[type="radio"]:checked + span::before {
    border-color: rgba(175, 23, 34, 0);
    border-top-color: #EF672D;
    border-width: 12px;
    margin-left: -12px;
    margin-top: -6px; /* Slight adjustment to position below the link */
}
.search-area .type-radio-button input[type="radio"]:checked + span {
    position:relative !important;
    background-color:#EF672D !important;
    color:white !important;
    z-index: 1 !important;
}
.main-banner{
    background:url('https://fh-transfer.de/assets/img/slider-2.webp');
    background-color: grey;
    background-size:cover;
    padding:55px 0px 52px 0px;
}
.banner-heading{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}
.banner-sub-heading{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
#search_area input{
    padding-left:3px !important;
    padding-right:3px !important;
}
#search_area select{
    padding-left:0px !important;
    padding-right:0px !important;
}
#search_area .input-group-text{
    padding-left:15px !important;
    padding-right:15px !important;
}
#search_area select:focus,
#search_area input[type="text"]:focus{
    border-color: rgba(0, 122, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 122, 255, 0.6);
    outline: 0 none;
}
#search_area .custom-padding .col-lg-6, #search_area .custom-padding .col-lg-4{
    padding-left:5px !important;
    padding-right:5px !important;
}
.border-left{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.booking-container .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    box-shadow: none;
}

.booking-container .accordion-button {
    background:#edf7ff;
    color: #222 !important;
    font-size: 15px !important;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #eee;
    padding:5px;
}

.booking-container .accordion-button:focus {
    border-color: #eee;
    outline: none;
    box-shadow: none;
}

.booking-container .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #1e73be;
}

.booking-container .accordion-button:not(.collapsed):after {
    background-image: inherit;
    content: "\f068";
    color: #fff;
    transform: inherit;
}

.booking-container .accordion-button:after {
    background-image: inherit;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    color: #222;
    font-weight: 600;
    transform: translateY(-50%) !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*responsive.css*/
@media (max-width: 992px) {
    .padding{ padding: 50px 0; }
    .sm-padding{ padding: 15px; }
    p br{ display: none; }
    span br{ display: none; }
    .default-btn{ padding: 0 30px; }
    .section-heading h2{
        font-size: 32px;
        line-height: 42px;
    }
    .section-heading br{ display: inherit; }
    .grid-post{ margin: 0; }
    .about-info{
        display: block;
        column-gap: 20px;
    }
    .about-info li h2{margin-top: 25px;}
    .about-img:before{
        right: 90px;
        bottom: 0;
    }
    .about-img .about-img2 {
        right: 30px;
        bottom: -100px;
    }
    .service-section .bg-half{
        height: 496px;
    }
    .swiper-outside .swiper-nav{ display: none; }
    .booking-car,
    .booking-section:before{ display: none;}
    .booking-section:after {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
        height: 60px;
    }
    .booking-wrap .section-heading h2{ font-size: 32px; }
    .taxi-holder{
        background-image: none;
    }
    .taxi-holder .mockup,
    .location-marker,
    .taxi-holder .taxi,
    .taxi-holder .charecter{
        display: none;
    }
    .testimonial-section{ padding: 50px 0; }
    .feature-wrap{
        margin-left: 0;
        padding: 10px;
        margin-top: 60px;
    }
    .testi-item {
        padding:15px;
    }
    .footer-call p span{
        display: inline-block;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .cta-men{ display: none; }
    .cta-content h2{ font-size: 36px; }
    .cta-section{ clip-path: inherit; }
    .cta-content{ text-align: center; }
    .cta-content .cta-call{ justify-content: center; }
    .cta-content .cta-call p span{ text-align: left; }
    .booking-form-2{margin-bottom: 50px;}
    .cta-section-2 .cta-content {
        text-align: left;
        margin-bottom: 35px;
        width: 50%;
    }
    .cta-section-2 .cta-men{
        display: block;
        background-size: 90%;
        right: 10px;

    }
    .page-header-shape{
        width: 30%;
        height: 60px;
    }
    .page-header-shape:after{ height: 45px; }
    .video-box-inner > img{display: none;}
    .taxi-details .section-heading{margin-top: 40px;}
    .driver-details{ margin-top: 40px; }
    .testimonial-section-2 .testi-pagination .swiper-pagination{
        bottom: -20px;
    }
    .contact-form-group .default-btn{ font-size: 14px; }

}

/* Mobile Devices */
@media all and (max-width: 768px) {
    .padding{ padding: 50px 0; }
    .xs-padding{ padding: 15px; }
    .section-heading p br,
    br{ display: none; }
    .section-heading h2{
        font-size: 24px;
        line-height: 34px;
    }
    .about-img:before {
        right: 75px;
        bottom: -35px;
        height: calc(100% + 50px);
    }
    .about-img .about-img2 {
        right: 15px;
        bottom: 30px;
    }
    .service-section .bg-half{
        height: 547px;
    }
    .booking-form{
        grid-template-columns: 1fr;
    }
    .booking-section:after{ display: none; }
    .booking-wrap .section-heading h2{ font-size: 24px; }

    .cta-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .cta-content .cta-call p a{ font-size: 22px; }
    .footer-top .brand:before{
        clip-path: inherit;
    }
    .footer-top-wrap{
        background-color: #222;
        overflow: hidden;
    }
    .footer-call p span,
    .footer-call p a{
        font-size: 20px;
    }
    .footer-top .brand{
        display: block;
        text-align: center;
        padding: 8px 8px;
    }
    .footer-top .brand p{
        padding: 0;
        /*margin-top: 20px;*/
    }
    .footer-top .brand p:before{
        display: none;
    }
    /*.footer-mid-wrap{*/
    /*padding: 50px 0 100px 0;*/
    /*}*/
    .main-slider-2 .swiper-nav{ display: none; }
    .booking-form-2 .col-lg-8{
        padding: 50px 20px;
    }
    .booking-form-2{clip-path: none;}
    .cta-section-2:before,
    .cta-section-2 .cta-content{width: 100%;}
    .cta-section-2 .cta-men{display: none;}
    .page-header-shape {
        width: 40%;
        height: 50px;
    }
    .page-header-shape:after {
        height: 35px;
        left: -100px;
    }
    .service-details-list,
    .service-features{ grid-template-columns: 1fr; }
    .service-details-list > div{ margin-top: 20px; }
    .taxi-details-img img {
        margin-left: 0;
        margin-top: 30px;
    }
    .taxi-details-img .price{
        right: 35px;
        top: 10px;
    }
    .taxi-features{grid-template-columns: 1fr;}
    .taxi-booking-form{ grid-template-columns: 1fr; }
    .contact-form-group{
        display: block;
    }
    .contact-form-group .form-field:not(:last-of-type){
        margin-bottom: 20px;
    }
    .contact-section .contact-details li{display: block;}
    .contact-section .contact-details li i{
        display: block;
        margin-bottom: 15px;
    }

}
@media all and (max-width: 580px) {
    .pricing-tab-menu li:not(:last-of-type) {
        padding-right: 25px;
    }
    .pricing-tab-menu li:not(:last-of-type):before {
        width: 15px;
        right: 5px;
    }
    #pricing-tab-content .tab-pane{
        margin-top: 15px;
    }
    .app-feature li:not(:last-of-type){
        margin-bottom: 20px;
    }
}
/*flatpickr_material_orange.css*/
.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
    border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    border: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #ef672d;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #ef672d;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-month {
    border-radius: 5px 5px 0 0;
    background: #ef672d;
    color: #fff;
    fill: #fff;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #fff;
    fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
          /*rtl:begin:ignore*/
    /*
          */
    left: 0;
    /*
          /*rtl:end:ignore*/
    /*
          */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
          /*rtl:begin:ignore*/
    /*
          */
    right: 0;
    /*
          /*rtl:end:ignore*/
    /*
          */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    /*fill: #f90;*/
    fill: black;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(72,72,72,0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.numInputWrapper span:hover {
    background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
    background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(72,72,72,0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(72,72,72,0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
    background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(255,255,255,0.5);
    background: transparent;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #ef672d;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #ef672d;
    outline: none;
    padding: 0;
}
.flatpickr-weekdays {
    background: #ef672d;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: #ef672d;
    color: rgba(0,0,0,0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
    border-left: 1px solid rgba(72,72,72,0.2);
    border-right: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 rgba(72,72,72,0.2);
    box-shadow: -1px 0 0 rgba(72,72,72,0.2);
}
.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #484848;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e2e2e2;
    border-color: #e2e2e2;
}
.flatpickr-day.today {
    border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #bbb;
    background: #bbb;
    color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #ef672d;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #ef672d;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #ef672d;
    box-shadow: -10px 0 0 #ef672d;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
    box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(72,72,72,0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #ef672d, 5px 0 0 #ef672d;
    box-shadow: -5px 0 0 #ef672d, 5px 0 0 #ef672d;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    border-left: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(72,72,72,0.3);
    background: transparent;
    cursor: default;
    border: none;
}
.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #484848;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #484848;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eaeaea;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*timepicker.css*/
.timepicker {
    position: absolute;
    z-index: 1000;
    float: left;
    width: 160px;
    padding-bottom: 5px;
    margin: 2px 0 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.timepicker:before,
.timepicker:after {
    content: '';
    border-top: 0;
    display: inline-block;
    position: absolute;
}
.timepicker .icon-up {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MjMyRjZENzU1NjIxMUU3OTkwMjhDMDYyNDEwRUNBQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MjMyRjZEODU1NjIxMUU3OTkwMjhDMDYyNDEwRUNBQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyMzJGNkQ1NTU2MjExRTc5OTAyOEMwNjI0MTBFQ0FBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyMzJGNkQ2NTU2MjExRTc5OTAyOEMwNjI0MTBFQ0FBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GdMqPQAAAZdJREFUeNrUmMlKxEAQhlsE8eQSFyTxWTx5Vhx1xn3XkydvvoMgCOJV8CUUd8UFL+rFN/AV3B39GybQBDNWdTpJpeCDQKqT+ajqJaNUulEG52Af9KuCxiKogp8a76BSNIkVQ8DkE4wXXcKUmZAusRxppzg+JFdmiSAQlRkruoTZZhVJElVLkbAyucssJJQQsTTPO5IwK1POY7P7Jv7AQ3AnUYbTTlqiGXSDB0abjUqSOAItxlhfigxnThxHJGxkdJuNuJaYY8yJkxiJMALwyKiMM5lZpkQr4ZkBozJvYDhLiVPQxni2z5Qp2UrMgC/ii86YEraVGeK+YDoDCRuZV47MFKOd9Gdsu4N56DNlBikS1EpcAM/hyhi4kuFIXDqqRDR6k8pMMiU8lV74jH3mBQyEA0uCJGzaTMv06UFPxAFXoCPDEzZHRh9O1TNRwlPZB/U4c6+TN/9JugadOX6FUmTWdGIT2ItJuAVdAv4XqCezDRrDRH2xG0m4ESJRb2ne+iuxAazXJs5GSvtE0ugBO+AArJo3fgUYAKf2/v/Eyp9gAAAAAElFTkSuQmCC);
}
.timepicker .icon-down {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MzU2NEE0ODU1NjIxMUU3ODcxRUQxRjVDQkRBMzYxNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MzU2NEE0OTU1NjIxMUU3ODcxRUQxRjVDQkRBMzYxNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTY0QTQ2NTU2MjExRTc4NzFFRDFGNUNCREEzNjE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYzNTY0QTQ3NTU2MjExRTc4NzFFRDFGNUNCREEzNjE1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NuD5CwAAAaNJREFUeNrUmMlKxEAQhlsE8aSOG5LxWTx5Vhx1dNz3kydvvoMgCOJV8CUUd8UFL44X38BXcBl1xr9gGjSYpCtJd2oKPphDpdPfVHV3EqX+xjo4AnugT8mLHNgCx2ATNP2XtANqvyiDfkESPeDON8d90KwT6MeuL0HzBPJCJO4D5ngAWihpIyBBikw3uI2Y4zYlPkYkZSnTCW4M5vei6gunZkDZsUyXoQTxTBcMgFdhMlSJa8M5fYGCvnCIIUNt5gmSmPYPMAzeGJWxsTXnmBIzQQNxZfIpV+IqDYm4Ml5Klbg0vOe3iYSOEYeV6QAXjErMcm9AMu+WZbgSc3H/rQJTxmNKnDPaaT5p/45aqEw7OHMpoWMMfDDOmTCZNqbEQtp7PMlUErYZSZwajlEFi7ZO3XFGZfwyJHHCkFiy/RzElekFrYyHUycSOoqMNntgSNCaWHb9rsCRyXxNRMUEo83EtFOYTCWhxIqULxwk8xlTRIyEjskYlREnoaNkKEPttKqEx5RBm62pBolSiEzDSARtzdUsDru0YhAc1l9jizZv9CPAACzc/v9R+XQaAAAAAElFTkSuQmCC);
}
.timepicker .icon-up,
.timepicker .icon-down {
    display: inline-block;
    width: 55px;
    height: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45%;
    opacity: .4;
    cursor: pointer;
}
.timepicker .icon-up:hover,
.timepicker .icon-down:hover {
    opacity: .7;
}
.timepicker {
    position: absolute;
    /* Your other existing styles */
}
.timepicker:before {
    bottom: -7px;
    left: 6px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.timepicker:after {
    bottom: -6px;
    left: 7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ef672d;
}
.timepicker.bottom:before {
    top: -7px;
    bottom:auto !important;
    left: 6px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(239, 103, 45, 1);
    border-top:0px !important;
    border-top-color: rgba(0, 0, 0, 0.2);
}
.timepicker.bottom:after {
    top: -6px;
    bottom:auto !important;
    left: 7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ef672d;
    border-top:0px !important;
}

.timepicker .title{
    padding: 5px 0 5px 0;
    /*color: #888;*/
    width: 100%;
    background:#ef672d;
    color:white;
    cursor: default;
}
.timepicker .close-btn{
    background:#ef672d;
    color:white;
    cursor:pointer;
    clear:both;
    margin-bottom:-5px !important;

}
.timepicker .cell-2 {
    float: left;
    width: 20%;
    min-height: 14px;
    cursor: default;
}
.timepicker .cell-4 {
    width: 40%;
    float: left;
}
.timepicker .handle,
.timepicker .text {
    position: relative;
}
.timepicker .chose-all {
    position: relative;
    margin: 0 10px 0 10px;
}
.timepicker .chose-all .text {
    font: bold 18px/22px arial, sans-serif;
}
.timepicker a {
    color: #aaa;
    text-decoration: none;
}
.timepicker .text {
    color: #666;
}
.timepicker .text a {
    color: #444;
}
.timepicker .text a:active,
.timepicker .text a:focus,
.timepicker .text a:hover {
    color: #222;
}
.timepicker ul {
    list-style: none;
    padding: 0;
    margin: 0 5px;
}
.timepicker li.cell-2 {
    padding: 3px 0;
    cursor: pointer;
}
.timepicker li.cell-2:hover {
    background: #ccc;
    color: #555;
}
.blog-container.template-2 ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
}

.blog-container.template-2 ul li {
    position: relative;
    padding-left: 25px; /* Add space for the tick mark */
}

.blog-container.template-2 ul li::before {
    content: '\2713'; /* Unicode for tick mark */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px; /* Adjust the size of the tick */
    color: #ef672d; /* Change the color of the tick */
}
#search_area .append-field, #search_area .append-field2{
    background-color:#2196F3;
    border-color:#2196F3;
    color:white;
    width:40px;
    z-index:1;
}
#search_area .remove-field, #search_area .remove-field2{
    background-color:#f44336;
    border-color:#f44336;
    color:white;
    width:40px;
}
#search_area .dropoff-input-group:not(:first-of-type),
#search_area .pickup-input-group:not(:first-of-type) {
    margin-top: 8px;
}
.cursor-default{
    cursor:default !important;
}
.cursor-pointer{
    cursor:pointer !important;
}

.scroller img {
    max-width: 100%;
    height: auto;
}

.scroller img {
    max-width: 100%;
    height: auto;
}

.scroller {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden; /* Hide Overflow */
    position: relative;
}

.scroller__inner {
    display: flex;
    gap: 6rem; /* Space between images */
    flex-wrap: nowrap;
    width: max-content; /* Content width */
    animation: scroll var(--_animation-duration, 20s) linear infinite; /* Continuous Animation */
}

.scroller[data-direction="left"] .scroller__inner {
    animation-direction: reverse; /* Right to Left */
}

.scroller[data-speed="slow"] {
    --_animation-duration: 40s; /* Slow Speed */
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* Only Scroll Half the Content */
    }
}

.scroller__inner:hover {
    animation-play-state: paused; /* Pause on Hover */
}
.carousel-shadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mobile-search-icon{
    margin-right: 25px;
    font-size: 25px;
}
.iti.iti--allow-dropdown{
    width:100%;
}
.my-pill-btn{
    background:#222222 !important;
    border-radius:0px !important;
    color:white;
    margin:0px 10px 0px 0px;
}
.my-pill-btn:hover{
    background:#222222 !important;
    color:white;
}
.my-pill-btn.active{
    background:#ef672d !important;
}
.height-30{
    height:38px !important;
}
.mdtimepicker .mdtp__wrapper{
    bottom:20% !important;
}
.mdtimepicker .mdtp__time_holder{
    background-color:#ef672d !important;
}
.mdtimepicker .mdtp__clock_holder .mdtp__clock .mdtp__digit.active span, .mdtimepicker .mdtp__clock_holder .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {

    background-color:#ef672d !important;
}
.mdtimepicker .mdtp__clock_holder .mdtp__clock .mdtp__digit.active:before {

    background-color:#ef672d !important;
}
.mdtimepicker .mdtp__clock_holder .mdtp__clock .mdtp__clock_dot {

    background-color:#ef672d !important;
}
.mdtimepicker .mdtp__clock_holder .mdtp__clock .mdtp__digit.active span, .mdtimepicker .mdtp__clock_holder .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
    background-color:#ef672d !important;
}
.mdtimepicker .mdtp__clock_holder .mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.card-price{
    background:#eaecee;
    padding:20px;
}
.text-black{
    color:#000000;
}
.highlights {
    list-style: none; /* remove default bullets */
    padding: 0;
    margin: 15px 0px 0px 0px;
}

.highlights li {
    font-size:14px;
    position: relative;
    padding-left: 30px; /* space for the icon */
}

.highlights li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-image: url("../img/black-tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.features li {
    display: flex;
    font-size:15px;
    font-weight:500;
    align-items: center;
    gap: 6px;
}
.vehicle-class-label{
    background:#eaecee !important;
    padding:5px 0px 0px 15px !important;
}
.vehicle-class-label p{
    font-size:16px !important;
    margin-bottom:5px !important;
}
.my-border-1{
    border:1px solid #778591 !important;
}
.btn-width-280{
    width:280px;
}
.default-btnn {
    background-color: #1a73e8;
    border-radius: 2px;
    height: 45px;
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.default-bt {
    background-color: #ef672d;
    border-radius: 2px;
    height: 45px;
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 576px) {
    .default-bt {
        background-color: #ef672d;
        border-radius: 2px;
        height: 45px;
        width: 200px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 0 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin:8px 0 0 0;
    }
}