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

@font-face {
    font-family: 'carrois_gothicregular';
    src: url('carroisgothic-regular.eot');
    src: url('carroisgothic-regular.eot?#iefix') format('embedded-opentype'),
        url('carroisgothic-regular.woff') format('woff'),
        url('carroisgothic-regular.ttf') format('truetype'),
        url('carroisgothic-regular.svg#carrois_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body {
    color: #111111;
    font-family: "Lato", Arial, sans-serif;
    #background: url(../images/sssback.png) no-repeat;
    background: #fff none repeat scroll 0 0;
    #background: #DDCCB2 url(../images/bgimage.jpg) no-repeat top center;
    #background: url(../images/bgimage.jpg) no-repeat center center fixed;
    font-size: 13px;
}

/* 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-family: Century Gothic, sans-serif;
    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: #3bb3ce;
    border-radius: 3px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
    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: #3bb3ce;
    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: #3bb3ce;
    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: 16px;
    padding-top: 15px;
    margin-left: 5px;
    float: left;
}

.searchResHeadDiscount {
    width: 55px;
    margin-left: 5px;
    text-indent: -10000px;
    float: left;
}

.searchResHeadBusType {
    width: 325px;
    height: 44px;
    padding-left: 10px;
    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: #3bb3ce;
    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;
    font-family: Century Gothic, sans-serif;
    -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: 16px;
    float: left;
}

.boardingAddress {
    padding: 5px;
    padding-left: 23px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    margin: 10px 0;
    width: 300px;
    line-height: 18px;
    background-color: #f7f7f7;
}

/* Travels Subpage Ends Here */


/*PassnegerInfo screen css starts here*/

/*.searchbus {
    box-shadow: 0 0 2px 2px #cecece;
    height: 70px;
    padding: 25px;
    width: 854px;
    height:auto;
	    margin: 0 auto;
}
*/
.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: #3bb3ce 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: 16px;
}

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

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* 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: rgb(9, 107, 134) !important;
    color: #000 !important;
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: rgba(5, 51, 135, 0.78) !important;
}

/*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: #3bb3ce;
    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;
}

/*
#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: 16px;
    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: 16px;
}

/* 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;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* 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: 16px;
    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: #3bb3ce;
    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 {
    font-family: 'Segoe UI';
    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: #3bb3ce;
    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: #3bb3ce;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 0;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    color: #fff;
}

.welcometitle {
    font-family: Comic Sans MS;
}

.error {
    color: red;
}

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

#empty-space {
    padding-top: 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 -63em 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 p {
    font-size: 16px;
    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: 16px;
}

.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 {
    z-index: 50;
    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 {
    position: absolute;
    top: 141px;
    right: 65%;
}

.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;
    padding: 21px 0px 34px 0px;
    margin: 0;
    color: black;
    font-weight: bolder;
    font-family: cursive;
}

.book-inner form select {
    padding: 2px 10px;
    width: 56%;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    color: #000;
    font-size: 16px;
    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: 16px;
    font-weight: bold;
    margin: 8px 0em;
    outline: none;
}

.swap-image {
    position: absolute;
    right: 124px;
    top: -12px;
    z-index: 99;
}

.hoverbtn {
    padding: 9px 8px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #007da6;
    border: none;
    margin-top: 32px;
    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;
    font-family: 'Hobo Std';
}

.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;
    font-family: 'Hobo Std';
}

.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-family: 'Hobo Std';
    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-family: "Lato", Arial, sans-serif;
    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;
    font-family: 'Hobo Std';
}

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

.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;
    font-family: 'Hobo Std';
}

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

.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;
    font-family: 'Hobo Std';
}

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

.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;
    font-family: 'Hobo Std';
}

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

.amenties h2 {
    color: #010063;
    font-size: 50px;
    font-family: 'Hobo Std';
    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-family: 'Hobo Std';
    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;
    font-family: 'Hobo Std';
}

.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;
    font-family: 'Hobo Std';
}

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

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

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

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

.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;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
}

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

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

.ui-widget-header {
    background: #3bb3ce !important;
    color: #222 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #3bb3ce !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%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

body {
    background-color: white;
}

.abs-head {
    background-color: #022784;
}

.abs-head .head-lists {
    display: flex;
    align-items: center;
}

.abs-head .col-lg-3 {
    justify-content: end;
}

.abs-head address {
    margin-bottom: 0px;
}

.abs-head address i {
    padding-right: 10px;
    display: flex;
    align-items: center;
    color: white;
}

.abs-head address p {
    margin-bottom: 0px;
}

.abs-head a {
    text-decoration: none;
    color: white;
}

.abs-head address ul {
    margin-bottom: 0px;
}

.abs-head address ul li {
    display: flex;
}

.navbar {
    background-color: #46484bc7;
    padding: 0px !important;
    transition: 0.3s;
}

.fixed-top {
    border-bottom: 2px solid #022784;
    border-radius: 0px 0px 104px 124px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-image: url(../images/abs_navelink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
}

.abs_book {
    background: url(../images/abs_home1.jpg);
    background-position-y: -165px;
    background-size: cover;
    height: 540px;
}

.abs_book .book-inner {
    height: unset;
    bottom: 20px;
    position: absolute;
}

.abs_book .book {
    position: unset;
    top: unset;
    right: unset;
}

.abs_book .book-inner h3 {
    font-size: 25px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    padding: 10px 0px;
    background-color: #3a404c;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.abs_book .book-inner form {
    padding: 20px 0px;
    background-color: #022784;
    border-radius: 0px 0px 5px 5px;
    backdrop-filter: blur(3px);
}

.abs_book .book .form-group {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width:992px) {
    .abs_book .book .form-group {
        display: unset;
    }

    .abs_book .book-inner form {
        padding: 20px 40px;
    }
}

.abs_book .book-inner form select,
.abs_book .book-inner form input {
    width: 100% !important;
    color: #fff;
}

.abs_book .book-inner form input::placeholder {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.abs_book .book-inner form select,
.abs_book .book-inner form .calendar {
    border-bottom: 2px solid #fff;
}

.abs_book .book-inner form select,
.abs_book .book-inner form .calendar,
.abs_book .hoverbtn {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.abs_book .hoverbtn {
    background-color: #3a404c;
    color: #fff;
    position: absolute;
    height: 88px;
    font-weight: 600;
    border-radius: 0px;

}

.swap-image {
    position: unset;
}

.swap-image {
    padding: 5px 9px;
    border: 2px solid #fff;
    border-radius: 50px;
    transform: rotate(90deg);
    color: #fff;
}

@media only screen and (max-width:992px) {
    .abs_book .book .form-group div:last-child {
        justify-content: center;
    }

    .abs_book .hoverbtn {
        bottom: -50px;
        height: 50px;
    }
}

.abs-content .about-content .row {
    justify-content: center;
    height: 275px;
    align-items: center;
}

.abs-content .about-content .about-title {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    margin: 0px;
}

.abs-content .about-content {
    padding: 10px 0px;
    background-image: url(../images/abs_aboutback2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
}

.about-content p {
    font-size: 18px;
}

/*------------------------------------------------
      Start Styling
  -------------------------------------------------*/
.mt20 {
    margin-top: 20px;
}

.page-close {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 100;
}

.page-title {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title img {
    margin-bottom: 20px;
}

.page-title h2 {
    font-size: 68px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.page-title p {
    font-size: 16px;
}

.page-title .title-bg {
    color: rgba(30, 37, 48, 0.07);
    font-size: 158px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-title {
    margin-bottom: 20px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
}

.section-title h3::before,
.section-title h3::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: -webkit-calc(100% + 14px);
    left: -moz-calc(100% + 14px);
    left: calc(100% + 14px);
}

.section-title h3::before {
    background-color: #1e2530;
    width: 96px;
    bottom: 14px;
}

.section-title h3::after {
    background-color: #FA6862;
    width: 73px;
}

.section-title.light h3 {
    color: #fff;
}

.section-title.light h3::before {
    background-color: #fff;
}

.page-nav {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
}

.page-nav span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.9;
    text-transform: uppercase;
}

/*------------------------------------------------
      Home Page
  -------------------------------------------------*/

.hexagon-item:first-child {
    margin-left: 0;
}

.page-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

/* End of container */
.hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    float: left;
    margin-left: -29px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.hexagon-item:first-child {
    margin-left: 0;
}

.hexagon-item:hover {
    z-index: 1;
}

.hexagon-item:hover .hex-item:last-child {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.hexagon-item:hover .hex-item:first-child {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
    height: 5px;
}

.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after {
    background-color: #fff;
}

.hexagon-item:hover .hex-content svg {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
}

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

.hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

.hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

.hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.hex-item div::before,
.hex-item div::after {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-item div:before {
    top: 0;
}

.hex-item div:after {
    bottom: 0;
}

.hex-item div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hex-item div:nth-child(2) {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex-item div:nth-child(3) {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.hex-content {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

.hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px;
}

.hex-content .title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}

.hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-content:hover {
    color: #fff;
}

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

/*------------------------------------------------
      Welcome Page
  -------------------------------------------------*/
.author-image-large {
    position: absolute;
    right: 0;
    top: 0;
}

.author-image-large img {
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px);
}


@media (min-width: 1200px) {
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-8 {
        width: 66.66666667%;
    }
}

.hexagon-item:first-child {
    margin-left: 0;
}


.hexagon-item:hover .icon i {
    color: #ffffff;
    transition: 0.6s;

}

/* .card_title:hover .title
  {
    -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  } */
/***************************/

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .hexagon-item {
        float: none;
        margin: 0 auto 50px;
    }

    .hexagon-item:first-child {
        margin-left: auto;
    }

    .page-home .hexagon-item:nth-last-child(1),
    .page-home .hexagon-item:nth-last-child(2),
    .page-home .hexagon-item:nth-last-child(3) {
        -webkit-transform: rotate(30deg) translate(0px, 0px);
        -moz-transform: rotate(30deg) translate(0px, 0px);
        -ms-transform: rotate(30deg) translate(0px, 0px);
        -o-transform: rotate(30deg) translate(0px, 0px);
        transform: rotate(30deg) translate(0px, 0px);
    }

}

.abs-content .feature {
    text-align: center;
}

.abs-content .feature .cards-list {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}

.abs-content .feature .cards-list div {
    text-align: center;
}

.abs-content .feature .cards-list div i {
    font-size: 40px;
    color: #1e2530;
    transition: 0.5s;
}

.abs-content .feature .card_title {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
}

.card1 {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(0%, 50%);
}

.abs-content .feature .card_image {
    padding-bottom: 50px;
}

.abs-content .feature .card1:hover i {
    color: #022784;
    transform: rotateY(180deg);
}

.abs-content .feature .card1:hover .card_title {
    color: #022784;
}

.abs-content .topdesti .container {
    text-align: center;
}

.abs-content .topdesti .routes table {
    width: 100%;
}

.abs-content .topdesti .routes h4 {
    color: #022784;
    font-weight: 400;
    padding: 10px 0px;
    text-transform: capitalize;
    margin: 5% 5% 0% 5%;
    background-color: #ffffff;
    border: 1px solid #022784;
    border-radius: 20px 5px;
    filter: drop-shadow(3px -3px 0px #022784);
}

.abs_quotes {
    text-align: center;
    padding: 10px 0px;
    border-top: 2px solid #022784;
}

.abs_btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    border: none;
    background-color: transparent;
    border: 1px solid #022784;
    background-color: #fff;
}

.abs_btn i {
    color: #022784;
    padding: 10px;
}

.footer {
    background-color: #022784;
}

.footer a {
    text-decoration: none;
}

.abs_media {
    text-align: center;
    padding: 10px;
}

.abs_media i {
    font-size: 18px;
    padding: 10px;
    border: 1px solid;
    height: 40px;
    width: 40px;
    background-color: white;
    color: #022784;
    margin: 5px;
}

.footer .abs_media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abs_media i:hover {
    background-color: #3bb3ce;
    color: #fff;
}

.footer .useful-links li {
    border: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 2.5;
}

.footer .useful-links li i {
    color: white;
    padding-right: 7px;
}

.footer .address {
    padding: 20px;
    text-align: center;
}

.footer .address address {
    color: white;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 30px;
    margin: 0px;
}

.footer .foot-txt {
    border-top: 1px solid #fff;
    padding: 10px 0px;
    margin: 0px;
}