.new-bus-top-box {
    padding: 0px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.col-new-transport-data {
    /* min-height: 600px; */
    margin-top: 30px;
    padding: 0;
}

.bus-number-search {
    background-color: #fff;
}

.col-new-transport {
    padding-left: 0;
    padding-right: 30px;
}

.new-stop-list-inner h4 {
    font-size: 20px;
    font-weight: 800;
    color: #a652b2;
    margin-bottom: 8px;
}

.transport-stop-list {
    background-color: #670167;
    width: 100%;
    /* height: 450px; */
    height: 100%;
    position: relative;
}

.stop-list-title-flex {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}

.stop-list-title-flex h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}

.border-new-color {
    border: 1px solid #873486;
    border-right: 0;
    border-left: 0;
    padding: 0;
    border-bottom: 0;
}

.col-bus-entered.border-new-color.right-border {
    border-right: 0;
    border-left: 1px solid #873486;
}

.entered-title {
    border-bottom: 1px solid #873486;
}

.not-entered-title {
    border-bottom: 1px solid #873486;
}

.col-bus-entered span {
    padding: 10px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

ul.entered-bus-data {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.entered-bus-data li {
    margin-top: 2px;
    width: 96%;
    margin-left: 2px;
}

ul.entered-bus-data li a {
    color: #fff;
    padding-left: 10px; line-height: 1.2; display: inline-block;
}

li.bus-data-red {
    background-color: #ff3f2a;
}

li.bus-data-green {
    background-color: #10d0a1;
}

li.bus-data-blue {
    background-color: #3ea5df;
}

ul.not-entered-bus-data {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.not-entered-bus-data li {
    margin-top: 2px;
    width: 96%;
    margin-left: 4px;
    background-color: #945793;
}

ul.not-entered-bus-data li a {
    padding-left: 10px; color: #fff; display: inline-block; line-height: 1.2;
}

ul.not-entered-bus-data li a:hover {
    color: #fff;
}

.tip {
    display: block;
    cursor: pointer;
}

.tooltip li {
    white-space: nowrap;
}

.tip-content ul {
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 310px;
    position: relative;
}

.tip-content .left-tip {
    width: 120px;
    float: left;
}

.tip-content .right-tip {
    float: left;
    width: 60%;
}

.tip-content .tooltip-inner {
    background-color: #ff3f2a;
}

.tooltip-inner ul {
    padding: 0;
}


/* 
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f00;
} */

.entered-bus-data li {
    position: relative;
}


/* .tooltip-inner {
    max-width: 300px;
    width: 300px !important;
    padding: 3px 8px;
    color: #fff;
    text-align: left;
    background-color: #ff3f2a;
    border-radius: 0.25rem;
    overflow: visible;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #ff3f2a;
} */

.red-tip-data-bg {
    display: none;
    position: absolute;
    background-color: #ff3f2a;
    left: 149px;
    z-index: 99;
    top: 0;
    padding: 5px;
    color: #fff;
    border-radius: 0.25rem;
}

.red-tip-data-bg::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 9px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff3f2a;
    clear: both;
    transform: rotate(91deg);
}

.bus-data-red:hover .red-tip-data-bg {
    display: block;
}

.green-tip-data-bg {
    display: none;
    position: absolute;
    background-color: #10d0a1;
    left: 149px;
    z-index: 99;
    top: 0;
    padding: 5px;
    color: #fff;
    border-radius: 0.25rem;
}

.green-tip-data-bg::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 9px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #10d0a1;
    clear: both;
    transform: rotate(91deg);
}

.bus-data-green:hover .green-tip-data-bg {
    display: block;
}

.blue-tip-data-bg {
    display: none;
    position: absolute;
    background-color: #3ea5df;
    left: 149px;
    z-index: 99;
    top: 0;
    padding: 5px;
    color: #fff;
    border-radius: 0.25rem;
}

.blue-tip-data-bg::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 9px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3ea5df;
    clear: both;
    transform: rotate(91deg);
}

.bus-data-blue:hover .blue-tip-data-bg {
    display: block;
}

.tip-content ul li {
    font-weight: 600;
    font-size: 13px;
}

.tip-content ul li.left-tip {
    width: 120px;
    position: relative;
    float: left;
}

.tip-content ul li.left-tip:before {
    content: ':';
    position: absolute;
    right: 8px;
}

.tip-content ul li.right-tip {
    width: 150px;
    float: left;
}


/* .tooltip-custom .tooltip-inner {
    background-color: red !important;    
}

.entered-bus-data .bus-data-red:hover .tooltip-inner {
    background-color: blue !important;    
} */


/* 
.tooltip-custom .tooltip-inner {
    background-color: #f2653c;
    color: #ffffff;
  }
  .tooltip-custom.bs-tooltip-top .arrow:before {
    border-top-color: #f2653c;
  }
  .tooltip-custom.bs-tooltip-right .arrow:before {
    border-right-color: #f2653c;
  }
  .tooltip-custom.bs-tooltip-left .arrow:before {
    border-left-color: #f2653c;
  }
  .tooltip-custom.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f2653c;
  }
  
  .tooltip-custom-alt .tooltip-inner {
    background-color: #5b2da3;
    color: #ffffff;
  }
  .tooltip-custom-alt.bs-tooltip-top .arrow:before {
    border-top-color: #5b2da3;
  }
  .tooltip-custom-alt.bs-tooltip-right .arrow:before {
    border-right-color: #5b2da3;
  }
  .tooltip-custom-alt.bs-tooltip-left .arrow:before {
    border-left-color: #5b2da3;
  }
  .tooltip-custom-alt.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #5b2da3;
  } */

.tooltip-inner ul li {
    font-weight: 600;
    font-size: 13px;
}

.tooltip-inner ul li.left-tip {
    width: 120px;
    position: relative;
    float: left;
}

.tooltip-inner ul li.left-tip:before {
    content: ':';
    position: absolute;
    right: 8px;
}

.tooltip-inner ul li.right-tip {
    width: 150px;
    float: left;
}

.clearfix {
    clear: both;
}

.bus-number-search {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
}

.bus-number-search a {
    border: 2px solid #000;
    border-radius: 25px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.bus-number-search a img {
    margin-right: 10px;
}

.bus-number-search a span {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

input.search-form {
    border-bottom: 1px solid #000;
    color: #000;
    min-width: 395px;
    padding: 5px 0px;
}

input.search-form::placeholder {
    color: #000;
    font-weight: 800;
    font-size: 18px;
}

.search-input {
    position: relative;
}

img.search-icon {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 5px;
}

.route-view-more-btn {
    border: 2px solid #ed008c;
    padding: 5px 35px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ed008c;
    font-weight: 600;
    border-radius: 25px;
}

.bus-card-box.white-bg {
    min-height: 700px;
    background-color: #fff;
    margin-top: 30px;
    padding-top: 15px;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.bus-card-box.white-bg .bus-card-box {
    padding-left: 10px;
    padding-right: 10px;
}

.bus-card-box .bg-light-1 {
    background-color: #faf6ed;
    height: auto;  border: 1px solid #e8e8e8;
}

.bus-card-box .bg-light-3 {
    background-color: #f1f9ec;
    height: auto; border: 1px solid #e8e8e8;
}

.bus-card-box.white-bg .col-bus-data {
    padding-left: 10px;
    padding-right: 10px;
}

.bus-card-box .bus-card-opacity {
    opacity: 0.5;
    margin-top: 20px;
}

.bus-card-box .bg-light-2 {
    background-color: #e6f0f9;
    height: auto; border: 1px solid #e8e8e8;
}

.bus-card-title {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px; padding-top: 20px;
}

.bus-card-title h5 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 5px;
}

.bus-card-title span {
    background-color: #10cfa3;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 10px 0px 0px 10px;
}

.bus-card-title span.afternoon {
    background-color: #ff3f2a;
}

.bus-card-data {
    list-style: none;
    /* padding: 0; */
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-left: 10px; */ padding: 0px 20px;
}

.bus-card-data li {
    width: 50%;
    margin-bottom: 15px;
}

ul.bus-card-data li a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 19px;
}

ul.bus-card-data li a img {
    margin-right: 5px;
}

ul.bus-card-data li a span {
    font-size: 13px;
    display: block;
    color: #000;
    font-weight: 400;
}

.bus-card-editor {
    position: relative;
}

.bus-card-editor ul {
    padding: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}

.bus-card-editor ul li {
    text-align: center;
    width: 33.33%;
    padding: 10px 0px;
}

.bus-card-editor ul li:nth-child(2) {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.bus-card-editor ul li a span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.bus-card-editor ul li a img {
    display: block;
    display: block;
    max-width: 100%;
    margin: auto;
}


/* top header css */

.logo-title-main {
    position: relative;
    top: 30px;
}

.logo-title-main h6 {
    font-weight: 600;
    font-size: 22px;
}

.top-notification-panel {
    float: left;
    padding-top: 8px;
    display: inline-block;
    position: relative;
    padding-right: 0px;
    margin-right: 10px;
}


/* Second page Css */

.search-pending-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.bus-route-box.white-bg {
    background-color: #fff;
    min-height: 650px;
    margin-bottom: 30px;
}

.main-bus-route-section h4 {
    font-size: 20px;
    font-weight: 800;
    color: #a652b2;
    margin-bottom: 8px;
}

.search-student-route-inner label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

input.search-student {
    border-bottom: 1px solid #999;
    color: #000;
    min-width: 100%;
    padding: 5px 0px;
}

input.search-student::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.search-date-inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

input.route-search-btn {
    border: 2px solid #ed008c;
    padding: 5px 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ed008c;
    font-weight: 600;
    border-radius: 25px;
}

img.icon-calender-date {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.search-range-flex label {
    padding-left: 15px;
}

select.search-date-wise {
    border: 0;
    border-bottom: 1px solid #999;
    padding: 3px 0px;
    width: 180px;
}

.route-student-profile {
    width: 100px;
    height: 105px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-right: 10px;
}

.route-student-profile span {
    width: 100px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.route-student-profile::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url('../images/icons/route-student-border.png') no-repeat scroll top center;
    left: 0;
    top: -6px;
    z-index: 99;
    background-size: cover;
    top: 0;
    background-size: 100%;
}

.route-student-profile-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.route-pending-data {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.route-student-profile-details li {
    /*  new added */
    width: 225px;
    /* width: 30%; */
    line-height: 1;
    border-right: 1px solid #ebebeb;
    margin: 10px 9px;
}

.route-student-profile-details li:nth-child(3) {
    border-right: 0;
}

.route-student-profile-details li:nth-child(6) {
    border-right: 0;
}

ul.route-student-profile-details li p {
    font-size: 16px;
    font-weight: 800;
}

ul.route-student-profile-details li span {
    font-size: 14px;
}

.col-route-pending-data {
    border-left: 1px solid #ebebeb;
    margin-top: 10px;
}

.route-pick-up-drop {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
}

label.title-route-r {
    font-size: 16px;
    font-weight: 800;
}

button.route-pickup-update {
    border: 2px solid #ed008c;
    padding: 5px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ed008c;
    font-weight: 600;
    border-radius: 25px;
}

.route-pick-up-drop ul {
    list-style: none;
    padding: 0;
}


/* .route-pick-up-drop [type="radio"]:checked,
.route-pick-up-drop [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.route-pick-up-drop [type="radio"]:checked+label,
.route-pick-up-drop [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 15px;
    display: inline-block;
    color: #000;
    font-size: 15px;
}

.route-pick-up-drop [type="radio"]:checked+label:before,
.route-pick-up-drop [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(49, 49, 49);
    border-radius: 100%;
    background: #fff;
}

.route-pick-up-drop [type="radio"]:checked+label:after,
.route-pick-up-drop [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #be68cd;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.route-pick-up-drop [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.route-pick-up-drop [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */

.bus-route-box .route-data-odd {
    background-color: #ffffff !important;
    width: 100%;
    min-height: 138px;
}

.bus-route-box .route-data-even {
    background-color: #fef8fc !important;
    width: 100%;
    min-height: 138px;
}

.btn-view-more {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .col-new-transport {
        padding-left: 0;
        padding-right: 0px;
    }
    .col-new-transport-data {
        margin-top: 30px;
        padding: 0;
        padding-left: 20px;
    }
    .bus-card-box .col-bus-data {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bus-card-box .bus-card-opacity {
        opacity: 0.5;
        margin-top: 0px;
    }
    .bus-card-box .col-bus-data {
        margin-bottom: 20px;
        padding: 0px 10px;
    }
    .bus-card-box.white-bg {
        min-height: 990px;
    }
    /* tooltiphover css */
    .red-tip-data-bg {
        left: 128px;
    }
    .green-tip-data-bg {
        left: 128px;
    }
    .blue-tip-data-bg {
        left: 128px;
    }
    /* route-data-css */
    .col-route-student:nth-child(1) {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    .col-route-student:nth-child(2) {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
        padding: 0;
    }
    .col-route-student:nth-child(3) {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    input.route-search-btn {
        padding: 5px 20px;
    }
    img.icon-calender-date {
        right: 0px;
    }
    .search-pending-box {
        padding: 15px 10px;
    }
    .col-route-pending-data {
        padding-left: 10px;
        padding-right: 10px;
    }
    .route-student-profile {
        margin-right: 5px;
    }
    .route-student-profile-details li {
        width: 28%;
        line-height: 16px;
    }
    .bus-route-box .route-data-odd {
        min-height: 185px;
    }
    .bus-route-box .route-data-even {
        min-height: 185px;
    }
    button.route-pickup-update {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .main-content-right {
        width: calc(100% - 0px);
    }
    .bus-card-box .col-bus-data {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    input.search-form {
        min-width: 225px;
        padding: 5px 0px;
    }
    .bus-number-search a span {
        font-size: 16px;
    }
    .col-new-transport {
        padding-left: 0;
        padding-right: 0px;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .bust-stop-column {
        display: flex;
    }
    .col-new-transport-data {
        margin-top: 30px;
        padding: 0;
        padding-left: 20px;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .bus-card-box.white-bg {
        min-height: 95%;
        padding: 0;
        margin-top: 20px;
        padding-top: 10px;
    }
    .bus-route-box .route-data-odd {
        min-height: 270px;
    }
    .bus-route-box .route-data-even {
        min-height: 270px;
    }
    .search-date-inner {
        margin-top: 20px;
    }
    /* tooltiphover css */
    .red-tip-data-bg {
        left: 148px;
    }
    .green-tip-data-bg {
        left: 148px;
    }
    .blue-tip-data-bg {
        left: 148px;
    }
    /* route-page-css */
    .col-route-student:nth-child(1) {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-route-student:nth-child(2) {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-route-student:nth-child(3) {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    img.icon-calender-date {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .col-new-transport {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .col-new-transport-data {
        margin-top: 30px;
        padding: 0;
        padding-left: 5px;
        padding-right: 5px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    input.search-form {
        min-width: 130px;
    }
    .bus-number-search a span {
        font-size: 15px;
    }
    .bus-number-search a {
        padding: 5px 12px;
    }
    .bus-number-search {
        padding: 10px 5px;
    }
    .bus-number-search a img {
        margin-right: 5px;
        height: 15px;
    }
    .search-range-flex {
        margin-top: 15px;
    }
    .search-range-flex label {
        padding-left: 0;
    }
    .search-range-flex .search-date-1 {
        padding: 0;
    }
    .search-range-flex .search-date-1:last-child {
        margin-top: 15px;
    }
    img.icon-calender-date {
        position: absolute;
        right: 0px;
        top: 9px;
    }
    .search-date-inner {
        margin-top: 15px;
    }
    .search-student-route-inner label {
        font-size: 15px;
    }
    input.search-student::placeholder {
        font-size: 12px;
    }
    select.search-date-wise {
        width: 100%;
    }
    input.route-search-btn {
        padding: 5px 20px;
        font-size: 16px;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    .route-pending-data {
        flex-wrap: wrap;
    }
    .route-student-profile-details li {
        width: 46%;
        margin: 10px 5px;
    }
    .route-student-profile-details li:nth-child(2) {
        border-right: 0;
    }
    .route-student-profile-details li:nth-child(3) {
        border-right: 1px solid #ebebeb;
    }
    .route-student-profile-details li:nth-child(4) {
        border-right: 0;
    }
    ul.route-student-profile-details li p {
        font-size: 15px;
    }
    label.title-route-r {
        font-size: 15px;
    }
    .route-pick-up-drop {
        padding: 5px;
    }
    .route-pick-up-drop .pickup-route-radio {
        width: 100px;
        margin-bottom: 15px;
    }
    button.route-pickup-update {
        border: 2px solid #ed008c;
        padding: 5px 20px;
        font-size: 16px;
        text-transform: uppercase;
        color: #ed008c;
        font-weight: 600;
        border-radius: 25px;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .search-date-wise {
        width: 100%;
    }
    .route-student-profile {
        margin-right: 0;
        padding-top: 15px;
        margin-bottom: 5px;
    }
    .route-student-profile::before {
        top: 15px;
    }
    .col-route-pending-data {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-route-student:nth-child(1) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-route-student:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-route-student:nth-child(3) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* tooltiphover css */
    .red-tip-data-bg {
        left: 5px;
        top: 32;
    }
    .green-tip-data-bg {
        left: 5px;
        top: 32;
    }
    .blue-tip-data-bg {
        left: 5px;
        top: 32;
    }
    .red-tip-data-bg::before {
        left: 25px;
        top: -5px;
        transform: rotate(180deg);
    }
    .green-tip-data-bg::before {
        left: 25px;
        top: -5px;
        transform: rotate(180deg);
    }
    .blue-tip-data-bg::before {
        left: 25px;
        top: -5px;
        transform: rotate(180deg);
    }
    /* header css */
    .logo-title-main {
        position: relative;
        top: 0;
    }
    .header-middle-panel.parent-mid-panel {
        width: 100%;
        margin-bottom: 5px;
    }
    .bus-route-box.white-bg {
        min-height: 86%;
    }
}


/* new Added */

.d-flex {
    display: flex;
    align-items: center;
}

.ml-10 {
    margin-left: 5px;
    margin-top: 5px;
}

.clear_section {
    font-size: smaller;
    color: #ed008c;
    font-weight: bold;
    text-decoration: underline;
    text-transform: lowercase;
    cursor: pointer;
}

.text-red {
    color: red !important;
    font-weight: bold !important;
}

.text-green {
    color: green !important;
    font-weight: bold !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.cap {
    text-transform: lowercase !important;
}

.bus-number-search a.addd-bus-btn { background: transparent; border: 1px solid #ee008b !important; display: inline-block; font-weight: 300; text-align: center; white-space: nowrap; vertical-align: middle; font-size: 15px; line-height: 1; border-radius: .25rem; transition: all .15s ease-in-out; font-family: 'Mukta', sans-serif; color: #ee008b !important; padding: 8px 10px; position: relative; top: -5px; text-transform: capitalize; }
.bus-number-search a.addd-bus-btn img {margin-right:5px;}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .route-student-profile-details li {
        width: calc(33.33% - 20px);
    }
    .bus-route-box .route-data-even,
    .bus-route-box .route-data-odd {
        display: inline-block;
    }
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
    .route-student-profile-details li {
        width: 180px;
    }
}

@media screen and (min-width: 1350px) {
    .route-pick-up-drop-new .pickup-route-radio {
        width: 25%;
    }
    .route-pick-up-drop-new .drop-route-radio {
        width: 40%;
    }
}