@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #666666;
}

p {
    text-align: justify;
}

.navbar-nav .nav-link {
    padding: 5px 15px;
    color: #8a8a8a;
    font-weight: 500;
}

.nav-item a.active, .nav-item a:hover {
    color: #fff !important;
    background-color: #35b771;
    border-radius: 12px;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-black:hover {
    background-color: #35b771;
    color: #fff;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-shadow {
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.51);
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.fw-semi-bold {
    font-weight: 500;
}

.fs-16 {
    font-size: 16px;
}

.padding_top_100 {
    padding-top: 100px
}

.padding_bottom_100 {
    padding-bottom: 100px
}

.hero_content h2 {
    font-size: 43px;
    color: #000;
}

.hero_content h1 {
    font-size: 53px;
    color: #000;
}

.hero_content p {
    max-width: 360px;
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    left: 40%;
    background-image: url(../images/hero_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
}

.welcome h3 span {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-right: 20px;
    line-height: 2;
    position: relative;
}

.welcome h3 span:after {
    content: '';
    right: -33px;
    bottom: 0;
    width: 40px;
    background-image: url(../images/title_car.png);
    position: absolute;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-primary {
    background-color: #000;
    color: #fff;
    border-color: #000;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #35b771;
    border-color: #35b771;
    color: #fff;
}

.bg_dark {
    background-color: #111111;
}

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

ul li a {
    color: #fff;
    text-decoration: none;
}

.get_app {
    background-color: #35b771;
    padding: 20px;
    width: 100%;
    /* margin-left: 15%; */
}

.social_icon ul li a {
    background-color: #292929;
    color: #8f8f8f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.footer_link a:hover {
    color: #35b771;
}

.copyright p {
    color: #999999;
    font-weight: 500;
}

.copyright a {
    color: #35b771;
    text-decoration: none;
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.katchgo_overlap_img.big:after {
    height: 150px;
}

.katchgo_overlap_img:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    width: 100%;
    background-color: #fff;
    content: '';
}

.katchgo_overlap_img {
    position: relative;
}

.katchgo_overlap_img .container {
    z-index: 2;
    position: relative;
}

.about_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #f3f3f3;
}

.about_banner .about_mobile {
    width: 150px;
    margin-bottom: 0px;
    transform: translateY(20px);
}

.about_banner h2 {
    font-size: 53px;
    margin-top: 100px;
    margin-left: 30px;
    width: 170px;
}

.onroad_vi {
    width: calc(100% - 350px);
    position: relative;
}

.onroad_vi .bike {
    width: 10%;
    position: absolute;
    left: 14%;
    top: 45%;
    z-index: 1;
}

.onroad_vi .rikshow {
    width: 15%;
    position: absolute;
    left: 32%;
    top: 46%;
    z-index: 2;
}

.onroad_vi .car {
    width: 28%;
    position: absolute;
    left: 18%;
    bottom: 0%;
    z-index: 3;
}

.onroad_vi .bus {
    width: 40%;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 4;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 600;
}

.box-shadow-large {
    box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.1);
}

.form-component .form-control {
    background-color: #f9f9f9;
    padding: 13px;
    border: 0;
    border-radius: 0;
}

.form-component .btn-primary {
    padding: 13px;
    border: 0;
    border-radius: 0;
}

.border-bottom {
    border-bottom: 1px solid #f5f3f4 !important;
}

.form-component label.form-label {
    font-weight: 500;
    color: #000;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

#ui-datepicker-div table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.katch_bus_page .onroad_vi .bus {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
}

.katch_taxi_page .onroad_vi .car {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
}

.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    color: #000;
}

.custom_radio [type="radio"]:checked+label:before,
.custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label:after, .custom_radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #34b66e;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #000;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-component.fill_form label.form-label {
    font-weight: 500;
    color: #7b7b7b;
}

.form-component.fill_form .form-control {
    font-weight: 600;
    color: #000;
}

.only_for_card {
    width: calc(100% - 350px);
    text-align: center;
    margin-left: 350px;
    margin-top: -275px;
}

.only_for_card img {
    width: 619px;
    margin: auto;
}

.timeline_card ul li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.timeline_card ul {
    position: relative;
}

.timeline_card ul:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    width: 4px;
    top: 0;
    background-color: #000;
}

.timeline_card ul li div {
    padding-bottom: 15px;
    padding-top: 15px;
}


.timeline_card ul li:nth-child(even) div:first-child {
    order: 2;
    padding-left: 30px;
}

.timeline_card ul li:nth-child(even) div:last-child {
    order: 1;
    padding-right: 30px;
}

.timeline_card ul li div:first-child {
    width: 50%;
    padding-right: 30px;
}

.timeline_card ul li div:last-child {
    width: 50%;
    padding-left: 30px;
}

.timeline_card ul li:nth-child(odd) div:last-child h4 {
    padding-left: 60px;
    position: relative;
}

.timeline_card ul li:nth-child(odd) div:last-child h4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 4px;
    background-color: #d1d1d1;
}

.timeline_card ul li:nth-child(even) div:last-child h4:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 11px;
    width: 50px;
    height: 4px;
    background-color: #d1d1d1;
}

.timeline_card ul li:nth-child(even) div:last-child h4 {
    text-align: right;
    padding-right: 60px;
    position: relative;
}

.timeline_card ul li:nth-child(even) div:last-child p {
    text-align: right;
    padding-right: 60px;
}

.timeline_card ul li:nth-child(even) div:first-child p {
    padding-right: 60px;
}

.timeline_card ul li:nth-child(odd) div:last-child p {
    padding-left: 60px;
    position: relative;
}

.timeline_card ul li:nth-child(odd) div:first-child {
    text-align: right;
}

.timeline_card .img img {
    max-width: 100%;
}

/* carrer page css start */

.banner_sec {
    position: relative;
    padding: 65px 0;
    background: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.banner_sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    z-index: -1;
}

.banner_sec h1 {
    text-align: center;
    color: #000;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 43px;
}

.banner_sec h1 span {
    display: block;
    color: #3AB771;
}

.banner_searchbar .select2-selection {
    padding-left: 30px;
    border: 0 !important;
}

.banner_searchbar .select2-selection__arrow {
    display: none;
}

.banner_sec .banner_searchbar {
    background: #fff;
    border: 1px solid #cecece;
    padding: 5px 7px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    width: 752px;
    margin: 0 auto;
}

.banner_searchbar .add_location {
    display: flex;
    gap: 33px;
    width: 70%;
}

.banner_searchbar .input_field {
    position: relative;
    width: 100%;
}

.banner_searchbar .input_field:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.40);
}

.banner_searchbar .input_field select {
    border: 0;
    height: 100%;
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 500;
    padding-left: 35px;
    outline: none;
    width: 100%;
}

.banner_searchbar .input_field svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 2;
}

.search_btn {
    background: #3AB771;
    border-radius: 15px;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 0;
    outline: none;
    text-transform: capitalize;
    transition: 0.3s all;
}

.search_btn:hover {
    background: transparent;
    color: #3AB771;
    border: 1px solid #3AB771;
}

.current_position {
    position: relative;
    padding: 45px 0 65px;
}

.current_position h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.current_position .position_box {
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin: 0 10px 30px;
}

.current_position .position_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.current_position .position_title span {
    background: #3AB771;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    min-width: 32px;
}

.current_position .position_title p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.current_position .position_box .location {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0 20px;
    display: block;
}

.current_position .position_box .location i {
    margin-right: 10px;
}

.apply_btn {
    background: #3AB771;
    border-radius: 10px;
    padding: 7px 15px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all;
    outline: none;
    border: 0;
    text-decoration: none;
}

.apply_btn:hover {
    border: 1px solid #B3B3B3;
    color: #3AB771;
    background: transparent;
}

.uploading_sec {
    position: relative;
    padding: 38px 0;
    background: #F0F0F0;
}

.uploading_sec h4 {
    font-size: 32px;
    font-weight: bold;
}

.uploading_sec a {
    color: #3AB771;
    font-size: 32px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.upload_btn {
    border: 1px solid #3AB771;
    outline: none;
    cursor: pointer;
    background: #3AB771;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 29px;
    border-radius: 15px;
    transition: 0.3s all;
    margin-top: 30px;
}

.upload_btn:hover {
    background: transparent;
    color: #3AB771;
}

.upload_btn i {
    margin-right: 15px;
}

/* carrer page css end */


/* katch business page css start */
/* .business_banner {
    position: relative;
    background: url(../images/katch_business_banner.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.business_banner h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.business_banner p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
}

.business_from {
    position: relative;
    padding: 50px 0;
}

.business_details {
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 30px 15px;
    margin-bottom: 25px;
}

.business_details .form_title {
    background: #3AB771;
    padding: 13px 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form_field {
    position: relative;
    margin-bottom: 20px;
}

.form_field label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.form_field label span {
    color: #f00;
}

.form_field .d-flex input:first-child {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.form_field .d-flex input:last-child {
    border-radius: 0 4px 4px 0;
}

.form_field input,
.form_field textarea,
.form_field select {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #989898;
    width: 100%;
    display: block;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

.form_field input[type="file"]::file-selector-button {
    background: transparent;
    border: 1px solid #989898;
    color: #181818;
    font-size: 12px;
    border-radius: 3px;
}

.business_submi_btn {
    border: 0;
    outline: 0;
    background: #000;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    padding: 16px 100px;
    font-size: 16px;
    font-weight: 600;
} */

/* katch business page css end */


/* katch bus tracking page css start */
.bus_track_banner {
    position: relative;
    background: url(../images//bus_track_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 70px 0 0;
}

.bus_track_banner h2 {
    font-size: 53px;
    font-weight: 400;
    text-transform: capitalize;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bus_track_banner h2 span {
    display: block;
}

.bus_track_banner img {
    width: 100%;
}

.bus_track_form {
    position: relative;
    padding: 43px 0;
}

.bus_track_form .bus_form {
    padding: 37px 60px;
    border-radius: 10px;
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 17%);
    background: #fff;
}

.bus_track_form .bus_form h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}

.bus_track_form .bus_form .select2-selection--single,
.bus_track_form .bus_form select {
    padding: 15px;
    height: unset;
    border: 1px solid #cecece;
    border-radius: 15px;
}

.bus_track_form .bus_form select {
    padding: 23px 15px;
}

.bus_track_form .bus_form .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
}

.bus_track_form iframe {
    border-radius: 10px;
    width: 100%;
    height: 300px;
}

.bus_form .select2-hidden-accessible {
    display: none;
}

.trakking_details_submit {
    border: 0;
    outline: none;
    background: #3AB771;
    border-radius: 10px;
    color: #fff;
    padding: 12px 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin-top: 17px;
}

/* katch bus tracking page css end */


/* modal css start */
.close_btn {
    width: 50px;
    height: 50px;
    margin-left: auto;
    border: 0;
    color: #000;
    background: transparent;
    font-size: 18px;
    transition: 0.3s all;
}

.close_btn:hover {
    color: #f00;
}

.modal_title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.modal_body {
    padding: 15px 30px 40px;
}

.modal_field {
    position: relative;
    margin-bottom: 20px;
}

.modal_field input {
    border: 1px solid #cecece;
    border-radius: 15px;
    padding: 15px;
    padding-left: 50px;
    width: 100%;
    outline: none;
}

.modal_field input.file {
    padding: 15px;
    z-index: 1;
    position: relative;
}

.modal_field input[type="file"]::file-selector-button {
    display: none;
}

.modal_field span {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #3AB771;
    font-size: 20px;
}

.upload_file {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
    background: #3AB771;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #3AB771;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
}

.upload_file i {
    font-size: 21px;
    margin-right: 12px;
}

/* modal css end */

@media(min-width: 992px) {
    .hero_slider .swiper-slide {
        padding: 0 60px;
    }
}

@media(max-width: 1199px) {

    .about_banner h2 {
        font-size: 40px;
        margin-top: 70px;
        margin-left: 30px;
        width: 90px;
    }

    .about_banner .about_mobile {
        width: 100px;
        transform: translateY(10px);
    }

    .onroad_vi {
        width: calc(100% - 220px);
    }

    .onroad_vi .bike {
        width: 10%;
        left: 14%;
        top: 45%;
    }

    .onroad_vi .rikshow {
        width: 15%;
        left: 32%;
        top: 46%;
    }

    .onroad_vi .car {
        width: 28%;
        left: 18%;
        bottom: 0%;
    }

    .onroad_vi .bus {
        width: 40%;
        bottom: 0%;
        right: 0%;
    }

    .timeline_card ul li div {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .only_for_card img {
        width: 100%;
    }

    .only_for_card {
        width: 400px;
        margin-left: 300px;
        margin-top: -220px;
    }
}

@media(max-width: 991px) {
    .navbar-brand img {
        height: 40px;
        width: auto;
    }

    .navbar-toggler {
        background-color: unset;
        outline: unset;
        padding: unset;
    }

    .header_row {
        position: relative;
        width: 100%;
    }

    .header_row button span {
        width: 20px;
        margin: 5px;
        display: block;
        height: 2px;
        background: #35b771;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

    .header_row .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header_row button.active span:first-of-type {
        -webkit-transform: rotate(45deg) translate(3px, 7px);
        -ms-transform: rotate(45deg) translate(3px, 7px);
        transform: rotate(45deg) translate(3px, 7px);
    }

    .header_row button.active span:nth-of-type(2) {
        opacity: 0;
    }

    .header_row button.active span:last-of-type {
        -webkit-transform: rotate(-45deg) translate(3px, -7px);
        -ms-transform: rotate(-45deg) translate(3px, -7px);
        transform: rotate(-45deg) translate(3px, -7px);
    }

    .header_row .navbar-collapse {
        position: absolute;
        top: 100%;
        background-color: #fff;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .padding_top_100 {
        padding-top: 50px;
    }

    .padding_bottom_100 {
        padding-bottom: 50px;
    }

    .hero_content p {
        max-width: 360px;
        margin: auto;
    }

    .banner:after {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .welcome h3 span {
        padding-right: 60px;
    }

    .welcome h3 span:after {
        right: 0;
    }


    .about_banner .about_mobile {
        width: 80px;
        transform: translateY(10px);
    }

    .about_banner h2 {
        font-size: 25px;
        margin-top: 66px;
        margin-left: 16px;
        width: 75px;
    }

    .onroad_vi {
        width: calc(100% - 180px);
    }

    .only_for_card {
        width: 450px;
        margin-left: 230px;
        margin-top: -210px;
    }

    .banner_sec .banner_searchbar {
        width: auto;
    }

    .uploading_sec .upload_sec_img {
        text-align: center;
        margin: 0 0 30px;
    }

    /* business page css start */
    .business_banner h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .business_banner p {
        width: 100%;
    }

    /* business page css end */

    /* bus tracking css start */
    .bus_track_banner {
        padding: 70px 0 0;
    }

    .bus_track_banner h2 {
        display: none;
    }

    .bus_track_form .bus_form h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .bus_track_form .bus_form {
        padding: 30px 15px;
    }

    /* bus tracking css end */
}

@media(max-width: 767px) {
    .onroad_vi .bike {
        width: 14%;
        left: 12%;
        top: 45%;
    }

    .onroad_vi .rikshow {
        width: 19%;
        left: 32%;
        top: 44%;
    }

    .onroad_vi .car {
        width: 32%;
        left: 18%;
        bottom: 10%;
    }

    .onroad_vi .bus {
        width: 44%;
        right: 0%;
        bottom: 10%;
    }

    .timeline_card ul li div:first-child {
        width: 140px;
        padding-right: 15px;
    }

    .timeline_card ul:after {
        left: 140px;
    }

    .timeline_card ul li div:last-child {
        width: 50%;
        padding-left: 0;
    }

    .timeline_card ul li:nth-child(odd) div:last-child h4 {
        padding-left: 30px;
        position: relative;
    }

    .timeline_card ul li:nth-child(odd) div:last-child p {
        padding-left: 30px;
    }

    .timeline_card ul li:nth-child(odd) div:last-child h4:after {
        width: 20px;
    }

    .timeline_card ul li:nth-child(even) div:last-child h4 {
        text-align: left;
        padding-right: 0;
        position: relative;
        padding-left: 30px;
    }

    .timeline_card ul li:nth-child(even) div:last-child p {
        text-align: left;
        padding-right: 0;
        padding-left: 30px;
    }

    .timeline_card .img img {
        max-width: 100%;
        width: 100%;
    }

    .timeline_card ul li div:last-child {
        width: calc(100% - 160px);
        padding-left: 10px;
    }

    .timeline_card ul li:nth-child(odd) div:first-child {
        text-align: left;
    }

    .timeline_card ul li {
        align-items: start;
    }

    .timeline_card ul li div {
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .timeline_card ul li:nth-child(even) div:first-child {
        order: 1;
        padding-left: 0;
    }

    .timeline_card ul li:nth-child(even) div:last-child h4:after {
        left: 0;
        right: auto;
        width: 20px;
    }

    .only_for_card {
        width: calc(100% - 190px);
        margin-left: 190px;
        margin-top: -150px;
    }

    /* carrer page css start */
    .banner_sec {
        padding: 45px 0;
    }

    .banner_sec h1 {
        font-size: 28px;
    }

    .banner_sec .banner_searchbar {
        width: auto;
        flex-direction: column;
        height: auto;
        gap: 10px;
        padding: 10px;
    }

    .banner_searchbar .add_location {
        flex-direction: column;
        gap: 13px;
        width: 100%;
    }

    .banner_searchbar .input_field input {
        height: 40px;
        border: 1px solid #cecece;
        border-radius: 10px;
    }

    .banner_searchbar .input_field:last-child {
        border: 0;
    }

    /* carrer page css end */
}

@media(max-width: 575px) {
    .about_banner .about_mobile {
        width: 60px;
        transform: none;
    }

    .about_banner {
        padding-bottom: 100px;
        position: relative;
    }

    .about_banner h2 {
        font-size: 38px;
        margin-top: 10px;
        margin-left: 16px;
        width: 85px;
    }

    .mo_center {
        justify-content: center;
    }

    .onroad_vi {
        width: calc(100% - 0px);
        position: absolute;
        bottom: 0;
        height: 100px;
    }

    .onroad_vi .bike {
        width: 12%;
        left: 5%;
        top: 18%;
    }

    .onroad_vi .rikshow {
        width: 20%;
        left: 30%;
        top: 18%;
    }

    .onroad_vi .car {
        width: 32%;
        left: 10%;
        bottom: 10%;
    }

    .onroad_vi .bus {
        width: 44%;
        right: 3%;
        bottom: 10%;
    }

    .only_for_card {
        width: 100%;
        margin-left: 0;
        margin-top: -100px;
        z-index: 6;
        position: relative;
    }

}

.citylist {
    list-style: unset;
    margin: 0px 20px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media (max-width:400px) {
    .uploading_sec .upload_sec_img img {
        width: 300px;
    }
}

@media (max-width:520px) {
    .bus_track_banner img {
        width: 290px;
        margin: 0 auto;
    }
}