@import https:
        //fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap;
    html,
    body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
    blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn,
    em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
    var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section,
    article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.grid:after {
    content: "";
    display: block;
    clear: both;
}
.fa.fa-envelope,
.fa.fa-phone {
    font-size: 17px;
}
.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.bodylist {
    list-style-type: circle !important;
}

.bodylist li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: green;
}

.bodylist li {
    position: relative !important;
    color: #000 !important;
    opacity: 1 !important;
    padding: 6px 64px;
}

.faqs {
    padding: 16px;
    background: #f8f8f8;
}

.faqs dt {
    padding: 25px 53px 25px 1px;
    color: #858585;
    font: 600 17px Raleway, Arial, Helvetica, sans-serif;
    border-top: 1px solid #dfdfd0;
    cursor: pointer;
    position: relative;
}

.faqs dt:first-of-type {
    border: none;
}

.faqs dt::after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 25px;
    font: normal 40px "Times New Roman", serif;
    color: #858585;
}

.faqs .expanded::after {
    content: "\2013";
    top: 7px;
}
.col-lg-12.top {
    height: 30px;
}
.social {
    display: inline-block;
    bottom: 0;
    left: 7%;
    position: fixed;
    z-index: 999;
}

.social li {
    display: inline;
    font-size: 30px;
    padding: 5px;
}

.social ul li a,
.social li a {
    color: #f4991a;
}

#terminal {
    border-top: 5px solid #5fa84f !important;
}

.results {
    width: 100%;
    margin: 10px 0 5px;
}

.result {
    float: left;
    width: 100%;
    background: #fff;
    color: #34394a;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5rem 1rem #ababab;
    -moz-box-shadow: 0 0.5rem 1rem #ababab;
    box-shadow: 0 0.5rem 1rem #ababab;
    margin: 0 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.result > div {
    padding: 0;
}

.result .one-fourth {
    width: 15%;
    position: relative;
    float: left;
}

.one-fourth.heightfix.tablelogo {
    width: 20%;
    border-left: none;
}

.result .one.fleet {
    float: left;
    width: 80%;
    padding-left: 8%;
}

.result img {
    border-bottom: 1px solid #dfdfd0;
    width: 120px;
    height: 70px;
}

.after.logo.block {
    margin-top: 10px;
        margin-left: 14px;
    color: #007cc2;
    font-weight: 700;
    font-size: 20px;
}

.one-fourth.third {
    width: 33%;
    display: flex;
}

.fa-solid.fa-ellipsis-vertical::before {
    position: absolute;
    left: 20%;
    top: 28%;
    font-size: 170%;
}

.pickup {
    padding-left: 10px;
    float: left;
}

.deopoff {
    float: right;
}

.stationdrop {
    float: right;
}

.one-half.inner {
    border-left: none;
}

.time {
    float: left;
}
#date {
    padding: 0.375rem 0.39rem 0.375rem 0.75rem;
}
.bold {
    font-weight: 700;
}

.col-3.one-third {
    text-align: left;
}

.result .one-half {
    width: 48%;
    float: left;
}

.result .one-half h3 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.result .trigger {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    top: 35%;
    right: 25px;
    z-index: 2;
}

.result ul {
    margin: 0;
    display: table;
    width: 100%;
}

.result li:before {
    display: none;
}

.result li,
.ticket li {
    width: 10%;
    text-align: center;
    display: inline-grid;
    vertical-align: middle;
    padding: 0;
    color: #007cc2;
    float: left;
}

.result li .icon {
    margin: 0 0 10px;
}

.result li p,
.station,
.stationdrop {
    padding: 0;
    line-height: 1.2;
    font-size: 12px;
}

.result .one-fourth > div {
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
}

.result .price {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.result .price small {
    font-size: 20px;
}

.result .meta {
    font-size: 15px;
    color: #34394a;
}

.result .btn {
    width: 100%;
    float: left;
    margin: 27px 0 0;
    background-color: #007cc2;
    color: #fff;
}

.result .full-width {
    border-top: 1px solid #dfdfd0;
    padding: 25px 50px 15px 30px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #dfdfd0;
    -webkit-box-shadow: 1px 0 0 0 #dfdfd0 inset, -1px 0 0 0 #dfdfd0 inset;
    -moz-box-shadow: 1px 0 0 0 #dfdfd0 inset, -1px 0 0 0 #dfdfd0 inset;
    box-shadow: 1px 0 0 0 #dfdfd0 inset, -1px 0 0 0 #dfdfd0 inset;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.result .close {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    text-indent: 0.04em;
    font-weight: 700;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.fa-regular.fa-calendar,
.fa-regular.fa-clock,
.fa-solid.fa-bus,
.fa-solid.fa-person {
    color: #007cc2;
}

.result .one-half ul li:hover {
    background: #007cc2;
    color: #fff;
    font-size: 150%;
}

.result .departure {
    border-left: 1px solid #dee2e6;
}

.fa-regular.fa-clock,
.fa-regular.fa-calendar,
.fa-solid.fa-map-pin {
    float: left;
    padding-top: 4px;
}

.date,
.time,
.station {
    padding-left: 10px;
}

.time.dep,
.time.arv,
.time {
    font-weight: 700;
}

.original-p {
    color: red;
}

.fa-solid.fa-circle-down::before,
.fa-solid.fa-circle-right::before {
    margin-right: 20px;
    color: #f4991a;
}

.fa-solid.fa-down-long {
    position: absolute;
    top: 26%;
    left: 2%;
    font-size: 44px;
}

.bus-details {
    background: #fff;
}

.font-weight-600 {
    font-weight: 600;
    text-align: left;
}

.seatCharts-seat.seatCharts-cell.ts {
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    width: 108%;
}

.nomargin {
    margin-left: 0;
    margin-right: 0;
}

div.seatCharts-seat.available.ladies-category {
    background-color: #f52bbf;
}

div.seatCharts-container {
    float: left;
}

div.seatCharts-legend {
    padding-left: 0;
    bottom: 16px;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}

ul.seatCharts-legendList {
    list-style: none;
    padding-left: 0;
}

li.seatCharts-legendItem {
    margin-top: 10px;
    line-height: 2;
}

#selected-seats {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: none;
}

#selected-seats li {
    float: left;
    width: 100px;
    border: 1px solid #d3d3d3;
    background: #f7f7f7;
    margin: 6px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

div.seatCharts-cell {
    color: #182c4e;
    height: 40px;
    width: 15%;
    margin: 2px;
    float: left;
    text-align: center;
    outline: 0;
    font-size: 18px;
}

div.seatCharts-seat {
    background-color: green;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

div.seatCharts-seat:focus {
    border: none;
}

div.seatCharts-row {
    width: 100%;
    height: 35px;
    float: left;
    padding: 22px;
}

div.seatCharts-row:after {
    clear: both;
}

div.seatCharts-seat.selected {
    background-color: #3a78c3;
}

div.seatCharts-seat.focused {
    background-color: #6db131;
}

div.seatCharts-seat.available {
    background-color: #6db131;
}

div.seatCharts-seat.unavailable {
    cursor: not-allowed;
    background-color: #171b49;
}

div.seatCharts-seat.noseat {
    cursor: default;
    background-color: #fff;
}

div.seatCharts-seat.issuedonline {
    background-color: #0ff;
    cursor: pointer;
}

div.seatCharts-seat.ladiesbooked {
    background-color: #ff1493;
    cursor: not-allowed;
}

div.seatCharts-seat.bookedonline {
    background-color: #000;
    cursor: not-allowed;
}

.ladies {
    background-color: #f52bbf;
}

.gents {
    background-color: #6db131;
}

.issued {
    background-color: #171b49;
}

.selected {
    background-color: #3a78c3;
}

.ladies,
.gents,
.issued,
.selected {
    padding-top: 40px;
}

.confirmtkt {
    padding-top: 32px;
}

body {
    background: #f5f5f5;
}

.rounded {
    border-radius: 1rem;
}

.nav-pills .nav-link {
    color: #555;
}

.nav-pills .nav-link.active {
    color: #fff;
}

input[type="radio"] {
    margin-right: 5px;
}

.bold {
    font-weight: 700;
}

.one-half {
    padding: 30px 15px;
    float: left;
    width: 48%;
    max-width: 100%;
    background-color: #fff;
    margin: 1%;
}

.one-fourth {
    float: left;
    width: 25%;
    max-width: 100%;
}

.three-fourth {
    float: left;
    width: 75%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.one-third {
    float: left;
    width: 33.33%;
    padding: 0 15px 30px;
    max-width: 100%;
}

.circle {
    float: left;
    width: 88px;
    height: 37px;
    margin: 0 20px 30px 0;
    text-align: center;
}

.circle .icon {
    color: #34394a;
}

.f-row {
    float: left;
    width: 100%;
    padding: 0 0 25px;
}

.f-row:last-child {
    padding-bottom: 0;
}

.f-row .full-width,
.f-row .one-half,
.f-row .one-third,
.f-row .two-third,
.f-row .one-fourth,
.f-row .three-fourth,
.f-row .one-fifth,
.f-row .one-sixth {
    padding: 0 30px 0 0;
}

.f-row div:last-child {
    padding-right: 0;
}

.one-third.wow.fadeIn.animated h3 {
    font-size: 120%;
}

.one-third.wow.fadeIn.animated p {
    font-size: 14px;
    line-height: 20px;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

.card {
    background-color: #fff;
    border: none;
    border-radius: 12px;
}

.form-control {
    margin-top: 10px;
    height: 48px;
    border: 2px solid #eee;
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #039be5;
}

.agree-text {
    font-size: 12px;
}

.terms {
    font-size: 12px;
    text-decoration: none;
    color: #039be5;
}

.confirm-button {
    height: 50px;
    border-radius: 10px;
}

.center {
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
}

p {
    font-size: 15px;
    line-height: 30px;
    color: #2a2a2a;
}

img {
    margin-bottom: -3px;
    width: 100%;
    overflow: hidden;
}

html,
body {
    background: #fff;
    font-family: "Poppins", sans-serif;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::-moz-selection {
    background: #03a4ed;
    color: #fff;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading h2 {
    font-size: 35px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #2a2a2a;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: 44px;
}

.section-heading h6 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.main-white-button {
    border: 1px solid #fff;
    border-radius: 5px;
}

.main-white-button a {
    display: inline-block;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 400;
    color: #2a2a2a;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 7px;
    letter-spacing: 0.25px;
    transition: all 0.3s;
}

.main-white-button a i {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background-color: #8d99af;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.main-white-button a:hover {
    background-color: #8d99af;
    color: #fff;
}

.background-header {
    height: 80px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #8d99af !important;
}

.background-header .nav li a.active {
    color: #8d99af !important;
}

.header-area {
    background-color: rgb(255 255 255 / 75%);
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.5s ease 0;
    -moz-transition: all 0.5s ease 0;
    -o-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav a.logo {
    background-image: url(../logo/wains-logo.png);
    width: 130px;
    height: 58px;
    display: inline-block;
    margin-top: 20px;
}

.background-header .main-nav a.logo {
    background-repeat: no-repeat;
    width: 164px;
    height: 58px;
    display: inline-block;
    margin-top: 10px;
}

.background-header .main-nav .nav {
    margin-top: 0 !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 0;
    margin-right: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding: 20px 16px 10px;
}

.background-header .main-nav .nav li:last-child .main-white-button a {
    color: #000 !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a i {
    background-color: #000;
    color: #8d99af;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
    color: #000 !important;
    font-size: 120%;
    font-weight: 700;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #000 !important;
    opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #000;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .nav li:last-child,
    .background-header .main-nav .nav li:last-child {
        display: none;
    }

    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .result .one-half {
        width: 100%;
    }

    .one-fourth.heightfix.tablelogo {
        width: 30%;
        padding-left: 10px;
    }

    .result .one.fleet {
        width: 70%;
    }

    .result li,
    .ticket li {
        width: 16%;
    }

    .one-half.heightfix.mob {
        border-top: 1px solid #dee2e6;
    }

    .result .departure {
        border-left: none;
    }

    .one-fourth.heightfix {
        height: auto !important;
    }

    .one-fourth.third.time {
        width: 20%;
    }

    .one-fourth.third {
        width: 31%;
        display: flex;
        font-size: 14px;
    }

    .date,
    .time,
    .station {
        padding-left: 2px;
        font-size: 13px;
    }

    .fa-solid.fa-down-long {
        top: 30%;
        left: -3%;
    }

    .col-9.timeline {
        width: 70%;
    }

    .col-3.text-center {
        width: 27%;
    }

    .one-half.result {
        width: 100%;
    }

    .circle {
        width: 84px;
        height: 37px;
        margin: 0 1px 5px 0;
    }

    div.seatCharts-container {
        float: left;
        padding-bottom: 50px;
    }

    div.seatCharts-cell {
        width: 13%;
    }

    .form-group.one-half {
        padding: 2px;
    }

    .full-width.content p {
        font-size: 14px;
        line-height: 16px;
    }

    .result .full-width {
        border-top: 1px solid #dfdfd0;
        padding: 10px;
    }

    .container.mb-5.d-flex.justify-content-center {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .text-1.pt-sm-3.pt-2.bold {
        padding-top: 24% !important;
    }

    .text-1.bold {
        padding-top: 6px;
    }

    .btn.btn-primary.btn-block.confirm-button {
        line-height: 18px;
    }

    .confirmtkt {
        padding-top: 54px;
    }

    .full-width.content img {
        border: none !important;
    }

    .circle {
        margin-bottom: 50px;
    }

    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #8d99af !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0;
    }

    .header-area .logo {
        margin-left: -190px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        width: 109%;
        margin-left: -16px !important;
        display: none;
        -webkit-transition: all 0 ease 0;
        -moz-transition: all 0 ease 0;
        -o-transition: all 0 ease 0;
        transition: all 0 ease 0;
        margin-left: 0;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding-left: 25px !important;
        text-align: left;
        border: none !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        color: #8d99af !important;
    }

    .header-area .main-nav .nav li a.active {
        background: rgba(0, 0, 0, 0.95);
        color: #fff;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0;
        width: 100%;
        box-shadow: none;
        height: 0;
        transition: all 0;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3b566e;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0;
    }

    .inlinefes ul.categories li {
        display: inline-flex !important;
        width: 29% !important;
    }

    .one-fourth.heightfix {
        width: 43%;
    }

    .result .one-half h3 {
        font-size: 19px;
        padding: 10px 0;
        line-height: 32px;
    }

    .result li p {
        font-size: 11px;
        display: none;
    }

    .result .price {
        font-size: 20px;
        font-weight: 700;
        line-height: 37px;
    }

    .result ul {
        height: 40px;
    }

    .one-half.heightfix {
        height: 130px !important;
    }

    .result .one-fourth > div {
        padding: 10px 0px;
    }

    .date::after {
        white-space: pre;
        content: "\a";
        line-height: 38px;
    }

    .date::before {
        white-space: pre;
        content: "\a";
    }

    .fa-regular.fa-calendar,
    .fa-regular.fa-clock {
        float: right;
        line-height: 32px;
        color: green;
    }

    .fa-solid.fa-bus {
        color: green;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }

    .inlinefes ul.categories li {
        display: inline-flex !important;
        /*width:29%!important */
    }
}

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/website-pic-wains-transport.png);
    padding: 117px 0 282px;
    position: relative;
    /* top: 80px; */
    height: 100vh;
    overflow: hidden;
    opacity: 0.9;
}

.row.main {
    padding: 32px;
}

#search-form {
    border: 1px solid #007cc2;
}

.main-banner .top-text {
    text-align: center;
}

.main-banner .top-text h6 {
    color: #006400;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-banner .top-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 45px;
    text-shadow: 2px 2px #f4991a;
}

.inlinefes {
    background: #76c5f0;
    padding-top: 66px;
}

.inlinefes ul.categories {
    width: 100%;
    margin: 16px;
    text-align: center;
}

.inlinefes ul.categories li {
    display: inline-block;
    text-align: center;
    width: 18%;
}

.inlinefes ul.categories li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.inlinefes ul.categories li .fa {
    font-size: 150%;
    padding-top: 33%;
    color: #8d99af;
}

.inlinefes ul.categories li .icon {
    display: block;
    margin: 0 auto 12px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #000;
    background-color: #fff;
    transition: all 0.5s;
}

.inlinefes ul.categories li a:hover .icon {
    background-color: #2b2d42;
}

.inlinefes ul.categories li .icon img {
    max-width: 27px;
}

form#search-form {
    background-color: #fff;
    padding: 0 0 0 30px;
    width: 100%;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
}

form#search-form select,
form#search-form input {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    color: #2a2a2a;
    font-size: 15px;
    outline: none;
}

.form-select:focus {
    box-shadow: none;
}

form#search-form input.searchText {
    border-left: 1px solid #8d99af;
    border-right: 1px solid #8d99af;
    padding: 0 30px;
}

#DestCityId {
    border-left: 1px solid #8d99af !important;
    border-right: 1px solid #8d99af !important;
    padding: 0 30px;
    border-radius: 0 !important;
}

form#search-form input::placeholder {
    color: #2a2a2a;
    font-size: 15px;
}

form#search-form button {
    width: 100%;
    height: 100%;
    background-color: #007cc2;
    border: none;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

form#search-form button i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #8d99af;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}

.popular-categories {
    margin-top: 120px;
}

.popular-categories .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.popular-categories .naccs {
    position: relative;
    background-color: #005ba3;
    border-radius: 7px;
}

.popular-categories .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
}

.popular-categories .icon img {
    max-width: 27px;
}

.popular-categories .naccs .menu div.first-thumb {
    border-top-left-radius: 7px;
}

.popular-categories .naccs .menu div.last-thumb {
    margin-bottom: 0;
    border-bottom-left-radius: 7px;
}

.popular-categories .naccs .menu div {
    color: #fff;
    font-size: 15px;
    background-color: #76c5f0;
    margin-bottom: 1px;
    height: 126px;
    text-align: left;
    padding: 0 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
    background-color: #005ba3;
}

.popular-categories ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.popular-categories ul.nacc li {
    width: 100%;
}

.popular-categories .nacc .thumb .left-text {
    margin-left: 30px;
}

.popular-categories .nacc .thumb .left-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .left-text p {
    color: #fff;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .right-image {
    padding: 60px;
    display: inline-flex;
}

.popular-categories .nacc .thumb img {
    border-radius: 7px;
}

.popular-categories .nacc .thumb .left-text .main-white-button a {
    width: 100%;
    text-align: center;
}

#topr {
    background-color: #f7f7f7;
}

div#topr.recent-listing .item .listing-item {
    border: 3px dashed;
}

.recent-listing {
    padding-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #eee;
}

.recent-listing .section-heading {
    text-align: center;
    margin-bottom: 32px;
}

.recent-listing .item .listing-item {
    display: inline-flex;
    background-color: #f7f7f7;
    border-radius: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.recent-listing .item .left-image {
    float: left;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.recent-listing .item .left-image img {
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.recent-listing .item .right-content {
    display: inline-block;
    padding: 60px;
}

.recent-listing .item .right-content ul.rate {
    position: absolute;
    right: 60px;
    top: 60px;
}

.recent-listing .item .right-content ul.rate li {
    display: inline-block;
}

.recent-listing .item .right-content ul.rate li:last-child {
    margin-left: 10px;
}

.recent-listing .item .right-content h4 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 20px;
}

.recent-listing .item .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.recent-listing .item .right-content span.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.recent-listing .item .right-content span.price .icon {
    width: 30px;
    height: 30px;
    background-color: #8d99af;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.recent-listing .item .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.recent-listing .item .right-content span.details {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8d99af;
}

.recent-listing .item .right-content span.details em {
    font-style: normal;
    color: #2a2a2a;
}

.recent-listing .item .right-content ul.info li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 30px;
    width: 100%;
}

.recent-listing .item .right-content ul.info li:last-child {
    margin-bottom: 0;
}

.recent-listing .item .right-content ul.info li img {
    max-width: 30px;
    margin-right: 15px;
    display: inline;
}

.recent-listing .item .right-content .main-white-button {
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.recent-listing .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.recent-listing .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #8d99af;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s;
}

.recent-listing .owl-dots .active {
    width: 14px;
    height: 14px;
}

footer {
    border-top: 1px solid #eee;
    padding-top: 80px;
    background: #003552;
    color: #fff;
        margin-top: -8px;
}

footer h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

footer p,
footer p ul,
footer ul li,
footer a {
    color: #fff;
}

footer .logo img {
    max-width: 163px;
    margin-bottom: 30px;
}

footer .helpful-links {
    margin: 0 45px;
}

footer .helpful-links ul li {
    display: block;
    margin-bottom: 15px;
}

footer .helpful-links ul li a {
    font-size: 15px;
    transition: all 0.3s;
}

footer .helpful-links ul li a:hover {
    color: #8d99af;
    border-bottom: 1px solid #8d99af;
}

footer .contact-us p {
    margin-bottom: 25px;
}

footer .contact-us a {
    transition: all 0.3s;
}

footer .contact-us a:hover {
    color: #8d99af;
    border-bottom: 1px solid #8d99af;
}

footer .sub-footer {
    text-align: center;
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #eee;
}

.contact-page {
    margin: 0px 0px 0px 0px;
}

.contact-page .inner-content {
    background-color: #f7f7f7;
    border-radius: 7px;
    overflow: hidden;
}

.contact-page .inner-content #map {
    margin-bottom: -8px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

form#contact {
    position: relative;
    margin: 0 60px 0 45px;
}

form#contact input {
    width: 100%;
    height: 46px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #8d99af;
    padding: 0 15px;
    margin-bottom: 0px;
}
form#contact .inputs {
    margin-bottom: 30px !important;
}
form#contact ul li {
    display: inline-block;
    margin-right: 30px;
}

form#contact ul li:last-child {
    margin-right: 0;
}

form#contact input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    cursor: pointer;
}

form#contact span {
    color: #8d99af;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

form#contact input::placeholder {
    color: #8d99af;
    font-weight: 500;
}

form#contact textarea {
    margin-top: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #8d99af;
    padding: 15px;
    margin-bottom: 0px;
}

form#contact textarea::placeholder {
    color: #8d99af;
    font-weight: 500;
}

form#contact button {
    margin-bottom: -15px;
    display: inline-block;
    background-color: #007cc2;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 7px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all 0.3s;
}

form#contact button i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-color: #003552;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

form#contact button:hover {
    background-color: #003552;
    color: #fff;
}

.page-heading {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/website-image-3.png);
    padding: 0 0 120px;          /* remove top padding */
    min-height: 600px;          /* adjust as needed */
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: flex-end;      /* push content to bottom */
}


/* Overlay */
.page-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* adjust opacity */
    z-index: 1;
}

/* Keep text above overlay */
.page-heading .container-fluid {
    position: relative;
    z-index: 2;
}

.page-heading .top-text {
    text-align: left;
      margin-bottom: -70px;
}

.page-heading .top-text h6 {
    color: #76c5f0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-heading .top-text h1 strong {
    color: #76c5f0 !important;
    font-size: 35px;
}
.page-heading .top-text h2 {
    color: #007cc2;
    line-height: 70px;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
}
.page-heading2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/website-image-3.png);
    padding: 400px 0 120px;
    position: relative;
    overflow: hidden;
}

/* Overlay */
.page-heading2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* adjust opacity */
    z-index: 1;
}

/* Keep text above overlay */
.page-heading2 .container {
    position: relative;
    z-index: 2;
}

.page-heading2 .top-text {
    text-align: left;
}

.page-heading2 .top-text h6 {
    color: #76c5f0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-heading2 .top-text h1 strong {
    color: #76c5f0 !important;
    font-size: 35px;
}
.page-heading2 .top-text h2 {
    color: #007cc2;
    line-height: 70px;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
}

.category-post.booking {
    background: #e7e9ed;
}

.category-post.booking .section-heading {
    background: #fff;
    padding: 0 32px;
}

.category-post {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 120px;
}

.category-post .naccs {
    position: relative;
    border-radius: 7px;
}

.category-post .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
    float: left;
}

.category-post .naccs .menu div h4 {
    position: absolute;
    left: 81px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
}

.category-post .icon img {
    max-width: 27px;
}

.category-post .naccs .menu div.first-thumb {
    border-bottom-left-radius: 7px;
}

.category-post .naccs .menu div.last-thumb {
    margin-bottom: 0;
    border-bottom-right-radius: 7px;
}

.category-post .naccs .menu div {
    color: #fff;
    margin: 0;
    width: 20%;
    font-size: 10px;
    background-color: #8d99af;
    height: 132px;
    line-height: 132px;
    display: inline-block;
    float: left;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post .naccs .menu div .thumb {
    padding: 30px 0;
    margin-left: 25px;
    margin-right: 25px;
}

.category-post .naccs .menu div.active,
.category-post .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.category-post ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.category-post ul.nacc li {
    width: 100%;
}

.category-post .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}

.category-post .nacc .thumb .main-white-button {
    text-align: right;
    margin-top: 40px;
}

.category-post .nacc .thumb .main-white-button a {
    background-color: #8d99af;
    color: #fff;
}

.category-post .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
}

.category-post .top-content {
    margin-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .description {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .general-info p {
    margin-bottom: 30px;
}

.category-post .top-content .top-icon {
    background-color: #2b2d42;
    width: 250px;
    height: 132px;
    border-radius: 7px;
    position: relative;
    padding: 30px;
    display: inline-block;
}

.category-post .top-content .top-icon h4 {
    position: absolute;
    left: 30px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
}

.category-post .top-content .top-icon .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
    float: left;
    left: 0;
}

.category-post .nacc .thumb .text-icon img {
    max-width: 30px;
    margin-right: 10px;
}

.category-post .nacc .thumb span.list-item {
    font-size: 15px;
    color: #8d99af;
    font-weight: 500;
    line-height: 30px;
}

.listing-page {
    margin-top: 120px;
    margin-bottom: 120px;
}

.listing-page .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.listing-page .naccs {
    position: relative;
}

.listing-page .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
}

.listing-page .icon img {
    max-width: 27px;
}

.listing-page .naccs .menu div.first-thumb {
    border-radius: 7px;
}

.listing-page .naccs .menu div.last-thumb {
    margin-bottom: 0;
    border-radius: 7px;
}

.listing-page .naccs .menu div {
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    background-color: #8d99af;
    margin-bottom: 30px;
    height: 126px;
    text-align: left;
    padding: 0 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page .naccs .menu div.active,
.listing-page .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.listing-page ul.nacc {
    height: auto !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li {
    display: none;
    opacity: 0;
    transform: translateY(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li.active {
    display: block;
    transition-delay: 0;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateY(0px);
}

.listing-page ul.nacc li {
    width: 100%;
}

.listing-page .item .listing-item {
    display: inline-flex;
    background-color: #f7f7f7;
    border-radius: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.listing-page .item .left-image {
    float: left;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
    z-index: 1;
}

.listing-page .item .left-image .hover-content .main-white-button a i {
    font-size: 12px;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.listing-page .item .left-image .hover-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.listing-page .item .listing-item:hover .left-image .hover-content {
    opacity: 1;
    visibility: visible;
}

.listing-page .item .left-image img {
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.listing-page .item .right-content {
    display: inline-block;
    padding: 45px;
}

.listing-page .item .right-content h4 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 20px;
}

.listing-page .item .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.listing-page .item .right-content span.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.listing-page .item .right-content span.price .icon {
    width: 30px;
    height: 30px;
    background-color: #8d99af;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.listing-page .item .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.listing-page .item .right-content span.details {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8d99af;
}

.listing-page .item .right-content span.details em {
    font-style: normal;
    color: #2a2a2a;
}

.listing-page .item .right-content span.info {
    line-height: 30px;
}

.listing-page .item .right-content span.info img {
    max-width: 30px;
    margin-right: 15px;
    display: inline;
}

.listing-page .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.listing-page .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #8d99af;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s;
}

.listing-page .owl-dots .active {
    width: 14px;
    height: 14px;
}

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #8d99af;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #8d99af;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .popular-categories .icon {
        margin-left: 50%;
        transform: translateX(-33px);
        text-align: center;
        display: inline-block;
    }

    .category-post .naccs .menu div.active .thumb {
        position: relative;
    }

    .category-post .icon {
        position: absolute;
        left: 50%;
        transform: translateX(15px);
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    form#search-form {
        padding: 30px;
    }

    .popular-categories .naccs .menu .thumb,
    .category-post .naccs .menu div h4 {
        color: transparent;
    }

    .recent-listing .item .right-content,
    .listing-page .item .right-content {
        padding: 30px;
        position: relative;
    }

    .recent-listing .item .right-content h4,
    .listing-page .item .right-content h4 {
        margin-bottom: 10px;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        left: 30px;
        bottom: -30px;
    }

    .recent-listing .item .right-content span.price,
    .listing-page .item .right-content span.price {
        margin-top: 15px;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        left: 30px;
        top: -5px;
    }

    .recent-listing .item .right-content span.details,
    .listing-page .item .right-content span.details {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    form#search-form select,
    form#search-form input {
        border: 1px solid #8d99af;
        border-radius: 7px;
        margin-bottom: 15px;
    }

    form#search-form button {
        border-radius: 7px;
        padding: 4px;
    }

    form#search-form button i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .header-area .main-nav .nav li a {
        display: block;
        font-weight: 500;
        font-size: 14px;
    }

    .header-area .main-nav .nav li {
        padding-left: 4px;
        padding-right: 4px;
    }

    .listing-page .naccs .menu {
        margin-bottom: 30px;
    }

    .popular-categories .nacc .thumb .left-text {
        margin: 30px;
    }

    .popular-categories .nacc .thumb .right-image {
        padding: 0;
        margin: 0 30px 30px;
        display: block;
    }

    .popular-categories .naccs .menu div.first-thumb {
        border-top-right-radius: 7px;
    }

    .popular-categories .naccs .menu div.last-thumb {
        border-bottom-left-radius: 0;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        float: none;
        width: 100%;
    }

    .category-post .top-content .top-icon .icon {
        left: 45%;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
    }

    .recent-listing .item .listing-item,
    .listing-page .item .listing-item {
        display: inline-block;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        top: 20px;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 30px;
    }

    .recent-listing .item .right-content h4 {
        margin-top: 20px;
    }

    footer {
        text-align: center;
    }

    footer .about,
    footer .helpful-links {
        margin-bottom: 45px;
    }

    .category-post .icon {
        transform: translateX(0px);
    }

    .category-post .top-content .top-icon,
    .category-post .nacc .thumb .main-white-button a {
        text-align: center;
        width: 100%;
    }

    .category-post .nacc .thumb .main-white-button {
        margin-top: 30px;
    }

    .category-post .top-content .top-icon .icon {
        margin-left: -60px;
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    .description .text-icon {
        margin-top: 30px;
    }

    form#contact {
        margin-top: 45px;
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .main-banner ul.categories li a {
        color: transparent;
    }

    @media (max-width: 525px) {
        #booksection .result {
            height: 400px;
        }

        @media (max-width: 1200px) {
            div.seatCharts-cell {
                font-size: 13px;
            }
        }

        @media (max-width: 355px) {
            #booksection .result {
                height: 380px;
            }

            .header-area .main-nav a.logo {
                background-image: url(../images/white-logo.png);
                float: left;
            }

            .header-area .logo {
                margin-left: 0;
            }

            .header-area .main-nav .menu-trigger {
                right: 15px;
            }

            .category-post .icon {
                transform: translateX(-22px);
            }

            .header-area .main-nav .nav li a {
                display: block;
                font-weight: 500;
                font-size: 14px;
            }

            .header-area .main-nav .nav li {
                padding-left: 4px;
                padding-right: 4px;
            }

            .main-banner {
                background-image: url(../images/website-pic-wains-transport.png);
                padding: 0;
            }
        }
    }
}
.contact-item {
    display: flex;
    align-items: center; /* vertically center icon and text */
    margin-bottom: 20px; /* space between items */
    gap: 10px; /* space between icon and text */
}

.contact-item i {
    font-size: 20px;
    color: #ffffff; /* change icon color if needed */
    min-width: 25px; /* ensures all icons align vertically */
}
.contact-item span {
    font-size: 13px;
    color: #ffffff;
}
.contect-heading {
    font-size: 18px;
    color: #76C5F0 !important;
}
.contact-item a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

.contact-item a:hover {
    color: #007bff; /* optional hover color */
}
/* 📱 Mobile center alignment */
@media (max-width: 576px) {
    .contact-item {
        flex-direction: column; /* icon on top */
        text-align: center; /* center text */
        align-items: center;
    }

    .contact-item i {
        margin-bottom: 6px;
    }
    .page-heading .top-text h1 strong {
        color: #76c5f0 !important;
        font-size: 21px;
    }
}
