html {
    scroll-behavior: smooth;
}

#promo_cards img {
    width: 100%;
    height: 200px;
}

.logo a :hover {
    /* background: none; */
}

.app-button a:hover {
    background: none;
}

.footer-top ul.nav.navbar-nav li a {
    font-size: 16px;
    color: #1F8DD6;
    /* display: inline-block; */
    padding: 5px 5px;
    justify-content: center;
}

.footer-top .navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: rgb(241, 28, 108) !important;
}

.modal .modal-header h3 {
    color: rgb(241, 28, 108);
    font-weight: normal;
    font-size: 20px;
}

#myModal4 .login-right input,
#myModalVerifyOTP .login-right input,
#myModalupdateProfileOTP .login-right input {
    width: 100%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #E6E4E4;
    /* color: black; */
    outline: none;
    font-size: 14px;
    margin: 7px 0px;
}


/*profile page details*/

.profile-details {
    margin: 20px;
}
.seabtn{
    color: #fff;
}

/*prodile page details ends*/

#myModal4 .modal-dialog,
#myModalVerifyOTP .modal-dialog {
    /* width: 35%; */
    margin-left: auto;
    right: auto;
}

#btnVerifyOTP {
    float: right;
}

/* .bann-info {
    padding: 0em 0em;
    background-color: transparent;
} */

.banner-1 #btnMoveToTravel {
    color: navy;
    background-color: plum;
}


/*profile cards start*/

#profile_nav .card {
    font-family: sans-serif;
}

#profile_nav .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#profile_nav ul.nav.navbar-nav li span {
    background-color: plum;
    font-size: 15px;
    color: navy;
    display: inline-block;
    padding: 8px 12px;
    /* width: 100%; */
    border-radius: 10px;
    border: 1.5px solid #464646;
    margin-right: 2px;
    cursor: pointer;
}

#profile_nav ul.nav.navbar-nav {
    padding-left: 100px;
    justify-content: center;
}

#profile_nav .active,
#profile_nav ul.nav.navbar-nav li span:hover {
    color: #1F8DD6 !important;
    background-color: white !important;
}

#myAccountDetails div,
#myWalletDetails div,
#myBookingDetails div {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
}



.offer-img{
    height:180px;
    width:340px;
}
/*profile cards end*/


/* media query for index start*/

#promo_codes {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.operator-footer-list .container li {
    float: left;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #999;
    line-height: 20px;
    margin-bottom: 10px;
    list-style: none;
}

.operator-footer-list .container li a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #444343;
    font-size: 14px;
}

.operator-footer-list .more-link {
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
}

.site-links:hover {
    opacity: .7!important;
}

.goingTo {
    margin-left: 10px;
}

#txtDestCity input:active,
#txtSourceCity input,
#datepicker input:active {
    border: none;
    outline: none;
    outline: none ! important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719E;
}

#txtDestCity inputinput:focus,
#txtSourceCity input,
#datepicker input:focus {
    border: none;
    outline: none;
    outline: none ! important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719E;
}

.previous {
    background-color: #f1f1f1;
    color: black;
    margin-left: -50px;
    margin-top: -150px;
    float: left;
    z-index: 1;
}

.next {
    background-color: #f1f1f1;
    color: black;
    margin-right: -50px;
    margin-top: -150px;
    float: right;
    z-index: 1;
}

.round {
    border-radius: 50%;
}


/* Float four columns side by side */

.column {
    float: left;
    width: 25%;
    padding: 0 10px;
}


/* Remove extra left and right margins, due to padding */

.row {
    margin: 0 -5px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


.sky-height{
    height: 88px;
    display: flex;
}
.sky-height-btn{
    height: 88px;
    display: flex;
}

.sky-border-none{
    border-left: none !important;
}

/* Responsive columns */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .margin-top-40 {
        margin-top: 40px;
    }
}

.card1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    height: 200px;
}

@media only screen and (max-width: 600px) {
    .logo img {
        width: 60%;
    }
    .login-right input {
        width: 100%;
        padding: 10px;
        font-weight: normal;
        background: none;
        border: 1px solid #E6E4E4;
        /* color: black; */
        outline: none;
        font-size: 14px;
        margin: 7px 0px;
    }
    #myModal4 .modal-dialog,
    #viewPromoTermsModal .modal-dialog,
    #myModalVerifyOTP .modal-dialog {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .login-right button[type="button"] {
        font-size: 16px;
        width: 50%;
    }
}

.rupes h1 {
    color: purple;
    margin-bottom: 0.8em;
    text-align: center;
    /* font-size: 20px; */
    font-weight: 650;
}

@media only screen and (max-width: 768px) {

    .div-pay{
        margin: 40px 5% !important;
    }
        .sky-border-none{
    border-left: 3px solid #673AB7 !important;
}

    #myModal4 .modal-dialog,
    #viewPromoTermsModal .modal-dialog,
    #myModalVerifyOTP .modal-dialog,
    #myReferNearn .modal-dialog {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #profile_nav>li {
        padding: 15px 15px;
        display: inline-block;
    }
    button.seabtn {
        background-color: plum;
        font-size: 15px !important;
    }

    .bus-lower-upper-tab {
      
        margin-left: -10px !important;
        margin-right: -10px !important;
      
    }
}


/*  for index */


/* .navbar-nav a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 16px;
}

.navbar-nav a:hover {
    background-color: rgb(241, 28, 108);
    color: white;
    border-radius: 2%;
} */

.col-sm-3 {
    width: 29%;
    /*margin-top: 1%;*/
    margin-bottom: 1%;
}

.col-sm-2 {
    width: 13%;
    /*margin-top: 1%;*/
    margin-bottom: 1%;
}


/* .col-sm-3,
.col-sm-2,
.col-sm-4 {
    border: 1px solid #464646;


background-color: white;

}
*/

.sky-home {
    /*border: 1px solid #464646;*/
    border: 3px solid #673AB7;
    background-color: white;
}

.rad-left {
    border-radius: 15px 0px 0px 15px;
}

.rad-rgt {
    border-radius: 0px 15px 15px 0px;
    background-color: purple;
    /*padding: 5px;*/
}

.rad-rgt:hover {
    background-color: plum;
}

.two-way {
    position: absolute !important;
    z-index: 1 !important;
    margin-left: -20px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .rad-left {
        border-radius: 15px 15px 0px 0px;
    }

    
    .rad-rgt {
        border-radius: 0px 0px 15px 15px;
        /* color: navy;
        background-color: plum; */
    }
    .col-sm-3 input,
    .col-sm-2 input {
        width: 95%;
        margin-bottom: 1%;
        border-radius: 5px;
    }
    .col-sm-3,
    .col-sm-2 {
        width: 100%;
    }
    .col-sm-3 img,
    .col-sm-2 img {
        padding-left: 5px;
    }
    .two-way {
        transform: rotate(90deg);
        margin-left: 80%;
        margin-right: auto;
        margin-top: -25px;
    }
    .goingTo {
        margin-left: 0px;
    }
    #datepicker {
        width: 85%;
    }
}

@-webkit-keyframes run {
    0% {
        right: -300px;
    }
    100% {
        right: calc(100% + 300px);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes run {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}


/*common*/


/* .tp-hd-rgt li a {
    margin: 20px 5px;
    font-size: 14px;

} */

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: purple;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px black; */
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*common ends*/

.sky-why-us {
    border-radius: 50%;
    border: 5px solid #2196f3;
    padding: 15px;
    color: #3f51b5;
}


/* .sky-why-us1 {
    border-radius: 50%;
    border: 5px solid #673ab7;
    padding: 15px;
    color: #9c27b0;
}

.sky-why-us1 {
    border-radius: 50%;
    border: 5px solid #673ab7;
    padding: 15px;
    color: #9c27b0;
} */


/* .sky-logo {
 
    width: 180px;
    transform: skew(20deg);
    background-color: #ffffff;
    background: #ffffff url(../../images/logo.png) no-repeat fixed center;
    margin-top: -28px;
    background-size: 160px 60px;
    padding: 59px;
} */

.sky-logo {
    /* width: 160px; */
    /* height: 100px; */
    /* transform: skew(20deg);
    background: red; */
    /* width: 40%; */
    /* height: 104px; */
    /* transform: skew(20deg);
    background-color: #ffffff;
    background: #ffffff url("../images/logo.png") no-repeat fixed center;
    margin-top: -28px; */
    /* background-image: url("../images/logo.png"); */
    /* background-repeat: no-repeat; */
    /* background-color: #cccccc; */
    /* background-size: 140px 90px; */
    width: 180px;
    /* transform: skew(20deg); */
    /* background-color: #ffffff; */
    background: url(../../images/logo-sky1.png) no-repeat fixed center;
    margin-top: -28px;
    background-size: 160px 60px;
    padding: 59px;
}

.sky-wd-104 {
    width: 104px;
}

.section--padding {
    padding-top: 100px;
    padding-bottom: 90px;
}

form-box {
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
}

.form-title-wrap {
    padding: 20px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.title {
    font-size: 18px;
    color: #0d233e;
}

.font-size-15 {
    font-size: 15px !important;
}

.form-content {
    padding: 20px;
}

.label-text {
    font-size: 14px;
    color: #0d233e;
}

.contact-form-action .form-group {
    position: relative;
}

.theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #287dfa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #287dfa;
    font-weight: 500;
}


/*====================================================contact-form-action====================================================*/

.label-text {
    font-size: 14px;
    color: #0d233e;
}

.contact-form-action .form-group {
    position: relative;
}

.contact-form-action .form-group .form-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #5d646d;
    font-size: 18px;
}

.contact-form-action .form-group .search-btn,
.contact-form-action .form-group .submit-btn {
    position: absolute;
    top: 7px;
    right: 8px;
}

.contact-form-action .form-group .search-btn {
    background-color: transparent;
    border: none;
    padding: 3px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #0d233e;
}

.contact-form-action .form-group .search-btn:hover {
    color: #287dfa;
}

.contact-form-action .form-control {
    height: auto;
    line-height: 26px;
    padding: 10px 20px 10px 40px;
    font-size: 16px;
    color: #0d233e;
    border-color: rgba(128, 137, 150, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}

.contact-form-action .form-control:focus {
    border-color: #287dfa;
}

.contact-form-action .message-control {
    height: 130px;
}


/*==== contact-address ======*/

.contact-address li {
    position: relative;
    padding-left: 45px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.contact-address li>.icon-element {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.section--padding {
    padding-top: 100px;
    padding-bottom: 90px;
}

.form-box {
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.form-title-wrap {
    padding: 20px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.form-content {
    padding: 20px;
}

.title {
    font-size: 18px;
    color: #0d233e;
}

.form-group .form-icon {
    z-index: 2;
}

.icon-element {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #287dfa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 25px;
    color: #fff;
}

.list-items li {
    margin-bottom: 0;
}

.list-items li+li {
    padding-top: 10px;
    margin-top: 10px;
}

.list-items li .icon-element {
    margin-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-profile li {
    display: inline-block;
    margin-right: 3px;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li a {
    display: block;
    color: #0d233e;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-profile li a:hover {
    background-color: #287dfa;
    color: #fff;
}


/*======= social--profile ========*/

.social--profile li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.social--profile li a:hover {
    background-color: #287dfa;
    color: #fff;
}

.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    /*border-bottom: 1px solid #ccc;*/
    /*border-top: 1px solid #ccc;*/
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    border-radius: solid;
    /* margin: 16px; */
    margin-bottom: 15px;
    width: 100%;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0.2rem;
    /*background-color: #6c749d;*/
    /*color: #fff;*/
    border-bottom: 1px solid #ccc;
}

.accordion-header h3 {
    margin: 0;
}

.accordion-content {
    display: none;
    padding: .1rem 1rem;
}

.accordion-item.open .accordion-content {
    display: block;
}

.accordion-item.open .arrow i {
    transform: rotate(180deg);
}

.arrow {
    font-size: 1.2rem;
}

/*element.style {*/
/*    text-align: center;*/
/*    visibility: visible;*/
/*    animation-delay: 0.5s;*/
/*}*/

.animated {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}


.animated1 {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: none !important;
    -ms-animation-fill-mode:none !important;
    -o-animation-fill-mode: none !important;
    -moz-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}

.sec-area h2 {
    text-align: left;
    /*font-family: 'Lato,sans-serif';*/
    font-size: 20px;
    padding-bottom: 14px;
}

.sec-area h5 {
    /*font-family: 'Lato,sans-serif', Arial, sans-serif;*/
    font-size: 15px;
    /* color: rgb(51, 51, 51); */
    color: rgb(5 5 5);
    /*color: #ffffff;*/
}

.sec-area p {
    /*font-family: 'Lato,sans-serif';*/
    font-size: 12px;
    font-weight: 300;
    color: rgb(29, 11, 11);
    margin: 1.1em 0;
    padding-left: 2px;
    padding-right: 2px;
    /*font-family: 'Lato,sans-serif' !important;*/
    text-align: justify;
}

.text-header {
    text-decoration: underline;
    text-transform: uppercase;
}

.subhead-pading {
    /* padding-left: 49px; */
    /*font-weight: 600;*/
    font-size: 14px;
    color: #0a0a0a !important;
    margin-top: 5px;
}

.footer-image {
    position: relative;
    height: 75px;
    top: 1px;
    background-image: url(../../images/road_grey.png);
    background-size: 100% 100%;
    background-position: bottom;
    margin-top: 30px;
    z-index: 1;
}

.footer-bus {
    position: absolute;
    top: -10px;
    left: 20px;
}

.offer-container {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 10px 10px 30px 10px;
    border-radius: 10px;
    z-index: 100;
}

.offer-container-details {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    z-index: 100;
}

.item-card {
    /*border-radius: 6px;*/
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: 20px 15px;
    /*padding: 15px 15px;*/
    cursor: pointer;
    z-index: -7000;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: initial;
    width: 15%;
    font-size: 20px;
    /* color: #fff; */
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: none;
    opacity: none;
}

.offer-next {
    width: 36px;
    height: 36px;
    right: 58px;
    top: -36px;
    border: solid 1px;
    border-radius: 0px 20px 20px 0px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f1f1;
    border-left: none;
    box-shadow: 2px 0px 3px 0 rgba(0, 0, 0, 0.5);
    border-color: #f1f1f1 !important;
    color: #008cff;
    display: inline-block;
    /* position: relative; */
    float: right;
}

.offer-prev {
    width: 36px;
    height: 36px;
    right: 100px;
    top: -36px;
    border: solid 1px;
    border-radius: 20px 0 0 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f1f1;
    border-right: none;
    box-shadow: -1px 0px 3px 0 rgba(0, 0, 0, 0.5);
    border-color: #f1f1f1 !important;
    color: #008cff !important;
    display: inline-block;
    /* position: relative; */
    float: right;
}

.offer-icon {
    padding: 4px;
    margin-top: 4px;
    color: #008cff;
}

.offer-label {
    text-transform: uppercase;
    color: #9C27B0;
    font-weight: 600;
    margin-left:5px;
}

.offer-code {
    text-transform: uppercase;
    color: #392c79;
    font-weight: 700;
    font-size: 20px;
}

.offer-details {
    color: #008cff;
    text-transform: uppercase;
    /* line-height: 14px; */
    font-weight: 900;
    margin-top: 3px;
    cursor: pointer;
    margin-right:5px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.offer_info {
    border: 1px solid #e7e7e7;
    float: left;
    border-radius: 2px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.offer-details-title {
    text-align: center;
    padding: 12px;
    margin: 0;
    box-sizing: border-box;
}

.border-right {
    border-right: 1px dashed #d5d5d5;
}

.offer-sub-title {
    color: #666666;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.3px;
    line-height: normal;
    font-weight: bold;
}

.offer-sub-details {
    font-size: 16px;
    color: #2f68b5;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.divider span:first-child,
.divider span:last-child {
    display: none;
}

.divider span {
top: 81px;
left: 40%;
position: relative;
}
@media only screen and (max-width: 680px) {
    .ft-mar-btm40{
        margin-bottom: 45px;
    }
    .mar-20px {
    margin-top: 0 !important;
}
.sky-border-none{
    border-left: 2px solid #673AB7 !important;
}
.bann-info{
    display: none;
}
    .sky-home {
    border: 2px solid #673AB7;
    /*border: 4px solid purple;*/
    /*background-color: white;*/
}
    
    .sticky-navbar {
        display: inline-block !important;
        background-color: #331a4e;
        color: white;
        padding: 10px;
        width: 100%;
        position: fixed;
        /*bottom: 80px;*/
         bottom: 0;
        z-index: 999;
        /*border-top-right-radius: 8px;*/
        /*border-bottom-right-radius: 8px;*/
      }

    .sticky-navbar li{
        display: inline-block;
    }
    
    .footer-home{
        width: 20%;
        text-align: center;
    }
    .footer-offers{
        width: 25%;
        text-align: center;
    }
    .footer-login{
        width: 40%;
        text-align: center;
    }
    
    .sticky-dropdown{
        margin-top: -188px;
        width: 146px !important;
    }
    .sticky-seat {
       position: fixed;
       left: 0;
       bottom: 42px;
       width: 100%;
       background-color: #392d79;
       color: white;
       /*text-align: center;*/
       display: block !important;
          z-index: 9999;
        height: 30px;
    }
    
    .navbar-nav{
        display:none !important;
        visibility: none !important;
    }
      .offer-img {
        width: 100% !important;
        height: 242px !important;
    }

    .logo{
        width: 100%;
        text-align:center;
        text-align: -webkit-center;
    }

    .sky-logo{
        background-size: 220px 72px;
        width:220px;
        margin-top: -28px;
    }
    .divider {
      /* minor cosmetics */
      display: table;
      font-size: 24px;
      text-align: center;
      width: 75%; /* divider width */
      margin: 15px auto; /* spacing above/below */
    }
    .divider span {
      left: 0;
      top:0;
      display: table-cell;
      position: relative;
    }
    .divider span:first-child,
    .divider span:last-child {
        display: table-cell !important;
      width: 50%;
      top: 19px; /* adjust vertical align */
      -moz-background-size: 100% 2px; /* line width */
      background-size: 100% 2px; /* line width */
      background-position: 0 0, 0 100%;
      background-repeat: no-repeat;
    }
    .divider span:first-child {
      /* color changes in here */
      background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(transparent),
        to(#000)
      );
      background-image: -webkit-linear-gradient(180deg, transparent, #000);
      background-image: -moz-linear-gradient(180deg, transparent, #000);
      background-image: -o-linear-gradient(180deg, transparent, #000);
      background-image: linear-gradient(90deg, transparent, #000);
    }
    .divider span:nth-child(2) {
      color: #000;
      padding: 0px 5px;
      width: auto;
      white-space: nowrap;
    }
    .divider span:last-child {
      /* color changes in here */
      background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#000),
        to(transparent)
      );
      background-image: -webkit-linear-gradient(180deg, #000, transparent);
      background-image: -moz-linear-gradient(180deg, #000, transparent);
      background-image: -o-linear-gradient(180deg, #000, transparent);
      background-image: linear-gradient(90deg, #000, transparent);
    }

    .offer-container{
        margin-top: 20px;
    }
  }



  .sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: absolute;
    height: auto;
    overflow: auto;
}

.sidebar .icon {
    display: none;
}

.sidebar a {
    display: block;
    color: #331a4f;
    padding: 16px;
    text-decoration: none;
}

.sidebar a i {
    margin-left: 10px;
    margin-right: 10px;
}

.sidebar a.active {
    background-color: #331a4f;
    color: white;
}

.sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    min-height: 360px;
}




.prime-ref-share {
    background-color: #22abe3 !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    width: 40%;
}

.fa-2xl {
    font-size: 2em ;
    /* line-height: 0.03125em; */
    vertical-align: .15em !important;
}
  
@media screen and (max-width: 600px) {
    .sky-height {
        height: 66px;
        display: flex;
    }
    .input-grp07 {
        position: relative;
        margin: 8px 0 !important;
    }
    .section11 {

        
        margin-top: 14px !important;
    }
    .sky-height-btn{
        height: 54px;
        display: flex;
    }
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar a {
        display: none;
    }
    .sidebar a.icon {
        float: right;
        display: block;
    }
    .sidebar.responsive {
        position: relative;
    }
    .sidebar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .sidebar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .sidebar.responsive {
        float: none;
    }
    .sidebar.responsive {
        position: relative;
    }
    .sidebar.responsive {
        display: block;
        width: 100%;
        text-align: left;
    }
    div.content {
        margin-left: 0;
    }

    
.prime-ref-share {
    background-color: #22abe3 !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    width: 80%;
}
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 49px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.input-group {
    padding: 10px 0;
}

.position-relative {
    position: relative!important;
}

.position-absolute {
    position: absolute!important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
}

.text-center {
    text-align: center!important;
}

.edit-bt {
    left: 0;
    cursor: pointer;
    top: 0;
    z-index: 99;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    opacity: 0.7;
}

.text-white {
    color: #fff!important;
}

input {
    box-shadow: none !important;
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.rounded-pill {
    border-radius: 50%;
    border: 1px solid #ccc;
}

.sky-sub-title {
    font-family: Lato, sans-serif;
    color: #331a4f;
    font-size: 22px;
    font-weight: bold;
    visibility: visible;
    animation-name: fadeInDown;
    margin-left: 10px;
}

.sky-sub-title-3 {
    font-family: Lato, sans-serif;
    color: #331a4f !important;
    font-size: 16px !important;
    font-weight: bold !important;
    visibility: visible;
    animation-name: fadeInDown;
    /* margin-left: 10px; */
}

.sky-sub-title-1 {
    font-family: Lato, sans-serif;
    color: #331a4f;
    font-size: 18px;
    font-weight: bold;
    visibility: visible;
    animation-name: fadeInDown;
    margin-left: 10px;
}

.sky-sub-title-2 {
    font-family: Lato, sans-serif;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    visibility: visible;
    animation-name: fadeInDown;
}

.text-label {
    font-size: 14px;
    color: #331a4f;
}



/* Prime */
.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.prime-img{
    width: 150px;
    height: 150px;
    background-color: #ffffff;
}

.prime-text{
    margin-bottom: 40px !important; 
    border: none !important;  
    padding-top: 20px;  
    padding-left:0 !important;
    font-size: 16px; 
    font-weight: 600;
    text-align: -webkit-center;
}

.prime-sub-text{
       line-height: 18px;
       /* padding-bottom: 40px !important; */
       margin-top: 20px !important;
       margin-bottom: 20px !important;
       
       text-align: center;
       
}

.prime-label{
    font-weight: 700;
    font-size: 13px;
    color: #847f7f;   
    line-height: 18px;
    
}

.book-card {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    z-index: 100;
}

.book-layout{
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 9px;
    margin-bottom: 5px;
}

.book-seat-layout {

    display: block;
    
    padding-left: 12px;
    padding-top: 10px 0;
    font-size: 17px;
    color: #1f1f1f;
    line-height: 20px;
 
    margin-top: -20px;
    margin-left: 10px;
    float: left;
    font-weight: 600;
}

.sky-width100{
    width: 100%;
    display: inline-block;
    /* line-height: 1.1; */
    line-height: 1.2;
    font-size: 12.5px;
    color: #a29b9b;
    margin-left: 21px;
    padding: 0;
}


.sky-ibwdth80{
    width: 68%;
    display: inline-block;
    /* line-height: 1.1; */
    line-height: 1.9;
    font-size: 11px;
    color: #a29b9b;
}

.sky-i-wdth20{
    width: 22% !important;
    display: inline !important;
} 

.sky-color{
    color: #f11b6b !important;
}

.sky-grey{
    color: #eee !important;
}

.sky-line{
    padding: 0;
    height: 1px;
    display: block;
    background-color: rgba(0,0,0,0.1);

    clear: both!important;
    margin-left: -15px;
    margin-right: -10px;
}

.sky-600{
    font-weight: 600;
}

.fnt13-700{
    font-weight: 700;
    font-size: 13px;
    /* color: #5f5b5b; */
    color: #736f6f;    
}

.btn-print{
    background-color: #1f8dd6;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
}

.btn-cancel{
    background-color: #e35151;
    padding: 0px 5px;
    border-radius: 2px;
    color: #fff;
}

.book-completed{
    color: #91d871
}

.book-upcoming{
    color: #85bfe6
}

.book-cancellled{
    color: #e35151;
}




.container-route {
    width: 100%;
    float: left;
    padding: 10px 5px !important;
}
.card-route {
    width: 100%;
    float: left;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d5d7df;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 0 10px;
}


@media only screen and (max-width: 1399px){
    .container-route {
        padding: 20px 10px;
    }
}

.search-header {
    margin-left: 0px;
    width: 100%;
    /* float: left; */
    padding: 10px 20px;
    background-color: #321a4e;
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bus-info {
    width: 100%;
    float: left;
    padding: 20px 40px 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.bus-timing {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}


.bus-info .bus-time {
    display: inline-block;
    vertical-align: middle;
}


.bus-fair {
    text-align: right;
}
@media only screen and (max-width: 1399px){
    .bus-info .bold-label {
        font-size: 18px;
    }
    .bus-time.bus-route-arrow {
        padding: 12px 15px 0;
    }
}


@media only screen and (max-width: 1499px){
    .bus-info .bold-label {
        font-size: 20px;
    }
    .bus-info .light-text {
        font-size: 14px;
    }
}
.bus-info .bold-label {
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    display: block;
}
.bus-info .light-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    display: block;
}


.width-80{
    width: 80%;
}

.width-20{
    width: 20%;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff !important;
  border-color: #337ab7;
  color: #800080 !important;
}


.nav .open > a > span, .nav .open > a > span :hover, .nav .open > a > span:focus {
    color: #800080 !important;
  }
.navbar-nav .open .dropdown-menu {
    /* position: static; */
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #800080;
    border: 1px solid #800080;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .mar-right-10{
    margin-right: 8px;
  }

  .mar-0{
    margin: 0px !important;
  }

  .img-route{
    height: 32px;
    width: 220px;
  }


  .bus-route-details {
    width: 100%;
    float: left;
    padding: 6px 20px 0;
}

.bus-amenities {
    width: 100%;
    float: left;
}

.bus-amenities  .nav-tabs {
    border-bottom: none;
    width: 100%;
    display: inline-block;
    padding: 0 20px 0 0;
}

.bus-amenities .nav-tabs .nav-link {
    background: 0 0;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #f11c6c;
    padding: 0 20px 0;
    position: relative;
}

.bus-amenities .nav-tabs .nav-item-button button {
    color: #fff;
}
.bus-amenities .nav-tabs .nav-item {
    display: inline-block;
    padding: 8px 0 0;
}

.bus-amenities .nav-tabs .nav-item.nav-item-button {
    float: right;
    padding: 5px;
    background-color: #321a4e;
    border-radius: 4px;
    cursor: pointer;
}

.bus-amenities .nav-tabs .nav-item.show .nav-link, .busfacilitiestab .nav-tabs .nav-link.active {
    color: #321a4e;
    background-color: transparent;
    border: none;
}

.bus-amenities .tab-pane {
    width: 100%;
    float: left;
    padding: 15px 20px 0;
}

.boarding-dropping-tab-section {
    width: 100%;
    /* float: left; */
}
.boarding-point-tab, .dropping-point-tab {
    width: 47%;
    float: left;
    margin: 3px;
}
.boarding-point-list, .dropping-point-list {
    float: left;
    margin: 0 20px 0 0;
    background-color: #F9FAFB;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
}
.boarding-title {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 0 0 20px;
}

.boarding-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 2px;
    background: rgb(249, 250, 251);
    background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(166, 145, 76, 1) 50%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(166, 145, 76, 1) 50%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(166, 145, 76, 1) 50%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);
}
.boarding-list {
    width: 100%;
    float: left;
    display: flex;
    padding: 0 0 10px;
}
.boarding-list label {
    padding: 0 20px 0 0;
}
.boarding-list p {
    flex: 1;
}

.boarding-list-type {
    width: 100%;
    float: left;
    padding: 15px 0 0;
    height: 220px;
    overflow-y: auto;
}

.pink-color{
    color:rgb(176, 34, 150);
}

.green-color{
    color:rgb(33, 119, 33)
}

.pad-0{
    padding: 0 !important;
}

.cancellation-tab-section {
    width: 100%;
    float: left;
}

.cancellation-policy {
    width: 100%;
    float: left;
    border: 1px solid #D5D7DF;
    border-radius: 10px 10px 0 0;
}

.cancellation-list-type {
    width: 100%;
    float: left;
}

.cancellation-title {
    font-size: 18px;
    font-weight: 700;
    background-color: #F9FAFB;
    padding: 10px 40px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #D5D7DF;
}

.cancellation-list {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D7DF;
}
.cancellation-list-title {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D7DF;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #800080;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

@media only screen and (max-width: 768px) {

    .boarding-point-tab, .dropping-point-tab {
        width: 100%;
        float: left;
        margin: 2px;
    }
    .boarding-point-list, .dropping-point-list {
        float: left;
        /* margin: 0 20px 0 0; */
        background-color: #F9FAFB;
        border: 1px solid #D5D7DF;
        border-radius: 10px;
        padding: 30px 10px;
        width: 100%;
    }


    .bus-info {
        width: 100%;
        /* float: none !important; */
        padding: 20px 16px 4px;
        display: block;
        /* display: flex; */
        /* justify-content: space-between; */
        text-align: center;
    }

    .bus-info .bold-label {
        font-size: 14px;
        font-weight: 700;
        color: #262626;
        display: block;
    }

    .bus-type, .bus-fair{
        width: 48%;
        display: inline-block;
    }

    .bus-time.bus-route-arrow {
        padding: 0px 10px 0;
        margin-bottom: 10px;
    }
    .img-route {
        height: 24px;
        width: 155px;
        margin-top: -10px;
    }

    .bus-amenities .nav-tabs .nav-link {
        font-size: 14px;
        padding: 0;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 4px;
        font-size: 14px;
        font-weight: 600;
    }
    
}

.sky-fm{
    border-bottom: solid 1px #afadad;  
    padding-left: 9px; 
    line-height: 33px;
    margin-bottom: 1px !important;
}
@media only screen and (max-width: 480px) {
    .nav > li > a {
        padding: 10px 2px;
        font-size: 12px;
    }

    .boarding-point-tab, .dropping-point-tab {
        width: 100%;
        float: left;
        margin: 2px;
    }

    .two-way {
        
        margin-left: 72%;
       
    }

    .span-label {
        font-size: 15px;
        font-weight: 600;
        color: #777;
        width: 36% !important;
        display: inline-block;
    }
    /* .sky-fm{
        border-bottom: solid 1px #afadad;  
        padding-left: 0 !important; 
    } */

    input[type=radio].with-male ~ label:before {
        font-family: "Font Awesome 6 Free";
        display: inline-block;
        content: "\f183";
        letter-spacing: 10px;
        font-size: 1.2em;
        color: #535353;
        width: 1em !important;
    }

    input[type=radio].with-female ~ label:before {
        font-family: "Font Awesome 6 Free";
        display: inline-block;
        content: "\f182";
        letter-spacing: 10px;
        font-size: 1.2em;
        color: #535353;
        width: .8em !important;
    }

    .sky-field2 {

        height: 35px;
        border-bottom: 1px solid #afadad;
    }

    .border-bottom {
        width: 90px !important;
    }

    .div-pad-10 {
        padding: 5px 10px !important;
    }

    .div-pad-lr-10{
        padding: 0px 10px !important;
    }
    .btn-promo-remove {

        padding-left: 0 !important;
    }
    
    
}

.banner-img{
    height: 132px;
}

.select-seat{
    float: right;
    padding: 5px !important;
    background-color: #321a4e;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px !important;
}


.select-seat :hover {
    border-color: #eee #eee #ddd;
}

.select-seat :focus {
    text-decoration: none;
    background-color: #321a4e !important;
}


/*   SEAT LAYOUT */




.bus-tabs a {
    font-size: 15px !important;
    color: #ccc;
    font-weight: 500 !important;
    width: 33.3%;
    float: left;
    text-align: center;
    border-bottom: solid 3px #d3d3d3;
    transition: all 250ms ease !important;
    background-color: #fff;
    height: 40px;
    padding-top: 5px;
    border-radius: 10px;
}

.active-bus-tab {
    color: #080808 !important;
    /* color: #fff !important; */
    border-bottom: solid 3px #f11b6b!important;
    transition: all 250ms ease;
}
.width50 {
    width: 50% !important;
}

.pad0{
    padding:0px;
  }
.seater_layout{
    /* height:25px;  */
    width:25px; 
    transform: rotate(90deg)
  }

  .td_slepeer {
    /* border-right: 1px solid #e9e9e9; */
    /* border-bottom: 1px solid #e9e9e9; */
    text-align: center;
    color: #666;
    padding-top: 5px;
    /* padding-bottom: 20px; */
    padding-bottom: 1px;
    line-height: 53px;
    vertical-align: middle;
    /* background-color: #fdfdfd; */
    /* background-color: #fff; */
    width: 35px;
}
.img_slepper
{
    height:50px; 
    width:40px;
}
.sky-tab{
    border:hidden;
    margin-bottom:0px;
    /* border-spacing: 40px 0px !important; */

    border-spacing: 27px 0px !important;
}

.clr-text-black{
    color: #000000;
}


.txt-seatnos{
    color: #989292;
    font-size: .8em;
    /* width: 100%; */
    /* display: inline-block; */
    /* margin-top: -11px; */
    margin-left: 25px;
    text-align: left;
    float: left;
    margin-right: 4px;

}

.txt-label{
    /* margin-left: 2px; */
    /* text-align: left; */
    /* width: 100%; */
    /* display: inline; */
    /* float: left; */
    /* line-height: 5px; */
    /* display: inherit; */

    margin-left: 4px;
    text-align: left;
    width: 100%;
    display: inline;
    /* float: left; */
    /* line-height: 5px; */
    display: block;
}

.total-amount{
    font-size: 16px;
    font-weight: 500;
}


.cancel-btn{
    width: 46%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 30px;
    transition: all 250ms ease;
    font-size: 16px;
    background-color: #f11b6b !important;
    color: #FFFFFF !important;
    margin: 2%;
}


.hor-img-sleeper{
    /* height: 60px; */
    width: 35px;
}

.top-layout{
     text-align: -webkit-center;
     /* text-align: center; */
     /* margin-top: 30px; */
     margin: 0px -50px;
}


.bus-lower-upper-tab{
    margin-top: -30px; 
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 10px;
}

.tab-2 {
    display: none;
}

td, th {
    padding: 0;
    text-align: center;
}



.seat-indicator {
    width: 100%;
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0px 0 10px;
}

.seat-indicator .seat01 {
    font-size: 14px;
    font-weight: 400;
    /* color: var(--primary-color); */
    display: inline-block;
    vertical-align: middle;
}

.seat-indicator .seat01 em {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.seat-indicator .seat01.booked em {
    background-color: #6b747b;
    border: 1px solid #C0C0C0;
}

.seat-indicator .seat01.booked-ladies em {
    background-color: #f175de;
    border: 1px solid #ed719e;
}

.seat-indicator .seat01.selected  em {
    background-color: #0366ac;
    border: 1px solid #C0C0C0;
}

.seat-indicator .seat01.avialable-ladies em {
    background-color: #FFF;
    border: 1px solid #f175de !important;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

#info-seat .selected {
    background-color: #0366ac;
    border: 1px solid #C0C0C0;
}

#info-seat .available {
    background-color: #fff;
    border: 1px solid #C0C0C0;
}

#info-seat .booked {
    background-color: #6b747b;;
    border: 1px solid #C0C0C0;
}

#info-seat .booked-ladies {
    background-color: #f175de;
    border: 1px solid #ed719e;
}

#info-seat .avialable-ladies {
    background-color: #FFF;
    border: 1px solid #f175de !important;
}


.info-imp-1 {
    font-size: 11px;
    /* text-align: left;
    float: left; */
    padding: 5px;
    margin: 8px 0 0 0;
    border: 1px solid #ece6d6;
    color: #00447e;
    background-color: #dff0ff;
    border-color: #a5c8f3;
    border-radius: 3px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.info-imp-2 {
    font-size: 11px;
    /* text-align: left;
    float: left; */
    padding: 5px;
    margin: 8px 0 0 0;
    border: 1px solid #ece6d6;
    font-weight: 600;
    background-color: #ffe7f8;
    border-color: #f5bce4;
    color: #b10d81;
    font-weight: 600;
    border-radius: 3px;
    display: flex;
    align-items: center;
}


.sky-label {
    font-family: Lato, sans-serif;
    color: #131213;
    font-size: 14px;
    font-weight: bold;
    visibility: visible;
    animation-name: fadeInDown;
}

.sky-value {
    font-family: Lato, sans-serif;
    color: #331a4f;
    font-size: 16px;
    font-weight: bold;
    visibility: visible;
    animation-name: fadeInDown;
    margin-left: 10px;
}
.txt-seatnos-label {
    color: #989292;
    font-size: .8em;
    /* width: 100%; */
    /* display: inline-block; */
    /* margin-top: -11px; */
    margin-left: 25px;
    text-align: left;
    float: left;
    margin-right: 4px;
}

.txt-seatnos-value {
  
    margin-left: 4px;
    text-align: left;
    width: 100%;
    display: inline;
    /* float: left; */
    /* line-height: 5px; */
    display: block;
}

.sky-pay{
    background-color: #321a4e !important;
    float: right;
    text-transform: capitalize !important;
}


.sky-block1 {
    background-color: #ffffff;
    margin-right: 15px !important;
    margin-left: 15px !important;
    /*padding-bottom: 5px;*/
    padding-top: 5px;
}

.mar-btm10{
      margin-bottom: 10px !important;
}
.mar-btm20{
    margin-bottom: 20px !important;
}

.sky-icon-field1 {
    padding: 0 10px;
}

.sky-icon-field1 i:first-child{
    position: absolute;
    color: #080808;
    /* top: 40px; */
    top: 20px;
    left: 10px;
    line-height: 34px;
    height: 45px;
    width: 45px;
    text-align: center;
}


.sky-icon-field2 {
    padding: 0 10px;
}

.sky-icon-field2 i:first-child{
    position: absolute;
    color: #080808;
    /* top: 40px; */
    top: 5px;
    left: 10px;
    line-height: 34px;
    height: 45px;
    width: 45px;
    text-align: center;
}


.sky-icon-field3 {
    /* padding: 0 10px; */
}

.sky-icon-field3 i:first-child{
    position: absolute;
    color: #080808;
    /* top: 40px; */
    margin-top: 2px;
    /* left: 10px; */
    margin-left: -9px;
    line-height: 34px;
    height: 45px;
    width: 45px;
    text-align: center;
}

.mar-btm0{
    margin-bottom: 0 !important;
}


.sky-field {
    width: 100%;
    padding-left:35px!important;
    /*padding-left:45px!important;*/
    /* height: 45px; */
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    /*margin-bottom: 15px;*/
    margin-bottom: 24px;
    background-color: rgba(255,255,255,0.4);
    /* font-size: 18px; */
    color: #5a5454;
    border-bottom: solid 1px #afadad !important;
    transition: all 250ms ease;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 500 !important;
    font-size: 16px !important;
}


.sky-field:focus, sky-field2:focus {
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #afadad !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    outline: 0;
}

.sky-field:focus-visible, .sky-field2:focus-visible {
    box-shadow: none;
    border-bottom: solid 1px #afadad !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

select:focus-visible {
    outline-offset: 0px;
    box-shadow: none;
    border-bottom: solid 1px #afadad !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    outline: 0;
}



.sky-field2 {
    width: 100%;
    padding-left:30px!important;
    /*padding-left:45px!important;*/
    /* height: 45px; */
    height: 36px;
    padding-left: 10px;
    padding-right: 0px;
    /*margin-bottom: 15px;*/
    margin-bottom: 24px;
    background-color: rgba(255,255,255,0.4);
    font-size: 14px;
    color: #5a5454;
    border: solid 1px #afadad;
    transition: all 250ms ease;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.sky-wdth50{
    display: inline-block;
    width:47%;
}

.sky-wdth25{
    display: inline-block;
    width: 21%;
}

.sky-wdth23{
    display: inline-block;
    width: 23%;
}

.sky-wdth18{
    display: inline-block;
    width: 17%;
}
.sky-wdth2{
    display: inline-block;
    width: 7%;
}


.text-none{
    justify-content:start;
    text-align:left;
}



.offer-container-1 {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 10px 10px 30px 10px;
    border-radius: 10px;
    z-index: 100;
}

.sky-row .container-route{
    padding: 5px !important;
}



input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
    box-shadow: none;
  
    border-left: 0;
    border-right: 0;
    border-top: 0;
    outline: 0;
}
input[type=radio].with-male, input[type=radio].with-female{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio].with-male ~ label:before {
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    content: "\f183";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
    
}

input[type=radio].with-male:checked ~ label:before {
    content: "\f183";
    font-size: 1.2em;
    color: #f11b6b;
    letter-spacing: 5px;
}


input[type=radio].with-female ~ label:before {
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    content: "\f182";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

input[type=radio].with-female:checked ~ label:before {
    content: "\f182";
    font-size: 1.2em;
    color: #f11b6b;
    letter-spacing: 5px;
}

input[type=radio].with-male:focus ~ label:before,
input[type=radio].with-female:focus ~ label:before,
input[type=radio].with-male:focus ~ label,
input[type=radio].with-female:focus ~ label
{                
    color: #f11b6b;
}


.btn-block-continue{
    margin-top: 20px;
    bottom: 163px;
    /* position: fixed; */
    right: 100px;
    margin-right: 12px;
}

.div-pad-10{
    padding: 5px 30px;
}

.div-pad-5{
    padding: 0px 30px;
}


.div-pad-lr-10{
    padding: 0px 30px;
}
.span-label{
    font-size: 15px;
    font-weight: 600;
    color: #777;
    width: 30%;
    display: inline-block;
}

.span-value{
    font-size: 18px;
    font-weight: 600;
}

.border-bottom{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 16px !important;
    font-weight: 600;
    width: 120px;
    height: 28px !important;
}

.btn-promo-apply{
    background-color: #34ad00;
    color: #fff;
}

.btn-promo-remove{

    color: #ff0000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
}



.display-none{
    display: none;
}

.display-block{
    display: block;
}

.div-pay{
    margin: 40px 20%;
}


.margin-top-5px{
    margin-top: 5px;
}

.sky-label-grey{
    color: #999;
    font-weight: 400 !important;
}

.sticky-navbar {
    display: none;

}
.mar-20px{
    margin-top: 70px;
}
.sticky-seat {
     display: none;
}

.sticky-seat-lbl {
     width: 60%;
}
.sticky-seat-fare {
     width: 38%;
}
.pad-top4{
    padding-top:4px;
}

.inline-block{
    display:inline-block;
}

.sticky-seat-label {
    font-family: Lato, sans-serif;
    color: #131213;
    font-size: 12px;
    font-weight: bold;
    visibility: visible;
}

.sticky-seat-value {
    font-family: Lato, sans-serif;
    color: #331a4f;
    font-size: 14px;
    font-weight: bold;
    visibility: visible;
  
    margin-left: 1px;
}



/* <-------------------------------------------new css for Bus Search ---------------------------> */

.section11{
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute !important;
    z-index: 1 !important;
    left: 27.7%;
    margin-right: auto;
    right: auto;
    top: 31px;
    bottom: auto;
    color: white;
    background-image: linear-gradient(to bottom right, purple, grey);
 
}


  @media (max-width:768px){
    .section11 {

            transform: rotate(90deg);
            margin-left: 52%;
            margin-right: auto;
            margin-top: 48px;


    }
  }


  .input-grp07{
    position: relative;
    margin: 20px 0;
}

.input-grp07 label{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    color:#4a4a4a;
    padding: 0 5px;
    /* position: none; */
    transition: .5s;
}

.input-grp07 input{
    width: 180px;
    height: 40px;
    font-size: 16px;
    color: #4a4a4a;
    padding: 0 10px;
    background: transparent;
    border:none;
    outline: none;
    border-radius: 5px;


}

.input-grp07 input:focus~label,
.input-grp07 input:valid~label {

    top: 0;
    font-size: 14px;

}
    

  /* <-------------------------------------------ends css for Bus Search ---------------------------> */






  .sky-layout{
    background-color: #ffffff;
    /*padding: 0 20px;*/
    padding-left: 15px;
    padding-right: 9px;
    margin-bottom: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding-top: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.sky-layout strong {
    /* display: block; */
    /*background-color: #ffffff; */
    /* padding-left: 12px;
    padding-top: 10px 0; 
    font-size: 17px;
    color: #1f1f1f;
    line-height: 15px;
    padding-bottom: 10px; */

    display: block;
    /* background-color: #ffffff; */
    padding-left: 12px;
    padding-top: 10px 0;
    font-size: 17px;
    color: #1f1f1f;
    line-height: 20px;
    /* padding-bottom: 10px; */
    margin-top: -18px;
    margin-left: 10px;
    float: left;
}

.sky-label1{
    font-size: 18px;
    color: #5a5454;
}


.center1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
  }


  .center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


  .fnt13-701{
    /* font-weight: 900; */
    font-size: 17px;
    /* color: #5f5b5b; */
    color: #736f6f;
}

.txt-green-heading{
    text-align:center; 
    color: #2ecc71;
    font-weight: 900;
}

.skytoPro{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: large;
}


.sky-header1{
    margin-left: 60px;
    line-height: 48px;
    margin-top: 9px;
}

.txt-red-heading{
    text-align:center; 
    color: #df2b17;
}

.done-red{
    color: #df2b17;
}


.done-green{
    color: #2ecc71;
}




/* --------------------------------------------------------------------------- */
