/*bus ticket booking app css starts here*/
@font-face {
    font-family: "Sen";
    src: url("./fonts/Sen-Bold.woff2") format("woff2"),
        url("./fonts/Sen-Bold.woff") format("woff"),
        url("./fonts/Sen-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gentium Basic";
    src: url("./fonts/GentiumBasic-Bold.woff2") format("woff2"),
        url("./fonts/GentiumBasic-Bold.woff") format("woff"),
        url("./fonts/GentiumBasic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("./fonts/OpenSans-Regular.woff2") format("woff2"),
        url("./fonts/OpenSans-Regular.woff") format("woff"),
        url("./fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("./fonts/OpenSans-SemiBold.woff2") format("woff2"),
        url("./fonts/OpenSans-SemiBold.woff") format("woff"),
        url("./fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("./fonts/OpenSans-Bold.woff2") format("woff2"),
        url("./fonts/OpenSans-Bold.woff") format("woff"),
        url("./fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
}

a {
    display: inline;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}

.mybus-wrapper {
    font-family: "Open Sans";
    font-weight: 400;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    color: #5c5468;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper {
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper {
        line-height: 24px;
    }
}

@media only screen and (min-width: 1366px) {
    .mybus-wrapper .mybus-container {
        max-width: 1140px;
        padding: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .mybus-container {
        width: calc(100% - 80px);
        max-width: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .mybus-container {
        width: calc(100% - 60px);
        max-width: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mybus-wrapper .mybus-container {
        width: calc(100% - 40px);
        max-width: none;
    }
}

.mybus-wrapper .mybus-sen {
    font-family: "Sen";
    font-weight: bold;
}

.mybus-wrapper .mybus-headtitle {
    font-family: "Gentium Basic";
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-headtitle {
        margin: 0 0 20px;
    }
}

.mybus-wrapper .mybus-headtitle:after {
    content: "";
    position: absolute;
    right: -100px;
    width: 80px;
    height: 4px;
    background-color: #fb8585;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-headtitle:after {
        width: 40px;
        height: 3px;
        right: -50px;
    }
}

@media only screen and (max-width: 480px) {
    .mybus-wrapper .mybus-headtitle:after {
        display: none;
    }
}

.mybus-wrapper .mybus-bold {
    font-weight: 700;
}

.mybus-wrapper .mybus-semibold {
    font-weight: 600;
}

.mybus-wrapper .mybus-regular {
    font-weight: 400;
}

.mybus-wrapper .mybus-60 {
    font-size: 60px;
    line-height: 66px;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-60 {
        font-size: 50px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-60 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-60 {
        font-size: 36px;
        line-height: 42px;
    }
}

.mybus-wrapper .mybus-40 {
    font-size: 40px;
    line-height: 46px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-40 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-40 {
        font-size: 32px;
        line-height: 42px;
    }
}

.mybus-wrapper .mybus-22 {
    font-size: 22px;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-22 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-22 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-22 {
        font-size: 16px;
        line-height: 24px;
    }
}

.mybus-wrapper .mybus-20 {
    font-size: 20px;
    line-height: 32px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-20 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-20 {
        font-size: 16px;
        line-height: 24px;
    }
}

.mybus-wrapper .mybus-18 {
    font-size: 18px;
    line-height: 34px;
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-18 {
        font-size: 16px;
        line-height: 24px;
    }
}

.mybus-wrapper .mybus-16s {
    line-height: 28px;
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-16s {
        line-height: 24px;
    }
}

.mybus-wrapper .mybus-light-orenge {
    background-color: #feeded;
}

.mybus-wrapper .mybus-darkorenge {
    background-color: #fb8585;
}

.mybus-wrapper .mybus-orenge {
    background-color: #fa8886;
}

.mybus-wrapper .mybus-green {
    background-color: #3bd580;
}

.mybus-wrapper .mybus-lightgreen {
    background-color: #aad05a;
}

.mybus-wrapper .mybus-black {
    background-color: #000000;
}

.mybus-wrapper .mybus-red {
    background-color: #dd0031;
}

.mybus-wrapper .mybus-darkgreen {
    background-color: #539e43;
}

.mybus-wrapper .mybus-blue {
    background-color: #00618a;
}

.mybus-wrapper .mybus-lightsky {
    background-color: #5db6dc;
}

.mybus-wrapper .mybus-purple {
    background-color: #ba93ec;
}

.mybus-wrapper .mybus-br30 {
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-br30 {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-br30 {
        border-radius: 15px;
    }
}

.mybus-wrapper .mybus-mt15 {
    margin-top: 15px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-mt15 {
        margin-top: 0;
    }
}

.mybus-wrapper .mybus-mt30 {
    margin-top: 30px;
}

.mybus-wrapper .mybus-mb30 {
    margin-bottom: 30px;
}

.mybus-wrapper .mybus-mt50 {
    margin-top: 50px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-mt50 {
        margin-top: 30px;
    }
}

.mybus-wrapper .mybus-mt70 {
    margin-top: 70px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-mt70 {
        margin-top: 30px;
    }
}

.mybus-wrapper .mybus-ptb150 {
    padding: 150px 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .mybus-wrapper .mybus-ptb150 {
        padding: 120px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mybus-wrapper .mybus-ptb150 {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-ptb150 {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-ptb150 {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-ptb150 {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-ptb150 {
        padding: 35px 0;
    }
}

.mybus-wrapper .mybus-pb150 {
    padding-bottom: 150px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .mybus-wrapper .mybus-pb150 {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mybus-wrapper .mybus-pb150 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-pb150 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-pb150 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-pb150 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-pb150 {
        padding-bottom: 35px;
    }
}

.mybus-wrapper .mybus-ptb100 {
    padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-ptb100 {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-ptb100 {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-ptb100 {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-ptb100 {
        padding: 35px 0;
    }
}

.mybus-wrapper .mybus-banner {
    position: relative;
    background-color: rgba(251, 133, 133, 0.3);
}

.mybus-wrapper .mybus-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url("./img/banner-bg.svg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.mybus-wrapper .mybus-banner .mybus-container {
    position: relative;
    z-index: 2;
}

.mybus-wrapper .mybus-banner .inner-wrapper {
    display: flex;
    gap: 100px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .mybus-banner .inner-wrapper {
        gap: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-banner .inner-wrapper {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-banner .leftside-wrap {
        max-width: none !important;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-banner .leftside-wrap .logo-wrap img {
        max-width: 40%;
    }
}

.mybus-wrapper .mybus-banner .img-wrap {
    max-width: 590px;
    margin-left: auto;
    flex: 0 0 auto;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-banner .img-wrap {
        max-width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-banner .img-wrap {
        max-width: none;
        margin: 35px 0 30px;
    }
}

.mybus-wrapper .mybus-banner .img-wrap img {
    position: relative;
}

.mybus-wrapper .mybus-banner .img-wrap .one {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 200px;
    height: 100px;
    border-radius: 35px 0 35px 0;
    background-color: #fcb9b9;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-banner .img-wrap .one {
        display: none;
    }
}

.mybus-wrapper .mybus-banner .img-wrap .two {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 200px;
    height: 100px;
    border-radius: 35px 0 35px 0;
    background-color: #fcb9b9;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-banner .img-wrap .two {
        display: none;
    }
}

.mybus-wrapper .mybus-about-section {
    margin-top: -90px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-about-section {
        margin-top: 0;
        padding-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-about-section {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-about-section {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-about-section {
        padding-top: 35px;
    }
}

.mybus-wrapper .mybus-about-section .about-wrap {
    display: flex;
    gap: 100px;
    align-items: end;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-about-section .about-wrap {
        gap: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-about-section .about-wrap {
        flex-direction: column;
        gap: 15px;
    }
}

.mybus-wrapper .mybus-about-section .about-wrap .img-wrap {
    flex: 0 0 auto;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-about-section .about-wrap .img-wrap {
        margin: 0 0 30px;
    }
}

.mybus-wrapper .mybus-about-section .about-wrap .about-text {
    padding: 55px 0;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-about-section .about-wrap .about-text {
        padding: 0;
    }
}

.mybus-wrapper .mybus-full-banner {
    overflow: hidden;
}

.mybus-wrapper .mybus-features .features-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-features .features-wrapper {
        grid-gap: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper {
        margin-top: 0;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item {
        gap: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item::-webkit-scrollbar {
        height: 8px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item::-webkit-scrollbar-thumb {
        background-color: #ccc;
        /* Customize scrollbar color */
        border-radius: 4px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        /* Customize scrollbar track color */
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item:last-child {
    margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item:last-child {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item:last-child {
        margin-top: 0;
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item {
    padding: 35px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item {
        min-width: 70%;
        margin: 0 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item {
        padding: 25px 24px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item {
        min-width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item {
        padding: 20px 22px;
    }
}

@media only screen and (max-width: 375px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item {
        min-width: 90%;
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(100% - 166px);
    width: 100%;
    border-radius: 30px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item:after {
        height: 100%;
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item.one:after {
    background-color: #fb8585;
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item.two:after {
    background-color: #5db6dc;
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item.three:after {
    background-color: #aad05a;
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item.four:after {
    background-color: #ba93ec;
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap {
        white-space: normal;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap span {
    color: #ffffff;
    margin: 0 0 15px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap span {
        margin: 0 0 8px;
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap ul li {
    color: #ffffff;
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap ul li:before {
    filter: brightness(0) invert(1);
    top: 7px;
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap ul li:before {
        top: 5px;
    }
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap .img-wrap {
    margin-top: 30px;
}

.mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap .img-wrap img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-features .features-wrapper .wrap-item .item .inner-wrap .img-wrap img {
        max-width: 55%;
    }
}

.mybus-wrapper .mybus-feature-screen {
    background-color: rgba(251, 133, 133, 0.3);
    padding: 70px 0;
    position: relative;
}

.mybus-wrapper .mybus-feature-screen:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(./img/banner-bg.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.mybus-wrapper .mybus-feature-screen .inner-wrap {
    position: relative;
    z-index: 2;
}

.mybus-wrapper .mybus-techno-stack {
    overflow: hidden;
}

.mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 95px;
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap {
        gap: 91px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap {
        gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap {
        gap: 25px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap {
        gap: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap::-webkit-scrollbar {
        height: 8px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap::-webkit-scrollbar-thumb {
        background-color: #ccc;
        /* Customize scrollbar color */
        border-radius: 4px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        /* Customize scrollbar track color */
    }
}

.mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap .item {
    width: 20%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap .item {
        width: auto;
        margin: 0 0 5px;
    }
}

.mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap .item .icon-outer {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    padding: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap .item .icon-outer {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap .item .icon-outer {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap .item .icon-outer .icon-wrap img {
        max-width: 80%;
    }
}

.mybus-wrapper .mybus-techno-stack .inner-content .logo-wrap .item .text-wrap a:hover {
    color: #fa8886;
}

.mybus-wrapper .mybus-super-admin .img-outer {
    padding: 100px 30px 70px;
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .mybus-wrapper .mybus-super-admin .img-outer {
        padding: 90px 30px 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-super-admin .img-outer {
        padding: 70px 25px 50px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-super-admin .img-outer {
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-super-admin .img-outer {
        padding: 35px 25px;
    }
}

.mybus-wrapper .mybus-super-admin .admin-content-wrap .item {
    margin: 0 0 40px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-super-admin .admin-content-wrap .item {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-super-admin .admin-content-wrap .item {
        margin: 0 0 15px;
    }
}

.mybus-wrapper .mybus-super-admin .admin-content-wrap .item:last-child {
    margin: 0;
}

.mybus-wrapper .mybus-super-admin .admin-content-wrap .item span {
    margin: 0 0 15px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-super-admin .admin-content-wrap .item span {
        margin: 0 0 8px;
    }
}

.mybus-wrapper ul.lists li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 8px;
}

.mybus-wrapper ul.lists li:last-child {
    margin-bottom: 0;
}

.mybus-wrapper ul.lists li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url("./img/command.svg") no-repeat;
    width: 16px;
    height: 16px;
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper ul.lists li:before {
        top: 5px;
    }
}

.mybus-wrapper .mybus-full-banner-two {
    overflow: hidden;
}

.mybus-wrapper .mybus-impact .inner-content .impact-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-impact .inner-content .impact-numbers {
        grid-gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-impact .inner-content .impact-numbers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

.mybus-wrapper .mybus-impact .inner-content .impact-numbers .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 45px;
    gap: 5px;
}

@media only screen and (max-width: 991px) {
    .mybus-wrapper .mybus-impact .inner-content .impact-numbers .item {
        padding: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .mybus-impact .inner-content .impact-numbers .item {
        width: calc(48% - 5px);
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .mybus-impact .inner-content .impact-numbers .item {
        padding: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .mybus-wrapper .mybus-impact .inner-content .impact-numbers .item {
        padding: 20px 22px;
    }
}

@media only screen and (max-width: 375px) {
    .mybus-wrapper .mybus-impact .inner-content .impact-numbers .item {
        width: 100%;
    }
}

.mybus-wrapper .mybus-impact .inner-content .img-wrap img {
    border: 2px solid #000000;
}

/* ---------------mybus-wrapper cta one css start -----------*/

.mybus-wrapper .section-mybus-cta-bg {
    font-family: "Gentium Basic";
}

.mybus-wrapper .section-mybus-cta-bg .cta-green-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(250, 136, 134, 1);
}

.mybus-cta-cta-container {
    max-width: 1440px !important;
}

.mybus-wrapper .section-mybus-cta-bg .cta-container {
    max-width: 1600px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-bg {
        border-radius: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-bg {
        border-radius: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-bg {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-bg {
        padding: 30px 15px;
        border-radius: 14px;
    }
}

.mybus-wrapper .section-mybus-cta-bg .cta-green-grid-main {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-column-gap: 20px;
    align-items: end;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-grid-main {
        grid-template-columns: 1fr 34%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-grid-main {
        grid-template-columns: 1fr 43%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-grid-main {
        grid-template-columns: 1fr 43%;
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-green-grid-main {
        grid-template-columns: 1fr;
        grid-column-gap: 15px;
    }
}

.mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis {
    margin: 0;
    padding: 70px 0px 70px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis {
        text-align: left;
        padding: 70px 0px 70px 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 80px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis {
        text-align: center;
        padding: 0;
    }
}

.mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis p {
    margin: 0;
    font-size: 34px;
    color: #ffffff;
    line-height: 42px;
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis p {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis p {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis p {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-title-left-dis p {
        font-size: 20px;
        line-height: 26px;
    }
}

.mybus-wrapper .section-mybus-cta-bg .cta-btn-box {
    margin-top: 24px;
}

.mybus-wrapper .section-mybus-cta-bg .cta-btn-box a {
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 18px;
    display: inline-block;
    font-family: "Gentium Basic";
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-btn-box a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-btn-box a {
        padding: 9px 14px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-btn-box a {
        padding: 9px 14px;
        font-size: 14px;
    }
}

.mybus-wrapper .section-mybus-cta-bg .cta-btn-box a:hover {
    background: #e25574;
    color: #ffffff;
}

.mybus-wrapper .section-mybus-cta-bg .cta-img-right-img-box {
    position: static;
    text-align: end;
    padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-img-right-img-box {
        position: static;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-bg .cta-img-right-img-box {
        display: none;
    }
}

/* ---------------mybus-wrapper cta one css end -----------*/

/* ---------------mybus-wrapper cta two css start -----------*/

.mybus-wrapper .section-mybus-cta-blue-bg {
    font-family: "Gentium Basic";
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-blue-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(93, 182, 220, 1);
}

.mybus-cta-cta-container {
    max-width: 1440px !important;
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-container {
    max-width: 1600px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-blue-bg {
        border-radius: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-blue-bg {
        border-radius: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-blue-bg {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-blue-bg {
        padding: 30px 15px;
        border-radius: 14px;
    }
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-green-grid-main {
    display: grid;
    grid-template-columns: 1fr 42%;
    grid-column-gap: 20px;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-green-grid-main {
        grid-template-columns: 1fr 34%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-green-grid-main {
        grid-template-columns: 1fr 43%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-green-grid-main {
        grid-template-columns: 1fr 43%;
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-green-grid-main {
        grid-template-columns: 1fr;
        grid-column-gap: 15px;
    }
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis {
    padding: 0px 0px 0px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 0px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 0px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis {
        text-align: center;
        padding: 0;
    }
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis p {
    margin: 0;
    font-size: 34px;
    color: #ffffff;
    line-height: 42px;
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis p {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis p {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis p {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-title-left-dis p {
        font-size: 20px;
        line-height: 26px;
    }
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-btn-box {
    margin-top: 24px;
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-btn-box a {
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 18px;
    display: inline-block;
    font-family: "Gentium Basic";
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-btn-box a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-btn-box a {
        padding: 9px 14px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-btn-box a {
        padding: 9px 14px;
        font-size: 14px;
    }
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-btn-box a:hover {
    background: #e25574;
    color: #ffffff;
}

.mybus-wrapper .section-mybus-cta-blue-bg .cta-img-right-img-box {
    position: static;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-img-right-img-box {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .mybus-wrapper .section-mybus-cta-blue-bg .cta-img-right-img-box {
        display: none;
    }
}

/* ---------------mybus-wrapper cta two css end -----------*/

/*bus ticket booking app css ends here*/