@import url(../fonts/Poppins.css);

@font-face {
    font-family: Signika;
    src: url(../fonts/signika.woff2);
    height: 100px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* hide arrows
 Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* @import url(../fonts/font-awesome.css); */

* {
    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: none;
}

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 {
    height: auto;
    margin: 0px auto;
    clear: left;
}

#logoMenuLine {
    width: 100%;
    height: 116px;
    float: left;
    clear: left;
}

#logo {
    width: 200px;
    height: 80px;
    margin-top: 20px;
    float: left;
    /*background:url(../images/poojaa_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: 230px;
    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;
    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: #607D8B;
    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{
    background-color:#fff;
    margin-top:15px;
    width:1090px;
    height:auto;
    font-size:14px;
    overflow:auto;
    padding-bottom:5px;
    #margin:0px auto;
    #background:url(../images/footerDesign.png) no-repeat;
    clear:left;
}*/

.footerPoweredBy {
    width: 1090px;
    height: auto;
    /*margin-top:25px;*/
    text-align: center;
    padding-bottom: 10px;
    float: left;
    clear: left;
}

.footerCopyright {
    width: 1090px;
    height: auto;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 20px;
    float: left;
    clear: left;
}

.footerMenu {
    width: 1090px;
    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: 35px;
    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;
}

button,
input,
select,
textarea {
    margin: 0px;
    font-size: 100%;
    /* vertical-align: middle; */
    font-size: 14px;
}

.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 */


/* Home Page Starts Here */

.pageMainContent {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    float: left;
    clear: left;
    text-align: center;
}

.passengerinfopageskb {
    margin-top: 0px !important;
    padding: 0px 205px 10px 200px !important;
    ;
}

.homeContentLeft {
    width: 560px;
    height: auto;
    padding-right: 30px;
    border-right: 1px solid #ddd;
    float: left;
}

.homeContentLeftHeading {
    width: 560px;
    height: auto;
    font-size: 28px;
    color: #002345;
    margin-bottom: 15px;
    float: left;
    clear: left;
}

.homeContentRight {
    width: 280px;
    height: auto;
    margin-left: 30px;
    float: left;
}

.homeContentRightHeading {
    width: 245px;
    height: 30px;
    font-size: 28px;
    padding-top: 12px;
    padding-left: 35px;
    background-position: -946px -15px;
    color: #002345;
    margin-bottom: 10px;
    float: left;
    clear: left;
}

.homeContentRightContent {
    width: 280px;
    height: auto;
    float: left;
    clear: left;
}

.homeHotRoutesList {
    width: 280px;
    height: auto;
    background-position: -953px -71px;
    float: left;
    clear: left;
}

.homeHotRoutesList a {
    width: 245px;
    height: auto;
    padding-left: 25px;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 17px !important;
    background-position: -953px -71px;
    color: #002345;
    margin-bottom: 5px;
    float: left;
    clear: left;
}

#homeSearchAd {
    width: 960px;
    height: 330px;
    padding: 20px 0px 20px 0px;
    margin-top: 25px;
    #background: url(../images/homeBannerBg.jpg) no-repeat;
    float: left;
    clear: left;
    #background-color: #B9B2B2;
}

#homeSearchWhole {
    width: 490px;
    height: auto;
    margin-left: 25px;
    float: left;
}

.homeSearchHead {
    width: 460px;
    height: auto;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2a7197;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    float: left;
    clear: left;
}

.searchRow {
    width: 490px;
    height: auto;
    float: left;
    clear: left;
}

.LB {
    float: left;
}

#homeSearchAdWhole {
    width: 415px;
    height: 330px;
    float: left;
}

#homeSearchAdSlider {
    width: 415px;
    height: 330px;
    float: left;
}

#homeSearchBg {
    width: 370px;
    height: 15px;
    background: url(../images/particles.png) no-repeat -507px -428px;
    float: left;
}

#homeQuickQueueLine {
    width: 960px;
    height: auto;
    margin-top: 20px;
    float: left;
    clear: left;
}

#homeQuickBlock {
    width: 730px;
    height: 200px;
    background: url(../images/homequickblockheadline.png) no-repeat 0px 95px;
    float: left;
}

#homeRoutesBlock {
    width: 230px;
    height: auto;
    padding-right: 20px;
    float: left;
}

#homeRoutesHead {
    width: 100%;
    height: 94px;
    background: url(../images/particles.png) no-repeat -5px -91px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

#homeRoutesBody {
    width: 188px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #c7e669;
    float: left;
    clear: left;
}

#homeSelectBlock {
    width: 220px;
    height: auto;
    padding-right: 20px;
    float: left;
}

#homeSelectHead {
    width: 100%;
    height: 94px;
    background: url(../images/particles.png) no-repeat -235px -91px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

#homeSelectBody {
    width: 178px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #c7e669;
    float: left;
    clear: left;
}

#homeSearchedBlock {
    width: 220px;
    height: auto;
    float: left;
}

#homeSearchedHead {
    width: 100%;
    height: 94px;
    background: url(../images/particles.png) no-repeat -455px -91px;
    text-indent: -10000px;
    float: left;
    clear: left;
}

#homeSearchedBody {
    width: 178px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #c7e669;
    float: left;
    clear: left;
}

.homeQuickBody {
    margin-top: 15px;
}

.homeQuickBody ul {
    list-style-type: none;
}

.homeQuickBody ul li {
    width: 100%;
    list-style-type: none;
    padding: 6px 0px;
    border-bottom: 1px solid #eee;
    float: left;
    clear: left;
}

.homeQuickBody ul li a {
    color: #555;
}

#homequeue {
    width: 230px;
    height: 306px;
    text-indent: -100000px;
    background: url(../images/particles.png) no-repeat -6px -190px;
    float: left;
}


/* Homepage banner starts here */

#slideboxContainer {
    width: 415px;
    height: 330px;
    position: relative;
    overflow: hidden;
    float: left;
}

#slidebox {
    width: 415px;
    height: 330px;
    z-index: 1;
    position: relative;
    float: left;
    clear: left;
}

.content {
    width: 415px;
    height: auto;
    float: left;
}


/* Homepage banner ends here */


/* Home Page Ends Here */

.basic-modal-content {
    display: none;
}

.box {
    min-height: 460px;
    margin: 0 auto;
    padding: 20px;
}


/* 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: 100%;
    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;
    padding: 10px;
    /*background:rgba(218, 66, 25, 0.16);*/
    float: left;
    clear: left;
    box-shadow: 0 0 2px 2px #cecece;
}

#searchResHeadLine {
    width: 940px;
    height: auto;
    float: left;
    clear: left;
    background: var(--primarycolors);
    border-radius: 3px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 14px;
    color: white;
}


/* 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;
    font-size: 14px;
    font-weight: bold;
}

.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: 80px;
    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;
}

.seatsoldout {
    background: #9E9A9A !important;
    font-size: 12px;
}

.hideSeatsBtn {
    width: 95px;
    height: auto;
    background: var(--primarycolors);
    padding: 7px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    color: #fff;
    float: left;
    text-decoration: none;
    -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);
}

.searchingSeatsBtn {
    width: 100px;
    height: auto;
    background: var(--primarycolors);
    padding: 7px;
    text-align: center;
    border: none;
    color: #fff;
    float: left;
    text-decoration: none;
    cursor: pointer;
    -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);
}


/* Search Res for Width Ends Here */

.searchResHeadRouteOrTravels {
    width: 165px;
    color: #393939;
    font-size: 14px;
    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;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.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;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.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;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.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;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat -545px 0px;
    text-indent:-10000px;*/
    float: left;
}

.searchResHeadFare {
    width: 88px;
    height: 44px;
    padding-left: 10px;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.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;
    margin-left: 5px;
    /*background:url(../images/search-res-table-heads.png) no-repeat;
    text-indent:-10000px;*/
    float: left;
}

.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;
    font-weight: bold;
}

.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: var(--primarycolors);
    float: left;
    clear: left;
    /*margin-top:50px;*/
}

#searchResOneWay {
    width: 32%;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
    font-weight: bold;
}

#searchResRoundTrip {
    width: 285px;
    margin-left: 5px;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
}

.searchRes-active-tab {
    height: 68px;
    margin-top: 2px;
    color: #fff;
    /*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;
}

#searchResDayOptions {
    width: 250px;
    height: auto;
    float: left;
    clear: left;
}

#searchResDayOptions a {
    color: #fff;
    text-decoration: underline;
}

#searchRedFilterLine {
    width: 960px;
    height: auto;
    padding: 10px 0px;
    float: left;
    clear: left;
    background: rgba(193, 198, 206, 0.46);
}

#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: #607D8B;
    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 */


/* 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 0 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: 220px;
    height: 35px;
    padding: 5px;
    border: 1px solid #2a7197;
}

.calendarInput {
    width: 225px;
    height: 40px;
    border: none;
    background-position: -483px -40px;
    cursor: pointer;
    padding: 6px;
}

#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: rgb(9, 107, 134);
    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(59, 179, 206, 0.6);
    float: left;
    clear: left;
}

#travelsDetFull100 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    clear: left;
}

#travelsDetContent {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

#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: 14px;
    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: #607D8B;
}

.passengerHeadline {
    margin-top: 14px;
    font-size: 14px;
    height: 25px;
    border-radius: 2px;
}

.seatno {
    padding: 5px;
    margin-left: 20px;
    font-weight: bold;
    color: #607D8B
}

.passinfo {
    height: auto !important;
    margin-top: 5px;
    min-height: 50px;
    min-height: 50px;
}

.passtxt {
    padding: 5px;
    width: 170px !important;
    border: 1px solid #607D8B;
    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;
    box-shadow: 0 0 2px 2px #096b86;
}

.mgt20 {
    margin-top: 0px !important;
}

.cno {
    width: 42px !important;
    height: 12px;
    padding: 7px;
    border: 1px solid #607D8B;
    border-radius: 2px;
}

.clr {
    clear: both;
    /*background:rgba(218, 66, 25, 0.16);*/
}

.crdlel {
    width: 145px;
    padding: 5px;
    margin-left: 5px;
}

.border {
    border: 1px solid #607D8B;
    border-radius: 2px;
}

.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;
}

.button {
    background: var(--primarycolors) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 1px 1px 3px 0 rgba(8, 34, 0, 1);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 35px;
    margin: 5px;
    padding: 5px;
    width: 120px;
    font-weight: bold;
}

#bpointHolder {
    width: 85%;
    margin: 0 auto;
}

.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: #607D8B;
}

.pd20 {
    padding: 20px;
}


/*contact us page design ends*/

.frmErr {
    border-color: red;
}

.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: 550px;
    height: 50px;
}


/*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;
}

.PassegerpanelRight {
    float: right;
    height: auto;
    margin-top: 10px;
    width: 335px;
}

.onwardjourneyDet {
    box-shadow: 0 0 2px 2px #096b86;
    float: left;
    height: auto;
    padding: 20px;
    #width: 220px;
    margin-bottom: 10px;
}

.CustCare {
    margin-left: 10px;
    color: #6F7D80;
    font-size: 14px;
}

.CustCare p {
    margin-left: 15px;
}

.CustCareNO {
    margin-right: 45px;
    float: right;
}


/*Wallet related design changes started*/

.wallet_container {
    width: 670px;
    height: 420px;
    padding: 15px;
}

.wallet_top {
    width: 250px;
    height: 250px;
    background: url(../images/wallet.png) no-repeat;
    position: absolute;
    float: left;
}

.LoginWalletBtn {
    margin: auto;
    background-color: #2A7197 !important;
    margin-top: 15px;
    width: 240px;
    min-height: 36px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.WltLogin {
    clear: both;
    width: 345px;
    height: 250px;
    float: right;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.LoginDiv {
    margin-top: 10px;
    line-height: 15px;
    text-align: center;
    min-height: 35px;
}

.LoginInput {
    padding: 5px;
    border: 1px solid #7099BC;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 22px;
    margin: 5px;
    width: 225px;
}

.LoginInput:hover {
    border: 1px solid #666;
}


/*Wallet related design changes end*/

header.carousel {
    height: 70%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Responsive Styles */

@media(max-width:991px) {

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    color: #CCCCCC;
    margin-right: 10px;
}

@media (max-width: 800px) {
    #Bus_slider {
        display: none !important;
    }
}

@media (max-width: 800px) {
    #Bootstrap_footer {
        display: none !important;
    }
}


/*Calender Theme Changed Here*/

.ui-widget-header {
    background: var(--primarycolors) !important;
    color: rgb(255, 255, 255) !important;
}


.ui-widget-header .ui-state-focus {
    background: #ffffff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--primarycolors) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #222946b7;
    color: white;
    border: 1px solid #222946;
}

/*Calender Theme style changes ENd*/

.imageslide {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.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%;
}

.fromTo {
    padding-top: 10px;
    padding-right: 2px !important;
    padding-left: 0px !important;
}

@media (max-width:1000px) {
    .hideimage {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .imagesize {
        margin-top: 90px !important;
    }
}

@media (max-width: 1000px) {
    .imageTop {
        margin-top: 56px !important;
    }
}

@media (max-width: 1000px) {
    .searchTop {
        margin-top: 200px !important;
    }
}

@media (max-width: 1000px) {
    .passengerTop {
        margin-top: 230px !important;
    }
}

.boardingpointselectSSS {
    width: 96%;
    height: 25px;
}


/* Side-Bar Widget Navigation. Note: if you added new element in sidebar need to add top for that element */

#Sidenav {
    position: relative;
    z-index: 300000;
}

#Sidenav a {
    position: fixed;
    right: -155px;
    background-color: var(--primarycolors);
    transition: 0.3s;
    padding: 10px;
    width: 200px;
    border: 1px solid white;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
}

#Sidenav a:hover {
    right: 0px;
    width: 180px;
    background-color: #333;
}

#nav1 {
    top: 40%;
}

#nav2 {
    top: 47.5%;
}

#nav3 {
    top: 55%;
}

#nav4 {
    top: 32.5%;
}

#nav5 {
    top: 24.9%;
}

#newi {
    padding-right: 15px;
    position: relative;
    display: table-cell;
    width: 45px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

#nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: end;
}


/*
#nav-text:hover {
    color:#86007a;
} */


/*Footer style */

#footer {
    background: rgba(59, 179, 206, 0.72) url(../images/skb_footer_bg.png) repeat-x top -90px center;
    float: left;
    width: 100%;
}

#footer p {
    color: rgb(17, 17, 48);
    font-size: 14px;
}

#footer p a {
    color: rgb(17, 17, 48);
}

#footer p a:hover,
#footer p a:active,
#footer p a:focus {
    color: rgb(17, 17, 48) !important;
}

#footer .fh5co-footer-link {
    padding-bottom: 30px;
}

#footer .fh5co-footer-link h3 {
    color: #000000;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 25px;
}

#footer .fh5co-footer-link li,
#footer .fh5co-footer-link ul {
    padding: 0;
    margin: 0;
}

#footer .fh5co-footer-link li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.3;
}

#footer .fh5co-footer-link li a {
    font-size: 15px;
    color: rgb(17, 17, 48);
}

#footer .fh5co-footer-link li a:hover,
#footer .fh5co-footer-link li a:active,
#footer .fh5co-footer-link li a:focus {
    color: #096b86 !important;
}

.row-bottom-padded-md {
    border-bottom: 1px solid #096b86;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.fh5co-social-icons i {
    font-size: 30px;
}

.fh5co-social-icons a {
    padding: 5px;
}


/*Feature Box */

#fh5co-our-services {
    padding: 2em 0;
}

@media screen and (max-width: 480px) {
    #fh5co-our-services {
        padding: 5em 0;
    }
}

#fh5co-our-services,
#fh5co-press {
    background: #f4f4f4;
}

#fh5co-our-services .box {
    padding: 30px;
    background: #fff;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 70px;
    position: relative;
}

@media screen and (max-width: 992px) {
    #fh5co-our-services .box {
        min-height: inherit;
        margin-bottom: 60px;
    }
}

#fh5co-our-services .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
}

#fh5co-our-services .box .icon>span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-our-services .box .icon>span i {
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

#fh5co-our-services .box .icon.colored-1 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-2 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-3 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-4 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-5 {
    background: #1655c7;
}

#fh5co-our-services .box .icon.colored-6 {
    background: #1655c7;
}

#fh5co-our-services .box .step-number {
    font-size: 14px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

#fh5co-our-services .box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.section-heading {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}

.section-heading h2 {
    font-size: 35px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #6173f4;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
}

@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.section-heading h2 {
    color: #053386;
}

.section-heading h2:after {
    background: rgba(255, 255, 255, 0.2);
}

.section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.5);
}

.check {
    min-height: 0px !important;
}


/* comments */

#fh5co-testimonials {
    padding: 3em 0;
}

@media screen and (max-width: 480px) {
    #fh5co-testimonials {
        padding: 5em 0;
    }
}

#fh5co-testimonials {
    background: #096b86;
}

#fh5co-testimonials .section-heading h2 {
    color: white;
}

#fh5co-testimonials .section-heading h2:after {
    background: rgba(255, 255, 255, 0.2);
}

#fh5co-testimonials .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony a:hover,
#fh5co-testimonials .box-testimony a:focus,
#fh5co-testimonials .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-testimonials .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 15px solid black;
    border-top-color: #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#fh5co-testimonials .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #053387;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonials .box-testimony blockquote .quote>span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-testimonials .box-testimony blockquote p {
    font-style: italic;
}

#fh5co-testimonials .box-testimony .author {
    line-height: 20px;
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

#fh5co-testimonials .box-testimony .author .subtext {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}


/* tabs */

#gtco-services {
    padding: 2em 0;
    clear: both;
}

@media screen and (max-width: 768px) {
    #gtco-services {
        padding: 3em 0;
    }
}

.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-cover>.gtco-container {
    position: relative;
    z-index: 10;
}

.gtco-heading {
    margin-bottom: 5em;
}

.gtco-heading.gtco-heading-sm {
    margin-bottom: 2em;
}

.gtco-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}

.gtco-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
}

.gtco-tabs .gtco-tab-nav {
    margin: 0px !important;
    clear: both;
    padding: 3px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gtco-tabs .gtco-tab-nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
    text-align: center;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-tabs .gtco-tab-nav li .icon {
    font-size: 30px;
}

.gtco-tabs .gtco-tab-nav li a {
    padding: 20px;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #1655c7;
}

.gtco-tabs .gtco-tab-nav li a:hover {
    color: #4d4d4d;
}

.gtco-tabs .gtco-tab-nav li.active a {
    background: #1655c7;
    color: #fff;
}

.gtco-tabs .gtco-tab-content-wrap {
    clear: both;
    position: relative;
    top: 10px;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
    opacity: 1;
    visibility: visible;
}

.gtco-tabs .icon-xlg {
    font-size: 400px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .gtco-tabs .icon-xlg {
        font-size: 300px;
    }
}

@media screen and (max-width: 480px) {
    .gtco-tabs .icon-xlg {
        font-size: 200px;
    }
}

.gtco-tabs .icon-xlg i {
    color: #F85A16;
}

.tab-content {
    display: block;
    background: white !important;
    padding-left: 0px;
}

.tab-text {
    font-size: 18px;
}

.route-text {
    color: white;
    font-size: 18px;
    list-style: none;
}

.gtco-tab-content {
    background: #1655c7 !important;
    padding: 20px;
    border-radius: 15px;
}


/* The Modal (background) */

/* .modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
} */


/* Modal Content (image) */

/* .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
} */


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/*BacktoTop*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ac2c5d;
    color: white;
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

.hova a:hover {
    color: black !important;
}

.mt {
    margin-top: 150px !important;
}

.imgbg {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

.box-testimony blockquote {
    margin-top: 40px;
}

.owl-item.active.center {
    transform: scale(1.4);
    transition: all .2s ease-in-out;
}

.col-md-10 {
    padding: 12px 100px;
    color: white;
}

.fh5co-nav {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #096b86;
    box-shadow: 0px 0px 3px #096b86;
}

@media screen and (max-width: 768px) {
    .fh5co-nav {
        padding: 25px 0;
    }
}

.fh5co-nav #fh5co-logo {
    font-size: 24px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fh5co-nav #fh5co-logo {
        margin-bottom: 0;
    }
}

.fh5co-nav #fh5co-logo a>span {
    color: #F73859;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
        display: none;
    }
}

.fh5co-nav ul {
    padding: 0;
    padding: 30px 0px;
    margin-bottom: 0px !important;
}

.fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.fh5co-nav ul li a {
    font-size: 14px;
    color: black;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
    color: rgba(9, 107, 134, 0.54);
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    width: 180px;
    -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
    color: #fff;
}

.fh5co-nav ul li.btn-cta a {
    color: #F73859;
}

.fh5co-nav ul li.btn-cta a span {
    background: #f35f55;
    color: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.fh5co-nav ul li.btn-cta a:hover span {
    background: #f14034 !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
    color: #096b86;
    position: relative;
}

.scrolled .fh5co-nav {
    background: #00000073;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}

.scrolled .fh5co-nav a {
    color: white;
}

.scrolled .fh5co-nav ul li a:hover,
.scrolled .fh5co-nav ul li a:focus,
.scrolled .fh5co-nav ul li a:active {
    color: #F73859 !important;
}

.scrolled .fh5co-nav ul li.active a {
    color: #F73859;
}

.scrolled .fh5co-nav ul li.has-dropdown:hover>a,
.scrolled .fh5co-nav ul li.has-dropdown:focus>a {
    color: #F73859;
}

.menuhead {
    font-weight: bold;
    color: white !important;
    border-right: 1px solid white;
    padding: 11px !important;
}

.menuhead:hover {
    border-right: 1px solid rgb(128, 128, 128);
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.locicon {
    background-image: url(../images/icon_loca.png) !important;
    background-repeat: no-repeat !important;
    padding: 3px 0px 5px 30px !important;
    background-position: 2px !important;
}

.dateicon {
    background-image: url(../images/icon_date.png) !important;
    background-repeat: no-repeat !important;
    padding: 10px 0px 5px 45px !important;
    background-position: 10px !important;
}

@media (max-width: 770px) {
    .imagesize {
        width: 140px;
        position: absolute;
        top: 0px;
        left: 35px;
        border-radius: 5px;
    }
}

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #096b86;
    }

    100% {
        color: white;
    }
}


/* feedback starts here */

.action-button-submit {
    background: var(--primarycolors);
    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;
}

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;
}

#canvas {
    background-color: white;
    clear: both;
    margin: 0 auto 0;
    min-height: 750px;
    text-align: left;
    width: 960px;
}

#formbody {
    background: #fff !important;
    margin: 0;
    color: #333;
    line-height: 1.42857143;
}

.new-design-inner:before {
    background-color: var(--primarycolors);
    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;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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: var(--primarycolors);
    text-align: center;
    padding: 0;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    color: #fff;
}

.error {
    color: red;
}

.Input {
    height: 25px;
    width: 177px;
    font-size: 12pt;
}

#empty-space {
    padding-top: 20px;
}

#submit-status {
    color: #a94442;
    border-color: #ebccd1;
    padding: 15px;
    border-radius: 4px;
}

.headerBodyF {
    min-height: 950px !important;
}

.feed_back_ticR:after {
    background-position: left -60.6em top;
    width: 75px;
    height: 85px;
    top: -34px;
}


/*feedback ends here*/

.top-header {
    padding: 0;
    position: relative;
    width: 100%;
    height: 35px;
    background: #010063;
    background-size: 100%;
    padding-top: 5px;
}

.top-header-right {
    z-index: 2;
    padding-top: 0em;
}

.header-left {
    padding-top: 0em;
}

address {
    display: -webkit-inline-box;
    margin-bottom: 0px;
}

address img {
    padding-right: 0.5em;
    width: 30px;
}

address b {
    color: #fff200;
}

address,
address p {
    font-size: 14px;
    color: #fff;
}

.header-right {
    vertical-align: middle;
    padding-top: 0em;
}

.header-right ul li {
    padding-left: 1em;
}

.header-right ul li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    padding-top: 0em;
    font-size: 14px;
}

.header-right ul li a {
    color: #fff;
}

.header-right ul li img {
    color: #fff;
    padding-left: 0.1em;
}

.middle-header {
    background: #fff;
    padding: 0.5em 0em;
}

.logo {
    padding-left: 0em;
    top: 0em;
}

.middle-header address p {
    color: #000;
    font-size: 18px;
}

.middle-header .call-us,
.middle-header .enquiry-us,
.middle-header .social-icons {
    padding-top: 1.2em;
}

.social-icons ul li {
    list-style-type: none;
    display: inline-block;
}

.bottom-header {
    padding: 0;
    width: 100%;
    bottom: 0;
    position: relative;
    height: 70px;
    background-size: 100%;
    z-index: 2;
    top: 0em;
    background: #010063;
}

.nav-list {
    padding-top: 0;
    top: 0px;
    left: 0em;
    height: 70px;
}

.menu ul li {
    list-style-type: none;
    display: inline-block;
    padding-bottom: 0px;
    padding: 18px 0px;
}

.menu ul li a {
    font-weight: bold;
    font-size: 25px;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
}

.book-div {
    z-index: 99;
    position: absolute;
    bottom: 45em;
    right: 5%;
}


.book-inner {
    border-radius: 0;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
    padding: 0px 0 20px;
    position: relative;
    z-index: 899;
    height: 420px;
    width: 440px;
}

.book-inner h3 {
    font-size: 20px;
    margin: 0;
    color: black;
    font-weight: bolder;
}

.book-inner form select {
    padding: 2px 10px;
    width: 56%;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0em;
    outline: none;
}

.book-inner form .calendar {
    padding: 2px 10px;
    width: 56%;
    border: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0em;
    outline: none;
}

.swap-image {
    position: absolute;
    right: 65px;
    top: 113px;
    z-index: 99;
    padding: 8px 11px;
    background-color: #1c1d59;
    border-radius: 100px;
}

.hoverbtn {
    padding: 9px 8px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: var(--primarycolors);
    border: none;
    border-radius: 7px;
}

.content-area {
    background: url(../images/spm_aboutbg.png) no-repeat center;
    background-size: 100%;
    position: relative;
}

.about-image {
    padding-top: 2em;
}

.about-content h1 {
    color: #000;
    font-size: 35px;
    text-align: left;
    line-height: 1.3;
    margin-top: 1em;
    padding-left: 5px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
}

.about-content h2 {
    color: #010063;
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.about-content p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 1.5;
    padding-top: 0em;
}

.service-head {
    top: 14em;
}

.services h2 {
    color: #010063;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    top: -3.5em;
    text-align: center;
}

.service-content h2 span {
    font-size: 40px !important;
}

.service1 {
    top: 15.8em;
    position: relative;
}

.service1 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    padding-top: 2em;
    left: 2em;
}

.service1 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 6em;
    width: 60%;
    left: 3.5em;
    font-weight: bold;
}

.service2 {
    position: relative;
    left: -11.1em;
    top: -2.3em;
}

.service2 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    top: -3em;
    left: 2em;
}

.service2 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 18em;
    width: 60%;
    left: 3em;
    font-weight: bold;
}

.service3 {
    top: -2.5em;
    position: relative;
    left: -2.2em;
}

.service3 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    top: -3em;
    right: -3em;
    text-align: right;
}

.service3 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 17em;
    width: 60%;
    right: -9em;
    font-weight: bold;
}

.service4 {
    top: 15.8em;
    position: relative;
    right: 15.7em;
}

.service4 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #020164;
    position: absolute;
    top: 2em;
    right: -5em;
    text-align: right;
}

.service4 p {
    font-size: 13px;
    color: #020164;
    text-align: left;
    position: absolute;
    bottom: 6em;
    width: 60%;
    right: -11em;
    font-weight: bold;
}

.amenties h2 {
    color: #010063;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    top: -3.5em;
    text-align: center;
}

.amenties-content {
    width: 100%;
    background: f6f6f6;
    background-size: 100%;
    height: auto;
    position: relative;
    padding-top: 0em;
    padding-bottom: 0em;
}

.list-amenities1 {
    left: 17em;
    position: relative;
    top: 0em;
    width: 86%;
}

.list-amenities2 {
    left: 0em;
    position: relative;
    top: -9em;
}

.ame3 {
    position: relative;
    left: 5em;
}

.ame4 {
    position: relative;
    right: 4em;
}

.thclr {
    color: #c02e59;
}

.topdesti h2 {
    color: #010063;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    top: -3.5em;
    text-align: center;
}

.sec_titl {
    padding: 8px 35px;
    margin-top: 1px !important;
    border: 1px solid #dadada;
    font-size: 22px;
    text-align: center;
    background: #6c6bff;
}

.fadesign {
    background: #023956;
    border-radius: 50%;
    font-size: 17px;
    padding: 7px;
    margin: 7px;
    color: white;
}

.carousel-indicators .active {
    background-color: #6c6bff;
}

.carousel-indicators li {
    border: 1px solid #6c6bff;
}

.bottom-footer {
    background: url(../images/spm_footerbg.png) no-repeat bottom center;
    background-size: 100%;
    height: auto;
    padding-top: 0em;
}

.top-footer {
    padding-top: 1em;
}

.cards {
    background: #fff;
    box-shadow: 1px -2px 20px 0px #f6f6f6;
    padding: 3em 0em;
}

.top-footer h3 {
    color: #000;
    font-weight: bold;
    font-size: 45px;
}

.top-footer h6 {
    font-size: 45px;
    font-weight: bold;
    color: #010063;
}

.footer {
    background: #010063;
    padding-top: 0em;
    padding-bottom: 0em;
}

.useful-links {
    padding-left: 0px;
}

.useful-links {
    padding-top: 1em;
}

.useful-links h3 {
    color: #202020;
}

.useful-links li {
    display: inline-block;
    list-style-type: none;
    border-right: 2px solid #fff;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 20px;
}

.useful-links li a {
    color: #fff;
}

p.white {
    color: #fff;
    font-size: 14px;
}

.foot-txt {
    font-size: 14px !important;
}

.foot-txt a {
    color: #fff;
}

.ui-widget-header {
    background: var(--primarycolors) !important;
    color: #ffffff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--primarycolors) !important;
    color: #363636;
}

.Operatorlogo {
    height: 90px;
}

@media screen and (min-width: 768px) {
    .Operatorlogo {
        width: 90px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .Operatorlogo {
        width: 100%;
    }
}

/* SKB Travels */


:root {
    --heading-font: "Signika", sans-serif;
    /* --primarycolors: #3bb3ce; */
    --primarycolors: #3bb3ce;
    --secondarycolors: #ffc82c;
}

body {
    /* font-family: "Signika", sans-serif; */
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ===================
Date picker css 
====================== */
.ui-datepicker {
    z-index: 50 !important;
    font-family: "Signika", sans-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;
}

/* ---------------------sidebar------------------------------------ */

#sidenavebar h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#sidenavebar {
    background: #f9f9f9;
    width: 190px;
    position: fixed;
    top: 215px;
    z-index: 999;
    right: -190px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 15px;
}

#sidenavebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}


/* #sidenavebar div {
   padding: 6px 18px;
} */

#sidenavebar h2 {
    background: var(--secondarycolors);
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
}

#sidenavebar h2 a {
    background-color: var(--secondarycolors);
    display: block;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    border-radius: 25px 0px 0px 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#sidenavebar h2 a i {
    position: absolute;
    top: 30%;
    left: 30%;
}

.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(--secondarycolors);
    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) {
    #sidenavebar {
        display: none;
    }
}

#back-to-top {
    position: fixed;
    font-size: 20px;
    color: white;
    background-color: var(--primarycolors);
    border: 1px solid #fff;
    z-index: 80;
    bottom: 40px;
    right: 40px;
    padding: 7px 14px;
    border-radius: 100px;
    display: none;
}

#back-to-top:hover {
    cursor: pointer;
}

/* main-header */
/* .main-header {
    position: relative;
    background: url(../images/skb_footer_bg.png), url(../images/skb_line.png);
    background-position: bottom;
    background-repeat: repeat, repeat-x;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.main-header .header-upper .container .hu-topright {
    font-size: 14px;
    color: white;
    background-color: var(--secondarycolors);
    border-radius: 0px 0px 0px 40px;
    line-height: 2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.main-header .header-upper i {
    margin-right: 15px;
    line-height: 2;
}

.main-header .header-upper p {
    margin: 0px;
}

.header-upper a {
    color: white;
}

.main-header .header-lower ul li {
    margin: 0 15px;
}

.main-header .header-lower ul li a {
    color: #182025;
    font-size: 14px;
    font-family: "Signika", sans-serif;
    text-transform: uppercase;
}

.main-header .header-upper .track {
    border-right: 1px solid #fff;
}

.main-header .header-upper p a {
    color: white;
}

.header-lower figure {
    position: relative;
}

.header-lower figure img {
    width: 100px;
    margin-top: -38px; 
}*/
.main-header {
    background: url(../images/skb_footer_bg.png);
}

.header-upper {
    position: relative;
    z-index: 2;
}

/* .main-header .header-upper::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 30px solid var(--primarycolors);
    border-right: 30px solid transparent;
    bottom: 0px;
}

.main-header .header-upper::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 30px solid var(--primarycolors);
    border-left: 30px solid transparent;
    bottom: 0px;
    right: 0px;
} */

.header-upper .logo img {
    width: 90px;
}

.header-upper i {
    font-size: 14px;
    color: white;
    padding: 10px;
    background-color: var(--primarycolors);
    box-shadow: 0px 4px 4px #00000038;
    border-radius: 100px;
}

.header-upper p {
    font-size: 14px;
}

.header-lower {
    position: relative;
    background-color: var(--primarycolors);
    z-index: 1;
}

/* .main-header .header-lower::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid white;
    border-right: 30px solid transparent;
    top: 0px;
}

.main-header .header-lower::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid white;
    border-left: 30px solid transparent;
    top: 0px;
    right: 0px;
} */

.header-lower li {
    position: relative;
    font-size: 14px;
    padding: 0px 25px;
}

.header-lower li::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 11px;
    background-color: white;
}

.header-lower li:nth-child(5)::before,
.header-lower li:nth-child(6)::before {
    content: unset;
}

.header-lower a {
    color: white;
    font-weight: 600;
}

.header-lower .btn {
    background-color: white !important;
}

.header-lower .btn a {
    color: var(--primarycolors);
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-lower i.fa-bars {
    color: white;
    font-size: 25px;
}

/* form-main */
.vel-home {
    position: relative;
}

.vel-home .video {
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}

.vel-home .container {
    position: absolute;
    bottom: 18px;
    right: 0px;
    left: 0px;
}


.form-main {
    padding: 25px 15px 9px;
    box-shadow: 0px 1px 20px 0px rgba(36, 38, 43, .1);
    border-radius: 8px;
    background-image: url(../images/skb_footer_bg.png);
    background-color: white;
    z-index: 13;
    position: relative;
}

.form-main .form-content-in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.form-main select,
.form-main input {
    width: 100%;
    padding: 13px 10px 13px 40px;
    border-radius: 10px;
    border: 1px solid #dddd;
    background-color: white;
}

.form-main select:focus,
.form-main input:focus {
    border-color: var(--secondarycolors);
}

.form-main select::placeholder,
.form-main input::placeholder {
    color: #000;
}

.form-group .theme-btn {
    padding: 6px;
    font-size: 20px;
    font-weight: 700;
    background-color: var(--primarycolors);
}

.form-main .form-group {
    position: relative;
}

.form-main .form-group img {
    position: absolute;
    left: 25px;
    top: 9px;
}

.swap {
    position: absolute;
}

.swap-image {
    background-color: var(--primarycolors);
    right: 70px;
    top: 105px;
    padding: 8px;
    transform: rotate(90deg);
    z-index: 2;
}


/* skb-features */
.skb-features {
    /* background-image: url(../images/skb_amenities4.png); 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.skb-features div.col-lg-2 {
    text-align: center;
}

.skb-features .img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 78px 50px 30px;
    background-color: white;
    width: fit-content;
    margin: auto;
    border: 1px solid var(--primarycolors);
}

.skb-features .img img {
    margin: 18px;

}

.skb-features h3 {
    font-size: 20px;
    color: black;
}

.skb-features p {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.features-bottomimg {
    margin-top: -300px;
    position: relative;
    z-index: -1;
}

@media (max-width: 1000px) {
    .features-bottomimg {
        margin-top: 0px;
    }

    .hotroute {
        margin-top: 0px !important;
    }
}

/* about-us */

.testimonial h4 {
    font-family: "Signika", sans-serif;
    color: white;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

.testimonial h2,
.skb-features h2,
.gallery h2,
.hotroute h2,
.skb-amenities h2,
.about-us h2,
.gallery h4,
.hotroute h4,
.skb-amenities h4 {
    font-family: "Signika", sans-serif;
    color: #182025;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

.testimonial h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.gallery h2,
.hotroute h2,
.skb-amenities h2,
.about-us h2 {
    font-size: 30px;
    font-weight: 600;
    color: #182025;
}

.testimonial h2 span {
    color: #182025;
}

.gallery h2 span,
.hotroute h4 span,
.skb-features h2 span,
.skb-amenities h2 span,
.about-us h2 span {
    color: var(--primarycolors);
}

.app .container p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin: 10px 0;
}

.about-us p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    margin: 10px 0;
}

.about-us ul li,
.about-us h4,
.about-us h2,
.about-us p {
    font-family: "Poppins", sans-serif;
}

.about-us {
    position: relative;
}

.about-us ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-us ul li {
    font-size: 14px;
    text-align: start;
    line-height: 2;
}

.about-us ul li i {
    color: var(--secondarycolors);
    margin-right: 5px;
}

.about-us .line {
    position: relative;
    padding-left: 15px;
}

.about-us .line::after {
    position: absolute;
    content: "";
    background-color: var(--secondarycolors);
    height: 100%;
    width: 5px;
    top: 0px;
    left: 0px;
}


.about-us .youtube figure {
    position: relative;
}

.about-us .youtube img {
    height: auto;
    max-width: 100%;
}

/* .about-us .youtube figure .aboutesbusimg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 100%;
} */

/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-us .youtube figure .aboutesbusimg {
        max-width: 430px;
    }
}

.about-us .youtube .aboutesbusimg img {
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border-radius: 100%;
}

.about-us .youtube .aboutesbusimg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

.about-us .youtube a {
    position: absolute;
    font-size: 40px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    color: #182025;
}

.about-us .youtube a i {
    position: relative;
    padding: 21px 23.5px;

}

.about-us .youtube a i::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 2px dashed #182025;
    border-radius: 100%;
    left: 0px;
    top: 0px;
    animation: rotate 8s linear infinite;
}

/* skb-amenities */
.skb-amenities {
    position: relative;
    background-image: url(../images/skb_amenities.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #dffaff;
    padding: 4rem 0px;
}

.amenities_list {}

.amenities_list .list {
    position: relative;
}

.amenities_list .list div::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 5px;
    width: 0px;
    background-color: var(--primarycolors);
    transition: 0.5s linear;
    z-index: 1;
    margin: auto;
}

.amenities_list .list:hover div:after {
    width: 100%;
}

.amenities_list .list div {
    position: relative;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-shadow: 0px 1px 20px 0px rgba(36, 38, 43, .1);
    transition: all 0.5s;
    overflow: hidden;
    background-color: white;
}

.amenities_list h5 {
    color: #182025;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s;
    transform: translateY(0);
    position: relative;
    margin: 0px;
    font-size: 17px;
}

.amenities_list .list :hover h5 {
    color: var(--primarycolors);
}

/* .gallery-item */
/* Shine */
.gallery .bootstrap5 figure,
.gallery .photo-list figure {
    position: relative;
    overflow: hidden;
    margin: 0px;
    border-radius: 6px;
}

.gallery .bootstrap5 figure::before,
.gallery .photo-list figure::before {
    position: absolute;
    top: 0;
    left: -84%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gallery .bootstrap5 figure:hover::before,
.gallery .photo-list figure:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.gallery .bootstrap5 figure img,
.gallery .photo-list figure img {
    transition: 0.5s;
}

.gallery .bootstrap5 figure:hover img,
.gallery .photo-list figure:hover img {
    transform: rotate(-4deg) scale(1.1);
}

/* app */
.app {
    position: relative;
}

.app .container {
    border-radius: 20px;
    background: url(../images/skb_appdownloadbg.png), #004570;
    padding: 30px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.app .container h3 {
    font-family: "Signika", sans-serif;
    font-size: 40px;
    color: white;
}

/* .app .container h3 span {
    color: black;
} */

.app .container .appimg {
    position: absolute;
    top: 0;
}

.app .container p {
    color: white;
}

/* footer */
.skb-footer {
    position: relative;
    background-image: url(../images/skb_footer_bg.png);
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
}

.skb-footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background-image: url(../images/skb_line.png);
    top: 0px;
}

.skb-footer h3 {
    font-family: "Signika", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #182025;
    text-transform: uppercase;
}

.skb-footer h3 span {
    color: var(--primarycolors);
}

.skb-footer .footer-about ul li i {
    font-size: 18px;
    margin-right: 15px;
    line-height: 2;
    color: var(--primarycolors);
}

.skb-footer .footer-about ul li {
    display: flex;
    align-items: start;
    font-size: 15px;
    line-height: 2;
    color: #141414;
}

.skb-footer .social-links ul li i {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primarycolors);
    border-radius: 3px;
}

.skb-footer .footer-links ul li i {
    font-size: 15px;
    margin-right: 15px;
    color: var(--primarycolors);
}

.skb-footer .footer-links ul li {
    line-height: 3;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.skb-footer .footer-links ul li:hover {
    margin-left: 10px;
}

.skb-footer .footer-links ul li a {
    color: #141414;
}

.footer-copyright .container {
    background-color: var(--primarycolors);
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
}

.footer-copyright .container p {
    font-size: 14px;
}

.testimonial {
    background-image: url(../images/skb_amenities3.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 3rem;
    background-color: #dffaff;
    margin-top: -30px;
}

.testimonial .testi-wrap {
    position: relative;
}

/* .testimonial .testi-wrap:before {
    content: "";
    background: url(../images/kannan_dotpattern.png);
    background-repeat: no-repeat;
    width: 17%;
    height: 100%;
    position: absolute;
    left: 18px;
    top: 78px;
    z-index: -1;
}

.testimonial .testi-wrap:after {
    content: "";
    background: url(../images/kannan_dotpattern2.png);
    background-repeat: no-repeat;
    width: 21%;
    height: 100%;
    position: absolute;
    right: -33px;
    top: 40px;
    z-index: -1;
} */

.testimonial .testi-wrap .client-single {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.testimonial .testi-wrap .client-single .client-info .client-img img {
    width: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #182025;
    cursor: pointer;
}

.testimonial .testi-wrap .position-2 {
    position: absolute;
    left: -22px;
    top: -2px;
    -webkit-transform: scale(0.72);
    -ms-transform: scale(0.72);
    transform: scale(0.72);
}

.testimonial .testi-wrap .position-3 {
    position: absolute;
    left: 122px;
    top: 105px;
    -webkit-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
}

.testimonial .testi-wrap .position-4 {
    position: absolute;
    left: 16px;
    top: 310px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
}

.testimonial .testi-wrap .position-5 {
    position: absolute;
    top: 18px;
    right: 55px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.testimonial .testi-wrap .position-6 {
    position: absolute;
    top: 208px;
    right: -30px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
}

.testimonial .testi-wrap .position-7 {
    position: absolute;
    top: 356px;
    right: 134px;
    -webkit-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
}

.testimonial .testi-wrap .active .client-comment {
    max-width: 556px;
    margin: auto;
    padding: 30px 36px 25px 45px;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    -webkit-border-radius: 60px;
    border-radius: 60px;
    position: relative;
    background: #ffffff;
    z-index: 0;
}

.testimonial .testi-wrap .active .client-comment:before {
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    background-color: #ffffff;
    bottom: -46px;
    left: 40%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-box-shadow: -5px -5px 8px -5px rgb(0 0 0 / 15%);
    box-shadow: -5px -5px 8px -5px rgb(0 0 0 / 15%);
    -webkit-border-radius: 25px 0;
    border-radius: 8px 0;
    z-index: -1;
}


.testimonial .testi-wrap .active .client-comment h5 {
    font-size: 30px;
    color: #182025;
    font-weight: 500;
    padding-bottom: 7px;
}

.testimonial .testi-wrap .active .client-comment p {
    font-size: 16px;
    color: #777777;
    margin-top: 15px;
}

.testimonial .testi-wrap .active .client-info {
    margin-top: 80px;
    text-align: center;
}

.testimonial .testi-wrap .active .client-info .client-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px
}

.testimonial .testi-wrap .active .client-info .client-img img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #182025;
}

.testimonial .testi-wrap .active .client-info .client-title {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.testimonial .testi-wrap .active .client-info .client-title h3 {
    color: black;
    font-size: 40px;
}

.testimonial .testi-wrap .active .client-info .client-title p {
    font-size: 14px;
    color: #ffffff;
}

.testimonial .testi-wrap .inactive .client-comment {
    display: none !important;
}

.testimonial .testi-wrap .inactive .client-info .client-title {
    display: none;
    opacity: 0;
    visibility: hidden;
}


/* .mapslide */

.mapslide {
    position: relative;
}

.mapslide img {
    max-width: none;
}

#dot1 {
    position: absolute;
    top: 0px;
    content: url(../images/routebus.png);
}

#dot2 {
    position: absolute;
    top: 0px;
    content: url(../images/routebus.png);
    transform: rotateY(180deg);
}

#dot3 {
    position: absolute;
    top: 0px;
    content: url(../images/routebus.png);
}

#dot4 {
    position: absolute;
    top: 0px;
    content: url(../images/routebus.png);
    transform: rotateY(180deg);
}

#dot1 {
    offset-path: path("M129.765 202.379L162.287 156.757C169.922 146.047 179.244 136.647 189.889 128.922V128.922C223.01 104.887 265.999 99.1217 304.283 113.581L483.747 181.359C494.878 185.563 506.54 188.201 518.397 189.196L675.505 202.379L794.823 202.379C804.167 202.379 813.483 201.36 822.605 199.34L991.202 161.999");
    animation: bus1 10s infinite ease-in-out;
}

#dot2 {
    offset-path: path("M129.765 202.379L162.287 156.757C169.922 146.047 179.244 136.647 189.889 128.922V128.922C223.01 104.887 265.999 99.1217 304.283 113.581L483.747 181.359C494.878 185.563 506.54 188.201 518.397 189.196L675.505 202.379L794.823 202.379C804.167 202.379 813.483 201.36 822.605 199.34L991.202 161.999");
    animation: bus2 10s infinite ease-in-out;
}

#dot3 {
    offset-path: path("M129.765 202.379L162.287 156.757C169.922 146.047 179.244 136.647 189.889 128.922V128.922C223.01 104.887 265.999 99.1217 304.283 113.581L483.747 181.359C494.878 185.563 506.54 188.201 518.397 189.196L675.505 202.379L794.823 202.379C804.167 202.379 813.483 201.36 822.605 199.34L991.202 161.999");
    animation: bus1 10s infinite ease-in-out;
    animation-delay: 5s;
}

#dot4 {
    offset-path: path("M129.765 202.379L162.287 156.757C169.922 146.047 179.244 136.647 189.889 128.922V128.922C223.01 104.887 265.999 99.1217 304.283 113.581L483.747 181.359C494.878 185.563 506.54 188.201 518.397 189.196L675.505 202.379L794.823 202.379C804.167 202.379 813.483 201.36 822.605 199.34L991.202 161.999");
    animation: bus2 10s infinite ease-in-out;
    offset-distance: 100%;
    animation-delay: 5s;
}

@keyframes bus1 {

    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

@keyframes bus2 {

    0% {
        offset-distance: 100%;
    }

    100% {
        offset-distance: 0%;
    }
}

/* hotroute */
.hotroute {
    position: relative;
    z-index: 30;
    margin-top: -230px;
}

.hotroute .routes .item {
    padding: 10px;
}

.hotroute .routes .item div {
    background-color: var(--primarycolors);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 0 0 1px 0;
}

.hotroute .routes h3 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.hotroute .routes .owl-carousel .owl-item.active:nth-child(1) {
    margin-top: 30px !important;
}


.hotroute .owl-nav {
    position: absolute;
}

.about-us .about-con {
    position: relative;
}

.about-us .about-con::before,
.hotroute::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-image: url(../images/skb_watermark.png);
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

/* video play */
.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000a2;
    z-index: 30;
}

.videopopup {
    position: fixed;
    z-index: 30;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
}

.videopopup i {
    position: absolute;
    top: -18px;
    right: -16px;
    font-size: 15px;
    padding: 10px 12px;
    color: white;
    border: 1px solid #ffff;
    border-radius: 100px;
}

/* service */
.service {
    position: relative;
}

.service p {
    font-size: 17px;
    margin-bottom: 0px;
}

.service h1 {
    color: var(--primarycolors);
}

.service img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}

.service .col-6 .counter div {
    padding: 38px 10px 8px 10px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    margin-top: -55px;
    background-color: white;
    border-bottom: 6px solid var(--primarycolors);
}

.curve {
    position: absolute;
    z-index: 7;
}

.curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%;
}

.curve.curve-bottom:after,
.curve.curve-bottom:before {
    bottom: -1px;
}

.curve.curve-top {
    left: 0;
    top: -1px;
    width: 100%;
}

.curve.curve-top:after,
.curve.curve-top:before {
    top: 0;
    border-top: 80px solid #fff;
    border-bottom: 0;
}

.curve.curve-top:after,
.curve.curve-top:before {
    top: 0;
    border-top: 80px solid #fff;
    border-bottom: 0;
}

.curve.curve-top:after {
    border-left: 70vw solid transparent;
}

.curve.curve-top:before {
    border-right: 30vw solid transparent;
}

.curve:after,
.curve:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 80px solid #fff;
    position: absolute;
}

.curve:after {
    right: 0;
    border-left: 30vw solid transparent;
}

.curve:before {
    left: 0;
    border-right: 70vw solid transparent;
}

/* .gallery  */
.gellerybtn div span {
    width: 100px;
    transition: 0.3s;
    text-transform: capitalize;
}

.gellerybtn div span:hover {
    background-color: var(--secondarycolors);
    color: #000;
}

.gellerybtn div span.active {
    background-color: var(--primarycolors);
    color: white;
}

.gallery .photo-list .row img {
    width: 100%;
}

.gallery .photo-list .row video {
    width: 100%;
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 1px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 50%;
    left: 0;
    float: left;
    background: url(../images/skb_prev.png) left 48% no-repeat;

    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    background-position: center left 8px;
}


.lb-nav a.lb-next {
    width: 50%;
    right: 0;
    float: right;
    background: url(../images/skb_next.png) right 48% no-repeat;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    background-position: center right 8px;
}



.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/skb_close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    position: absolute;
    top: -30px;
    right: 30px;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-nav .nav-link:hover {
    color: var(--secondarycolors);
}

@media (max-width: 992px) {
    .app .container {
        min-height: unset;
        background-image: unset;
    }

    .testimonial .testi-wrap .position-1.inactive,
    .testimonial .testi-wrap .position-2.inactive,
    .testimonial .testi-wrap .position-3.inactive,
    .testimonial .testi-wrap .position-4.inactive,
    .testimonial .testi-wrap .position-5.inactive,
    .testimonial .testi-wrap .position-6.inactive,
    .testimonial .testi-wrap .position-7.inactive {
        display: none;
    }

    .testimonial .testi-wrap .active .client-comment p {
        font-size: 14px;
    }

    .curve.curve-top:after,
    .curve.curve-top:before {
        border-top: 40px solid #fff;
    }

    .testimonial {
        padding-top: 4rem;
    }

    .amenities_list .list div {
        min-height: 160px;
    }

    .amenities_list h5 {
        font-size: 14px;
    }

    .about-us ul {
        grid-template-columns: 1fr;
    }

    .about-us ul li {
        font-size: 14px;
    }

    .testimonial h2,
    .gallery h2,
    .hotroute h2,
    .skb-features h2,
    .skb-amenities h2,
    .about-us h2 {
        font-size: 22px;
    }

    .testimonial h4,
    .gallery h4,
    .hotroute h4,
    .skb-features h4,
    .skb-amenities h4,
    .about-us h4 {
        font-size: 30px;
    }

    .app .container p,
    .about-us p {
        font-size: 14px;
    }

    .form-main .form-content-in {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vel-home .container {
        position: relative;
    }

    .curve:after,
    .curve:before {
        border-bottom: 20px solid #fff;
    }

    .mapslide img {
        width: 100%;
    }

    #dot1,
    #dot2,
    #dot3,
    #dot4 {
        display: none;
    }

    .app .container h3 {
        font-size: 30px;
    }

    .gellerybtn div span {
        width: fit-content;
    }

    .skb-amenities {
        padding: 2rem 0px;
    }

    .header-lower li:nth-child(5)::before {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 1px;
        height: 11px;
        background-color: white;
    }

    .form-group .theme-btn {
        font-weight: 300;
    }

    .m-logo img {
        width: 70px;
        background-color: white;
        padding: 3px;
        border-radius: 100px;
    }

    .header-upper {
        background-color: white;
    }

    .main-header {
        background-color: var(--primarycolors);
    }

    .header-lower {
        background-color: unset;
    }

    .videopopup {
        width: 95%;
    }

    .testimonial .testi-wrap .active .client-comment:before {
        height: 50px;
        width: 50px;
        bottom: -23px;
        left: 44%;
    }

    .testimonial .testi-wrap .active .client-info {
        margin-top: 44px;
    }

    .testimonial .testi-wrap .active .client-comment {
        border-radius: 25px;
        padding: 20px 30px 20px 30px;
    }

    .header-upper img {
        width: -webkit-fill-available;
    }

}

.skb-logo {
    position: absolute;
    top: 19px;
    background-color: white;
    border-radius: 100px;
    padding: 7px
}

.skb-logo::after {
    position: absolute;
    content: url(../images/skb_logobg.png);
    top: -19px;
    right: -97px;
    z-index: -1;
}

html {
    scroll-behavior: smooth;
}

#audio {
    position: absolute;
    right: 20px;
    background-color: rgb(59 179 206);
    border-radius: 0px 0px 10px 10px;
    padding: 10px 11px;
    bottom: -36px;
    z-index: 1;
    cursor: pointer;
}