@font-face {
    font-family: lindsy;
    src: url(../fonts/Lindsy.ttf);
}

body {
    font-family: sans-serif;
}

.icon_color {
    fill: var(--color);
    stroke: var(--color);
}

html,
body,
.pane,
.view {
    overflow-y: auto;
}

h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
    font-family: 'lindsy';
}

a {
    text-decoration: none;
}

button {
    font-size: 14px !important;
}

.bar {
    height: 50px;
}

.title {
    left: 0px !important;
    right: 0px !important;
    height: 50px !important;
    padding: 0px 20px;
    font-family: 'lindsy';
}

.bar .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_logo {
    text-align: center;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_btn {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    color: black;
}

.login_btn i {
    margin-left: 5px;
}

/* .scroll-content
{
    position:relative;
} */
.container .row a {
    color: black;
}

.container .row a:nth-child(1) {
    text-align: center;
}

.container .row a:nth-child(2) {
    text-align: start;
}

.row {
    --bs-gutter-x: 0 !important;
}

.container .screch {

    background-color: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 10px;
}

.container .row .item {
    padding: 0px !important;
}

.date_fix {
    margin: unset !important;
}

.date_fix .day {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 10px;
}

.date_fix .day label:nth-child(1) {
    padding-top: 18px;
}

.date_fix .day label {
    margin: 0px;
    padding: 10px;
    font-size: 16px;
}

input[disabled],
input[readonly]:not(.cloned-text-input),
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly]:not(.cloned-text-input) {
    background-color: unset;
}

.date_fix .day .placeholder-icon {
    color: var(--color);
    font-size: 16px;
    position: unset;
}

.date_fix .day input {
    font-weight: 700;
}

.date_fix .btn {
    padding: 0px;
}

.date_fix .btn button {
    width: 100%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 10px;
    min-height: unset;
}

.m_search .button {
    border: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    min-height: unset;
    font-family: 'Lindsy' !important;
}

.m_abouts h5 {
    text-transform: capitalize;
}

.m_abouts ul li {
    margin-left: 10px;
    text-align: justify;
    letter-spacing: 1;
    line-height: 2;
}

.m_abouts ul li i {
    font-size: 20px;
    color: var(--color);
}

.cmp_link {
    border-radius: 10px 10px 0px 0px;
 /*   background-color: var(--color);*/
    border: 1px solid green;
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

/* my Ticket */
.ticket .item-divider {
    background-color: white;
}

.ticket .container {
    border: none;
    text-align: center;
    padding: 0px 10px;
}

.ticket .container p {
    overflow: unset;
    white-space: normal;
}

.ticket .item {
    border: none;
}

.ticket .item-input,
.ticket .container button,
.ticket .row button {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 10px;
    border: none;
}

.ticket .item-input input::placeholder {
    text-align: center;
}

/* offer_card */
.container .offer_bg {
    position: absolute;
    height: 157px;
    fill: var(--color);
    border-radius: 10px;
}

.container .offer_bg .offer_cardfill {
    fill: var(--color);
}

.offer_card {
    background: transparent;
    background-size: cover;
    margin-top: 20px;
    border: none;
    height: 157px;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 10px;
    width: 325px;
}

.offer_card .row .col-5 .code div {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}

.offer_card .row .col-5 .code span {
    color: white;
    text-align: center;
    letter-spacing: 2px;
}

.offer_card .row .col-7 .offer {
    text-align: center;
    color: white;
    margin-top: 20px;
}

.offer_card .row .col-12 {
    padding: 0px 7px;
}

.offer_card .row .col-12 div {
    justify-content: end;
    color: white;
    font-weight: 500;
}

/* m_cancellation */
.item {
    font-size: 100% !important;
}

.m_cancellation {
    border: none;
}

.m_cancellation .item-divider,
.m_contactus .item-divider {
    background-color: var(--color);
    color: white;
    border: none;
}

.m_cancellation table tr td:nth-child(2) {
    text-align: center;
}

.m_contactus .item {
    padding: 10px;
}

.trackmybus .item-divider {
    background-color: white;
}

.trackmybus label {
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 10px;
}

.trackmybus label input::placeholder {
    text-align: center;
}

.trackmybus button {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 10px;
    border: none;
}

.button {
    border-radius: 10px;
    border: none;
}

/*  m_menu */
.item-content span,
h5 {
    font-family: 'lindsy';
}

.m_menu .item-complex .item-content,
.item-radio .item-content {
    width: 95%;
    padding: 10px 15px;
    margin: 5px 5px 5px 5px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
}

.m_menu .icon {
    color: var(--color);
    font-size: 20px;
}

.placeholder-icon {
    color: var(--color);
    font-weight: bold;
    font-size: 18px;
}

.has-footer {
    bottom: 70px;
}

.ser_button {
    box-shadow: none;
}

.modal-backdrop {
    background-color: transparent;
}

.place {
    margin: 10px 0px;
}

.place i {
    margin: 0px 8px;
    color: black;
    font-size: 18px;
    font-weight: 700;
}

.place a {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #ddd;
    display: inline-flex;
    align-items: center;
    color: var(--color);
}

.contact {
    margin-top: 10px 0px;
    padding: 10px 0px;
    border-radius: 10px 10px;
}

.contact ul li {
    line-height: 3;
    font-size: 14px;
}

.contact ul li i {
    color: white;
    background-color: var(--color);
    font-size: 14px;
    border-radius: 50%;
    padding: 6px 8px;
    margin-right: 5px;
}

.amenties .row {
    text-align: center;
    justify-content: space-around;
}

.amenties .col-5 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.amenties .col-5 div {
    position: relative;
    height: 140px;
    width: 100%;
    background-color: var(--color);
    border-radius: 10px;
}

.amenties .col-5 p {
    position: absolute;
    bottom: 0px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    font-family: 'lindsy';
}

.amenties .col-5 svg {
    position: relative;
    top: 14%;
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: icon 5s infinite forwards;
}

@keyframes icon {
    to {
        stroke-dashoffset: 0;
    }
}

.offer_list {
    background-image: url(../img/offerbanner2.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px !important;
    width: -webkit-fill-available !important;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
}

.offer_list .row .col-12 {
    font-family: 'lindsy';
}

.offer_list .row .col-12:nth-child(1) {
    width: 70%;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}

.offer_list .row .col-12:nth-child(2) {
    position: absolute;
    bottom: 5%;
}

.offer_list .row .col-12:nth-child(2) span {
    border: 1px dashed;
    border-radius: 5px;
    padding: 3px 10px;
}

.h_trackmybus {
    background-image: url(../img/trackmybus.jpg);
    background-position: 0 0;
    animation: animate 15s linear infinite;
    text-align: center;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    font-family: 'lindsy';
}

@keyframes animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: calc(100% - 100vw) 0;
    }
}

.h_trackmybus h3 {
    color: white;
    font-family: 'lindsy';
}

.h_trackmybus h6 {
    color: white;
    font-size: 16px;
    font-family: 'lindsy';
}

.h_trackmybus svg {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    animation: dash 4s infinite forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.container,
.container-md,
.container-sm {
    max-width: unset !important;
}

.hotroutes {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #ddd;
    display: inline-flex;
    align-items: center;
    color: var(--color);
    width: 100%;
}

.hotrts div {
    width: -webkit-fill-available;
    text-align: center;

}

.swap {
    position: absolute;
    right: 30px;
    top: 50px;
    text-align: center;
    border-radius: 54px;
    transform: rotate(90deg);
}

.swap-icon {
    text-align: center;
    padding: 10px 12px;
    color: white;
    background-color: var(--color);
    border-radius: 50%;
    font-size: 21px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
}

.sort-bar {
    font-size: 13px !important;
    font-weight: 800;
    padding: 0px;
    height: 30px;
    background: var(--color);
    width: 95%;
    margin: auto;
    border-radius: 5px;
}

.sort-bar a {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    padding-left: 30%;
    color: #000000;
}

.scroll-content {
    overflow: unset;
}

.popup {
    border-radius: 5px !important;

}

.cus-button {
    border-radius: 10px !important;
    box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
    min-height: unset;
    font-family: 'Lindsy' !important;

}

.item-border {
    border: 1px solid var(--color);
    margin: 0 10px 0px 10px;
}

.recent .card {
    border-radius: 6px;
    /*background-color: aliceblue;*/
    background-image: url() !important;
    background-size: cover;
}

.book-btn {
    color: var(--color) !important;
    font-family: 'lindsy';
}

hr.dotted {
    border: unset;
    border-top: 1px dashed black;
    margin: unset;
    height: unset;
    background-color: unset;

}

.Line {
    margin: 5px;
}

.m_contactus {
    border-radius: 10px !important;
}

.chat-bot-icon {
    position: fixed;
    bottom: 50px;
    right: 20px;
    height: 50px;
    width: 50px;
    /* background-image: linear-gradient(to right, #FF27AD 0%, #028732 100%); */
    background-color: #028732;
    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.chat-bot-icon img {
    height: 90px;
    width: 90px;
    position: absolute;
    right: -13px;
    top: -33px;
}

.chat-bot-icon svg {
    color: #fff;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: transform 0.5s linear;
    position: absolute;
    left: 13px;
    top: 13px;
    opacity: 0;
    z-index: -1;
}

.chat-bot-icon svg.animate {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    z-index: 1;
}

.buslist.card {
    border-radius: 10px;
    padding: 7px !important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border: unset;
    margin: 5px 10px;
}

.indicator {
    background-color: #dedcd9;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    width: 60px;
    float: right;
}

.indicator div {
    background-color: orange;
    height: 5px;
    width: 100%;
    animation: 1s linear infinite progress-bar-stripes;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.b-800 {
    font-weight: 800 !important;
}

.b-700 {
    font-weight: 700 !important;
}

.view-container {
    font-family: 'Poppins', sans-serif !important;
}

.item-radio input:checked~.item-content {
    background: #d8d2d2 !important;
    ;
}

.passengerinfo .item-input,
.passengerinfo .item-radio {
    padding: 5px 5px 5px 5px !important;
    border: 0;
}

.passengerinfo input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px !important;
    height: 34px !important;
}

@media (max-width: 320px) {
    .buslist div b {
        font-size: 13px !important;
    }

    .farelabel {
        display: none;
    }
}

/* respansive site link start */


.div-mobilesite {
    background-color: var(--color);
    -webkit-clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}

.div-mobilesite2 div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 9px 0px;
    border-radius: 5px;
    background-color: white;
}

.div-mobilesite2 div::after {
    position: absolute;
    content: "";
    background-color: var(--color);
    z-index: -1;
    transform: rotate(2deg);
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.div-mobilesite2 div h5 {
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

/* respansive site link end */.m_menu .item{
	border:none;
}
/* respansive site link end */.tdls .item{
   padding: 6px 6px 3px 15px;
}
.card {
	border :0px !important;
}
.tklabel{
	color:#00000096;
	font-size: 12px;
}
.tkval,.tkval p{
        color:black;
        font-size: 12px;
	font-weight: 500;
}
.trval{
	font-size: 12px;
}
.Pending,.tr-Pending{
	font-size: xx-large;
    	vertical-align: bottom;
    	color: yellow !important;
    	padding-right: 0px;

}
.Booked,.tr-Success{
        font-size: xx-large;
        vertical-align: bottom;
        color: green !important;
        padding-right: 0px;

}
.Cancelled,.tr-Failure,.Partially-Cancelled{
        font-size: xx-large;
        vertical-align: bottom;
        color: red !important;
        padding-right: 0px;

}
.Phone-Booking{
	font-size: xx-large;
        vertical-align: bottom;
        color: blue !important;
        padding-right: 0px;
}
.tkt-Booked{
	color:green !important;
}
.transactiondiv {
	border-bottom: 1px solid #dee2e6;
}
.transactiondiv:last-child{
	border:none !important;
}
.reservedformale{
	background-color: rgb(44 123 184);
}
.item-checkbox.whatsapp span{
	white-space: normal;
	font-size:12px;
}
.item-checkbox.whatsapp{
	padding-left: 45px !important;
}
.available {
    background-color: white !important;
    color: black !important;
    border: 1px solid grey;
}
.selectedmale {
    background-color: #008000b2 !important;
}
.selected, .selectedfemale {
	background-color: #008000b2 !important;
}
.selectedfemale {
    border:  2px solid #ff00fd;
 }
.bookedbyfemale {
    background-color: #f54af4b2 !important;
}
.bookedbyfemale::before {
	left: 5px !important;
}
.bookedbymale ,.booked{
    background-color: #1f73b4d4 !important;
}
.sleeper {
	font-size: 11px !important;
	position: relative;
	width: 30px;
}
.reservedforfemale,.availableladies {
	border:  1px solid #ff00fd;
	background-color:white !important;
	color: black;
}
.sleeper:not(.empty)::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 4px;
    width: 20px;
    height: 6px;
    border: 1px solid grey;
    border-radius: 2px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.seater {
	font-size: 11px !important;
}
.empty {
    background-color: unset;
}
.seater {
    height: 30px;
    width: 30px;
}
.popup-container .popup {
    width: 350px;
}
