@import url('../fonts/Poppins.css');


:root {
    --heading-font: 'Poppins', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

.colorin {
    color: rgba(179, 20, 20, 0.92) !important;
}

.colorout {
    color: transparent !important;
}

/* Image */
img {
    border: none;
}


/* Anchor Tags */
a {
    text-decoration: none;
    outline: none;
}

a:link {}

a:active {}

a:visited {}

a:hover {
    text-decoration: underline;
}

h1 {}

h1 a {}

h1 a:hover {}

h2 {}

h2 a {}

h2 a:hover {}

.error {
    color: #ff0000;
}

.particles {
    background: url(../images/particles.png) no-repeat;
}


/* Layout Starts Here */
#fullScreenTop100 {
    width: 100%;
    height: auto;
    /*background:url(../images/topBg.jpg) repeat-x;*/
    float: left;
    clear: left;
}

#fullScreenTop100SubPage {
    width: 100%;
    height: auto;
    background: url(../images/subPageTopBg.jpg) repeat-x;
    float: left;
    clear: left;
}

#headerAndBody {
    width: 960px;
    height: auto;
    margin: 0px auto;
    clear: left;
}


#logoMenuLine {
    width: 100%;
    height: 116px;
    float: left;
    clear: left;
    background: #004BCB;
}

#logo {
    /*	background:url(../images/logo.png) no-repeat;*/
}

#topMenuRight {
    width: 760px;
    height: auto;
    text-transform: uppercase;
    float: left;
}

#topCustomerCare {
    width: 760px;
    height: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    background: url(../images/topPhoneMenuDiff.jpg) no-repeat bottom right;
    float: left;
    clear: left;
}

#topCustomerCare span {
    width: 330px;
    height: auto;
    margin-left: 510px;
    color: #fff;

    font-size: 14px;
    float: left;
    clear: left;
}

.menuHomeDiv {
    width: 24px;
    height: auto;
    padding-left: 300px;
    float: left;
}

.menuHome {
    width: 24px;
    height: 21px;
    background-position: -429px -33px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

.menuHome:hover {
    background-position: -429px -54px;
}

#topMenu {
    width: 760px;
    height: auto;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    float: left;
}

#topMenu a {
    text-decoration: none;
    color: #fff;
}

#topMenu a:hover {
    text-decoration: underline;
}

#topMenu ul {
    color: #636262;
    list-style-type: none;
    float: left;
}

#topMenu ul li {
    list-style-type: none;
    float: left;
}

.topMenudiff {
    width: 11px;
    height: 44px;
    padding: 0px 10px;
    background: url(../images/menuDiff.jpg) no-repeat bottom;
}

#fullCustumGall100 {
    width: 100%;
    height: auto;
    min-height: 165px;
    /*background:url(../images/customerGalBg.png) no-repeat top center; */
    background: #E3411F;
    float: left;
    clear: left;
}

#fullCustumGall {
    width: 960px;
    height: auto;
    overflow: auto;
    margin: 0px auto;
    clear: left;
}

#fullCustumGallLeft {
    width: 480px;
    height: 125px;
    padding: 20px;
    background: #f2e3c1;
    float: left;
}

#fullCustumLbl {
    width: 480px;
    height: auto;
    font-size: 36px;
    color: #c0b08b;
    text-align: right;
    font-weight: bold;
    float: left;
    clear: left;
}

#fullCustumTalk {
    width: 480px;
    height: auto;
    color: #002345;
    margin-bottom: 5px;
    font-size: 30px;
    float: left;
    clear: left;
}

#fullCustumPeople {
    width: 480px;
    height: auto;
    color: #5bc0de;
    font-size: 18px;
    float: left;
    clear: left;
}

#fullCustumGallRight {
    width: 400px;
    height: 125px;
    padding: 20px;
    background: #fcf5e6;
    float: left;
}

#fullScreenFooter100 {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}

#footer-menu {
    width: 960px;
    height: auto;
    font-size: 14px;
    overflow: auto;
    #padding-bottom: 50px;
    margin: 0px auto;
    /*background:#F8F8F8 url(../images/footerDesign.png) no-repeat;*/
    clear: left;
}

.footerPoweredBy {
    width: 960px;
    height: auto;
    /*margin-top:25px;*/
    text-align: center;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.footerCopyright {
    width: 960px;
    height: auto;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 20px;
    float: left;
    clear: left;
}


.footerMenu {
    width: 960px;
    height: auto;
    text-align: center;
    margin-top: 50px;
    float: left;
    clear: left;
}

.footerMenu a {
    color: #111111;
}

.footerCopyright a {
    color: #111111;
}

/* Layout Ends Here */

/* Common Starts Here */
.txtBox {
    padding: 5px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 40px;
    margin: 5px;
    width: 165px;
}

.chkBox {
    padding: 5px;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 22px;
    margin: 5px;
}

select .bpclass {
    overflow: scroll;

}

button,
input,
select,
textarea {
    margin: 0px;
    font-size: 100%;
    vertical-align: middle;
}

.asterik {
    color: #ff0000;
}

/* Common Ends Here */

/* Icons Seperate Starts Here */
#phoneIcon {
    width: 32px;
    height: 32px;
    background: url(../images/particles.png) no-repeat 0px 0px;
    float: left
}

#facebook {
    width: 47px;
    height: 40px;
    background: url(../images/fb.png) no-repeat;
    float: right;
}

/*#facebook:hover{
    background-position:-37px -32px;
}*/

#twitter {
    width: 47px;
    height: 40px;
    background: url(../images/twitter.png) no-repeat;
    float: right;
}

#googleplus {
    width: 47px;
    height: 40px;
    background: url(../images/gplus.png) no-repeat;
    float: right;
}

#gmail {
    width: 27px;
    height: 27px;
    background: url(../images/particles.png) no-repeat -98px -4px;
    float: left;
}

#gmail:hover {
    background-position: -98px -32px;
}

#youtube {
    width: 27px;
    height: 27px;
    background: url(../images/particles.png) no-repeat -129px -4px;
    float: left;
}

#youtube:hover {
    background-position: -129px -32px;
}

/* Icons Seperate Starts Here */


.basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

#signInForm-modal-Head {
    width: 300px;
    height: auto;
    color: #000;
    font-size: 24px;
    float: left;
    clear: left;
}

/* Container */
#simplemodal-container {
    width: 490px;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff url(../images/modalBg.jpg) repeat-x;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 0px 12px 20px 12px;
    overflow: auto;
    float: left;
}

#simplemodal-container .simplemodal-data {
    padding: 8px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/particles.png) no-repeat -829px -27px;
    width: 22px;
    height: 22px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modalCloseImg:hover {
    background: url(../images/particles.png) no-repeat -829px -5px;
}

#simplemodal-container h3 {
    color: #84b8d9;
}



/* Sub Page Starts Here Common */
#subPageTopBg {
    width: 960px;
    height: 30px;
    float: left;
    clear: left;
}

#subPageFull100 {
    width: 100%;
    height: auto;
    float: left;
    clear: left;
}

#subPageContent {
    width: 958px;
    height: auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#subPageHeadLine {
    width: 918px;
    height: auto;
    margin: 20px 20px 5px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#subPageTopBg {
    width: 958px;
    height: auto;
    overflow: hidden;
    line-height: 10px !important;
    float: left;
    clear: left;
}

#subPageBottomBg {
    width: 958px;
    height: auto;
    overflow: hidden;
    line-height: 10px !important;
    float: left;
    clear: left;
}

.normalSubHead1 {
    width: 549px;
    height: auto;
    padding-bottom: 10px;
    font-size: 24px;
    float: left;
    clear: left;
}

.normalSubHead2 {
    width: 549px;
    height: auto;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 20px;
    float: left;
    clear: left;
}

.normalPara1 {
    width: 549px;
    height: auto;
    line-height: 20px !important;
    float: left;
    clear: left;
}

.normalPara2 {
    width: 549px;
    height: auto;
    line-height: 20px !important;
    float: left;
    clear: left;
}

/* Sub Page Ends Here Common */


/* Pre Ticket Booking Starts Here */
#preTicketBookingContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#preTicketBookingLeft {
    width: 648px;
    height: auto;
    padding: 20px 0px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

#preTicketBookingHeadLine {
    width: 608px;
    height: auto;
    margin: 0px 20px 20px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}


#preTicketBookingHeadLine1 {
    width: 608px;
    height: auto;
    margin: 30px 20px 20px 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #1d3a8e;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#preTicketBookingPaymentHeadLine {
    width: 608px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

#preTicketBookingPaymentHead {
    width: 300px;
    height: auto;
    font-size: 20px;
    color: #1d3a8e;
    float: left;
}

#preTicketBookingPayment {
    width: 300px;
    height: auto;
    padding-top: 5px;
    text-align: right;
    float: left;
}

#preTicketBookingPassHeadLine {
    width: 606px;
    height: auto;
    font-size: 20px;
    color: #1d3a8e;
    padding: 10px 0px;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #e6e6e6;
    float: left;
    clear: left;
}

.preTicketBookingPassDataLine {
    width: 608px;
    height: auto;
    padding: 10px 0px;
    background: url(../images/pre_ticket_booking-data-line.jpg) repeat-x bottom left;
    float: left;
    clear: left;
}

.preTicketBookingPassName {
    width: 250px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingPassGender {
    width: 200px;
    padding-left: 20px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingPassAge {
    width: 90px;
    padding-left: 20px;
    padding: 0px 10px;
    float: left;
}

.preTicketBookingTermsOfferCouponWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    margin-top: 20px;
    float: left;
    clear: left;
}

.preTBOfferCashLine {
    width: 608px;
    height: auto;
    margin-top: 15px;
    float: left;
    clear: left;
}

.preTBOfferCashInput {
    width: 170px;
    float: left;
}

.preTBOfferDiv {
    width: 598px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
}

.preTBCashDiv {
    width: 598px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
}

.preTBDivOfferCashLine {
    width: 598px;
    height: auto;
    padding-top: 5px;
    font-size: 11px;
    float: left;
    clear: left;
}

.preTBDivOfferCashInput {
    width: 170px;
    float: left;
}

.preTBDivOfferCashBtn {
    width: 100px;
    height: auto;
    float: left;
}

.preTBTermsLine {
    width: 588px;
    height: auto;
    background: #ffd0d0;
    border-top: 1px solid #e90000;
    border-bottom: 1px solid #e90000;
    padding: 10px 0px;
    margin-top: 10px;
    float: left;
    clear: left;
}

.preTBOfferCashLine input,
.preTBTermsLine input {
    margin-right: 10px;
    margin-left: 10px;
}

.offerCashTxt {
    width: 150px;
}

.passName {
    width: 230px;
}

.passAge {
    width: 80px;
}

.maleLine {
    width: 60px;
    float: left;
}

.maleLine input,
.femaleLine input {
    margin-right: 5px;
}

.femaleLine {
    width: 77px;
    float: left;
}

#preTicketBookingPassDetWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    float: left;
    clear: left;
}

#preTicketBookingPassHeadLine {
    width: 606px;
    height: auto;
    float: left;
    clear: left;
}

#preTicketBookingPassConDetWhole {
    width: 608px;
    height: auto;
    padding: 0px 20px;
    float: left;
    clear: left;
}

#preTicketBookingPassConDetLblMobile {
    width: 60px;
    padding-top: 5px;
    float: left;
}

#preTicketBookingPassConDetTxtMobile {
    width: 220px;
    float: left;
}

#preTicketBookingPassConDetLblEmail {
    width: 60px;
    padding-top: 5px;
    float: left;
}

#preTicketBookingPassConDetTxtEmail {
    width: 260px;
    float: left;
}

.mobileTxt {
    width: 188px;
}

.emailTxt {
    width: 240px;
}

#preTicketBookingOffWhole {
    width: 608px;
    height: auto;
    background: url(../images/payment-details-head-rpt.jpg) repeat-x;
    padding: 0px 20px;
    margin-top: 20px;
    float: left;
    clear: left;
}


#preTicketBookingRightWhole {
    width: 310px;
    height: auto;
    float: left;
}

#preTicketBookingTravelDet {
    width: 270px;
    padding: 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
    float: left;
}

#preTicketBookingFareWhole {
    width: 310px;
    height: auto;
    background: #c8e965 url(../images/paymentdetrpt.jpg) repeat-y;
    float: left;
}

#preTicketBookingFareWhole1 {
    width: 270px;
    padding: 20px;
    background: url(../images/paymentDetTopDes.png) no-repeat;
    float: left;
}

#preTicketBookingFareHead {
    width: 270px;
    height: auto;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    float: left;
    clear: left;
}

#preTicketBookingFareOnwardLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareOnwardLbl {
    width: 170px;
    height: auto;
    float: left;
}

#preTicketBookingFareOnwardAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

#preTicketBookingFareReturnLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareReturnLbl {
    width: 170px;
    height: auto;
    float: left;
}

#preTicketBookingFareReturnAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

#preTicketBookingFareTotalLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    border-top: 1px solid #cdcdcd;
    float: left;
    clear: left;
}

#preTicketBookingFareTotalLbl {
    width: 160px;
    height: auto;
    text-align: right;
    padding-right: 10px;
    float: left;
}

#preTicketBookingFareTotalAmt {
    width: 100px;
    height: auto;
    text-align: right;
    float: left;
}

/* Pre Ticket Booking Ends Here */


/* Pre Ticket Booking Starts Here */
#ticketConfirmContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#ticketConfirmLeft {
    width: 648px;
    height: auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

#ticketConfirmRight {
    width: 270px;
    padding: 20px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
    float: left;
}

/* Pre Ticket Booking Ends Here */



/* Ticket Confirmation Page Starts Here */

#ticketConfirmResultLine {
    width: 608px;
    height: auto;
    padding: 20px;
    float: left;
    clear: left;
}

#ticketConfirmResultYes {
    width: 130px;
    height: 130px;
    background: url(../images/particles.png) no-repeat -2px -502px;
    float: left;
}

#ticketConfirmResultNo {
    width: 130px;
    height: 130px;
    background: url(../images/particles.png) no-repeat -137px -502px;
    float: left;
}

#ticketConfirmResultMess {
    width: 458px;
    height: auto;
    padding-left: 20px;
    float: left;
}

#ticketConfirmResultEx {
    width: 458px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmResultRes {
    width: 458px;
    height: auto;
    font-size: 32px;
    color: #1d3887;
    padding-bottom: 5px;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmResultMessage {
    width: 458px;
    height: auto;
    text-transform: uppercase;
    float: left;
}

#ticketConfirmDet {
    width: 608px;
    height: auto;
    padding: 20px;
    background: url(../images/ticketconfirm-mes-det.png) repeat-x;
    float: left;
    clear: left;
}

#ticketConfirmDetLeft {
    width: 400px;
    height: auto;
    float: left;
}

#ticketConfirmDet1 {
    width: 400px;
    height: auto;
    float: left;
    clear: left;
}

.ticketConfirmDet2 {
    width: 400px;
    height: auto;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #adadad;
    float: left;
    clear: left;
}

#ticketConfirmCancel {
    width: 400px;
    height: auto;
    padding-top: 30px;
    float: left;
    clear: left;
}

#ticketConfirmCancel a {
    color: #0042ff;
}

#ticketConfirmCancel a:hover {
    text-decoration: underline;
}

#ticketConfirmDetRight {
    width: 125px;
    height: 100px;
    padding-left: 80px;
    float: left;
}

#ticketConfirmPrintTicket {
    width: 122px;
    height: 36px;
    float: left;
    clear: left;
}

#ticketConfirmPrintTicket a {
    width: 122px;
    height: 36px;
    text-indent: -10000px;
    background: url(../images/particles.png) no-repeat -690px -81px;
    float: left;
    clear: left;
}

#ticketConfirmPrintTicket a:hover {
    background-position: -690px -117px;
}

#ticketConfirmDownload {
    width: 122px;
    height: 36px;
    margin-top: 3px;
    float: left;
    clear: left;
}

#ticketConfirmDownload a {
    width: 122px;
    height: 36px;
    text-indent: -10000px;
    background: url(../images/particles.png) no-repeat -690px -161px;
    float: left;
    clear: left;
}

#ticketConfirmDownload a:hover {
    background-position: -690px -197px;
}

#tickerConfirmGreen {
    width: 528px;
    height: auto;
    padding: 20px 20px 20px 90px;
    float: left;
    clear: left;
}

#tickerConfirmGreenIcon {
    width: 74px;
    height: 76px;
    background: url(../images/particles.png) no-repeat -414px -408px;
    float: left;
}

#tickerConfirmGreenMes {
    width: 380px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 24px;
    float: left;
}

#ticketContHead1 {
    width: 270px;
    height: auto;
    color: #1d3887;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6c744;
    font-size: 24px;
    float: left;
    clear: left;
}

#ticketContHead2 {
    width: 270px;
    height: auto;
    color: #1d3887;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6c744;
    font-size: 24px;
    float: left;
    clear: left;
}

.ticketContDetWhole {
    width: 270px;
    height: auto;
    #border-top: 1px solid #e4ff95;
    float: Left;
    clear: left;
}

.ticketContDetLine {
    width: 270px;
    height: auto;
    padding-top: 10px;
    float: Left;
    clear: left;
}

.ticketContDetLeft {
    width: 90px;
    height: auto;
    float: left;
}

.ticketContDetMiddle {
    width: 5px;
    height: 9px;
    margin-top: 3px;
    background: url(../images/particles.png) no-repeat -306px -517px;
    float: left;
}

.ticketContDetRight {
    width: 150px;
    height: auto;
    padding-left: 10px;
    float: left;
}

.ticketContDetSeatNo {
    width: 22px;
    height: 18px;
    margin-right: 3px;
    background: url(../images/particles.png) no-repeat -277px -511px;
    padding-top: 3px;
    padding-left: 5px;
    float: left;
}

/* Ticket Confirmation Page Ends Here */

/* Travel Search Result starts Here */
#searchRes {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 10px;
    background: #fff;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

#searchResHeadLine {
    width: 940px;
    height: auto;
    float: left;
    clear: left;
    background: #422340;
    background: #422340;
    color: white;
    border-bottom: 10px solid #a5a5a5;
    border-radius: 19px;
}

/* Search Res for Width Starts Here */
.searchResRouteOrTravels {
    width: 165px;
    color: #393939;
    margin-left: 5px;
    float: left;
}

.searchResDiscountYes {
    width: 45px;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    margin-left: 5px;
    background: url(../images/particles.png) no-repeat -831px -152px;
    float: left;
}

.searchResDiscountNo {
    width: 55px;
    height: 30px;
    margin-left: 5px;
    text-indent: -10000px;
    float: left;
}

.searchResBusType {
    width: 325px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResDepart {
    width: 90px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResArrival {
    width: 129px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResmKT {
    width: 73px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResFare {
    width: 88px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResSeats {
    width: 103px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}

.searchResBooking {
    width: 80px;
    height: 29px;
    padding-left: 10px;
    float: left;
}

#bookNowBtn {
    width: 105px;
    height: auto;
    background: #1a9e00;
    padding: 7px 0px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    #border-radius: 3px;
    color: #fff;
    float: left;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
}

.seatsoldout {
    background: #9E9A9A !important;
    font-size: 12px;
}

.hideSeatsBtn {
    width: 105px;
    height: auto;
    background: #422340;
    padding: 7px 0px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    #border-radius: 3px;
    color: #fff !important;
    float: left;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    text-decoration: none;
}

.searchingSeatsBtn {
    width: 105px;
    height: auto;
    background: #422340;
    padding: 7px 0px;
    text-align: center;
    #border-radius: 3px;
    color: #fff;
    float: left;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    color: #ffffff !important;
}

/* Search Res for Width Ends Here */
.searchResHeadRouteOrTravels {
    width: 165px;
    color: #393939;
    font-size: 16px;
    padding-top: 15px;
    margin-left: 5px;
    float: left;
}

.searchResHeadDiscount {
    width: 55px;
    margin-left: 5px;
    text-indent: -10000px;
    float: left;
}

.searchResHeadBusType {
    width: 325px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadBusType-Normal {
    background-position: 0px 0px;
}

.searchResHeadBusType-Up {
    background-position: 0px -44px;
}

.searchResHeadBusType-Down {
    background-position: 0px -88px;
}


.searchResHeadDepart {
    width: 90px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;

}

.searchResHeadDepart-Normal {
    background-position: -249px 0px;
}

.searchResHeadDepart-Up {
    background-position: -249px -44px;
}

.searchResHeadDepart-Down {
    background-position: -249px -88px;
}

.searchResHeadArrival {
    width: 129px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadArrival-Normal {
    background-position: -395px 0px;
}

.searchResHeadArrival-Up {
    background-position: -395px -44px;
}

.searchResHeadArrival-Down {
    background-position: -395px -88px;
}

.searchResHeadmKT {
    width: 130px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat -545px 0px;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;

}

.searchResHeadFare {
    width: 88px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadFare-Normal {
    background-position: -638px 0px;
}

.searchResHeadFare-Up {
    background-position: -638px -44px;
}

.searchResHeadFare-Down {
    background-position: -638px -88px;
}

.searchResHeadSeats {
    width: 103px;
    height: 44px;
    padding-left: 10px !important;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
    padding: 10px 0px;
}

.searchResHeadSeats-Normal {
    background-position: -745px 0px;
}

.searchResHeadSeats-Up {
    background-position: -745px -44px;
}

.searchResHeadSeats-Down {
    background-position: -745px -88px;
}

/* Search Result Data Line Starts Here */
.searchResDataLine1 {
    width: 940px;
    height: auto;
    padding: 15px 0px;
    /*background:#fff url(../images/search-result-travel-plan-bg.png) repeat-x;*/
    float: left;
    clear: left;
}

.searchResDataLine2 {
    width: 940px;
    height: auto;
    padding: 15px 0px;
    background: #f3fbff;
    border-top: 1px solid #d2d2d2;
    float: left;
    clear: left;
}

.searchResmKTNo {
    width: 28px;
    height: 21px;
    margin-left: 20px;
    background: url(../images/particles.png) no-repeat -863px -113px;
    float: left;
}

.searchResmKTYes {
    width: 28px;
    height: 21px;
    margin-left: 20px;
    background: url(../images/particles.png) no-repeat -830px -113px;
    float: left;
}

/* Search Result Data Line Starts Here */
/* Travel Search Result Ends Here */

/* Search Result Starts Here */
#searchResToFrom {
    width: 960px;
    height: 78px;
    /*background:url(../images/search-result-travel-plan-bg.png) no-repeat bottom left;*/
    float: left;
    clear: left;
}

#searchResOneWay {
    /*width:32%;
    height:66px;
    padding-top:20px;
    padding-left:20px;
    float:left;*/
}

#searchResRoundTrip {
    width: 285px;
    margin-left: 5px;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

.searchRes-active-tab {
    /*height:48px;
    margin-top:2px;
    color:#000;
    /*background:url(../images/particles.png) no-repeat -23px -241px;*/
}

.searchRes-inactive-tab {
    height: 45px;
    margin-top: 2px;
    background: url(../images/particles.png) no-repeat -333px -241px;
}

.searchRes-inactive-tab a {
    color: #111 !important;
}

#searchResAddTrip {
    width: 230px;
    height: 35px;
    padding-left: 110px;
    padding-top: 10px;
    float: left;
    .
}

#searchResAddTrip a {
    width: 230px;
    height: 35px;
    background: url(../images/particles.png) no-repeat -23px -332px;
    float: left;
    clear: left;
}

#searchResAddTrip a:hover {
    width: 230px;
    height: 35px;
    background: url(../images/particles.png) no-repeat -23px -367px;
    float: left;
    clear: left;
}

#searchResPlaces {
    /*width:250px;*/
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    /*float:left;
    clear:left;*/
    text-align: center;
    background: #422340;
    border-radius: 20px;
    width: 33%;
    margin: 0 auto;
    color: white;
    padding: 5px 0px;
}

#searchResDayOptions {
    width: 250px;
    height: auto;
    float: left;
    clear: left;
    font-size: 18px;
    margin-top: -23px;
    color: #000000;
    margin-left: 75px;
}

#searchResDayOptions a {
    color: #422340;
    text-decoration: underline;
}

#searchRedFilterLine {
    /*width:100%;
    /*background:#ffffff;*/
    height: auto;
    /*padding:10px 0px;*/
    /*float:left;
    clear:left;*/
    position: absolute;
    /*margin-top: 39px;*/
    right: 245px;
}

#searchRedFilterLine .filter {
    margin-right: 5px;
    height: 35px;
}

#searchRedFilterLine .filter a {
    /*text-indent:-10000px;*/
    height: 35px;
}

#searchRedFilterLine .travelsActive,
#searchRedFilterLine .travelsInActive {
    width: 89px;
    float: left;
}

#searchRedFilterLine .travelsActive a {
    width: 89px;
    background: url(../images/particles.png) no-repeat -233px -712px;
    float: left;
    clear: left;
}

#searchRedFilterLine .travelsInActive a {
    width: 89px;
    background: url(../images/particles.png) no-repeat -233px -747px;
    float: left;
    clear: left;
}



#searchRedFilterLine .boardingPointsActive,
#searchRedFilterLine .boardingPointsInActive {
    width: 147px;
    float: left;
}

#searchRedFilterLine .boardingPointsActive a {
    width: 147px;
    float: left;
    background: url(../images/particles.png) no-repeat -351px -332px;
    clear: left;
}

#searchRedFilterLine .boardingPointsInActive a {
    width: 147px;
    float: left;
    background: url(../images/particles.png) no-repeat -351px -367px;
    clear: left;
}

#searchRedFilterLine .droppingPointsActive,
#searchRedFilterLine .droppingPointsInActive {
    width: 148px;
    float: left;
}

#searchRedFilterLine .droppingPointsActive a {
    width: 148px;
    background: url(../images/particles.png) no-repeat -501px -332px;
    float: left;
    clear: left;
}

#searchRedFilterLine .droppingPointsInActive a {
    width: 148px;
    background: url(../images/particles.png) no-repeat -501px -367px;
    float: left;
    clear: left;
}

#searchRedFilterLine .modifySearchActive,
#searchRedFilterLine .modifySearchInActive {
    width: 118px;
    margin-left: 70px;
    float: left;
}

.modifySearchActiveBtn {
    width: 118px;
    /*background:url(../images/particles.png) no-repeat -653px -332px;*/
    float: left;
    clear: left;
}

.modifySearchInActiveBtn {
    width: 118px;
    /*background:url(../images/particles.png) no-repeat -653px -367px;*/
    float: left;
    clear: left;
}

.searchProce1 {
    /*width:430px;
    height:18px;
    margin-top:10px;
    margin-right:20px;
    margin-left:10px;
    /*background:url(../images/particles.png) no-repeat -184px -154px;
    float:left;*/
}

/* Search Result Ends Here */

/* Pre- Ticket Payment Starts Here */
#tabwrap {
    width: 850px;
    float: left;
    clear: left;
}

/*#tabs { padding-left:10px; overflow: hidden;}*/
#tabs li {
    list-style: none;
    padding-right: 2px;
    float: left;
}

#tabs li a {
    float: left;
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #111;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 125px;
}


#tabs li.current a {
    background: #5bc0de;
    padding: 7px 15px;
    color: #fff;
}

#content>div {
    clear: both;
    padding: 0px 20px 20px 20px;
    line-height: 19px;
    border: 1px solid #ddd;
    overflow: auto;
    display: none;
}

#content .current {
    display: block;
}

#content #home.first {
    display: block;
}

#content p {
    margin: 0 0 20px 0;
}

.namefl {
    width: 300px;
}

.netbankingSelect {
    width: 300px !important;
}

.payAcdet {
    vertical-align: middle;
    margin: 20px 0;
    overflow: hidden
}

.sct {
    float: left;
    margin: 4px 0 0;
    width: 129px
}

.amcardHolder,
.sbi,
.visaCard,
.visaMasterMaestro {
    background: url('../images/bank-simples.png') no-repeat scroll left center transparent;
}


.visaCard {
    background-position: -1px -29px;
    float: left;
    height: 23px;
    width: 83px;
    margin: 2px 50px 0 0
}

.amcardHolder {
    background-position: 0 -2px;
    float: left;
    height: 27px;
    width: 36px
}

.visaMasterMaestro {
    background-position: -3px -55px;
    float: left;
    height: 20px;
    width: 121px;
    margin: 2px 50px 0 0
}

.sbi {
    background-position: -42px -2px;
    float: left;
    margin-top: 2px;
    height: 27px;
    width: 22px
}

.paymentLabel {
    width: 145px;
    display: inline-block;
    float: left;
}

.payInput {
    margin-top: 10px;
    clear: both
}

.cntRow {
    padding-left: 145px;
    clear: both;

}

.continueBtn {
    width: 144px;
    height: 36px;
    border: none;
    background: url(../images/particles.png) no-repeat -536px -203px;
    text-indent: -10000px;
}

.continueBtn:hover {
    background-position: -536px -239px;
}

#amexAlert {
    margin: 20px 0 0 130px;
    text-align: center;
    width: 75%
}

.infoImg1 {
    background-position: -59px -1px;
    height: 31px;
    margin: 0 5px 0 15px;
    padding-left: 41px;
    display: inline-block
}

.wthis {
    text-decoration: underline
}

.ie7 .payAcdet input {
    margin-top: 0
}

.whatzthis {
    background: #FFF;
    height: 86px;
    border: 1px solid #333;
    left: 277px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    bottom: 24px;
    width: 240px;
    display: none
}

.whatzthis .lftImg {
    float: left;
    width: 69px;
    height: 86px;
    background-position: 0 -401px
}

.whatzthis .rgtImg {
    color: #7F7F7F;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    width: 150px
}

#rbimessage {
    padding: 5px;
    margin: 10px 5px 5px
}

.justpayExp {
    margin-left: 145px;
    margin-bottom: 5px
}

.inpRad {
    margin: 6px 5px 0 16px
}

.payAcdet .CVVclass {
    margin: 0 0 0 10px;
    width: 30px
}

.payAcdet .juspaycardsradio {
    margin: 5px 5px 0 0
}

.hide {
    display: none
}

.cntBt {
    margin-left: 0
}

#BtnContinueCC,
#BtnContinueCCJP {
    margin-top: 20px
}

.no {
    padding: 5px 20px 7px;
    font-size: 100%;
    margin-left: 30px
}

#tooltip {
    width: 200px;
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
}

/* Pre- Ticket Payment Ends Here */


.busFloorSearArrange ul {
    list-style-type: none;
}

.busFloorSearArrange ul.deck {
    /*width:300px;
    list-style:none;
    padding:0;
    position:relative;
    float:left;
    margin:10px;
    list-style-type:none;*/
    list-style: none;
    padding: 0;
    position: relative;
    float: left;
    /* margin: 10px; */
    list-style-type: none;
}

.busFloorSearArrange ul.deck li {
    padding: 0;
    margin: 0;
    position: absolute;
    margin: 10px;
    list-style-type: none;
}

.busFloorSearArrange ul.deck li a {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
}

/* Deck Ends Here */

.amountSeatsContLine {
    width: 280px;
    height: auto;
    margin-top: 10px;
    float: left;
    clear: left;
}

.amountSeatsContLeft {
    width: 350px;
    height: auto;
    float: left;
}

.seatsAmountLine {
    width: 280px;
    height: auto;
    margin-bottom: 10px;
    float: left;
    clear: left;
}

.seatsBoardingLbl {
    width: 200px;
    height: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.seatsBoardingDropDown {
    width: 300px;
    height: auto;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.seatsContinueBtnHolder {
    width: 130px;
    height: auto;
    float: left
}

.seatsContinueBtn {
    width: 140px;
    height: auto;
    background: #422340;
    font-size: 14px;
    border: none;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    color: #fff;
    padding: 5px 10px;
    float: left
}

.seatsContinueBtn {}

/* Select Seat Ends Here */

/* Travels Search Starts Here */
.travelsSearchBlock {
    width: 220px;
    height: auto;
    float: left;
}

.SwapButton {
    width: 30px;
    height: 29px;
    background: url(../images/swap_route.png) no-repeat;
    float: left;
    cursor: pointer;
    margin: 28px 5px 0 0;
}

#travelsSearchBox .searchLabel {
    color: #111;
}

.travelsSearchBlock1 {
    /*width:250px;*/
    height: auto;
    float: left;
}

.travelsSearchBlock .searchInput {
    width: 180px;
    height: 25px;
    padding: 5px;
    border: 1px solid #2A7197;
}

#travelsSearchBox .buttonContainer {
    padding-left: 400px !important;
}

.searchLeft {
    width: 280px;
    height: auto;
    float: left;
}

.searchLeft {
    width: 240px;
    height: auto;
    float: left;
}

.searchInput {
    width: 210px;
    height: 25px;
    padding: 5px;
    border: 1px solid #2a7197;
}

.searchPlace {
    width: 210px;
    height: 35px;
    padding: 5px;
    border: 1px solid #2a7197;
}

.calendarInput {
    width: 215px;
    height: 37px;
    border: none;
    background-position: -483px -40px;
    cursor: pointer;
    padding: 5px;
    margin-right: 10px;
}

#searchBtn {
    width: 180px;
    height: 48px;
    border: none;
    background-position: -15px -8px;
    cursor: pointer;
    text-indent: -10000px;
    padding: 5px;
}

#searchBtn:hover {
    background-position: -15px -8px;
}

#searchmdfy {
    width: 120px;
    height: 35px;
    border: none;
    background: none;
    color: #fff;
    font-size: 15px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    background: #422340;
    cursor: pointer;
    padding: 5px;
}

.dateError {
    text-align: center;
    color: #F00;
    visibility: hidden;
    font-size: 12px;
}

/* Travels Subpage starts Here */
#travelsSearchFull100 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c4c4c4;
    float: left;
    clear: left;
}

#travelsSearchContent {
    width: 960px;
    height: auto;
    margin: 0px auto;
    overflow: auto;
    clear: left;
}

#travelsCompanyName {
    width: 960px;
    height: auto;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/travelsNameBg.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #92b32c;
    float: left;
    clear: left;
}

#travelsSearchBox {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(21, 21, 21, 0.68);
    float: left;
    clear: left;
    margin-top: 15px !important;
}

#travelsDetFull100 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    clear: left;
}

#travelsDetContent {
    width: 100%;
    height: auto;
    margin-top: 72px;
    float: left;
    clear: left;
    background: #ffff;
    padding-top: 48px;
    margin-bottom: 20px;
}

#travelsAbout {
    width: 918px;
    height: auto;
    padding: 20px;
    margin: 0px auto;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
    clear: left;
}

#travelsDetLeft {
    width: 625px;
    height: auto;
    float: left;
}

#travelsDetHead {
    width: 625px;
    height: auto;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    float: left;
    clear: left;
}

.travelsDetPara1 {
    width: 625px;
    height: auto;
    padding-bottom: 10px;
    line-height: 19px;
    float: left;
    clear: left;
}

#travelsDetRight {
    width: 250px;
    height: auto;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #c6c6c6;
    float: left;
}

.travelsRightStatLine {
    width: 220px;
    height: 25px;
    padding: 15px;
    background: url(../images/particles.png) no-repeat -350px -506px;
    float: left;
    clear: left;
}

.travelsRightStatPic {
    width: 20px;
    height: 25px;
    background: url(../images/particles.png) no-repeat -830px -75px;
    float: left;
}

.travelsRightStats {
    width: 190px;
    height: auto;
    font-size: 20px;
    padding-left: 10px;
    float: left;
}

.travelsRightStatStar {
    float: left;
}

.travelsRightStatsStar {
    padding-left: 10px;
    font-size: 16px;
    float: left;
}

.boardingAddress {
    padding: 5px;
    padding-left: 23px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    margin: 10px 0;
    width: 300px;
    line-height: 18px;
    background-color: #f7f7f7;
}

/* Travels Subpage Ends Here */


/*PassnegerInfo screen css starts here*/

.f1Left {
    float: left;
}

.uppercase {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #71779f;
    margin: 0px 1px !important;
}

.passengerHeadline {
    margin-top: 14px;
    font-size: 14px;
    height: 25px;
    border-radius: 2px;
    border-bottom: 1px solid #E1E6EF;
}

.seatno {
    margin-left: 20px;
    /*font-weight:bold;*/
    color: #422340;
}

.passinfo {
    height: auto !important;
    margin-top: 5px;
    min-height: 50px;
    min-height: 50px;
}

.passtxt {
    padding: 5px;
    border: 1px solid #422340;
    border-radius: 2px;
    height: 36px !important;
}

.offcode {
    padding: 5px 10px 10px 0px;
    width: 75%;
    height: 25px;
}

.preTBOfferDiv {
    width: 700px;
    height: 100px;
    overflow: hidden;
}

.offercheck {
    width: 100%;
    height: 15px;
    padding: 5px 5px 0px 0px;
    margin: 25px 0 0 0;
}

.center {
    text-align: center;
}

.pd5 {
    padding: 5px;
}

.mandatory {
    color: #EC0F0F;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt90 {
    margin-top: 90px;
}

.cno {
    width: 42px !important;
    height: 12px;
    padding: 7px;
    border: 1px solid #577FA1;
    border-radius: 2px;
}

.clr {
    clear: both;
}

.crdlel {
    width: 145px;
    padding: 5px;
    margin-left: 5px;
}


.wd118 {
    width: 122px !important;
}

.wd100 {
    width: 100px !important;
}

.w210 {
    width: 210px;
}

.w120 {
    width: 120px;
}

.mgl5 {
    margin-left: 5px !important;
}

.hgt30 {
    height: 30px;
}

.hg50 {
    height: 50px;
}

.selbox {
    color: #000;
    height: 32px;
    margin-left: 0px;
    padding: 5px;

}

.wd53 {
    width: 53px;
}

.wdh195 {
    width: 195px;
}

.wd247 {
    width: 247px !important;
}


.noDisplay {
    display: none;
}

/*PassnegerInfo screen css ends here*/

.page_bg_404 {
    border: 1px solid #004B7F;
    border-radius: 6px;
    box-shadow: 0 0 10px #002845 inset;
    height: auto;
    margin: 25px auto 35px;
    padding: 40px;
    /*width: 873px;*/
    line-height: 26px;
}

.mgl200 {
    margin-left: 200px !important;
}

.mgl65 {
    margin-left: 65px;
}

/*contact us page design starts*/

.contact-us-info {
    background-color: #f2f2f2;
    border: solid 1px #d6d6d6;


    color: #002345
}

.contact-us {
    text-align: center;
    font-size: 28px;
    color: #72789f;
}

.pd20 {
    padding: 20px;
}

/*contact us page design ends*/


.red {
    color: red;
}

.mgb10 {
    margin-bottom: 10px;
}

.wd145 {
    width: 145px;
}

.pointer {
    cursor: pointer;
}

.txtCenter {
    text-align: center;
}

.fadeFrm {
    padding: 0px 20px;
}

.chkBox .rediobox {
    padding: 0px;
    margin: 2px 1px 2px 0px;
    width: 14px;
    height: 13px;
}

.fadeFrm label {
    margin-right: 8px;
}

.fadeFrm dl {
    clear: both;
    margin: 0px;
    padding: 8px 0px 10px 0px;
    height: 25px;
}

.fadeFrm dt {
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
}

.Agent dd {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    line-height: 23px;
    width: 220px;
}

.Agent dt {
    margin-left: 10px;
    width: 108px;
}

.Agent dl {
    #margin-left: 100px;
}

.fadeFrm div span {
    width: 150px;
}

/*fade frmstyle end*/

/*Ticket confirm page css starts*/

.fontsize25 {
    font-size: 25px;
}

.ticketconfirm dt,
.ticketconfirm dl {
    font-size: 20px;
    width: 100%;
    height: 50px;
    text-align: center;
}

/*Ticket confirm page css ends*/


/*My ticket page css*/
.divBorder {
    border: 1px solid #ceed75;
    border-radius: 6px;
    box-shadow: 0 0 10px #ceed75 inset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.divErrorBorder {
    border: 1px solid #F90909;
    border-radius: 6px;
    box-shadow: 0 0 10px #ED7575 inset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.la3 {
    background: #fff;
    border: 1px solid #2A7197;
    width: 200px;
    height: 24px;
    padding: 5px;
    border-radius: 1px;
}


.top_bg {
    background: url(../images/top_bg.jpg) center top repeat;
    overflow: hidden;
    width: 100%;
    height: 8px;
}

.mid {
    background: url(../images/bg_1.png) top center repeat-y;
    overflow: hidden;
    width: 100%;
}

.top_scrol {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
    z-index: 9;
}

.header {
    width: 990px;
    height: 95px;
    margin: 0 auto;
}

.header a {
    width: 280px;
    height: 75px;
    display: block;
    margin: -4px 0px 0px 44px;
    float: left;
}

.header span {
    height: 20px;
    display: block;
    float: right;
    margin-right: 18px;
}

.header span h4 {
    margin: 0px 0px 5px 86px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    color: #00359e;
    border-bottom: 1px solid #007acc;
    width: 220px;
}

.header span img {
    float: left;
    padding: 0px 0px 0px 0px;
}

.header span p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 20px;
}

.menu_1 {
    width: 100%;
    background: url(../images/m_1.jpg) repeat-x;
    height: 53px;
}

.menu {
    width: 990px;
    height: 53px;
    margin: 0 auto;
}

.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu ul li a {
    float: left;
    display: block;
    color: #fff;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    margin: 10px 7px 10px 7px;
}

.menu ul li a:hover {
    background: #00b2ed;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu ul li ul {
    list-style: none;
    display: none;
    padding: 11px 10px 11px 10px;
    margin-left: 5px;
    margin-top: 50px;
}

.menu ul li:hover>ul {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 10000;
    border-bottom: 5px solid #000;
}

.menu ul li ul li {
    float: none;
    margin: 0px;
}

.menu ul li ul li a {
    padding: 11px 22px 11px 21px;
    margin-left: 5px;
    background: #00b2ed;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 100px;
}

.menu ul li ul li a:hover {
    color: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu ul li ul li ul {
    list-style: none;
    display: none;
    padding: 11px 10px 11px 10px;
    margin-left: 75px;
    margin-top: 0px;
    border-bottom: 5px solid #000;
}

.menu ul li ul :hover>ul {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 10000;
}

.menu ul li ul li ul li {
    float: none;
    margin: 0px;
}

.menu ul li ul li ul li a {
    padding: 11px 22px 11px 21px;
    margin-left: 5px;
    background: #00b2ed;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu ul li ul li ul li a:hover {
    color: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}

.banner_mid {
    width: 990px;
    height: 427px;
    margin: 0 auto;
}

.flRight {
    float: right;
}

/* .form {
    width: 394px;
    height: auto;
    margin: 15px 0px 0px 17px;
    float: left;
    background: #fff;
} */

.form_top {
    background: url(../images/E1.jpg) no-repeat;
    width: 395px;
    height: 68px;
}

.banner_ani {
    width: 552px;
    float: right;
    margin: 34px 15px 0px 0px;
}

.banner_ani_in {
    width: 552px;
    height: 362px;
}


.content {
    width: 930px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 15px 20px 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fr_fo {
    margin: 0px 0px 0px 30px;
}

.fr_fo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.fr_fo ul li {
    float: left;
    font: bold 14px arial;
    width: 360px;
    color: #303030;
}

.fr_fo ul li span {
    width: 100px;
}

.search {
    width: 395px;
    height: 70px;
    border-top: 1px solid #e8e8e8;
    background: #f7f7f7;
    margin-top: 23px;
}

.search_button {
    width: 103px;
    height: 39px;
    display: block;
    margin: 14px 0px 0px 34px;
    background: #22a4e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}

.clear1 {
    clear: both;
    width: 300px;
    height: 20px;
}

.mgrl150 {
    margin-left: 150px;
}

.content_1_sal {
    width: 337px;
    height: 181px;
    float: left;
}

.content_1_sal p {
    background: url(../images/w1.jpg) no-repeat #0099cc;
    background-position: 13px 13px;
    padding: 15px 8px 15px 50px;
    color: #fff;
    margin: 0px 30px 0px 0px;
}

.content_1_sal span {
    display: block;
    background: #fff;
    width: 337px;
    height: 127px;
    -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    border: 1px solid #ccc;
}

.content_1_sal span marquee img {
    padding: 18px 0px 0px 0px;
}

.content_1_qui {
    width: 570px;
    height: 181px;
    float: right;
}

.content_1_qui p {
    background: url(../images/ve1.jpg) no-repeat #0099cc;
    background-position: 13px 13px;
    padding: 15px 8px 15px 50px;
    color: #fff;
    margin: 0px 30px 0px 0px;
}

.content_1_qui span {
    display: block;
    background: #fff;
    width: 568px;
    height: 127px;
    -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    border: 1px solid #ccc;
}

.content_1_qui span ul {
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    float: left;
}

.content_1_qui span ul li {
    padding: 18px 0px 0px 0px;
}

.content_1_qui span ul li a {
    display: block;
    color: #4c4c4c;
    padding: 0px 0px 0px 20px;
    background: url(../images/buller.jpg) no-repeat left center;
}

.post {
    margin: 0 auto;
    padding-bottom: 50px;
    float: left;
    width: 960px;
}

.btn-sign {
    width: 39px;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 232px;
    height: 140px;
}

.btn-sign a {
    color: #fff;
    text-shadow: 0 1px 2px #161616;
}

.login-popup {
    display: none;
    background: #f1f1f1;
    border: 10px solid #0099cc;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari, Chrome */
}

.login-popup h4 {
    background: #0099cc;
    margin: -1px;
    padding: 0px 10px 10px 10px;
    color: #fff;
}

.content_2 {
    width: 930px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

.content_2_lat {
    width: 600px;
    float: left;
    background: #7fcce5;
    border: 2px solid #e7e7e7;
    height: 130px;
}

.content_2_lat p {
    background: url(../images/fr.jpg) no-repeat;
    background-position: 13px 13px;
    padding: 15px 8px 3px 80px;
    color: #fff;
    margin: 0px 20px 0px 20px;
    border-bottom: 1px solid #bfe6f2;
    line-height: 37px;
}

.content_2_lat div {
    color: #fff;
    padding: 10px 20px 23px 20px;
    line-height: 20px;
}

.content_2_lat span {
    display: block;
    width: 599px;
}

.content_2_lat span p {
    background: none;
    color: #fff;
}


.footer {
    width: 100%;
    background: url(../images/f_bg.jpg) repeat;
}

.footer_in {
    width: 990px;
    margin: 0 auto;
}

.footer_menu {
    width: 550px;
    float: left;
    padding-top: 20px;
}

.footer_menu ul {
    list-style: none;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    float: left;
}

.footer_menu ul li {
    padding: 18px 0px 0px 0px;
}

.footer_menu ul li a {
    display: block;
    color: #4c4c4c;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
}

.footer_border {
    margin: 30px 0px 10px 150px;
}

.footer_likes {
    float: right;
    width: 375px;
    padding: 30px 0px 0px 0px;
}

.footer_likes a {
    display: block;
    float: left;
    padding: 0px 20px 0px 0px;
}

.footer p {
    color: #fff;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.content_2_age {
    width: 308px;
    float: right;
    background: #7fcce5;
    border: 2px solid #e7e7e7
}

.content_2_age span {
    display: block;
    width: 308px;
}

.content_2_age span img {
    float: left;
    padding: 30px 0px 30px 13px;
}

.content_2_age span h4 {
    margin: 0px 23px 8px 99px;
    padding: 22px 0px 5px 0px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 26px;
}

.content_2_age span p {
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #fff;
    line-height: 22px;
}

.content_3 {
    width: 930px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

.content_3_tes {
    width: 925px;
    float: left;
}

.content_3_tes h4 {
    background: url(../images/te_1.jpg) no-repeat #0099cc;
    background-position: 26px 8px;
    padding: 10px 8px 3px 80px;
    color: #fff;
    margin: 0px 20px 0px 0px;
    border-bottom: 1px solid #bfe6f2;
    line-height: 37px;
}

.content_3_tes div {
    color: #4c4c4c;
    padding: 10px 20px 23px 20px;
    line-height: 20px;
    -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
    width: 885px;
    height: 50px;
    border: 1px solid #ccc;
}

.content_3_tes div a {
    color: #0099cc;
    text-align: right;
    display: block;
    text-decoration: none;
    line-height: 25px;
}

.pageMainContent {
    width: 100%;
    height: auto;
    padding: 25px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    float: left;
    clear: left;
    margin-bottom: 20px;
}

.termsPrivacyPoints {
    line-height: 30px;
    list-style-type: none;
}

.termsPrivacyPara2 {
    line-height: 30px;
}

.PassegerpanelRight {
    float: right;
    height: auto;
    margin-top: 10px;
    width: 315px;
}

.onwardjourneyDet {
    /*box-shadow: 0 0 2px 2px #cecece;*/
    float: left;
    height: auto;
    padding: 20px;
    width: auto;
    margin-bottom: 10px;
    border: 1px solid #522c51;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/*Calender Theme Changed Here */
/* .ui-widget-header {
    color: #222 !important;
} */

@media (max-width: 770px) {
    .imagesize {
        width: 140px;
        position: absolute;
        top: 0px;
        left: 35px;
        border-radius: 5px;
    }
}

/*.ui-widget-header .ui-state-focus {	
    background: #0065CD !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{	
    background: #0065CD !important;
}
Calender Theme style changes ENd*/
.logoDesign {
    text-align: center;
    padding: 11px;
    font-size: 32px;
    text-transform: uppercase;
    color: #00dcff;
}

.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 15px;

}

.navbar-default .navbar-nav>li>a {
    color: white !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ff6657 !important;
}

.btn-success {
    background-color: #422340 !important;
    border-color: #422340 !important;
}

.btn-success:hover {
    background-color: #f42a02 !important;
    border-color: #422340 !important;
}

.bus-check {
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0px 0px 20px;
    background: #422340;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 20px 10px;
    text-align: center;
}

.bus-check:after {
    background: #422340 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f046";
    font-family: FontAwesome;
    left: 45%;
    padding: 10px;
    position: absolute;
    top: 60%;
}

.quick-search {
    padding: 0px 15px 30px 15px !important;
    background: rgba(70, 70, 70, 0.61) !important;
}

a {
    color: #422340;
}

#footer {
    background: #ffffff !important;
    padding: 0px !important;
}

.form-control1 {
    font-weight: bolder;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.col-md-5 {
    width: 36% !important;
}

#service h2 {
    margin-bottom: 21px !important;
}

/*Calender Theme style changes ENd*/
.imageslide {
    width: 100%;

    height: 450px;

    margin: 0 auto;

    margin-bottom: 20px;

    overflow: hidden;

    position: relative;

    text-align: center;

    border-radius: 8px;

}

.slider-content {

    position: absolute;

    width: 100%;

    height: 400px;
}

.animate-enter,
.animate-leave {

    -webkit-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    -moz-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    -ms-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    -o-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

    transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;

}

.animate-enter {
    left: 100%;
}

.animate-enter.animate-enter-active {
    left: 0;
}

.animate-leave {
    left: 0;
}

.animate-leave.animate-leave-active {

    margin-left: -100%;

}

#service {
    width: 100%;
    padding: 6px 0 !important;
}

.arrow {
    cursor: pointer;
    display: block;
    height: 64px;
    margin-top: -35px;
    outline: medium none;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 5;
}

.arrow.prev {
    background-image: url("../images/prev.png");
    left: 20px;
    opacity: 0.2;
    transition: all 0.2s linear 0s;
}

.arrow.next {
    background-image: url("../images/next.png");
    opacity: 0.2;
    right: 20px;
    transition: all 0.2s linear 0s;
}

.arrow.prev:hover {
    opacity: 1;
}

.arrow.next:hover {
    opacity: 1;
}

/* .nav {
    bottom: -4px;
    display: block;
    height: 48px;
    left: 0;
    margin: 0 auto;
    padding: 1em 0 0.8em;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
} */

.nav li {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.nav li.active {
    border: 5px solid #FFFFFF;
}

.nav li img {
    width: 100%;
}

.modifysearchamr {
    border-radius: 2px;
    height: auto;
    padding: 9px 8px;
    float: right;
    background: #422340;
    cursor: pointer;
    color: #e7e7e7 !important;
    font-weight: bold
}

.busListamr {
    /*margin-top:83px !important;*/
}

.searchTop {
    background: #ffffff !important;
}

#myFooter {
    background: #c66fa1;
    color: white;
    border: 1px solid #afafaf;
}

#myFooter .footer-copyright {
    background-color: #66416c;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;

}

#myFooter h5 {
    font-size: 18px;
    color: #0181a1;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a {
    color: white;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #00000000;
}

#myFooter .myCols {
    text-align: start;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 38px;
}

#myFooter .social-networks a {
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #0181a1;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;

}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #d34836;
}

#myFooter .twitter:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

.service-icon {
    background-color: #fff;
    color: #1d809f;
    height: 7rem;
    width: 7rem;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1)
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #1bc1a3;
}


#wrapper {
    width: 600px;
    height: 400px;
    position: relative;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#slider-wrap {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 600px;
    height: 400px;
}

#slider-wrap ul#slider li>div {
    position: absolute;
    top: 20px;
    left: 35px;
}

#slider-wrap ul#slider li>div h3 {
    font-size: 36px;
    text-transform: uppercase;
}

#slider-wrap ul#slider li>div span {
    font-size: 21px;
}

#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px;
}

.fa {
    line-height: unset !important;
}

/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;


    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.3);
}

#next {
    background-color: #00B7C3;
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    background-color: #00B7C3;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    color: black;
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}


/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;


}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}




/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

/* Side-Bar Widget Navigation. Note: if you added new element in sidebar need to add top for that element */
#Sidenav {
    position: relative;
    z-index: 3;
}

#Sidenav a {
    position: fixed;
    left: -175px;
    background-color: #e6028d;
    transition: 0.3s;
    padding: 10px;
    width: 220px;
    text-align: center;
    border: 2px solid #e6028d;
    text-decoration: none;
    font-size: 14px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#Sidenav a:hover {
    left: 0px;
    width: 180px;
    color: white !important;
    background-color: #422340;
}

#nav1 {
    top: 40%;
}

#nav2 {
    top: 47.5%;
}

#nav3 {
    top: 55%;
}

#nav4 {
    top: 32.5%;
}

#nav5 {
    top: 25%;
}

#newi {
    margin: 4px;
    float: right;
    position: relative;
    font-size: 18px;
}

#nav-text {
    position: relative;
    vertical-align: middle;
    font-size: 14px;
}

.cocolor {
    color: #f42805;
}

.nav>li>a {
    padding: 10px 15px !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-weight: 500;
    text-shadow: none !important;
}

/*BacktoTop*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

#myBtn:hover {
    background-color: white;
}

.hova a:hover {
    color: black !important;
}

.well {
    min-height: 20px;
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.parent {
    width: 100%;
    margin: 20px;
    height: 240px;
    border: 2px solid #325ac5;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    width: 88%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.varticals a {
    display: none;
    font-size: 20px;
    color: white !important;
    text-align: center;
    margin: auto;
    position: relative;
    top: 100px;
    height: 40px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #fc2802;
    padding: 10px;
}

.par {
    position: absolute;
    top: 185px;
    padding: 13px;
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    width: 100%;
}

.parent:hover a,
.parent:focus a {
    display: block;
    color: white;
    z-index: 10000;
}

.bg-three {
    background-image: url(../images/holiday.jpg);
    background-size: 100% 100%;
    width: 360px;
}

.bg-two {
    background-image: url(../images/charter.jpg);
    background-size: 100% 100%;
    width: 360px;
}

.bg-one {
    background-image: url(../images/car.jpg);
    background-size: 100% 100%;
    width: 360px;
}

.child:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    opacity: 0.5;
}

/*.nav>li>a:hover{text-decoration:none;background-color:white!important;color:#0181a1 !important;background:url(../images/arasu_letters.png) no-repeat;
    height: 75px;
    margin-top: -18px;
    background-position: 23px -9px;
	border-right: 2px solid #2d758e;
    border-left: 2px solid #2d758e;

}*/
.nav>li>a:hover {
    text-decoration: none;
    color: #0181a1 !important;
    /* background: url(../images/arasu_letters.png) no-repeat; */
    /* height: 75px; */
    /* margin-top: -18px; */
    background-position: 23px -9px;
    /* border-right: 2px solid #2d758e; */
    /* border-left: 2px solid #2d758e; */
}

.carEnquiryamr {
    margin-top: 100px !important;
    box-shadow: none !important;
}

.outLocalStationamr {
    width: 1119px !important;
}

.outstationamr {
    width: 560px !important;
}

.localstationamr {
    width: 557px !important;
}

.canenquiryleftamr {
    width: 85% !important;
}

.carenquiryamr {
    width: 200px !important;
}

.inputcarenquiryamr {
    width: 260px !important;
    height: 30px !important;
}

.vehiclecarenquiryamr {
    border: 1px solid #2a7197 !important;
}

.ourser h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 53px;
    height: 3px;
    background: #fc2802;
    left: 50%;
    margin-left: -38px;
    margin-top: 5px;
}

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #422340;
    }

    100% {
        color: white;
    }
}

.calenderdate::before {
    content: "\f073";
    color: #000000;
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 32px;
    padding: 11px 4px;
}

.navbar .nav li {

    width: 125px;
}

.bgheader::after {
    border-top: 40px solid #c09b49;
    border-left: 25px solid transparent;
    content: "";
    height: 39px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 82%;
    z-index: -8;
}

#section-3 {
    background: rgba(1, 129, 161, 0.85);
    padding: .5% 0 4% 0;
}

.fp-table {
    display: table;
    table-layout: fixed;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#gallery-imgs {
    margin: 0;
}

#gallery-imgs .hovereffect {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    width: 100%;
}

#gallery-imgs .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
    border: 1px solid #fff;
}

#gallery-imgs .hovereffect:hover img {
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.underline h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 4px;
    background: #fc2802;
    left: 48%;
    margin-left: -38px;
    margin-top: 5px;
}

.feaarea {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}


.blockquote-reverse,
blockquote {
    position: relative;
    left: 45px;
}

.blockquote-reverse,
blockquote {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-3b .hi-icon {
    color: #fff;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon-effect-3b .hi-icon:hover {
    background-color: #fff;
    border: 3px solid #2d6b1e;
}

.service-icon-1 {
    margin-top: 21px;
    width: 61%;
}

.shape-1 {
    position: absolute;
    top: 77px;
    right: 186px;
    transform: rotate(15deg);
}

.bubble {
    position: relative;
    bottom: 45px;
    left: 97px;
    width: 217px;
    height: 217px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 110px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #fff;
    -moz-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    z-index: 10;
}

.service-1 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 44px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    right: -29px;
    border-style: solid;
    border-width: 22px 0px 23px 24px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

.bubble-2 {
    top: 74px;
    left: 43px;
}

.service-item-2 {
    position: relative;
    left: 37px;
    bottom: 3px;
}

.service-icon-2 {
    margin-top: 18px;
    width: 44%;
}

.shape-2 {
    position: absolute;
    bottom: 0px;
    left: 13px;
    transform: rotate(112deg);
}

.service-2 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 6px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    left: -28px;
    border-style: solid;
    border-width: 23px 24px 23px 0px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

blockquote p {
    font-size: 15px;
    color: #fff;
}

.service-logo {
    position: absolute;
    left: 48.5%;
    top: 46%;
    width: 7%;
    cursor: pointer;
    background: white;
    border-radius: 50% !important;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.block-3 {
    padding-top: 169px;
}

.service-item-3 {
    position: relative;
    top: 152px;
    right: 3px;
}

.service-icon-3 {
    margin-top: 21px;
    width: 54%;
}

.shape-3 {
    position: absolute;
    top: 2px;
    right: 168px;
    transform: rotate(111deg);
}

.bubble-3 {
    bottom: 140px;
}

.service-3 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 44px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    right: -29px;
    border-style: solid;
    border-width: 22px 0px 23px 24px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

.bubble-4 {
    bottom: 23px;
    left: 51px;
}

.service-2 {
    font-size: 33px;
    position: relative;
    top: 60px;
    left: 6px;
    text-transform: capitalize;
    color: #2794af;
    font-weight: bold;
}

.bubble-4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    left: -28px;
    border-style: solid;
    border-width: 23px 24px 23px 0px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1;
}

.service-item-4 {
    position: relative;
    top: 157px;
    right: -35px;
}

.service-icon-4 {
    margin-top: 24px;
    width: 52%;
}

.shape-4 {
    position: absolute;
    bottom: 86px;
    transform: rotate(22deg);
    left: 20px;
}

.feature {
    z-index: 100;
}

.service-image {
    position: absolute;
    top: 12%;
    left: 26%;
    z-index: 0;
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);

    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.head-title h3 {
    font-family: "Nature Beauty Personal Use";
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 45px;
    color: #fff;
    text-transform: capitalize;
}

.head-title .subtitle {
    font-size: 16px;
    width: 50%;
    padding: 7px 0px 14px 0;
    width: 44%;
    margin: 0 auto;
    color: #fff;
}

.service-section .container-fluid {
    position: relative;
    right: 20px;
}

.bubble:hover {
    cursor: pointer;
    border: 3px solid #2d6b1e;
}


.head-title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 83px;
    height: 4px;
    background: #fc2802;
    left: 46%;
    margin-left: -38px;
    margin-top: 5px;
}

.about-content h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 4px;
    background: #fc2802;
    left: 14%;
    margin-left: -38px;
    margin-top: 5px;
}

/* feedback starts here */
.action-button-submit {
    background: #0181a1;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    padding: 4px 20px;
    height: 35px;
    width: 110px;
}

.action-button-reset {
    background: red;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    padding: 4px 20px;
    height: 35px;
    width: 110px;
}

.action-button-submit:hover {
    background-color: #226dbf;
}

#error {
    color: #FF0000;
}

td#tabledata {
    height: 45;
}

#formbody {
    font-weight: 400;
    background: #fff !important;
    margin: 0;
    color: #333;
    line-height: 1.42857143;
}

td#status {
    height: 35;
}

.new-design-inner {
    width: 70%;
    padding: 8% 5% 0% 4%;
    min-height: 300px;
    background: #fff;
    margin: 85px auto 4em;
    box-shadow: 1px 1px 10px 3px rgba(53, 53, 53, 0.61);
    position: relative;
    display: block;
    box-sizing: content-box;
    padding-top: 7%;
    display: flex;
}

user agent stylesheet div {
    display: block;
}

#canvas {
    background-color: white;
    clear: both;
    margin: 0 auto 0;
    min-height: 750px;
    text-align: left;
    width: 100%;
}

.new-design-inner:before {
    background-color: #0181a1;
    color: #fff;
    width: 114px;
    height: 114px;
    border-radius: 0;
    float: none;
    text-align: center;
    font-size: 5.5em;
    line-height: 1.6em;
    content: "";
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -57px;
    border-radius: 15px;
}

.feed_back_tic:after {
    background-position: left -61.4em top;
    width: 75px;
    height: 85px;
    top: -34px;
}

.new-design-inner:after {
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -37px;
    background-image: url(../images/feedbacklogo.png);
    background-repeat: no-repeat;
}

#box_header {
    border: 0;
    background-color: #0181a1;
    text-align: center;
    padding: 0;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    color: #fff;
}

.welcometitle {
    font-family: Comic Sans MS;
}

.error {
    color: red;
}

.Input {
    height: 25px;
    width: 177px;
    font-size: 12pt;
    font-family: times new roman;
}

#empty-space {
    padding-top: 100px;
}

#submit-status {
    color: #a94442;
    border-color: #ebccd1;
    padding: 15px;
    border-radius: 4px;
}

.headerbodyF {
    min-height: 950px !important;
}

.feed_back_ticR:after {
    background-position: left -56.6em top;
    width: 75px;
    height: 85px;
    top: -34px;
}

/*feedback ends here*/
.locationimage::before {
    content: "\f041";
    color: #000000;
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 32px;
    padding: 11px 4px;
}

.content-area {
    background: url(../images/features-bg.png) no-repeat;
    background-position: 0px 115px;
    position: relative;
    background-size: 100%;
}

.bout-content>.container {
    width: 1113px;
}

.about-image {
    padding-top: 2em;
}

.about-text-area {
    padding-top: 0em;
}

.about-content h1 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
}

.about-content h2 {
    color: #083553;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to right, #b53aad 38%, #ed1c25 63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--heading-font);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.about-content p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 1.5;
    padding-top: 1em;
}

.ab1 {
    left: 5em;
}

.ab3 {
    position: absolute;
    top: 4em;
    padding-right: 0;
    right: 18.5em;
}

.ab4 {
    position: relative;
    top: -11.5em;
    padding: 0;
    left: 20em;
}

.ab5 {
    position: absolute !important;
    top: 23.5em;
    padding: 0;
    left: -31em;
}

.ab6 {
    position: absolute !important;
    top: 24.5em;
    padding: 0;
    left: -12em;
}

.ab7 {
    position: absolute !important;
    top: 27.5em;
    padding: 0;
    left: 3em;
}

.imgborder {
    border: 5px solid #ff2c2c;
    border-radius: 5px;
}

/******************************amenities******************************/
.list-amenities {
    background: #fff;
    height: 766px;
    background: url(../images/amenities-img.png) no-repeat center;
}

.amenities h1 {
    color: #083553;
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to right, #b53aad 38%, #ed1c25 63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--heading-font);
}

.amenities .list-amenities p {
    color: #fff;
}

.list-amenities1 {
    top: 5em;
    position: relative;
}

.list-amenities2 {
    top: 17em;
    position: relative;
}

.list-amenities1 p,
.list-amenities2 p {
    font-size: 25px;
    position: relative;
    font-weight: bold;
    line-height: 1.1;
    padding-top: 0.5em;
}

.a1 {
    right: 1.5em;
    position: relative;
}

.a5 {
    left: 2.5em;
    position: relative;
    top: 0em;
}

.a2 {
    left: 5em;
    position: relative;
}

.a4 {
    right: 6em;
    position: relative;
}

.hoverbtn {
    padding: 10px 42px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #ca1616;
    border: none;
}

.book-inner h3 {
    color: #fff;
    float: left;
    margin: 18px 0px 15px;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.book-inner .applink {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle !important;
    color: #fff;
    padding-top: 6px;
}

.book-inner {
    border-radius: 0;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
    /* padding: 0px 0 20px; */
    position: relative;
    background: #4c4c4c;
}

.book {
    width: 100%;
    position: relative;
    /* margin: 40px 0; */
}

.book-div {
    float: left;
    width: 100%;
    position: relative;
    background: #4c4c4c;
    bottom: 0px;
}

.book-inner form {
    padding: 0 30px;
}

.new-symbol {
    color: #fff;
    position: absolute;
    top: 4px;
    transform: rotate(-20deg);
    animation: blink 1s steps(2, start) infinite;
    background-color: #ea2330;
    padding: 1px 6px;
    border-radius: 50%;
    z-index: 1;
    right: 422px;
}

@keyframes blink {
    0% {
        color: #422340;
    }

    100% {
        color: white;
    }
}


/*==========
  Styles Switcher
============*/

#color_switcher_preview h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#color_switcher_preview {
    background: #f9f9f9;
    width: 210px;
    position: fixed;
    top: 200px;
    z-index: 999;
    right: -210px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0px 15px;
}

#color_switcher_preview ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}


/* #color_switcher_preview div {
    padding: 6px 18px;
} */

#color_switcher_preview h2 {
    background: #323232;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
}

#color_switcher_preview h2 a {
    background-color: #323232;
    display: block;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    border-radius: 25px 0 0 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#color_switcher_preview h2 a i {
    position: relative;
    top: 0px;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    margin: 6px 3px 0 3px;
}

.colors li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    color: #1b1d21;
}

.colors li a:hover {
    background-color: var(--primarycolors);
    color: white;
}

div.layout-style {
    padding: 0 !important;
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 25px 0px;
    background-color: #505050;
    border: 0;
    min-height: auto;
}

@media only screen and (max-width: 767px) {
    #color_switcher_preview {
        display: none;
    }
}

/* ===================
Date picker css 
====================== */
.ui-datepicker {
    z-index: 50 !important;
    font-family: "Crimson Pro", serif;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none;
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 500;
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: url(../images/prev.png);
    left: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-datepicker-next:after {
    content: url(../images/next.png);
    right: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-widget-header {
    background: var(--primarycolors);
    color: white;
    border: none;
    border-radius: 8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 8px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #013f7e88;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--primarycolors);
    color: white;
}


.swap-image {
    transform: rotate(0deg);
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.swap-image.swapani {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.category-item {
    position: relative;
    color: var(--primarycolors);
    border: 2px solid var(--primarycolors);
    padding: 10px 5px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.category-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid var(--primarycolors);
    border-right: 20px solid transparent;
    top: 0px;
    left: 0px;
}

.category-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.aboutus-section p {
    line-height: 2;
    font-size: 16px;
    text-align: center;
}

.swap {
    position: relative;
}

.swap-image {
    position: absolute;
    padding: 11px;
    right: 49px;
    top: -12px;
    background-color: var(--primarycolors);
    z-index: 1;
    color: white;
}

.swap img {
    position: initial;
}

@media (max-width: 992px) {
    .swap-image {
        transform: rotate(90deg);
    }

}

@media (min-width: 992px) {

    .swap-image {
        position: initial;
        margin-bottom: 5px;
    }
}

body {
    overflow-x: hidden;
    font-family: "Crimson Pro", serif;
}

header {
    background-color: #fff;
}

:root {
    --head-fontfamily: "Crimson Pro", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-fontfamily);
}

.home-img {
    fill: var(--secondarycolors);
}

.Findbusdesign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

/* Navbar */
.header-top-area {
    max-width: 1835px;
    margin: 0 auto;
    background: #f4f1ea;
    border-radius: 0 0 20px 20px;
    padding: 9px 0;
}

.header-top-call {
    font-size: 15px;
    color: var(--secondarycolors);
    font-weight: 600;
}

ul {
    margin: 0px;
    padding: 0px;
}

.head-text {
    color: #000000;
    line-height: 1.7;
    font-weight: 800;
    font-size: 40px;
}
/*
.logo {
    height: 60px;
}
*/
.content-text {
    color: #000000;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.7;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--primarycolors);
}

.subtitle-content {
    color: #636363;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.7;
    text-align: justify;
}

.sub-head {
    font-size: 35px;
    font-weight: 700;
}

.operator-text {
    color: var(--primarycolors);
}

.wave-img {
    max-width: 100%;
}

.header-top-left ul li {
    font-size: 14px;
    color: var(--secondarycolors);
    list-style: none;
    font-weight: 600;
}

.header-top-social .follow {
    font-size: 14px;
    color: var(--secondarycolors);
    font-weight: 600;
}

.header-top-right ul li {
    list-style: none;
    color: #000;
}

.header-top-social li+li {
    margin-left: 15px;
}

.header-top-left ul li:last-child {
    margin-right: 0;
}

.header-top-social li a {
    color: var(--secondarycolors);
    font-size: 12px;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-collapse {
    justify-content: center;
}

.navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 800;
    color: var(--secondarycolors);
    font-family: var(--head-fontfamily);
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    text-wrap: nowrap;
    text-align: center;
}

/* Active Link */
.navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
}

/* Active state background */
.navbar-nav .nav-item.active .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 35px;
    width: 100%;
    top: 7px;
    background: var(--primarycolors);
    /* Different color for active */
    border-radius: 10px 10px 20px 20px;
    box-shadow: 0px 5px 12px rgba(71, 51, 127, 0.11);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transition: all 0.3s ease-out;
    z-index: -1;
    opacity: 1;
}

/* Hover state */
.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

/* Hover state background */
.navbar-nav .nav-item .nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 35px;
    width: 100%;
    top: 7px;
    background: var(--secondarycolors);
    border-radius: 10px 10px 20px 20px;
    box-shadow: 0px 5px 12px rgba(71, 51, 127, 0.11);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transition: all 0.3s ease-out;
    z-index: -1;
    opacity: 1;
}

/* Destination */
/* Datepicker */
.datepicker {
    background-color: #fff;
    border: 1px solid #c0a4a4;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    height: 40px;
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
    font-size: 20px;
    background-color: var(--primarycolors);
    color: #ffffff;
}

.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    font-weight: 600;
}

.datepicker-panel>ul>li.highlighted {
    background-color: var(--primarycolors);
    color: #000000 !important;
    border-radius: 10px;
}

/* Select2 */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #fff;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 37px;
    font-weight: 600;
    text-align: center;
}

.select2-container {
    width: 100% !important;
    z-index: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primarycolors);
    color: white;
}

.findbus::before {
    content: '';
    top: 0;
    left: 56%;
    position: absolute;
    width: 100px;
    height: 100%;
    clip-path: polygon(100% 0px, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
    background-color: var(--primarycolors);
}

@media (max-width: 992px) {
    .findbus::before {
        display: none;
    }
}

@media (max-width: 1400px) {
    .findbus::before {
        left: 49%;
    }
}

@media (max-width: 1200px) {
    .findbus::before {
        left: 38%;
    }
}

.first-col {
    background-color: var(--secondarycolors);
    color: #fff;
    border-radius: 20px 0px 0px 20px;
}

.last-col {
    background-color: var(--secondarycolors);
    color: #fff;
    border-radius: 0px 20px 20px 0px;
}

.sou-dest {
    background-color: var(--primarycolors);
    color: #fff;
    border-right: 3px solid var(--primarycolors);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .source-dest {
        flex-wrap: wrap;
        background-color: var(--secondarycolors);
        padding: 20px;
        border-radius: 20px;
    }

    .first-col,
    .last-col,
    .sou-dest {
        /* padding: 20px; */
        text-align: center;
        background-color: transparent;
    }
}

@media (max-width: 768px) {

    .first-col,
    .last-col {
        border-radius: 10px;
        padding: 15px;
    }

    .sou-dest {
        padding: 15px;
        border-right: none;
    }

    .searchbtn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .findbus {
        font-size: 18px;
    }

    .searchbtn {
        font-size: 14px;
        padding: 8px;
    }
}



.dropdown {
    border: 1px solid #c0a4a4;
    background-color: var(--primarycolors);
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}


#returnDate::placeholder {
    color: #000;
    opacity: 1;
}

.searchbtn {
    background-color: var(--primarycolors);
    color: #fff;
}

.searchbtn:hover {
    background-color: var(--primarycolors);
    color: #fff;
}

.find-wrap .other-find {
    margin: auto;
}

.find-wrap .find-category ul::before {
    content: "";
    position: absolute;
    left: -83px;
    top: 0px;
    width: 85px;
    height: 100%;
    clip-path: polygon(100% 0px, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
    z-index: 1;
    background: var(--primarycolors);
}

.dest-about {
    background-image: url(../images/welcome_counter_bg.jpg);
}

.form-select:focus {
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}

#fromDropdown {
    height: 50px;
    /* Adjust the height as needed */
    font-size: 16px;
    /* Optional: Increase font size for better visibility */
}


#searchDate:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #c0a4a4;
}

#returnDate:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #c0a4a4;
}

/* aboutus */
.about-bus {
    max-width: 100%;
}

.jourtext {
    color: var(--primarycolors);
}

.endroad {
    max-width: 100%;
    margin-bottom: -3px;
}

.about-content {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--head-fontfamily);
}

.about-amenities {
    padding: 30px 20px;
    background: linear-gradient(#fff 50%, transparent);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px;
}

.image-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.image-wrapper {
    display: flex;
    animation: moveRight 10s linear infinite;
}

.moving-image {
    width: 100%;
    flex-shrink: 0;
}

@keyframes moveRight {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.busimg {
    bottom: -6px;
    left: 6%;
    max-width: 100%;
    z-index: 1;
}

/* Amenities */
.amenity-icon {
    display: inline-block;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px #d9d9d9;
    border-radius: 50%;
    padding: 30px;
    margin: 10px 0;
}

.amenity-inner h4 {
    background-color: #f0edfb;
    border-radius: 40px;
    padding: 20px 40px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    width: 60%;
    margin-left: -20px;
}

.amenity-inner h4:hover {
    background-color: var(--primarycolors);
    color: #fff;
}

.amenity-inner img {
    transition: 1s ease-in;
}

.amenity-inner:hover img {
    transform: scaleX(-1);
    transition: 1s ease-in;
}

/* FrameBus */
.framebus-text {
    font-size: 27px;
    font-weight: 800;
    color: #000;
}

.busframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Mobile App */
.mobile-text {
    color: var(--primarycolors);
}

.icn-text {
    background-color: var(--primarycolors);
    padding: 2px 0px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
}

.sub_ma_h {
    font-size: 25px;
    font-weight: 600;
}

.sub_des_n {
    color: #636363;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.7;
    text-align: justify;
    font-family: var(--head-fontfamily);
}

.framebus {
    max-width: 100%;
}

.app-test {
    background-image: url(../images/welcome_counter_bg1.png);
    background-position: center;
}

/* Features */
.feature-text {
    color: #636363;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.rounded-box {
    margin: auto;
    width: 150px;
    height: 150px;
    background-color: #ffff;
    clip-path: path('M74.9953 150V138.329C36.7937 138.329 0 113.199 0 75H11.6621C11.6621 36.8008 36.7937 0 74.9953 0V11.6709C113.197 11.6709 150 36.8008 150 75H138.338C138.338 113.199 113.197 150 74.9953 150Z');
}

.rounded-box:hover {
    background-color: #bdd1d7;
}

.feature-des:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 150px;
    background-color: var(--primarycolors);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    clip-path: path('M74.9953 150V138.329C36.7937 138.329 0 113.199 0 75H11.6621C11.6621 36.8008 36.7937 0 74.9953 0V11.6709C113.197 11.6709 150 36.8008 150 75H138.338C138.338 113.199 113.197 150 74.9953 150Z');
    animation: rotateInfinite 10s linear infinite;
}

@keyframes rotateInfinite {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.feature-des {
    position: relative;
    filter: drop-shadow(0px 7px 10px rgba(0, 0, 0, 0.3));
}

.feature-img {
    padding-top: 40px;
}

/* TestiMonial */
.testimonial {
    overflow-x: hidden;
}

.testbox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    text-align: left;
    border: 1px solid #f2f2f2;
    position: relative;
    height: 280px;
}

.test-img {
    right: 0;
    top: 0;
}

.testbox p {
    color: #636363;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.7;
    text-align: justify;
    font-family: var(--head-fontfamily);
    padding-top: 40px;
}

.testcontent {
    position: relative;
    z-index: 1;
}

.testmonial-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.carousel-prev-icon {
    background-color: var(--primarycolors);
    position: absolute;
    left: 40%;
    border-radius: 100%;
    padding: 10px;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    bottom: -70px;
}

.carousel-next-icon {
    background-color: var(--primarycolors);
    position: absolute;
    right: 40%;
    border-radius: 100%;
    padding: 10px;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    bottom: -70px;
}

.carousel-control-next-icon {
    width: 25px;
    height: 25px;
}

.carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}

.element2 {
    right: -132px;
    top: 134px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: unset;
}

/* Footer */
.footer {
    background-image: url(../images/welcome_counter_bg.jpg);
    background-position: center;
}

.end-wave {
    max-width: 100%;
    margin-bottom: -24px;
}

.footer {
    margin-bottom: -26px;
}

.footer-text {
    color: rgb(99, 99, 99);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.7;
    text-align: justify;
    font-family: var(--head-fontfamily);
}

.footer-icon {
    color: var(--primarycolors);
}

.footer-bar li {
    list-style: none;
}

.footer-bar a {
    text-decoration: none;
    color: rgb(99, 99, 99);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.7;
    text-align: justify;
    font-family: var(--head-fontfamily);
}

.copyright-text {
    background-color: var(--secondarycolors);
    color: #fff;
}

.copyright-text p {
    color: white;
}

.copyright-text a {
    text-decoration: none;
}

.copy-wave {
    fill: var(--secondarycolors);
    margin-bottom: -7px;
    max-width: 100%;
}

@media (max-width: 1330px) {
    .copy-wave {
        margin-bottom: -5px;
    }
}

@media (max-width: 1200px) {
    .copy-wave {
        margin-bottom: -6px;
    }
}

@media (max-width: 1000px) {
    .copy-wave {
        margin-bottom: -7px;
    }
}

@media (max-width: 768px) {
    .copy-wave {
        margin-bottom: -18px;
    }
}

/* Responsive Design */

@media (max-width: 768px) {
    .testbox {
        max-width: 100%;
        text-align: center;
        padding: 20px;
    }

    .testboxtop {
        flex-direction: column;
        text-align: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

    .carousel-prev-icon,
    .carousel-next-icon {
        font-size: 24px;
    }

    .carousel-prev-icon {
        padding: 5px;
    }

    .carousel-next-icon {
        padding: 5px;

    }

    .busimg {
        bottom: -4px !important;
    }

    .select2-container {
        padding: 0px 6px;
    }
}

@media (max-width: 1800px) {
    .header-top-area {
        max-width: 1550px;
    }
}





@media (max-width: 321px) {
    .header-top-call {
        font-size: 10px;
    }

    .header-top-social .follow {
        font-size: 10px;
    }

    .header-top-social li a {
        font-size: 10px;
    }
}

@media (max-width: 992px) {


    .busimg {
        left: 0%;
        bottom: -7px;
        width: 50%;
    }

    .carousel-prev-icon {
        left: 30%;
    }

    .carousel-next-icon {
        right: 30%;
    }
}

.footer-appdownload {
    padding: 10px;
    background-color: #dfdfdf8f;
    backdrop-filter: blur(2px);
    border-radius: 7px;
    border: 2px solid #ffffff;
}

.footer-appdownload img {
    width: 140px;
}

a:hover {
    text-decoration: unset;
}

.select2 .select2-results__option {
    font-size: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px !important;
    text-align: center !important;
}


.category-item {
    position: relative;
    color: var(--primarycolors);
    border: 2px solid var(--primarycolors);
    padding: 10px 5px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.category-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid var(--primarycolors);
    border-right: 20px solid transparent;
    top: 0px;
    left: 0px;
}

.category-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


/* backToTop */

#backToTop {
    position: fixed;
    bottom: 59px;
    right: 26px;
    z-index: 999;
    background-color: var(--primarycolors);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px;
    border: unset;
}

#backToTop i {
    font-size: 20px;
}

.swap-image {
    border: 1px solid #000;
    padding: 10px;
    background-color: #fff;
    color: #000000;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    z-index: 3;
    right: -18px;
}

@media (max-width: 992px) {
    .swap-image {
        top: 9px;
    }
}

@media (max-width: 575px) {
    .swap-image {
        top: 36px;
        right: 12%;
    }
}
