
.navigation {width: 100%;
    float: left;
    padding: 5px;
    min-height:60px;
    margin-bottom: 30px;
    background-color: #fff;
    color: #000;
    position: fixed;
    border-bottom: 1px solid #ccc;
    z-index:999;
}
.navigation .wrap1{width: 86%;; margin:0px auto;}
.navigation .nav li {padding: 0 0px;}
.navigation .nav li a {color: #31ace7;
    text-decoration: none;
    font-size: 14px;
    padding: 21px 10px;
    text-transform: uppercase;
    color: #383838;
}
.navigation .nav li a.active, .navigation .nav li a:hover {
    background: #0070ba;
    background: -moz-linear-gradient(top, #0070ba 0%, #005a96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0070ba), color-stop(100%,#005a96));    background: -webkit-linear-gradient(top, #0070ba 0%,#005a96 100%);
    background: -o-linear-gradient(top, #0070ba 0%,#005a96 100%);
    background: -ms-linear-gradient(top, #0070ba 0%,#005a96 100%);
    background: linear-gradient(to bottom, #0070ba 0%,#005a96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070ba', endColorstr='#005a96',GradientType=0 );    color: #fff;
}
.logo{
    padding: 10px 5px;
    width: 220px;
    height: 105px;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    z-index: 999;
    background: #fff;
    box-shadow: 5px 5px 5px #666;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.logoSection-inner a img{width: 100%;}
.logoSection-inner {
    padding: 5px;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top:0px;
    z-index: 1;
    background: #fff;
    box-shadow: 2px 2px 2px #ccc;
    width: 83px!important;
    height: 57px!important;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}


.blueBox .caption { margin: 150px auto 0; width: 85%;}



#footer { background: #383838; padding: 50px 40px 20px;}
#footer .inner-footer{ width:85%; margin:0px auto;}
#footer .inner-footer p{ font-size: 13px; color:#999;}
.red {color: #F00;}
.white {color: #fff !important;}
.fMail{color: #fff;}
.lightGrey { color: #ddd;}
.paddingTop {padding-top: 10px;}
.marginTop {margin-top: 10px;}
.pdlr{padding-left:0px;padding-right:0px;}
.pdl{padding-left:0px;}.pdr{padding-right:0px;}
#footer .copyright {
    background: #333;
    border-top: solid 1px #444;
    color: #fff;
    background-color:#383838;
    width: 100%;
    float: none;
    padding: 10px;
    text-align:left;
    font-size: 12px;
    box-sizing: border-box;
    margin:40px auto;}
#footer .copyright p{color: #f00;}
#footer .copyright p a{color: #fff;}

/*-----------header end--------------*/

/*-----------track Application--------------*/
.track{background-color: #808080; padding: 22px;}
.topForm .btnGo {
    background: #006cb4;
    color: #fff;
    border: 1px solid #006ab0;
    width: 140px;
    height: 50px;
    float: left;
}

.trackApplication {background: #fff;  padding: 20px;  margin-top: 240px;}
.trackApplication h4 { color: #005c9a;  font-weight: 300;}
.modal-dialog h4 {
    color: #1f8fd8;
    width: 100%;
    float: left;
    font-weight: 300;
}
/*-----------track Application end--------------*/

.blueBox{padding: 0px 0 40px;}

.as-banner{ width:100%; height:400px; background-color: #58a7e6; background: url(../img/ats-banner.jpg) center no-repeat;background-size:100%;}
.as-banner .caption{ margin:0px; padding: 110px 0px 0px 0px;}
.as-banner .caption h2{ margin:20px 0px; padding:0px;}
.as-banner .caption strong{color:#fff !important; text-shadow: 0 0 10px #555;}

.ls-banner{ width:100%; height:400px; background-color: #58a7e6; background: url(../img/als-banner.jpg) center no-repeat; background-size:100%;}
.ls-banner .caption{ margin:0px; padding: 170px 0px 0px 0px;}
.ls-banner .caption h2{ margin:20px 0px; padding:0px; text-shadow: 3px 0px 3px #000;}
.ls-banner .caption strong{color:#fff !important; text-shadow: 0 0 10px #555;}


.mainBox {width: 85%; margin: 20px auto 25px;}
.mainBox-margin {margin-top: 90px}
.mainBox-mr15 {margin-top: 15px!important;}

.travelForm {
    background: #fafbfc;
    padding: 25px 50px;
    border-radius: 15px;
    box-shadow: none;
}
.travelForm .btn-success {
    background-color: #006ab1;
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    border: none;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0,0,0,.1);
    cursor: pointer;
    float: none;
}

.informForm .btn-success {
    background-color: #006ab1;
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    border: none;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0,0,0,.1);
    cursor: pointer;
    float: right;
}
.loungeForm .btn-success {
    background-color: #006ab1;
    display: inline-block;
    max-width: 100%;
    padding: 15px 40px;
    font-size: 16px;
    transition: all .5s ease 0s;
    border: none;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0,0,0,.1);
    cursor: pointer;
    float: right;
}

.loungeForm .btn-success:hover{background: #006ab1; box-shadow: none;}
.resultBox .servicesBox .bookBtn:hover {background: #006ab1; box-shadow: none;}
.travelForm .btn-success:hover, .informForm .btn-success:hover{background-color: #006ab1; text-decoration:none;}
.des h2 {color: #040404;font-weight: 400;}
.travelImg {margin-top: 98px;}

/*-------Resultpage -------------*/
.resultBox {
    background: #fff;
    border-radius: 0px;
    margin: 70px 15px;
    padding: 25px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.1);
    float: left;
    width: 100%;
}
.resultBox .servicesBox .serText h3 {
    font-size: 18px;
    font-weight: 400;
    color: #005a96;
}

.resultBox .servicesBox .serText li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.resultBox .servicesBox .serPrice {
    background: #ededed;
    width: 20%;
    float: left;
    position: absolute;
    height: 100%;
    text-align: center;
    right: 0;
    border-radius: 0px 5px 5px 0px;
}

.resultBox .servicesBox .bookBtn {
    background-color: #006cb4;
    display: inline-block;
    padding: 0 2rem;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border: .1rem transparent;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0,0,0,.1);
    cursor: pointer;
    text-decoration: none;
}
.pTop{margin-top: 16px;}
#resultPrice {
    font-size: 20px;
    font-weight: 400;
    color: #006db6;
    display: block;
}

/*-------Resultpage end -------------*/

/*-------form page-------------*/
.informForm .panel {
    border-radius: 0px;
    border-color: rgba(175,226,255,0)!important;
    margin-bottom: 10px!important;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    background-color: #fff;
}
.informForm .panel-heading {
    width: 100%;
    float: left;
    background-color: rgba(249,253,255,0)!important;
    color: #006cb4!important;
}
/*-------form page end -------------*/

/*-------summary page -------------*/
.leftBox .resultBox{box-shadow: 0 0px 3px 0 rgba(0,0,0,.1);}
.leftBox .resultBox h3 {color: #006ab1; font-size: 26px;}
.rightBox .summary {
    background: #fff;
    border-radius: 0px;
    margin: 25px 15px;
    padding: 25px 0;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    font-size: 14px;
}
.rightBox .summary .total {
    font-weight: 500;
    width: 100%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}
.rightBox .summary .seperate {
    border-top: 1px solid #ececec;
    margin: 5px 0px 15px;
    width: 100%;
    float: left;
}

.resultBox .servicesBox.active {
    background: #ffffff;
    border: 1px solid #ececec;
}

.transferSummary .rightBox .panel-default .panel-title a {
    color: #006cb4;
    text-decoration: none;
}

.btn-continue {
    background-color: #006cb4;
    padding: 15px 40px;
    border: .1rem transparent;
    border-radius: 7px;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0,0,0,.1);
}
.btn-continue:hover { background-color: #006cb4;}
/*-------summary page end -------------*/


/*-------Lounge page -------------*/
.loungeForm {
    background: #fafbfc;
    padding: 25px 50px;
    border-radius: 15px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.2);
}
.loungeBox .serPrice strong {
    color: #006cb3;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 5px;
}
.textBlue { color: #006cb4 !important;}
/*-------Lounge page end -------------*/

/*-------Payment page -------------*/
.paymentLinkForm .btn-success {
    background-color: #006ab1;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0,0,0,.1);
    float: none;
}
.paymentLinkForm .btn-success:hover {background-color: #006ab1;}

.borderDashedLeft {
    border-left: 1px dashed #006ab1;
}
.paymentLinkForm h3, .paymentSummary h3 {
    color: #006ab1;
    font-weight: 300;
    border-bottom: 1px dashed #006ab1;
    padding-bottom: 10px;
}
/*-------Payment page end -------------*/

#footer .col-4{width: 20%;padding: 0 2%;color: #73787F;}
#footer .col-4 h5{color: #fff;}