body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

/* header */
.header {
    padding: 10px 0;
}

.header-list,
.header-right {
    margin: 0;
    padding: 0;
    text-align: justify;
}

.header-list li,
.header-right li {
    list-style: none;
    display: inline-block;
    padding: 10px 0;
}

.header-right li a {
    color: #222;
    font-weight: 500;
    padding: 5px;
    font-size: 14px;
}

.header-list li a {
    font-weight: 500;
    color: #7b7b7b;
    padding: 10px;
    font-size: 14px;
    position: relative;
}

.header-list li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #ee434d;
    bottom: -14px;
    transition: 1s;
    left: 0;
}

.header-list li a:hover::before {
    width: 100%;
    transition: 1s;
}

.top-border {
    border-left: 1px solid #f26f77;
    margin: -6px 2px;
}

.header .logo {
    position: absolute;
    top: -33px;
    left: 0;
}

.header-list li a:hover {
    color: #222;
    text-decoration: none;
}

.header-right li i {
    color: #ee434d;
    font-size: 13px;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
}

.header .dropdown-menu {
    position: absolute !important;
    top: 90% !important;
    transform: none !important;
    z-index: 1100;
    background: #fff;
    border: 1px solid #f1676f;
    border-radius: 8px;
}

.header .dropdown-menu>li {
    padding: 5px 8px;
    margin: 0;
    transition: all 0.3s;
}

.header .dropdown-menu>li:hover {
    transform: translateX(10px);
}

.header .dropdown-menu>li>a {
    color: #222;
    font-size: 13px;
    text-transform: capitalize;
}

.header .dropdown-menu>li>a::before {
    position: unset;
}

.header .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #f1676f;
}

.header-login {
    border: 1px solid #eb7243;
    background-color: #fbe7de;
    padding: 0 10px !important;
}

/* header-end */

/* slider-panel */
.slider-panel {
    padding: 130px 0 250px;
    background: url(../images/slider-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.slider-panel .section-highlight {
    color: #ee434d;
    font-weight: bold;
}

.slider-panel .section-title {
    color: #222;
    font-weight: normal;
}

.slider-panel p {
    color: #6c6969;
}

/* Form-Panel */
.booking-panel {
    position: relative;
    margin-top: 40px;
}

/*book-tab starts*/
.book-list-pills {
    padding-bottom: 20px;
}

.book-tab .book-menu-tabs {
    border: none;
    width: 22%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
}

.book-tab .book-menu-tabs li {
    position: relative;
    flex: 1;
    text-align: center;
}

.book-tab .book-menu-tabs li a {
    background-color: #fff0 !important;
    color: #f16870;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.book-tab .nav-link.active {
    background-color: #ee434d !important;
    color: #fff;
}

/* Tab-Booking-Inner */
.book-height {
    padding: 15px;
    background: #f9c6c9;
    border-radius: 12px;
    border: 1px solid #f9c6c9;
}

.book-height .book-form {
    border-radius: 8px;
    padding: 12px;
}

.book-form .book-group {
    position: relative;
}

.book-form .book-control {
    font-size: 15px !important;
    width: 100%;
    height: 45px;
    background-color: #fff;
    color: #222;
    border: none;
}

.book-form .book-control:not(.selectize-control),
.book-form .book-control>.selectize-input {
    padding: 15px 10px 5px 25px;
    font-weight: 500;
    box-shadow: none;
}

.book-form .book-control .selectize-input {
    border: none !important;
}

.book-group .selectize-control.single .selectize-input:after {
    top: 65%;
    right: calc(0.75rem + 10px);
}

.book-form .field-img {
    position: relative;
    margin: 0 -5px;
}

.book-form .field-img img {
    position: absolute;
    z-index: 111;
    left: 5px;
    top: 10px;
    max-height: 24px;
}

.book-icon-swap {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: -12px;
}

.book-icon-swap i {
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
    color: #ee444e;
    border: 1px solid #ccc;
}

.book-form .book-button {
    background: #ee434d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    border-radius: 30px;
    position: relative;
    padding: 11px 50px 11px 20px;
    margin: 0;
}

.book-form .book-button::after {
    background: #bf353d;
    font-family: "Font Awesome 5 free";
    content: '\f002';
    font-weight: 900;
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 12px 15px 12px 10px;
    border-radius: 0 30px 30px 0;
}

.book-form button:focus {
    outline: none;
}

.slider-bus {
    user-select: none;
    position: absolute;
    bottom: 28px;
    right: 23rem;
}

.slider-contact {
    margin: 30px 0;
    position: absolute;
    right: 11rem;
    text-align: center;
    top: 12px;
}

.slider-contact a {
    color: #000;
    font-size: 16px;
}

.slider-contact i {
    margin-right: 10px;
}

/* slider-end */

/* Title-section */
.section-title {
    font-weight: bold;
}

.section-highlight {
    color: #ee434d;
}

/* title-end */

/* service */
.service-section {
    padding: 50px 0;
}

.service-inner h5 {
    font-weight: bold;
}

.service-inner {
    border: 1px solid #f2f2f2;
    padding: 0 20px;
    height: 100%;
}

.service-inner:hover {
    background-color: #ee434d;
    color: #fff;
}

/* service-end */

/* amenity-section */
.amenity-section {
    padding: 50px 0;
}

.amenity-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.amenity-title {
    font-weight: bold;
}

.amenity-card:hover .amenity-icon {
    background: #fdefe9;
}

.amenity-card img {
    transition: 2s;
}

.amenity-card:hover img {
    transform: scaleX(-1);
    transition: 2s;
}

.amenity-card:hover h6 {
    color: #e85b24;
}

.amenity-icon {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    border: 5px solid #fdefe9;
}

.amenity-icon::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #e85b24;
    width: 10px;
    height: 10px;
}

.amenity-text {
    padding: 0 15px;
    color: #525252;
}

/* amenity-end */

/* booking-section */
.booking-section {
    padding: 50px 0;
}

.booking-section .section-title {
    color: #ef4e57;
}

.booking-content {
    display: flex;
    align-items: center;
    color: #e85b24;
}

.booking-text {
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 30px;
}

.booking-accordion-content {
    padding: 20px;
}

.booking-heading .btn {
    background-color: #ef4e57;
    font-weight: bold;
    border-radius: 0%;
}

.booking-heading .btn.collapsed {
    background-color: #3e3e52;
}

.booking-heading .btn:focus {
    box-shadow: none;
}

.booking-heading .btn:hover {
    color: #fff;
}

.booking-heading:hover img {
    transform: scaleX(-1);
    transition: 1s ease-in;
}

.booking-function button {
    padding: 0 10px;
    color: #ffff
}

.booking-inner {
    height: 100%;
    position: relative;
}

.booking-bg {
    margin: 20px 0;
}

.booking-image {
    background-color: #ef4e57;
    color: #ffff;
    height: 100%;
    position: relative;
}

.booking-inner::after,
.booking-image::after {
    content: '';
    text-align: center;
    background: #000;
    background-blend-mode: multiply;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
}

.booking-inner:hover::after,
.booking-image:hover::after {
    opacity: 0;
}

.booking-title {
    font-weight: bold;
}

/* booking-end */

/* app-section */
.app-section {
    padding: 50px 0;
}

.app-card {
    padding: 10px 25px;
}

.app-title {
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    padding-left: 5px;
}

.app-card p {
    padding: 10px 0;
    color: #454545;
}

.app-card:hover h6 {
    color: #f1434d;
}

.app-logo {
    background: #ffffff3b;
    color: #222;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px #dcd0cb;
    text-align: center;
    border-radius: 5px;
}

.app-logo h6 {
    margin: 0.5rem;
    font-size: .9rem;
}

/* app-end */

/* feature-section */
.feature-section {
    padding: 50px 0;
    background: #ee434d;
    color: #fff;
}

.feature-inner:hover img {
    transform: scaleX(-1);
    transition: 1s ease-in;
}

.feature-inner h5 {
    font-weight: bold;
}

.feature-inner p {
    color: #ffffffde;
}

.feature-inner {
    padding: 24px;
    background-color: #d63c45;
    margin: 10px 0;
}

/* feature-end */

/* facility-section */
.facility-section {
    background-color: #f4f4f4;
    padding: 40px 0;
}

.facility-section h3 {
    font-weight: bold;
    padding: 40px 0;
}

.facility-heading {
    letter-spacing: 1px;
    text-align: justify;
}

.facility-heading-1 {
    font-weight: bold;
    padding-bottom: 20px;
}

.facility-list {
    list-style-type: none;
    padding-left: 10px;
}

.facility-list::marker {
    font-family: "Font Awesome 5 free";
    content: '\f138';
    font-weight: 900;
    color: #00bb81;
    font-size: 13px;
}

.facility-inner {
    padding-inline-start: 10px;
    font-size: 16px;
}

/* facility-end */

/* route-section */
.route-section {
    padding: 40px 0;
}

.route-inner h6 {
    color: #e85b24;
}

.route-list::marker {
    font-family: "Font Awesome 5 free";
    content: '\f101';
    font-weight: 900;
    color: #e85b24;
}

.route-list {
    list-style-type: none;
    padding-left: 15px;
    line-height: 2;
}

.route-inner,
.slider-inner {
    margin: 10px 5px;
    position: relative;
}

.route-title {
    background: #151d25ad;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
}

.route-title h6 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.route-inner img,
.slider-inner img {
    border-radius: 5px;
}

.slider-nav .slick-prev {
    left: 5px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    z-index: 1;
    background: #ffffffdd;
}

.slider-nav .slick-prev::before {
    content: "\f104";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #000;
    font-size: 12px;
}

.slider-nav .slick-next {
    right: 5px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #ffffffdd;
}

.slider-nav .slick-next::before {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #000;
    font-size: 12px;
}

/* route-end */
.float-pane {
    display: grid;
    position: fixed;
    place-items: center;
    bottom: 25px;
    right: 10px;
    z-index: 100;
}

.float-pane a {
    margin: 10px 0;
}

/* footer */
.footer-top {
    background: #fdefe9;
    padding: 30px 0;
}

.footer-top a,
.footer-top p {
    color: #222;
    font-size: 14px;
    line-height: 2;
    margin: 0;
    letter-spacing: 0.5px;
}

.footer-top li {
    position: relative;
}

.footer-top a:hover {
    color: #000;
}

.footer-top ul {
    list-style: none;
    padding-inline-start: 20px;
    margin: 0;
}

.footer-top h5 {
    color: #ef555d;
    font-weight: bold;
    margin: 20px 0;
    letter-spacing: 1px;
    font-size: 20px;
}

.footer-top .footer-links {
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
}

.footer-top ul li i {
    color: #00bb81;
    position: absolute;
    left: -22px;
    top: 8px;
}

.footer-bottom {
    background-color: #ee434d;
    padding: 10px 0;
}

.footer-bottom a,
.footer-bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    margin: 0;
    letter-spacing: 0.5px;
}

.social-links i {
    position: relative;
    left: 0;
    top: 8px;
    color: #00bb81;
    padding: 0 5px;
    opacity: 0.8;
}

.social-links a:hover i {
    opacity: 1;
}

.partners {
    padding: 30px 0 0;
}

.partners h5 {
    color: #000 !important;
    font-weight: bold;
}

.partners h6 {
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 50px;
}

/* footer-end */

/* media */
@media(max-width:992px) {
    .header .logo {
        position: relative;
        top: 0;
    }

    .header-list li a::before {
        bottom: 0;
    }

    .top-border {
        border: 0;
    }

    .slider-panel {
        padding: 30px 0 300px;
        background-size: cover;
    }

    .book-tab .book-menu-tabs {
        width: auto;
    }

    .book-form .book-control {
        margin: 10px 0;
    }

    .book-icon-swap i {
        transform: rotate(90deg);
    }

    .book-icon-swap {
        top: 50px;
        right: 40px;
    }

    .slider-bus {
        bottom: 0;
        right: 0;
    }

    .slider-contact {
        position: relative;
        right: 0;
    }

    .service-section,
    .amenity-section,
    .booking-section,
    .app-section,
    .feature-section,
    .facility-section,
    .route-section {
        padding: 20px 0;
    }

    .service-inner {
        height: auto;
        margin: 10px 0;
    }

    .route-inner ul {
        padding-inline-start: 10px;
    }
}
