.our-bus {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: 21px;
    margin-top: 7px;
    font-weight: bold
}

.service-row .service-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

.service-row .service-text h4 {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
}

.create-event.ourbus input {
    border: none;
    min-width: unset;
    background: white !important;
    color: black;
}

a {

    text-decoration: none !important;
}

.navigation {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 25px;
    background-color: rgba(0,119,58,1);
    z-index: 1
}


.menu-wrap {
    display: flex;
    align-items: center
}

.navigation.active-class {
    display: flex
}

.menu-list {
    margin: 0 auto
}

.menu-list li a {
    margin-bottom: 10px;
    display: inline-block;
    color: #0a121e;
    font-size: 1.8rem
}

.phone-wrap,.email-wrap,.origin,.location,.travel,.time,.passenger,.check-wrap {
    position: relative
}

.icon-tel {
    width: 20px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -11px;
    background: var(--phoneiconslimURL) no-repeat center center;
    background-size: contain
}

.icon-call {
    background-position: -162px -18px;
    width: 20px;
    height: 19px
}

.menu-list .tel {
    display: inline-block;
    font-size: 1.8rem;
    padding: 8px 24px;
    background: #ff3131;
    border-radius: 8px
}

.discount {
    display: block;
    color: #bd8406;
    font-size: 12px;
    margin-bottom: 15px;
    font-family: 'Sohne-Kraftig',Sans-serif
}

.menu-list .call-back {
    display: inline-block;
    background: #fff;
    font-size: 1.8rem;
    color: #509c53;
    padding: 8px 24px;
    border: 2px solid #509c53;
    border-radius: 8px;
    margin-bottom: 9px
}

.time-block {
    padding: 18px 0;
    background: #f5f5f5;
    text-align: center
}

.time-block .container {
    max-width: 1210px
}

.time-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.time-content {
    display: flex;
    justify-items: center;
    align-items: center
}

.time-content .icon-clock {
    background: var(--clockgreyURL) no-repeat;
    width: 22px;
    height: 16px;
    margin-right: 10px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle
}

.time-content .times {
    display: inline-block;
    font-size: 1.4rem
}

.bus-charter {
    padding: 30px 0 10px;
    background: #fff
}

.bus-charter .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 23px
}

.bus-charter .container .form-box {
    width: 100%;
    display: flex
}

@media all and (min-width: 1024px) {
    .bus-charter .container .form-box {
        width:50%
    }
}

.rating-info {
    display: flex;
    align-items: center
}

.charter-wrap {
    display: grid;
    grid-template-areas: 'one' 'two' 'three'
}

.rating-content {
    position: relative;
    grid-area: one;
    z-index: 1
}

.icon-rating {
    background: var(--starratingURL) no-repeat;
    width: 119px;
    height: 15px;
    display: inline-block;
    margin-bottom: 1px;
    background-size: contain
}

.rating-content .ratings {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 4px;
    color: #686868
}

.google-wrap {
    display: inline-block
}

.trust {
    display: inline-block;
    margin-left: 2px
}

.symbol {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 2px;
    color: #686868
}

.img-wrap {
    margin-bottom: 15px
}

.rally {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.rally h1 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    position: relative;
    z-index: 9999;
    font-family: 'SÃ¶hne-Halbfett',Sans-serif
}

.rally::after {
    position: absolute;
    content: '';
    left: 0;
    top: 23px;
    background-image: var(--lineURL);
    width: 101%;
    height: 21%;
    background-repeat: no-repeat;
    display: none
}

.rating-content h2 {
    font-family: 'SÃ¶hne-Halbfett',Sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #b9b9b9
}

.rating-content p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 28px;
    color: #242424
}

.btn-wrap {
    grid-area: two;
    max-width: 389px;
    text-align: center !important;
}

.btn-wrap .tel {
    display: inline-block !important;
    justify-content: center;
    font-size: 1.8rem;
    padding: 16px 25px 11px;
    font-family: 'sohne-buch',sans-serif;
    background: #ff3131;
    border-radius: 50px;
    margin-bottom: 9px;
    text-decoration: none !important;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(7,4,146,0.1),0px 24px 60px rgba(6,47,125,0.05),0px 12px 24px rgba(27,59,119,0.05)
}

.btn-wrap .discount {
    display: block;
    font-size: 1.6rem;
    color: rgba(189,132,6,1);
    margin-bottom: 31px;
    text-align: center;
    transition: al .5s;
    pointer-events: none
}

.btn-wrap .discount:hover {
    color: #00773a;
    text-decoration: underline;
    text-align: center;
}

.list-wrap {
    position: relative;
    grid-area: three;
    padding-left: 5px;

}

.list-wrap span {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 12px;
    margin-bottom: 26px;
    line-height: 1
}

.list-wrap .checks-wrap {
    display: flex;
    align-items: center
}

.icon-right {
    width: 16px;
    height: 12px;
    margin-top: -29px;
    background: var(--righticongreyURL) no-repeat
}

.form-content {
    color: #fff;
    border-radius: 16px;
    background-color: none;
    padding: 0;
    width: 100%
}

@media all and (max-width: 639px) {
    .form-content iframe {
        height:1070px;
        margin: -30px 0
    }
}

.sm-trip {
    right: -7px;
    top: -3px;
    position: relative
}

.contact-info {
    padding: 0 17px
}

.contact-info h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 28px;
    font-family: 'SÃ¶hne-Halbfett',Sans-serif
}

.contact-info label {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 6px;
    font-family: 'Sohne-Kraftig',Sans-serif
}

.ctabottom {
    color: #fff;
    z-index: 999999999999999;
    background: #ff3131;
    width: 100%;
    position: fixed;
    text-align: center;
    justify-content: center;
    bottom: 0;
    font-size: 18px;
    transition: .9s;
    font-weight: 400;
    border: none;
    padding: 10px 5px;
    display: flex;
    gap: 2px;
    font-weight: 900;
}

.contact-info input {
    font-size: 1.4rem;
    border-radius: 9.04847px;
    background: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 31px;
    color: black;
    font-family: 'sohne-buch',sans-serif;
    height: 40px
}

.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none
}

.label-container input:checked ~ .checkmark:after {
    display: block
}

.label-container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: 1px solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.round-trip {
    font-size: 1.8rem;
    max-width: 56px;
    text-align: right;
    line-height: .8;
    display: inline-block;
    font-family: 'SÃ¶hne-Halbfett',Sans-serif
}

.form-wrap .icon-check {
    width: 60px;
    height: 40px;
    background: var(--checkboxiconURL) no-repeat;
    transform: translate(0)!important
}

.form-wrap.return-schedule {
    display: none
}

.form-wrap.return-schedule.return-time {
    display: block
}

.icon-mark {
    width: 20px;
    height: 20px;
    background: var(--markURL) no-repeat;
    transform: translate(0)!important
}

.trip-info {
    display: flex;
    align-items: flex-end
}

.form-wrap {
    position: relative
}

.form-wrap i {
    transform: translate(0%,-50%);
    top: 53%!important
}

.icon-user {
    position: absolute;
    left: 8px;
    top: 40px;
    background: var(--firstnameURL) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px
}

.icon-phone {
    position: absolute;
    left: 9px;
    top: 40px;
    background: var(--cellphoneURL) no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px
}

.icon-email {
    position: absolute;
    left: 11px;
    top: 40px;
    background: var(--emailURL) no-repeat;
    background-size: contain;
    width: 14px;
    height: 12px
}

.icon-origin {
    position: absolute;
    left: 11px;
    top: 38px;
    background: var(--triporiginURL) no-repeat;
    background-size: contain;
    width: 13px;
    height: 20px
}

.icon-location {
    position: absolute;
    left: 9px;
    top: 40px;
    background: var(--destinationURL) no-repeat;
    background-size: contain;
    width: 20px;
    height: 17px
}

.icon-date {
    position: absolute;
    left: 8px;
    top: 40px;
    background: var(--travelDateURL) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px
}

.icon-passenger {
    position: absolute;
    left: 9px;
    top: 40px;
    background: var(--passengersURL) no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px
}

.icon-time {
    position: absolute;
    left: 8px;
    top: 40px;
    background: var(--pickuptimeURL) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px
}

.check-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px
}

.check-wrap .check-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #00773a;
    margin-left: 55px
}

.round {
    display: inline-block;
    margin-left: 13px;
    margin-top: -10px
}

.icon-apps {
    position: absolute;
    right: 57px;
    top: 16px;
    background-position: -348px -275px;
    width: 17px;
    height: 16px
}

.form-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border-radius: 50px;
    background: #ff3131;
    padding: 11px 25px;
    width: 100%;
    font-weight: 700;
    margin-top: 16px;
    color: #4f4f4f;
    font-family: 'Sohne-Kraftig',Sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: all .5s
}

.form-wrapper .btn:hover .icon-swap {
    display: none
}

.form-wrapper .btn:hover .icon-swap.icon-swap.white-icon {
    display: block
}

.icon-swap {
    width: 18px;
    height: 24px;
    margin-right: 10px;
    background: var(--swapgreyURL) no-repeat
}

.icon-swap.white-icon {
    display: none;
    background: var(--whitesvgURL) no-repeat
}

.our-journey {
    padding: 39px 0;
    margin-bottom: 4px
}

.our-journey .sm-text {
    font-size: 1.7rem;
    line-height: 1.5
}

.our-journey .container {
    padding: 0 24px
}

.our-journey h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
    line-height: 1.4;
    font-family: 'Sohne-Kraftig',Sans-serif
}

.sm-text {
    display: none;
    text-align: center;
    color: #686868;
    font-size: 2.4rem;
    margin-bottom: 20px
}

.sm-text.mobile-text {
    display: block;
    color: #686868;
    font-size: 1.6rem
}

.mini-bus {
    position: relative;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 24px
}

.mini-bus h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 9px;
    letter-spacing: .5px
}

.seats-info {
    color: #ebebeb;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block
}

@media all and (min-width: 768px) {
    .journey-wrap .slick-dots {
        margin-top:18px
    }
}

.mini-bus::after {
    content: '';
    position: absolute;
    left: 39px;
    top: 0;
    height: 100%;
    width: 75%;
    background: linear-gradient(98.35deg,#434141 28.95%,#434141 98.39%);
    border-radius: 16px;
    z-index: -1
}

.slick-dots {
    display: flex;
    justify-content: center
}

.slick-dots button {
    text-indent: -9999em;
    width: 8px;
    height: 4.5px;
    border-radius: 12px;
    border: 1px solid #ff3131;
    margin-right: 5px;
    cursor: pointer
}

.slick-dots .slick-active button {
    background: #ff3131
}

.all-details {
    padding: 18px 15px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 14px;
    display: flex;
    align-items: center
}

.all-details span {
    padding: 7px 9px;
    background: #ccc;
    border-radius: 4px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.icon-seat {
    background: var(--seatURL) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-position: center
}

.icon-charger {
    width: 38px;
    height: 38px;
    background: var(--chargerURL) no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center
}

.icon-live {
    background: var(--liveURL) no-repeat;
    width: 42px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-position: center
}

.icon-wifi {
    width: 36px;
    height: 32px;
    background: var(--wifiURL) no-repeat;
    background-size: contain;
    display: inline-block;
    background-position: center
}

.details h4 {
    font-size: 1.4rem;
    color: #242424;
    font-weight: 600;
    margin-bottom: 5px
}

.details h5 {
    font-size: 1.2rem;
    color: #686868
}

.one-stop {
    padding-top: 65px;
    padding-bottom: 20px;
    overflow: hidden!important
}

.one-stop h2 {
    font-size: 2rem;
    line-height: 30px;
    text-align: center;
    color: #242424;
    margin-bottom: 29px;
    font-family: 'Sohne-Kraftig',Sans-serif
}

.travel-card {
    box-shadow: -4px 4px 0 #ff3131;
    border-radius: 12px;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 100%
}

.travel-details {
    padding: 8px 16px 16px 16px
}

.one-stop h4 {
    font-size: 1.8rem;
    line-height: 21px;
    color: #242424;
    display: block;
    margin-bottom: 8px;
    font-family: 'Sohne-Kraftig',Sans-serif
}

.one-stop p {
    font-size: 1.2rem;
    line-height: 14px;
    color: #242424;
    margin-bottom: 17px;
    overflow: hidden
}

.one-stop p br {
    display: none!important
}

.one-stop .read-more.hide {
    display: none
}

.one-stop .read-more {
    font-size: 1.2rem;
    line-height: 14px;
    text-decoration-line: underline;
    color: #334c9f;
    display: block;
    width: fit-content;
    transition: all .5s
}

.one-stop .read-more:hover {
    color: #00773a
}

.one-stop .slick-list {
    margin: 0 -6px;
    margin-bottom: 20px;
    overflow: visible!important
}

.one-stop .slick-slide>div {
    margin: 0 11px
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.one-stop .slick-arrow {
    position: absolute;
    right: 0;
    top: 185px;
    left: auto;
    transform: translate(0,-50px);
    width: 36px;
    height: 36px;
    background-color: #ff3131!important;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 100px;
    font-size: 0;
    cursor: pointer;
    transition: all .5s;
    z-index: 1;
    background-position: center
}

.owl-carousel .owl-nav .owl-prev,.one-stop .slick-prev.slick-arrow {
    background-image: var(--travelleftURL)!important;
    background-repeat: no-repeat!important;
    right: auto!important;
    top: 185px;
    left: 0;
    transform: translate(0,-50px);
    background-position: center!important
}

.owl-carousel .owl-nav .owl-next,.one-stop .slick-next.slick-arrow {
    background-image: var(--travelrightURL)!important;
    background-repeat: no-repeat!important;
    background-position: center!important
}

.owl-theme .owl-dots,.one-stop .slick-dots {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-left: 9px;
    justify-content: center
}

.owl-theme .owl-dots .owl-dot span,.one-stop .slick-dots button {
    font-size: 0;
    width: 15px;
    height: 7.5px;
    margin: 0;
    border-radius: 12px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span,.one-stop .slick-dots .slick-active button {
    background: #ff3131
}

.owl-theme .owl-dots .owl-dot,.one-stop .slick-dots li {
    margin-right: 5px
}

.our-services {
    padding: 3px 0 35px
}

.our-services .container {
    padding: 0 20px
}

.our-services .services-wrappers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.left-side h2 {
    font-family: 'SÃ¶hne-Halbfett',Sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 35px
}

.left-side .contact-inform {
    display: none
}

.right-side .content-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 42px;
    padding: 0 20px
}

.right-side .btn-wrap {
    margin-top: 70px
}

.btn-wrap .contact-text {
    color: #bd8406;
    transition: all .5s
}

.btn-wrap .contact-text:hover {
    opacity: 1
}

.tel:hover .icon-tel {
    transition: all .5s;
    filter: brightness(5)
}

.content-wrap .content-icon {
    background: #ff3131;
    height: 48px;
    width: 48px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.content-details h3 {
    font-family: 'Sohne-Kraftig',Sans-serif;
    font-size: 1.8rem;
    word-spacing: 5px;
    margin-bottom: 7px
}

.content-details p {
    font-size: 1.4rem;
    color: #686868;
    line-height: 1.2
}

.icon-cancel {
    width: 38px;
    height: 38px;
    background: var(--cancelURL) no-repeat;
    background-size: contain
}

.icon-safe {
    background: var(--safeURL) no-repeat;
    width: 38px;
    height: 38px;
    background-size: contain
}

.icon-fleet {
    background: var(--mdicarseatURL) no-repeat;
    width: 33px;
    height: 33px;
    background-size: contain
}

.icon-support {
    background: var(--supportURL) no-repeat;
    width: 38px;
    height: 38px;
    background-size: contain
}

.icon-rate {
    background: var(--rateURL) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain
}

.query-block {
    padding: 29px 0
}

.query-block .container {
    padding: 0 24px
}

.query-block h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 37px;
    line-height: 1.4;
    font-family: 'Sohne-Kraftig',Sans-serif;
    color: #242424
}

.accordion-wrap {
    position: relative;
    border-bottom: 1px solid rgba(36,36,36,0.3);
    margin-bottom: 30px
}

.accordion-wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 17px;
    padding-right: 32px;
    line-height: 1.1;
    font-family: 'Sohne-Kraftig',Sans-serif;
    color: #4f4f4f
}

.accordion-wrap ul {
    margin: 15px 0
}

.accordion-wrap ul.disc li {
    position: relative;
    padding-left: 25px
}

.accordion-wrap ul.disc li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 8px;
    content: '';
    left: 10px;
    background: #000
}

.accordion-wrap li,.accordion-wrap p {
    max-width: 90%;
    line-height: 1.4;
    font-size: 1.4rem
}

.accordion-wrap a {
    color: #5babc6
}

.accordion-content {
    display: none;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.toggle-wrap {
    position: absolute;
    right: 1px;
    top: -5px;
    background: #ff3131;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.icon-open-closed {
    background: var(--dropdownURL) no-repeat;
    background-size: contain;
    width: 11px;
    height: 8px;
    transition: all .2s
}

.active .icon-open-closed {
    transform: rotate(180deg)
}

.contact-section {
    padding: 28px 0 425px;
    background-image: linear-gradient(to bottom, #418f44eb 0, #41a345e3 33%, #ffffff00 56%, rgba(55, 182, 60, 0.3) 77.08%, rgba(26, 174, 32, 0) 100%), url(/Images/girl.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain
}

@media all and (max-width: 767px) {
    .contact-section {
        padding-bottom:380px
    }
}

.contact-section h2 {
    font-size: 3rem;
    font-family: 'SÃ¶hne-Halbfett',Sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 15px
}

.contact-text {
    font-size: 1.6rem;
    font-family: 'Sohne-Kraftig',Sans-serif;
    display: block;
    text-align: center
}

.contact-section .contact-text {
    color: #fff!important
}

.Combined-Shape {
    max-width: 400px;
    background-color: #fff;
    margin: auto;
    border-radius: 3px;
    position: relative;
    border: 1px solid #323232
}

.charter_img {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px
}

.charter_img img {
    margin: 0 auto
}

._CmnDIV {
    width: 100%
}

._sucssCHRTMN {
    padding: 50px 20px 45px
}

@media all and (max-width: 767px) {
    ._sucssCHRTMN {
        padding-left:15px;
        padding-right: 15px
    }

    ._sucssCHRTMN ._ChrtSuccP br {
        display: none
    }
}

._CmnDIV .btn-lg {
    padding: 10px 16px;
    font-family: 'SÃ¶hne-Halbfett',Sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background-color: #4caf50;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 100%;
    border: 0
}

._ChrtSuccH {
    font-family: 'SÃ¶hne-Halbfett',Sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #323232;
    margin-top: 0;
    margin-bottom: 10px
}

._ChrtSuccPtxt {
    color: #323232;
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 0;
    text-align: center
}

@media all and (max-width: 767px) {
    ._ChrtSuccPtxt {
        color:#323232;
        font-size: 1.8rem;
        line-height: 1.5
    }
}

._chrtErr {
    border: 2px solid red
}

.navbar {
    margin-bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 8px rgba(0,0,0,0.12);
    border: 0
}

.navbar .btn-wrap {
    position: relative;
    display: inline-block
}

.navbar .btn-wrap .tel {
    font-size: 16px;
    padding: 10px 24px 7px;
    border-radius: 8px;
    min-width: 200px;
    height: 40px;
    margin: 0;
    box-shadow: none;
    font-weight: 600
}

.navbar .btn-wrap .tel.with-border {
    background: 0;
    border: 2px solid #509c53;
    color: #509c53;
    font-family: 'Sohne-Kraftig',Sans-serif;
    padding-top: 7px;
    padding-bottom: 6px
}

.navbar .btn-wrap .icon-tel {
    top: -1px;
    left: -12px;
    width: 20px;
    height: 20px
}

.charter .navbar-nav li+li {
    margin-left: 16px
}

.charter .navbar-nav {
    padding-top: 0
}

.navbar .btn-wrap .icon-tel.outline {
    display: inline-block;
    position: relative;
    background: var(--outlinephoneicongreenURL) no-repeat center center;
    left: -8px;
    top: 0;
    background-size: contain
}

.navbar-collapse.charter {
    padding: 20px 21px 20px;
    margin-left: 0;
    margin-right: 0
}

.navbar-collapse.charter::after,.navbar-collapse.charter::before {
    display: none
}

.navbar .btn-wrap .discount {
    font-size: 1.2rem;
    margin: 0 0 -16px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.navbar .container {
    padding: 0
}

.navbar-header.charter {
    padding: 8px 24px;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0
}

.navbar-toggle {
    margin: 0;
    padding: 5px
}

.navbar-toggle .icon-bar {
    width: 32px;
    height: 5px;
    border-radius: 4px;
    background: #509c53
}

.navbar-toggle .icon-bar:nth-child(2) {
    width: 22px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px
}

.navbar-header.charter .page-title {
    font-size: 1.8rem;
    color: #4f4f4f;
    padding-left: 16px;
    font-family: 'Sohne-Kraftig',Sans-serif
}

.datepick {
    font-size: 14px
}

.datepick-month-header {
    padding-bottom: 13px;
    height: auto;
    padding-top: 5px
}

.datepick-month a:hover {
    color: #fff
}

a.datepick-cmd:hover {
    color: #fff
}

.datepick .datepick-nav {
    text-align: center;
    display: flex;
    justify-content: space-between
}

a.datepick-cmd,a.datepick-cmd.datepick-cmd-clear,a.datepick-cmd.datepick-cmd-close,a.datepick-cmd.datepick-cmd-prev,a.datepick-cmd.datepick-cmd-next {
    width: auto
}

.datepick-month td .datepick-highlight {
    color: #fff
}

.journey-wrap .slick-slide {
    min-height: 250px
}

.travel .icon-time {
    z-index: 1
}

.timepicker_wrap {
    padding: 10px 10px 25px
}

input.timepicki-input {
    margin-bottom: 0!important
}

.timepicker_wrap .meridian {
    margin: 0 0 0 10px
}

@media all and (max-width: 767px) {
    .form-wrap i.less-space {
        top:46px!important
    }
}

.show-on-mobile {
    display: none
}

@media all and (max-width: 767px) {
    .show-on-mobile {
        display:block
    }

    .hide-on-mobile {
        display: none
    }
}

.tooltip-msg {
    position: relative
}

.tooltip-msg .message {
    position: absolute;
    bottom: calc(100%+3px);
    background: #ccc;
    width: 200px;
    padding: 9px;
    border-radius: 10px;
    color: #000;
    font-size: 13px;
    line-height: 1.25;
    display: none;
    right: 0
}

.tooltip-msg:hover .message {
    display: block
}

.tooltip-msg .icon-mark {
    display: inline-block;
    cursor: pointer
}

.icon-accout {
    background: var(--accountURL) no-repeat;
    width: 38px;
    height: 38px;
    background-size: contain
}

@media all and (max-width: 991px) and (min-width:768px) {
    .mini-bus h4 {
        font-size:18px
    }

    .seats-info {
        font-size: 15px
    }
}








/* ===== SERVICES SECTION WRAPPER ===== */
#services-section {
    background: #ffffff;
    padding: 5px 20px;
}

#services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
}

#services-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
    color: #000000;
    margin-top: 40px;
    font-weight: 600;
}


.create-event.ourbus .control-label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px!important;
    margin-top: 8px;
}

/* ===== DEFAULT ROW STYLES (FORWARD LAYOUT) ===== */
#service-row-1,
#service-row-3,
#service-row-5,
#service-row-7,
#service-row-9 {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

/* ===== REVERSED ROWS ===== */
#service-row-2,
#service-row-4,
#service-row-6,
#service-row-8,
#service-row-10 {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

/* ===== IMAGES ===== */
#service-img-1,
#service-img-2,
#service-img-3,
#service-img-4,
#service-img-5,
#service-img-6,
#service-img-7,
#service-img-8,
#service-img-9,
#service-img-10 {
    flex: 1;
    max-width: 500px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* ===== TEXT AREAS (aligned right by default) ===== */
#service-text-1,
#service-text-3,
#service-text-5,
#service-text-7,
#service-text-9 {
    flex: 1;
    color: #000000;
    text-align: right;
}

/* ===== TEXT AREAS (aligned left in reversed rows) ===== */
#service-text-2,
#service-text-4,
#service-text-6,
#service-text-8,
#service-text-10 {
    flex: 1;
    color: #fff;
    text-align: left;
}

#service-text-1 p,
#service-text-2 p,
#service-text-3 p,
#service-text-4 p,
#service-text-5 p,
#service-text-6 p,
#service-text-7 p,
#service-text-8 p,
#service-text-9 p,
#service-text-10 p {
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.6;
    text-align: left;
}

/* ===== BUTTON CONTAINERS ===== */
#service-btn-div-1,
#service-btn-div-2,
#service-btn-div-3,
#service-btn-div-4,
#service-btn-div-5,
#service-btn-div-6,
#service-btn-div-7,
#service-btn-div-8,
#service-btn-div-9,
#service-btn-div-10 {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* ===== BOOK NOW BUTTONS ===== */
#service-btn-1,
#service-btn-2,
#service-btn-3,
#service-btn-4,
#service-btn-5,
#service-btn-6,
#service-btn-7,
#service-btn-8,
#service-btn-9,
#service-btn-10 {
    padding: 10px 38px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    font-size: 2rem;
    background: #ff3131;
      font-weight: 600;
}

#service-btn-1:hover,
#service-btn-2:hover,
#service-btn-3:hover,
#service-btn-4:hover,
#service-btn-5:hover,
#service-btn-6:hover,
#service-btn-7:hover,
#service-btn-8:hover,
#service-btn-9:hover,
#service-btn-10:hover {
    background: #ff3131;
    color: #ffffff;
    font-weight: 600;
}

/* ===== RESPONSIVE MEDIA QUERIES ===== */
@media (max-width: 768px) {
    /* Stack all rows vertically */
    #service-row-1,
    #service-row-2,
    #service-row-3,
    #service-row-4,
    #service-row-5,
    #service-row-6,
    #service-row-7,
    #service-row-8,
    #service-row-9,
    #service-row-10 {
        flex-direction: column;
        text-align: center;
    }

    /* Make images fully responsive */
    #service-img-1,
    #service-img-2,
    #service-img-3,
    #service-img-4,
    #service-img-5,
    #service-img-6,
    #service-img-7,
    #service-img-8,
    #service-img-9,
    #service-img-10 {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.submit-icon,
.submit-icon-white {
    width: 40px;          /* desired width */
    height: auto;         /* maintains aspect ratio */
    display: inline-block; 
    object-fit: contain;  /* ensures image fits without distortion */

}


.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* space between icon & number */
  background-color: #ff3131; /* red background */
  color: #fff; /* white text */
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px; /* pill shape */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.call-btn svg {
  flex-shrink: 0; /* prevent icon from shrinking */
}


/* ===== Testimonial Section Wrapper ===== */
#testimonials-section {
    background: #434343;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

#testimonials-heading {
    font-size: 32px;
    margin-bottom: 80px;
    color: #fff;
    font-weight: bold;
}

/* ===== Container for All Cards ===== */
#testimonial-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* Ensures responsiveness */
}

/* ===== Testimonial Cards ===== */
.testimonial-card {
    background: #222;
    border-radius: 10px;
    padding: 25px;
    max-width: 340px;
    text-align: left;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* ===== Text in Each Card ===== */
.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffffffb3; /* Softer white for better contrast */
    margin-top: 15px;
}

/* ===== Author & Rating Layout ===== */
#testimonial-author-1,
#testimonial-author-2,
#testimonial-author-3 {
    display: flex;
    justify-content: space-between; /* Stars on the left, name on the right */
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff1493; /* Pink color for author name */
}

/* ===== Star Ratings ===== */
#stars-1,
#stars-2,
#stars-3 {
    color: #ffcc00; /* Gold stars */
    font-size: 16px;
    display: inline-block;
    margin-right: 10px; /* Space between stars and name */
    flex-grow: 1;       /* Push the name to the opposite side */
}

/* ===== Author Names ===== */
#author-name-1,
#author-name-2,
#author-name-3 {
    margin-left: 20px;
    text-align: right;
    flex-shrink: 0; /* Prevent the name from shrinking */
    font-size: 20px;
}

/* ===== Responsive Design (Smaller Screens) ===== */
@media (max-width: 768px) {
    #testimonial-container {
        flex-direction: column; /* Stack the cards vertically */
    }

    #testimonial-card-1,
    #testimonial-card-2,
    #testimonial-card-3 {
        max-width: 90%; /* Fit better on smaller devices */
        margin: 10px auto;
    }
}


@media (min-width: 768px) {
    .py-5.container-xl.faq {
        padding-top: 4.4rem !important;
        padding-bottom: 4rem !important;
    }
}
.py-5.container-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
@media (min-width: 1200px) {
    .hero-img>.row, .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1270px;
    }
}

@media (min-width: 768px) {
    .faq .heading {
        font-size: 3.35rem;
        line-height: 3.9rem;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }
}
.text-center {
    text-align: center;
}
.heading {
    line-height: 1;
    font-family: "Sohne-Halbfett";
    font-size: 40px;
    color: var(--ob-heading-dark);
    letter-spacing: -1.5px;
    padding-bottom: 16px;
}

.faq-wrap {
    display: flex
;
    gap: 36px;
    margin-top: 58px;
}
@media (min-width: 768px) {
    .faq-list {
        width: 50%;
    }
}
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-list li {
    display: flex
;
    flex-direction: column;
    padding: 24px 17px 15px;
    border-bottom: 1px solid #dadada;
    background: #fff;
}

.faq-list strong {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--ob-heading-dark);
    display: block;
    background: var(--chevronRight) right 0 no-repeat;
    padding-right: 33px;
    letter-spacing: -1px;
    cursor: pointer;
}