@font-face {
    font-family: Avenir;
    src: url(../fonts/AvenirLTStd-Book.otf), url(../fonts/AvenirLTStd-Light.otf), url(../fonts/AvenirLTStd-Roman.otf);
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
.blueBox h2, h2, h3 {
    font-weight: 300
}

.nav li, .navigation, .resultBox, .resultBox .servicesBox .serText, .travelForm .adult, .travelForm .input1 {
    box-sizing: border-box
}

.btn-continue, .btn-sm-blue, .btn-sm-green, .informForm .btn-success, .nav li .btn-continue, .resultBox .servicesBox .bookBtn, .resultBox .servicesBox1 .bookBtn, .resultForm .btn-continue, .travelForm .btn-success {
    transition: all .5s ease 0s;
    max-width: 100%
}

h2, h3 {
    margin-bottom: 20px;
    color: #2EA8E6
}

.nav li .dropdown-menu:after, .nav li .dropdown-menu:before {
    position: absolute;
    right: 85px;
    content: ''
}

.formStep, .nav li, ul.loader {
    list-style: none
}

.thankTable, .trackApp {
    border-collapse: collapse
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.blueBox, .blueBox1, body {
    font-family: Roboto, sans-serif
}

body {
    margin: 0;
    padding: 0;
    background: #fafbfc
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 35px
}

.wrap {
    width: 85%;
    margin: auto
}

.blueBox {
    background: url(../img/boxBg.jpg);
    width: 100%;
    padding: 0 0 150px;
    color: #fff;
    text-align: center
}

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

.blueBox h2 {
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff
}

.blueBox strong {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.backBg {
    background: url(../img/backBg.jpg) top center no-repeat;
    background-size: 100% 25%
}

.blueBox1 {
    background: rgba(0, 0, 0, .2);
    width: 100%;
    padding: 0 0 45px;
    color: #fff;
    text-align: center
}

.blueBox1 .caption {
    margin: 75px auto 15px;
    width: 85%
}

.blueBox1 h2 {
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff
}

.blueBox1 strong {
    font-size: 18px;
    font-weight: 400
}

.menuIcon {
    display: none
}

.nav li .btn-continue, .travelForm .input1 {
    display: inline-block;
    text-decoration: none
}

.navigationPanel a {
    padding: 10px 30px;
    color: #000;
    border-bottom: solid 3px #fff;
    margin: 0 1px
}

.navigationPanel a.active, .navigationPanel a:hover {
    border-bottom: solid 3px #4ab39e
}

.navigation {
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 30px
}

.logo {
    width: 250px;
    float: left
}

.nav {
    float: right;
    margin-top: 15px
}

.nav li {
    float: left;
    padding: 0 20px
}

.nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.nav li a i.fa.fa-home {
    font-size: 20px;
    margin-top: -2px
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: 0 0
}

.nav li.dropdown ul {
    margin: 0 !important;
    border: 1px solid #2EA8E6;
    left: -15px
}

.nav li .dropdown-menu:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #2ea8e6
}

.nav li .dropdown-menu:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.nav li .dropdown-menu > li {
    width: 100%;
    padding: 7px 0
}

.nav li .dropdown-menu > li > a {
    color: #333
}

.nav li .btn-continue {
    background-color: #1fcc75;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    margin: -25px auto 0
}

.nav li .btn-continue:focus, .nav li .btn-continue:hover {
    background: #14bd68;
    color: #fff;
    text-decoration: none;
    box-shadow: none
}

.mainBox {
    width: 85%;
    margin: -140px auto 25px
}

.mainBox2 {
    width: 85%;
    margin: -220px auto 25px
}

.travelForm {
    background: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2)
}

.travelForm .details {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.travelForm .col-3 {
    width: 33%;
    float: left;
    position: relative
}

.travelForm label {
    margin: 5px 0;
    color: #73797f;
    float: left;
    font-size: 14px;
    width: 100%
}

.travelForm .adult, .travelForm .child, .travelForm .infant, .travelForm .input1 {
    padding: 8px 15px;
    color: #5D6368;
    height: 48px
}

.travelForm .input1 {
    border: 1px solid #d6dbe1;
    width: 85%;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.travelForm .adult, .travelForm .child {
    border: 1px solid #d6dbe1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.travelForm .adult {
    width: 27%;
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

.travelForm .child, .travelForm .infant {
    width: 25%;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer
}

.travelForm .child {
    margin: 0 9px
}

.travelForm .infant {
    border: 1px solid #d6dbe1;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.travelForm .btn-success {
    background-color: #1fcc75;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    border: none;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    float: right
}

.travelForm .btn-success:hover {
    background: #10bc65;
    box-shadow: none
}

.textSection {
    padding: 25px 50px;
    width: 100%;
    float: left
}

.des {
    width: 75%;
    float: left
}

.des h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2EA8E6
}

.des ul {
    padding-left: 25px
}

.des li, .des p {
    color: #737880;
    line-height: 28px
}

.travelImg {
    width: 25%;
    float: right
}

.travelImg img {
    width: 100%;
    margin-left: 0
}

.formStep {
    padding: 0;
    margin: 20px auto;
    width: 80%
}

.formStep li {
    width: 25%;
    float: left;
    line-height: 30px;
    color: rgba(255, 255, 255, .4);
    text-align: left
}

.formStep li .count {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    float: left;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 10px
}

.formStep li.active {
    color: #fff
}

.formStep li.active .count {
    border: 1px solid #fff
}

.resultBox {
    background: #fff;
    border-radius: 15px;
    margin: 25px 15px;
    padding: 25px;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, .1);
    float: left;
    width: 100%
}

.resultBox h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    color: #51585E
}

.resultBox h3 .totalCount {
    font-size: 15px;
    margin-top: 15px;
    color: #2ea8e6
}

.resultBox p {
    margin: 7px 0;
    color: #4c5159
}

.selectAirport {
    float: right;
    font-weight: 400
}

.selectAirport1 {
    float: right;
    font-weight: 300;
    font-size: 18px
}

.resultBox .servicesBox {
    width: 100%;
    float: left;
    border: 1px solid #999;
    border-radius: 5px;
    position: relative;
    margin: 15px 0;
    min-height: 150px
}

.resultBox .servicesBox .serText {
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #646B71;
    width: 80%;
    float: left;
    position: relative
}

.resultBox .servicesBox .serText h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2ea8e6
}

.resultBox .servicesBox .serText a {
    color: #4099d8
}

.resultBox .servicesBox .serText p {
    margin-top: 15px;
    width: 100%;
    float: left;
    font-weight: 300;
    color: #4c5159
}

.resultBox .servicesBox .serText .col-md-4 p {
    margin: 10px 0
}

.resultBox .servicesBox .serText ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.resultBox .servicesBox .serText li {
    width: 100%;
    float: left;
    margin: 3px 0;
    font-weight: 300;
    color: #4c5159
}

.resultBox .servicesBox .serText li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px
}

.resultBox .servicesBox .serText .holiday-features {
    border-top: 1px solid #ddd;
    padding: 5px
}

.resultBox .servicesBox .serText .holiday-features span {
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 9px
}

.resultBox .servicesBox .serText .holiday-features .modalBtn {
    float: right;
    margin-top: 10px
}

.resultBox .servicesBox .serText ul li:nth-child(4):before {
    content: '\f007';
    font-family: FontAwesome;
    margin-right: 10px
}

.resultBox .servicesBox .serPrice {
    background: #dfe5eb;
    width: 20%;
    float: left;
    position: absolute;
    height: 100%;
    text-align: center;
    right: 0
}

.resultBox .servicesBox .bookBtn {
    background-color: #4099d8;
    display: inline-block;
    padding: 0 2rem;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    text-decoration: none
}

.informForm .infantDet .appNation .select2-container, .informForm .input1, .informForm .input2 {
    height: 48px;
    text-decoration: none;
    box-sizing: border-box
}

.informForm h2, .informForm h3 {
    color: #2EA8E6;
    font-weight: 300;
    margin-bottom: 20px
}

.resultBox .servicesBox .bookBtn:hover {
    background: #2ea8e6;
    box-shadow: none
}

.informForm h2 {
    font-size: 35px;
    margin-top: 0
}

.informForm h3 {
    border-bottom: 1px dashed #3ca6e2;
    padding-bottom: 10px
}

.informForm .input1, .informForm .input2 {
    border: 1px solid #d6dbe1;
    display: inline-block;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.informForm .details {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.informForm .col-2, .informForm .col-3 {
    margin: 0 15px;
    float: left;
    position: relative
}

.informForm .col-2 {
    width: 47%
}

.informForm .col-3 {
    width: 30%
}

.informForm label {
    margin: 5px 0;
    color: #73797f;
    float: left;
    font-size: 14px;
    width: 100%;
    font-weight: 400
}

.informForm .input1 {
    width: 100%;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368
}

.informForm .btn-success {
    background-color: #1fcc75;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    float: right
}

.informForm .btn-success:hover {
    background: #10bc65;
    box-shadow: none
}

.informForm .mCode {
    width: 45%;
    float: left
}

.informForm .mNumber {
    width: 52%;
    float: left;
    margin-left: 8px
}

.informForm .input2 {
    width: 100%;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368
}

.informForm .appNation .select2-container, .informForm .mCode .select2-container {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    display: inline-block;
    height: 48px;
    text-decoration: none;
    box-sizing: border-box
}

.informForm .mCode .select2-container {
    border: 1px solid #d6dbe1;
    width: 100% !important;
    padding: 4px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368
}

.informForm .mCode .select2-container .select2-selection--single {
    border: none;
    border-radius: 0
}

.informForm .mCode .select2-container .select2-selection--single:focus {
    outline: 0
}

.informForm .details.passCount {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    width: 95%
}

.informForm .deleteDetails {
    padding: 40px 10px 24px;
    border-bottom: 1px dashed #ccc;
    width: 5%;
    float: left
}

.informForm strong.passType {
    width: 10%;
    float: left;
    color: #666;
    padding-left: 10px;
    margin-top: 40px
}

.informForm .title {
    width: 14%;
    float: left;
    padding-left: 10px
}

.informForm .appName {
    width: 30%;
    float: left;
    padding-left: 10px
}

.informForm .appNation {
    width: 28.5%;
    float: left;
    padding-left: 10px
}

.informForm .appNation .select2-container {
    border: 1px solid #d6dbe1;
    width: 100% !important;
    padding: 4px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368
}

.informForm .appNation .select2-container .select2-selection--single {
    border: none;
    border-radius: 0
}

.informForm .appNation .select2-container .select2-selection--single:focus {
    outline: 0
}

.informForm .flightType {
    width: 16%;
    float: left;
    padding-left: 10px
}

.informForm .infantDet .title {
    width: 12.5%
}

.informForm .infantDet .appName, .informForm .infantDet .appNation {
    width: 24%
}

.informForm .infantDet .appNation .select2-container {
    border: 1px solid #d6dbe1;
    width: 100% !important;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368
}

.informForm .infantDet .appNation .select2-container .select2-selection--single {
    border: none;
    border-radius: 0
}

.informForm .infantDet .appNation .select2-container .select2-selection--single:focus {
    outline: 0
}

.informForm .infantDet .flightType {
    width: 16%
}

.informForm .infantDet .age {
    width: 12%;
    float: left;
    padding-left: 10px
}

.informForm .panel, .informForm .panel-collapse, .informForm .panel-title, .informForm .panel-title a {
    width: 100%;
    float: left
}

.informForm .panel {
    border-radius: 10px;
    border-color: rgba(175, 226, 255, 0) !important;
    margin-bottom: 10px !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.informForm .panel-heading {
    width: 100%;
    float: left;
    background-color: rgba(249, 253, 255, 0) !important;
    color: #2ea8e6 !important
}

.informForm .panel-body {
    border-top-color: #2EA8E6 !important
}

.informForm .panel-title {
    font-size: 22px;
    font-weight: 300
}

.informForm .panel-title a:focus, .informForm .panel-title a:hover {
    text-decoration: none
}

.informForm .panel-title .more-less {
    float: right;
    font-size: 15px
}

.leftBox {
    width: 70%;
    float: left
}

.resultBox .servicesBox.active {
    background: #e6f4fb;
    border: 1px solid #5fb1d1
}

.rightBox .summary .dateD, .rightBox .summary .refNumber {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.resultBox .servicesBox.active .serPrice {
    background: #abd7f1
}

.rightBox {
    width: 29%;
    float: right
}

.rightBox .summary, .rightBox .summary p {
    float: left;
    width: 100%
}

.rightBox .summary {
    background: #fff;
    border-radius: 15px;
    margin: 25px 15px;
    padding: 25px 0;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    font-size: 14px
}

.rightBox .summary h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #51585E;
    padding: 0 25px
}

.rightBox .summary span {
    float: right;
    width: 59%;
    text-align: right;
    font-weight: 400
}

.rightBox .summary .refNumber {
    padding: 5px 25px
}

.rightBox .summary .passDetail {
    padding: 10px 25px
}

.rightBox .summary .seperate {
    border-top: 1px solid #ececec;
    margin: 5px 15px;
    width: 90%;
    float: left
}

.rightBox .summary hr {
    border-top: 1px solid #ececec;
    margin: 5px;
    width: 100%;
    float: left
}

.rightBox .summary .serviceS {
    margin: 10px 0 0;
    width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box
}

.rightBox .summary .serviceS strong {
    width: 81%;
    float: left
}

.rightBox .summary .action {
    margin: 0;
    padding: 0 25px
}

.rightBox .summary .action a {
    color: #3789d2;
    text-decoration: none
}

.rightBox .summary .dateD {
    padding: 15px 25px;
    width: 100%;
    float: left;
    box-sizing: border-box
}

.rightBox .summary .total {
    font-weight: 500;
    width: 100%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box
}

.rightBox .summary .total span:first-child {
    float: left
}

.rightBox .summary .total a {
    font-size: 15px
}

.rightBox .summary h5 {
    font-size: 18px;
    color: #2ea8e6;
    width: 100%;
    float: left
}

.btn-continue, .btn-sm-blue, .btn-sm-green {
    font-size: 16px;
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    cursor: pointer
}

.btn-continue, .btn-sm-blue, .btn-sm-blue:focus, .btn-sm-blue:hover, .btn-sm-green, .btn-sm-green:focus, .btn-sm-green:hover {
    color: #fff;
    text-decoration: none
}

.btn-continue {
    background-color: #1fcc75;
    padding: 15px 40px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1)
}

.btn-continue:focus, .btn-continue:hover {
    background: #10bc65;
    color: #fff;
    text-decoration: none;
    box-shadow: none
}

.btn-sm-green {
    background-color: #1fcc75;
    padding: 5px 20px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1)
}

.btn-sm-green:focus, .btn-sm-green:hover {
    background: #10bc65;
    box-shadow: none
}

.btn-sm-blue {
    background-color: #4099d8;
    padding: 10px 25px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1)
}

.btn-sm-blue:focus, .btn-sm-blue:hover {
    background: #4099d8;
    box-shadow: none
}

.resultForm {
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    width: 55%;
    margin: 55px auto 0;
    color: #4c5159;
    font-size: 14px
}

.resultForm .col-2 {
    width: 42%;
    float: left;
    position: relative
}

.resultForm label {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 7px
}

.resultForm .input1 {
    border: 1px solid #d6dbe1;
    width: 90%;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 40px;
    float: left
}

.resultForm .btn-continue {
    background-color: #1fcc75;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    text-decoration: none;
    margin: 22px 0 10px;
    float: left
}

.resultForm .btn-continue:hover {
    background: #10bc65;
    box-shadow: none
}

.resultBox table {
    width: 100%
}

.serviceType {
    width: 100%;
    float: left;
    border: 1px dashed #9ea1a6
}

.serviceType .typeIimg {
    width: 13%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box
}

.serviceType .typeText {
    width: 87%;
    float: left;
    padding: 0 15px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #4c5159;
    border-left: 1px solid #b7b7b7
}

.serviceType .typeText h2 {
    font-size: 22px;
    font-weight: 400;
    color: #51585E
}

.serviceType .typeText h5 {
    font-size: 16px;
    color: #51585E;
    margin: 10px 0;
    text-decoration: underline
}

.serviceType .typeText ul {
    padding-left: 15px;
    margin: 0
}

.serviceType .typeText li {
    width: 25%;
    float: left;
    list-style-type: circle
}

#profession-list, .key ul, .meetAndGreetService ul, .serviceSection ul, .signUp .type {
    list-style-type: none
}

.serviceType.active {
    background: #e6f4fb;
    border: 1px dashed #5fb1d1
}

.resultBox .servicesBox1 {
    width: 100%;
    float: left;
    border: 1px solid #999;
    border-radius: 5px;
    position: relative;
    margin: 15px 0
}

.resultBox .servicesBox1 .serText {
    padding: 10px;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 14px;
    color: #646B71;
    width: 55%
}

.resultBox .servicesBox1 .serText h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2ea8e6;
    margin-bottom: 10px
}

.resultBox .servicesBox1 .serText a {
    color: #4099d8;
    cursor: pointer
}

.resultBox .servicesBox1 .serText .readText {
    color: #4099d8;
    font-weight: 700;
    cursor: pointer;
    width: 25px;
    float: left
}

.resultBox .servicesBox1 .serText p {
    margin-top: 15px;
    width: 100%;
    float: left;
    font-weight: 300
}

.resultBox .servicesBox1 .serText ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.resultBox .servicesBox1 .serText li {
    width: 33%;
    float: left;
    margin: 0;
    font-weight: 300
}

.resultBox .servicesBox1 .serText li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px
}

.meetAndGreetService:after, .serviceSection:after, .serviceSection:before {
    bottom: 0;
    content: ""
}

.resultBox .servicesBox1 .serText .collapse.in {
    display: inline
}

.resultBox .servicesBox1 .serPrice {
    background: #f2f3f5;
    width: 15%;
    text-align: center;
    border-left: 1px solid #9ea1a6;
    box-sizing: border-box;
    font-size: 14px
}

.resultBox .servicesBox1 .serPrice .pTop {
    height: 70px
}

.resultBox .servicesBox1 .serPrice h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #9ea1a6;
    font-weight: 300;
    width: 75%;
    margin: 15px auto 0;
    font-size: 16px
}

.resultBox .servicesBox1 .serPrice small {
    color: #9ea1a6;
    font-weight: 300;
    font-size: 10px
}

.resultBox .servicesBox1 .serPrice strong {
    color: #10bc65;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 5px
}

.resultBox .servicesBox1 .serPrice span {
    color: #9ea1a6;
    font-weight: 300;
    width: 100%;
    text-align: center;
    float: left
}

.resultBox .servicesBox1.active {
    background: #e6f4fb;
    border: 1px solid #5fb1d1
}

.resultBox .servicesBox1.active .serPrice {
    background: #abd7f1
}

.resultBox .servicesBox1.active .serPrice h4 {
    color: #777;
    border-top: 1px solid #a8a8a8
}

.resultBox .servicesBox1.active .serPrice small, .resultBox .servicesBox1.active .serPrice span {
    color: #777
}

.resultBox .servicesBox1 .bookBtn {
    background-color: #4099d8;
    display: inline-block;
    padding: 0 2rem;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    text-decoration: none
}

.resultBox .servicesBox1 .bookBtn:hover {
    background: #2ea8e6;
    box-shadow: none
}

.maxH {
    height: 400px
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.btn-signup, .checkout .btn-success, .paymentBtn, .signupForm .btnRegister {
    max-width: 100%;
    transition: all .5s ease 0s;
    cursor: pointer
}

#footer {
    width: 100%;
    float: left;
    background: #5cb8e9;
    padding: 10px 100px 0;
    box-sizing: border-box;
    border-top: 1px solid #f5f5f5
}

#footer h3 {
    color: #fff;
    font-size: 23px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    font-weight: 400
}

#footer .col-4 {
    width: 25%;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 20px
}

#footer .col-4 ul {
    padding: 0;
    list-style: none
}

#footer .col-4 ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 30px
}

#footer .col-4 ul li a:hover {
    color: #fdf7f7
}

#footer .copyright {
    color: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2
}

#footer a {
    text-decoration: none;
    color: #73787F
}

#footer a:hover {
    color: #ebf4f7
}

#footer .btn-primary {
    background: #FFEB3B;
    border: none;
    margin-bottom: 10px;
    color: #6f7273
}

#footer .btn-primary:hover {
    background: #fbe100;
    color: #6f7273
}

.checkout, .checkout .input1 {
    box-sizing: border-box;
    background: #fff
}

.checkout {
    border-radius: 15px;
    margin: 25px 0;
    padding: 25px;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, .1);
    float: left;
    width: 100%
}

.checkout .input1, .checkout .mCode {
    border: 1px solid #d6dbe1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.checkout h2 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    color: #2EA8E6
}

.checkout p {
    color: #464646;
    font-weight: 400
}

.checkout p strong {
    color: #464646;
    font-weight: 500
}

.secure {
    color: #333;
    font-weight: 400;
    font-size: 24px
}

.checkout .details {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.checkout .col-2 {
    width: 47%;
    float: left;
    margin: 0 15px;
    position: relative
}

.checkout label {
    margin: 5px 0;
    color: #73797f;
    float: left;
    font-size: 14px;
    width: 100%
}

.checkout .input1 {
    width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    height: 48px
}

.checkout .input1:focus {
    outline: 0
}

.checkout .btn-success {
    background-color: #48b0f7;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    float: left
}

.checkout .mCode, .checkout .mNumber {
    padding: 8px 10px;
    color: #5D6368;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none
}

.checkout .btn-success:focus, .checkout .btn-success:hover {
    background: #10bc65;
    box-shadow: none;
    border: none;
    outline: 0
}

.checkout .mCode {
    width: 35%;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.checkout .mNumber {
    border: 1px solid #d6dbe1;
    width: 60%;
    margin-left: 8px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.thanks {
    background: #fff;
    border-radius: 15px;
    margin: 25px 0;
    padding: 25px;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, .1);
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.thankTable td, .thankTable th {
    border: 1px solid #ededed;
    width: 33%;
    padding: 15px;
    text-align: center
}

.thanks i {
    font-size: 65px;
    color: #2EA8E6;
    margin: 25px
}

.thanks h2 {
    font-size: 24px;
    font-weight: 400;
    color: #2EA8E6;
    margin-top: 0
}

.thankTable {
    margin: 15px auto;
    border: 1px solid #ededed
}

.thankTable th {
    color: #999;
    font-size: 12px
}

.thankTable td {
    font-size: 13px;
    color: #626262;
    font-weight: 700
}

.thanks hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.thanksForm {
    width: 605px;
    margin: 40px auto 20px;
    border: 1px solid #ededed;
    padding: 15px
}

.thanksForm .form-group {
    margin-top: 15px
}

.thanksForm label {
    color: #388cd4
}

.thanksForm .filestyle {
    width: 42%
}

.thanksForm .btn-secondary {
    color: #fff;
    background-color: #25abd3;
    padding: 6px 15px;
    height: 34px
}

.thanksForm .btn-secondary i.fa.fa-folder {
    margin: 0;
    font-size: 16px;
    color: #fff
}

.unsuccessM h2, .unsuccessM i {
    color: #ffb637
}

.unsuccessM i {
    font-size: 45px
}

.paymentBtn {
    background-color: #ffb637;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    text-decoration: none
}

.paymentBtn:focus, .paymentBtn:hover {
    background: #ffa200;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    border: none;
    outline: 0
}

#suggesstion-box, #suggesstion-box1, #suggesstion-box2 {
    position: absolute;
    background: #fff;
    z-index: 1
}

.error {
    color: #db0000 !important;
    border: 1px solid #db0000 !important
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}

select {
    -webkit-appearance: none;
    background: #fff url(../img/select-arr.png) right center no-repeat !important
}

#suggesstion-box {
    width: 100%;
    margin-left: 0
}

#suggesstion-box2 {
    width: 92%
}

#profession-list {
    padding: 5px;
    margin: 0;
    width: 100% !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    border: 1px solid #d5d5d5
}

#profession-list li {
    border-color: #156090;
    background: #186ba0;
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 5px
}

.minHeight {
    min-height: 500px
}

.load-par, ul.loader {
    position: fixed;
    left: 0
}

ul.loader {
    /*! z-index: 3;
     */
    margin: 0 auto;
    /*! left: 200px;
     */
    top: 40%;
    width: 50px;
    height: 60px;
    right: 0;
    padding: 0
}

ul.loader li {
    background-color: #3786d1;
    width: 10px;
    height: 10px;
    float: right;
    margin-right: 5px;
    box-shadow: 0 28px 9px rgba(55, 134, 209, .3)
}

ul.loader li:first-child {
    -webkit-animation: loadbars 2s cubic-bezier(.645, .045, .355, 1) infinite 0s;
    -moz-animation: loadbars 2s cubic-bezier(.645, .045, .355, 1) infinite 0s;
    -ms-animation: loadbars 2s cubic-bezier(.645, .045, .355, 1) infinite 0s;
    -o-animation: loadbars 2s cubic-bezier(.645, .045, .355, 1) infinite 0s;
    animation: loadbars 2s cubic-bezier(.645, .045, .355, 1) infinite 0s
}

ul.loader li:nth-child(2) {
    -webkit-animation: loadbars 2s ease-in-out infinite -.2s;
    -moz-animation: loadbars 2s ease-in-out infinite -.2s;
    -ms-animation: loadbars 2s ease-in-out infinite -.2s;
    -o-animation: loadbars 2s ease-in-out infinite -.2s;
    animation: loadbars 2s ease-in-out infinite -.2s
}

ul.loader li:nth-child(3) {
    -webkit-animation: loadbars 2s ease-in-out infinite -.4s;
    -moz-animation: loadbars 2s ease-in-out infinite -.4s;
    -ms-animation: loadbars 2s ease-in-out infinite -.4s;
    -o-animation: loadbars 2s ease-in-out infinite -.4s;
    animation: loadbars 2s ease-in-out infinite -.4s
}

@keyframes loadbars {
    0%, 100% {
        height: 10px;
        margin-top: 25px
    }
    50% {
        height: 50px;
        margin-top: 0
    }
}

@-webkit-keyframes loadbars {
    0%, 100% {
        height: 10px;
        margin-top: 25px
    }
    50% {
        height: 50px;
        margin-top: 0
    }
}

@-moz-keyframes loadbars {
    0%, 100% {
        height: 10px;
        margin-top: 25px
    }
    50% {
        height: 50px;
        margin-top: 0
    }
}

.load-par {
    display: none;
    top: 0;
    width: 100%;
    height: 800px;
    height: 100vh;
    margin: 0 auto;
    background: rgba(0, 0, 0, .75);
    z-index: 1051
}

@media only screen and (max-width: 1280) {
    .load-par {
        height: 800px;
        height: 100vh
    }
}

@media only screen and (max-width: 1440) {
    .load-par {
        height: 900px;
        height: 100vh;
        margin: 0 auto
    }
}

@media only screen and (max-width: 1680) {
    .load-par {
        height: 1050px;
        height: 100vh
    }
}

@media only screen and (max-width: 1920) {
    .load-par {
        height: 1200px;
        height: 100vh
    }
}

.aboutSection {
    color: #737880;
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #fafbfc
}

.aboutSection h3 i {
    margin-bottom: 20px;
    font-size: 20px
}

.aboutSection h3 {
    margin-bottom: 30px
}

.serviceSection {
    padding: 35px 0;
    float: left;
    width: 100%;
    color: #737880;
    font-size: 15px;
    border-top: 1px solid #eee;
    position: relative
}

.serviceSection:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(135deg, #287acc 0, #2ea8e6 29%, #59ccf3 100%);
    z-index: -2
}

.serviceSection:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url(../img/map-bg.png) center center no-repeat;
    z-index: -1
}

.serviceSection h3 {
    color: #fff
}

.serviceSection ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.serviceSection ul li {
    background: #fff;
    box-shadow: 0 .8rem 4.8rem 0 rgba(0, 0, 0, .17);
    box-sizing: border-box;
    margin: 15px;
    width: 30.5%;
    float: left;
    padding: 28px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 300
}

.serviceSection ul li h4 {
    color: #2ea8e6;
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 38px
}

.serviceSection ul li p {
    margin-bottom: 20px
}

.serviceSection ul li .list {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.serviceSection ul li .list li {
    background: 0 0;
    box-shadow: none;
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 3px
}

.serviceSection .carousel-inner {
    padding-bottom: 35px
}

.serviceSection .carousel-inner .carousel-caption {
    top: 90%;
    text-shadow: none
}

.serviceSection .carousel-control {
    color: #333;
    width: 10px;
    opacity: 1
}

.serviceSection .carousel-control.left, .serviceSection .carousel-control.right {
    background: 0 0
}

.serviceSection .carousel-control.left i {
    left: 0
}

.serviceSection .carousel-control i {
    position: absolute;
    top: 45%;
    color: #fff
}

.holidayPackage {
    padding: 35px 0;
    float: left;
    width: 100%;
    color: #737880;
    font-size: 15px;
    border-top: 1px solid #eee;
    position: relative
}

.holidayPackage h3 {
    color: #2EA8E6
}

.holidayPackage .package {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .17);
    box-sizing: border-box;
    margin: 15px;
    width: 30.7%;
    float: left;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 300
}

.holidayPackage .package a:focus, .holidayPackage .package a:hover {
    outline: 0;
    border: 0;
    text-decoration: none
}

.holidayPackage .package h4 {
    color: #2ea8e6;
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 38px
}

.holidayPackage .package img {
    width: 100%;
    height: 175px
}

.holidayPackage .package p {
    margin-bottom: 20px
}

.holidayPackage .carousel-control {
    color: #333;
    width: 10px;
    opacity: 1
}

.holidayPackage .carousel-control.left, .holidayPackage .carousel-control.right {
    background: 0 0
}

.holidayPackage .carousel-control.left i {
    left: 0
}

.holidayPackage .carousel-control i {
    position: absolute;
    top: 45%;
    right: 2px;
    color: #fff
}

.holidayPackage .carousel-inner.onebyone-carosel {
    margin: auto;
    width: 90%
}

.holidayPackage .onebyone-carosel .active.left {
    left: -33.33%
}

.holidayPackage .onebyone-carosel .active.right, .holidayPackage .onebyone-carosel .next {
    left: 33.33%
}

.holidayPackage .onebyone-carosel .prev {
    left: -33.33%
}

.aboutPage {
    width: 100%;
    float: left;
    background: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .2);
    margin: 30px 0 15px
}

.contactBox {
    background: url(../img/boxBg.jpg);
    width: 100%;
    padding: 0 0 150px;
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
    height: 400px
}

.key ul li:before, .key ul li:first-child:before, .key ul li:nth-child(2):before, .key ul li:nth-child(3):before, .key ul li:nth-child(4):before, .rate > label:before {
    font-family: FontAwesome
}

.contactAddress {
    box-shadow: 0 .8rem 4.8rem 0 rgba(0, 0, 0, .1);
    color: #737880;
    top: -280px;
    width: 85%;
    position: relative;
    margin: auto
}

.contactAddress .title {
    color: #737880;
    font-weight: 500;
    letter-spacing: 1px
}

.contactAddress .left {
    background: #fff;
    width: 50%;
    float: left;
    padding: 35px 40px 50px;
    border-radius: 6px 0 0 6px;
    height: 415px
}

.contactAddress .left h3 {
    font-size: 50px
}

.contactAddress .right {
    background: #1fcc75;
    width: 50%;
    float: left;
    padding: 15px 20px;
    color: #fff;
    height: 415px
}

.contactAddress .right .col-md-6 {
    padding-left: 0;
    margin-bottom: 15px
}

.contactAddress .right .col-md-6.borderLeft {
    padding-left: 10px;
    padding-right: 0
}

.contactDetail .addresses, .contactDetail .contactForm {
    box-shadow: 0 .8rem 4.8rem 0 rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 6px;
    height: 625px;
    background: #fff;
    box-sizing: border-box;
    float: left
}

.contactAddress .right a {
    color: #fff
}

.contactAddress .right h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px
}

.contactAddress .right p {
    font-size: 14px;
    margin-bottom: 10px
}

.contactAddress .right strong {
    margin: 5px 0;
    width: 100%;
    float: left
}

.map {
    position: absolute;
    width: 100%;
    z-index: -1
}

.contactDetail {
    width: 100%;
    float: left;
    margin: 150px 0 50px
}

.contactDetail .addresses {
    width: 47%;
    color: #737880
}

.contactDetail .addresses h4 {
    color: #2EA8E6;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px
}

.contactDetail .addresses strong {
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.contactDetail .addresses p {
    margin-bottom: 20px
}

.contactDetail .contactForm {
    width: 48%;
    margin-left: 45px
}

.contactDetail .contactForm h5 {
    color: #2EA8E6;
    margin: 10px 0 20px
}

.contactDetail .contactForm label {
    color: #737880;
    font-weight: 400
}

.contactDetail .contactForm .form-control {
    border: 1px solid #d6dbe1;
    width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 48px;
    background: #fff
}

.contactDetail .contactForm .form-control:focus {
    outline: 0
}

.termsCondition {
    width: 100%;
    float: left;
    background: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .2);
    margin: 30px 0 15px;
    color: #7c7c7c
}

.termsCondition h4 {
    border-bottom: 1px dashed #ededed;
    padding-bottom: 10px;
    color: #2EA8E6;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400
}

.topForm {
    width: auto;
    background: #fff;
    margin: 0 auto 20px;
    display: inline-block
}

.topForm .form-control {
    width: 200px;
    float: left;
    background: #fff;
    padding: 6px 8px;
    font-size: 12px;
    color: #737880;
    border-radius: 0;
    height: 50px;
    border: none;
    border-left: 1px solid #ccc
}

.floatLeft {
    float: left
}

.loading {
    position: relative;
    float: left
}

.loading .loader {
    position: absolute;
    right: 30px;
    width: 30px;
    top: 10px
}

#airports .option {
    background: red;
    height: 30px !important;
    font-size: 20px;
    padding: 15px
}

.topForm .btnGo {
    background: #1fcc75;
    color: #fff;
    border: 1px solid #1fcc75;
    width: 140px;
    height: 50px;
    float: left
}

.meetAndGreetService {
    padding: 35px 0;
    float: left;
    width: 100%;
    color: #737880;
    font-size: 15px
}

.meetAndGreetService:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url(../img/map-bg.png) center center no-repeat;
    z-index: -1
}

.meetAndGreetService ul {
    padding: 10px 20px;
    margin: 0;
    box-sizing: border-box
}

.meetAndGreetService ul li {
    background: #fff;
    box-shadow: 0 .8rem 4.8rem 0 rgba(0, 0, 0, .17);
    box-sizing: border-box;
    margin: 15px;
    width: 30.4%;
    float: left;
    padding: 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 300
}

.meetAndGreetService .carousel-control.left, .meetAndGreetService .carousel-control.right, .summary h3 {
    background: 0 0
}

.summary .leftPanel .imgName strong, .summary h3 {
    font-weight: 400
}

.meetAndGreetService ul li h4 {
    color: #2ea8e6;
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 38px
}

.meetAndGreetService ul li p {
    margin-bottom: 20px
}

.meetAndGreetService ul li .list {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.meetAndGreetService ul li .list li {
    background: 0 0;
    box-shadow: none;
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 3px
}

.meetAndGreetService .carousel-inner {
    padding-bottom: 35px
}

.meetAndGreetService .carousel-inner .carousel-caption {
    top: 90%;
    text-shadow: none
}

.meetAndGreetService .carousel-control {
    color: #333;
    width: 10px;
    opacity: 1
}

.meetAndGreetService .carousel-control.left i {
    left: 0
}

.meetAndGreetService .carousel-control i {
    position: absolute;
    top: 45%
}

.caption {
    text-align: center;
    margin-top: 75px
}

.caption h2 {
    color: #fff
}

.summary h3 {
    font-size: 28px;
    color: #2EA8E6;
    margin-top: 0;
    margin-bottom: 20px
}

.summary h3 .pull-right {
    font-size: 20px;
    margin-top: 10px
}

.summary .leftPanel, .summary .rightPanel {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box
}

.summary .leftPanel {
    padding: 25px;
    width: 70%;
    float: left
}

.summary .leftPanel p {
    color: #777;
    width: 100%;
    float: left
}

.summary .leftPanel .imgName {
    color: #0f74bb
}

.summary .leftPanel .arrDetail p strong {
    margin-right: 7px;
    float: left;
    width: 47%
}

.summary .leftPanel .arrDetail p span {
    float: right;
    width: 50%
}

.summary .rightPanel {
    padding: 25px 25px 0;
    width: 29%;
    float: right;
    color: #777
}

.summary h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #51585E;
    float: left;
    width: 100%
}

.summary .rightPanel strong {
    font-weight: 400
}

.summary .rightPanel h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #51585E
}

.summary .rightPanel span {
    float: right
}

.summary .rightPanel .passDetail {
    padding: 10px 0
}

.summary .rightPanel .seperate {
    border-top: 1px solid #ececec;
    margin: 5px 0;
    width: 100%;
    float: left
}

.summary .rightPanel hr {
    border-top: 1px solid #ececec;
    margin: 5px;
    width: 100%;
    float: left
}

.summary .rightPanel .serviceS {
    margin: 10px 0 0;
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box
}

.key, .secure {
    margin-bottom: 15px
}

.summary .rightPanel .serviceS strong {
    width: 81%;
    float: left
}

.summary .rightPanel .dateD {
    width: 100%;
    float: left;
    box-sizing: border-box
}

.summary .rightPanel .dateD span {
    float: right
}

.summary .rightPanel .total {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 5px 0;
    box-sizing: border-box
}

.summary .rightPanel .total span:first-child {
    float: left
}

.summary .key h4 {
    color: #636363
}

.summary .key h5 {
    color: #636363;
    font-size: 16px
}

.key {
    background: #f0f7ff;
    padding: 15px;
    float: left;
    width: 100%
}

.key ul {
    padding-left: 0
}

.key ul li {
    padding: 7px 0;
    color: #0f74bb
}

.key ul li i {
    margin-right: 10px
}

.key ul li:first-child:before {
    content: '\f21d';
    margin-right: 10px
}

.key ul li:nth-child(2):before {
    content: '\f02d';
    margin-right: 10px
}

.key ul li:nth-child(3):before {
    content: '\f0b1';
    margin-right: 10px
}

.key ul li:before {
    content: '\f21d';
    margin-right: 10px
}

.key .holiday-features {
    border-top: 1px solid #ddd;
    padding: 5px
}

.key .holiday-features span {
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 9px
}

.key .holiday-features .modalBtn {
    float: right;
    margin-top: 5px
}

.key ul li:nth-child(4):before {
    content: '\f007';
    margin-right: 10px
}

.borderLeft {
    border-left: 1px solid #e2e2e2
}

.secure {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px
}

.secure i {
    line-height: 35px;
    background: #1fcc75;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0 5px;
    text-align: center;
    color: #fff
}

.faq .panel {
    border-radius: 10px;
    width: 100%;
    float: left;
    border-color: rgba(175, 226, 255, 0) !important;
    margin-bottom: 10px !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.feedbackForm, .signUp {
    box-shadow: 0 7px 11px 0 rgba(0, 0, 0, .2)
}

.faq .panel-heading {
    width: 100%;
    float: left;
    background-color: rgba(249, 253, 255, 0) !important;
    color: #2ea8e6 !important
}

.faq .panel-body {
    border-top-color: #2EA8E6 !important;
    color: #7c7c7c
}

.faq .panel-collapse {
    width: 100%;
    float: left
}

.faq .panel-title {
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    float: left
}

.faq .panel-title a {
    width: 100%;
    float: left
}

.faq .panel-title a:focus, .faq .panel-title a:hover {
    text-decoration: none
}

.faq .panel-title .more-less {
    float: right;
    font-size: 15px
}

.signUp {
    width: 100%;
    float: left;
    background: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    margin: 30px 0
}

.signUp .type {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.signUp .type li {
    width: 32%;
    float: left;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    text-align: center
}

.signupForm .input1, .signupForm .mCode {
    border: 1px solid #d6dbe1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.signUp .type li h4 {
    font-weight: 600
}

.signUp .type li p {
    padding: 0 30px;
    font-weight: 500;
    color: #868c92
}

.signUp .type li:last-child {
    margin-right: 0
}

.signUp .type li:first-child .head {
    background: #edb793
}

.signUp .type li:first-child h4 {
    color: #9b5030
}

.signUp .type li:nth-child(2) .head {
    background: #a5c88f
}

.signUp .type li:nth-child(2) h4 {
    color: #3c582c
}

.signUp .type li:nth-child(3) .head {
    background: #82c5eb
}

.signUp .type li:nth-child(3) h4 {
    color: #2563a6
}

.signupForm {
    width: 100%;
    float: left;
    margin: 20px
}

.signupForm small {
    width: 100%;
    float: left;
    font-weight: 600;
    color: #999;
    margin-bottom: 5px
}

.signupForm p {
    margin-bottom: 20px
}

.signupForm .btn-default {
    margin-right: 10px;
    font-size: 25px
}

.signupForm .details {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.signupForm label {
    margin: 5px 0;
    color: #73797f;
    float: left;
    font-size: 14px;
    width: 100%
}

.signupForm .input1 {
    width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 48px;
    background: #fff
}

.signupForm .input1:focus {
    outline: 0
}

.signupForm .checkBox {
    position: relative;
    top: 2px;
    margin-right: 3px
}

.signupForm .btnRegister {
    background-color: #409bc3;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    float: left;
    width: 100%
}

.signupForm .mCode, .signupForm .mNumber {
    display: inline-block;
    padding: 8px 10px;
    color: #5D6368;
    height: 40px;
    box-sizing: border-box;
    text-decoration: none
}

.checkout .btn-success:focus, .signupForm .btnRegister:hover {
    background: #10bc65;
    box-shadow: none;
    border: none;
    outline: 0
}

.signupForm .mCode {
    border-right: none;
    width: 20%;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    float: left
}

.signupForm .mNumber {
    border: 1px solid #d6dbe1;
    width: 80%;
    border-radius: 0 3px 3px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.trackApplication {
    background: #fff;
    padding: 20px;
    margin-top: 110px
}

.trackApplication h4 {
    color: #3b97d9;
    font-weight: 300
}

.trackApp {
    margin: 15px;
    width: 97%;
    border: 1px solid #ededed
}

.trackApp td, .trackApp th {
    border: 1px solid #ededed;
    padding: 15px;
    width: 20%;
    text-align: center;
    font-size: 13px;
    font-weight: 400
}

.trackApp th {
    color: color: #626262
}

.trackApp td {
    color: #999
}

section#myCarousel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    z-index: -1
}

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

.fill {
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

#image1 {
    background-image: url(../img/arrival-bac-bg.jpg)
}

#image2 {
    background-image: url(../img/departure-bac-bg.jpg)
}

#image3 {
    background-image: url(../img/transfer-bac-bg.jpg)
}

.topForm .select2-container {
    float: left;
    width: 200px !important
}

.topForm span.select2-selection.select2-selection--single {
    border: none;
    border-left: 1px solid #ccc;
    height: 50px;
    border-radius: 0;
    padding: 6px 8px
}

.topForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    text-align: left;
    line-height: 38px;
    font-size: 12px;
    color: #737880
}

.topForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 20px
}

.topForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 35px;
    left: 86%;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
    top: 12%;
    width: 25px;
    background: url(../img/select-arr.png) right center no-repeat !important;
    float: left
}

.testimonial {
    width: 100%;
    float: left;
    padding: 35px 0 50px
}

.testimonial-item {
    float: left
}

.testimonial .testimonial-item .content {
    background: #f7f7f7;
    border: 1px solid #efefef;
    position: relative;
    margin-left: 20px;
    float: left;
    height: 220px;
    padding: 37px 15px 30px 60px
}

.testimonial .testimonial-item .content span {
    position: absolute;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 40px;
    left: -18px;
    background: #24a0de;
    color: #fff
}

.testimonial .testimonial-item .content span:after {
    position: absolute;
    content: '';
    border-bottom: 9px solid #00a6d7;
    border-right: 9px solid #00a6d7;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
    bottom: 100%;
    left: 0
}

.testimonial .testimonial-item .content .rating {
    padding: 0;
    float: left
}

.testimonial .testimonial-item .rating {
    color: #24a0de
}

.testimonial .testimonial-item .author {
    float: right;
    width: 100%;
    text-align: right
}

.testimonial .testimonial-item .author h5 {
    margin-bottom: 3px
}

.testimonial .testimonial-item .author p {
    margin-bottom: 0
}

.feedbacks blockquote {
    background: #f8f8f8;
    border: none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    float: left;
    position: relative;
    width: 100%
}

.feedbacks blockquote::after, .feedbacks blockquote::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute
}

.feedbacks blockquote::before {
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset
}

.feedbacks blockquote::after {
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #24a0de transparent transparent
}

.feedbacks span.feedbacks-name {
    color: #24a0de;
    font-size: 18px;
    font-weight: 300;
    margin: 23px 0 7px
}

.feedbacks span.feedbacks-post {
    color: #656565;
    font-size: 12px
}

.rate {
    display: inline-block;
    border: 0
}

.rate > input {
    display: none
}

.rate > label {
    float: right
}

.rate > label:before {
    display: inline-block;
    font-size: 14px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    content: "\f005 "
}

.rate > label:last-child:before {
    content: "\f006 "
}

.rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0
}

input:checked + label:hover, input:checked ~ label, input:checked ~ label:hover, input:checked ~ label:hover ~ label, label:hover, label:hover ~ input:checked ~ label, label:hover ~ label {
    color: #24a0de
}

.feedbacks .heading {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.feedbacks .text {
    width: 100%;
    float: left;
    margin-left: 12px
}

.feedbacks .text i {
    position: relative;
    top: -5px;
    font-size: 9px;
    left: -3px;
    margin-left: -9px
}

.feedbackForm {
    width: 50%;
    background: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    margin: 30px auto 15px
}

.feedbackForm span {
    color: #53bddd;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.feedbackForm p {
    margin: 20px 0
}

.feedbackForm ul {
    padding: 0
}

.feedbackForm ul li {
    color: #53bddd
}

.feedbackForm .form-control {
    margin-bottom: 20px;
    border: 1px solid #d6dbe1;
    width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 48px
}

.btn-signup {
    background-color: #524066;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #53bddd;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
] text-decoration: none;
    margin: -25px auto 0
}

.tNc {
    margin: 15px
}

.choosePass {
    padding-top: 13px;
    float: left;
    text-align: right;
    width: 100%
}

.modalBtn {
    cursor: pointer
}

.modal-dialog {
    margin-top: 8%
}

.modal-header .close {
    margin-top: 0;
    padding: 0 3px;
    border: 1px solid #8d8d8d
}

.modal-header .close:focus {
    outline: 0
}

.modal-dialog h4 {
    color: #2ea8e6;
    width: 100%;
    float: left;
    font-weight: 300
}

.modal-dialog .modal-body {
    overflow-y: auto;
    max-height: 375px
}

.modal-dialog .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
    border-radius: 10px
}

.modal-dialog .modal-body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5
}

.modal-dialog .modal-body::-webkit-scrollbar-thumb {
    background-color: #0ae;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent))
}

ul.terms-text {
    padding-left: 25px;
    list-style-type: decimal
}

ul.terms-text li {
    padding-left: 5px
}

ul.terms-text ul {
    padding-left: 25px
}

.login {
    background: url(../img/log-bg.jpg) no-repeat rgba(0, 0, 0, .5)
}

.loginForm {
    max-width: 300px;
    background-color: #F7F7F7;
    padding-top: 30px;
    margin: 11% auto 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3)
}

.loginForm .panel-heading {
    float: left;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0
}

.loginForm .panel-heading .nav {
    float: left;
    width: 100%;
    margin-top: 0
}

.loginForm .panel-heading .nav li {
    float: left;
    width: 50%;
    padding: 0;
    text-align: center
}

.loginForm .panel-heading .nav-tabs > li.active {
    border: none;
    border-bottom: 1px solid #000
}

.loginForm .panel-heading .nav-tabs > li a {
    font-weight: 600;
    color: rgba(92, 102, 111, .6)
}

.loginForm .panel-heading .nav-tabs > li.active a {
    border: 1px solid transparent;
    color: #5c666f
}

.loginForm .panel-heading .nav-tabs > li a:hover {
    background: 0 0;
    border: 1px solid transparent
}

.loginForm .panel {
    float: left;
    width: 100%;
    border: none;
    margin: 0
}

.loginForm .panel-body {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 0 0;
    border-radius: 5px
}

.loginForm .detail {
    margin: 0 30px 20px
}

.card .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 40px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.profile-name-card {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-signin .form-control {
    height: 35px;
    width: 100%;
    margin-bottom: 10px
}

.form-signin .form-control:focus {
    border-color: #6891a2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #6891a2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #6891a2
}

.btn.btn-signin {
    background-color: #48b0f7;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    height: 38px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: none;
    -o-transition: all 218ms;
    -moz-transition: all 218ms;
    -webkit-transition: all 218ms;
    transition: all 218ms
}

.enquiry .btn-success, .paymentLinkForm .btn-success {
    max-width: 100%;
    transition: all .5s ease 0s;
    cursor: pointer
}

.btn.btn-signin:active, .btn.btn-signin:focus, .btn.btn-signin:hover {
    background-color: #16a0ff
}

.whiteText {
    color: #fff
}

.paymentLinkForm h3, .paymentSummary h3 {
    color: #2EA8E6;
    font-weight: 300;
    border-bottom: 1px dashed #3ca6e2;
    padding-bottom: 10px
}

.borderDashedLeft {
    border-left: 1px dashed #3ca6e2
}

.paymentSummary h3 {
    margin-bottom: 20px
}

.paymentSummary p {
    float: left;
    width: 100%;
    margin: 15px 0
}

.paymentSummary p span:first-child {
    float: left
}

.paymentSummary p span:nth-child(2) {
    float: right
}

.paymentLinkForm h3 {
    margin-bottom: 20px
}

.enquiry .input2, .paymentLinkForm .input1 {
    border: 1px solid #d6dbe1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.paymentLinkForm label {
    margin: 5px 0;
    color: #73797f;
    float: left;
    font-size: 14px;
    width: 25%;
    font-weight: 400
}

.paymentLinkForm .input1 {
    width: 75%;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 38px
}

.paymentLinkForm .btn-success {
    background-color: #1fcc75;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    float: right
}

.alert-danger, .alert-success {
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    margin-bottom: 0
}

.paymentLinkForm .btn-success:hover {
    background: #10bc65;
    box-shadow: none
}

form sup {
    color: red
}

.alert-success {
    background: #f1fff8;
    border: 1px solid #1fcc75;
    color: #0ea559
}

.alert-danger {
    background: #f2dede;
    border: 1px solid #a94442;
    color: #a94442
}

#resetPassword .modal-dialog {
    width: 410px;
    margin-top: 11%
}

#resetPassword .modal-dialog .modal-body {
    padding: 25px 15px
}

#resetPassword .modal-dialog .form-signin .detail {
    margin-bottom: 25px
}

button:focus {
    outline: 0
}

#viewIteration .modal-dialog .modal-header {
    border-bottom: 2px solid #2ea8e6
}

#viewIteration .modal-dialog .modal-body h5 {
    background: #2ea8e6;
    color: #fff;
    margin-top: 0;
    padding: 10px
}

.enquiry .input2, .enquiry .mCode .select2-container {
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block
}

#viewIteration .modal-dialog .modal-body td {
    padding: 0 0 15px;
    margin-bottom: 10px;
    border: 1px solid #2ea8e6;
    float: left;
    width: 100%
}

#viewIteration .modal-dialog .modal-body td img {
    width: 100px;
    margin-right: 10px;
    float: left
}

.modal-dialog .modal-body .form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.enTextBlue, .enTextYellow {
    font-weight: 500;
    margin-bottom: 30px
}

.modal-dialog .modal-body form label {
    width: 100%;
    float: left
}

.enquiry .mCode {
    width: 30%;
    float: left
}

.enquiry .mNumber {
    width: 68%;
    float: left;
    margin-left: 8px
}

.enquiry .input2 {
    width: 100%;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 48px
}

.enquiry .mCode .select2-container {
    border: 1px solid #d6dbe1;
    width: 100% !important;
    padding: 4px 5px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px
}

.enquiry .mCode .select2-container .select2-selection--single {
    border: none;
    border-radius: 0
}

.enquiry .mCode .select2-container .select2-selection--single:focus {
    outline: 0
}

.enquiry span.select2-selection.select2-selection--single {
    border: none;
    border-left: 1px solid #ccc;
    height: 24px;
    border-radius: 0;
    padding: 0
}

.enquiry .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 12px;
    text-align: left;
    line-height: 28px;
    font-size: 12px;
    color: #737880
}

.enquiry .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 20px
}

.enquiry .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 28px;
    left: 86%;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
    top: 12%;
    width: 25px;
    background: url(../img/select-arr.png) right center no-repeat !important;
    float: left
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.enquiry .btn-success {
    background-color: #1fcc75;
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    border: .1rem transparent;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    float: right
}

.enTextGreen, .enTextGreen a {
    color: #1fcc75
}

.enquiry .btn-success:hover {
    background: #10bc65;
    box-shadow: none
}

.enTextGreen {
    font-size: 17px;
    margin-top: 10px
}

.enTextBlue, .enTextWhite, .enTextYellow {
    font-size: 15px
}

.enTextWhite, .enTextWhite a {
    color: #ffeb4e
}

.enTextYellow, .enTextYellow a {
    color: #ffee58
}

.enTextBlue, .enTextBlue a {
    color: #2EA8E6 !important
}

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

input[type=checkbox], input[type=radio] {
    margin-right: 7px
}

#hp_package_model .modal-dialog {
    margin-top: 15%;
    background: #fff
}

#hp_package_model .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0
}

#hp_package_model .modal-header {
    background: 0 0;
    padding-bottom: 5px
}

#hp_package_model .modal-body {
    padding-top: 3px
}

#hp_package_model .modal-header .close {
    border: 1px solid transparent;
    font-size: 30px;
    opacity: .9;
    color: #787878;
    width: 30px;
    text-shadow: 1px 0 0 #fff
}

#hp_package_model .modal-header .close:hover {
    opacity: 1;
    background: #39f;
    box-shadow: 0 0 1px #fff inset;
    text-shadow: 1px 0 0 #888;
    border: 1px solid #39f;
    color: #fff;
    transition: all 450ms ease-in .1s
}

#hp_package_model .modal-header h4.modal-title {
    width: 45%;
    float: left;
    margin: 0 auto 7px;
    border-bottom: 2px solid #5bf;
    padding-bottom: 6px
}

#hp_package_model .modal-footer {
    border-top: none;
    display: inline-block;
    padding: 20px 0 0;
    margin-top: -7px;
    width: 26%
}

#hp_package_model .modal-body {
    padding: 15px;
    background: -webkit-linear-gradient(#fcfcfc, #fcfcfc)
}

#hp_package_model .select2-container {
    float: left;
    width: 200px !important
}

#hp_package_model span.select2-selection.select2-selection--single {
    height: 50px;
    border-radius: 0;
    padding: 6px 8px
}

#hp_package_model .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    text-align: left;
    line-height: 38px;
    font-size: 12px;
    color: #737880
}

#hp_package_model .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 20px
}

#hp_package_model .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 35px;
    left: 86%;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
    top: 12%;
    width: 25px;
    background: url(../img/select-arr.png) right center no-repeat !important;
    float: left
}

#hp_package_model .btnGo {
    background: #4099d8;
    color: #fff;
    border: 1px solid #2ea8e6;
    width: 140px;
    height: 50px;
    float: left;
    margin-top: 15px
}

#hp_package_model .btnGo:hover {
    background: #2ea8e6
}

#hp_package_model.in {
    display: block;
    background: rgba(0, 0, 0, .6)
}

.hpBox .collapse.in, .hpSummary .key .hpText .collapse.in {
    display: inline
}

.thankdocs a.btn, .thankdocs th {
    background: #3890d7
}

#hp_package_model.in .select2 {
    width: 35% !important;
    margin: 15px 15px 0 0
}

#hp_package_model.in .select2-selection {
    border: 1px solid #ddd
}

#hp_enquiry_model .modal-dialog {
    margin-top: 6%
}

#hp_enquiry_model .modal-dialog .modal-body {
    max-height: 492px
}

.hpSummary .rightPanel h4 {
    font-size: 16px;
    margin-bottom: 5px
}

.pagination {
    float: right;
    margin: 10px 0 0
}

.pagination a, .pagination span {
    margin: 0 5px;
    padding: 2px 8px
}

.readText {
    color: red;
    cursor: pointer
}

.thanksMessageBox {
    display: none;
    border: 1px solid #1fcc75;
    padding: 10px;
    border-radius: 5px;
    text-align: center
}

.thanksMessageBox h3 {
    color: #1fcc75;
    text-align: center;
    margin: 0;
    font-size: 16px
}

.thanksMessageBox p {
    color: #1fcc75;
    text-align: center;
    font-size: 13px
}

.thankdocs td, .thankdocs th {
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center
}

.thankdocs h2 {
    font-size: 24px;
    font-weight: 400;
    color: #2EA8E6;
    margin-top: 0;
    margin-bottom: 0
}

.thankdocs {
    margin: 15px auto;
    width: 610px;
    border: 1px solid #ededed
}

.thankdocs th {
    color: #fff;
    font-size: 12px
}

.thankdocs td {
    font-size: 13px;
    color: #626262;
    text-align: left
}

.thanks i.visapdf {
    color: #fff;
    font-size: 15px;
    margin: 0
}

.travelForm .select2-container {
    border: 1px solid #d6dbe1;
    width: 85% !important;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 48px
}

.travelForm .select2-container .select2-selection--single {
    border: none;
    border-radius: 0
}

.travelForm .select2-container .select2-selection--single:focus {
    outline: 0
}

.travelForm span.select2-selection.select2-selection--single {
    border: none;
    height: 38px;
    border-radius: 0;
    padding: 0
}

.travelForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 12px;
    text-align: left;
    line-height: 38px;
    font-size: 12px;
    color: #737880
}

.travelForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 20px
}

.travelForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 35px;
    left: 86%;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
    top: 12%;
    width: 25px;
    background: url(../img/select-arr.png) right center no-repeat !important;
    float: left
}

.informForm .select2-container {
    border: 1px solid #d6dbe1;
    width: 100% !important;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 48px
}

.informForm .select2-container .select2-selection--single {
    border: none;
    border-radius: 0
}

.informForm .select2-container .select2-selection--single:focus {
    outline: 0
}

.informForm span.select2-selection.select2-selection--single {
    border: none;
    height: 38px;
    border-radius: 0;
    padding: 0
}

.informForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 12px;
    text-align: left;
    line-height: 38px;
    font-size: 12px;
    color: #737880
}

.informForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 20px
}

.informForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 35px;
    left: 86%;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
    top: 12%;
    width: 25px;
    background: url(../img/select-arr.png) right center no-repeat !important;
    float: left
}

.resultBox .servicesBox.transferService .serText li {
    width: 33%
}

.leftBox .resultBox h3 {
    color: #2EA8E6;
    font-size: 26px
}

.leftBox .resultBox h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #51585E;
    float: left;
    width: 100%
}

.leftBox .resultBox .servicesBox .serPrice h4 {
    margin: 15px 0
}

.rightBox .summary {
    color: #777
}

.rightBox .summary strong {
    font-weight: 400
}

.rightBox .summary .total {
    font-size: 15px;
    padding-top: 5px
}

.rightBox .summary .total span, .rightBox .summary .total strong {
    font-weight: 600
}

.addavailability {
    background: #fff;
    border-radius: 15px;
    margin: 25px 15px;
    padding: 25px;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, .1);
    float: left;
    width: 100%;
    box-sizing: border-box
}

.addavailability h3, .addavailability h4, .tabbable {
    width: 100%;
    margin-bottom: 20px;
    float: left
}

.addavailability h3 {
    color: #2EA8E6;
    font-weight: 300;
    margin-top: 10px;
    border-bottom: 1px dashed #3ca6e2;
    padding-bottom: 10px
}

.addavailability h4 {
    margin: 10px 0;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    font-weight: 400
}

.tabbable .nav {
    margin-top: 0
}

.tabbable.tabs-left > .nav-tabs {
    float: left;
    border: none
}

.tabbable .tabs-below > .nav-tabs, .tabbable .tabs-right > .nav-tabs, .tabbable.tabs-left > .nav-tabs {
    border-bottom: 0
}

.tabbable .tabs-right > .nav-tabs > li, .tabbable.tabs-left > .nav-tabs > li {
    float: none;
    padding: 0
}

.tabbable.tabs-left > .nav-tabs > li > a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    text-transform: capitalize;
    color: #333;
    padding: 10px;
    text-align: left
}

.tabbable .tabs-right > .nav-tabs > li > a, .tabbable.tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    background: linear-gradient(#fff, #ddd);
    border-radius: 0;
    border: 1px solid #ddd
}

.tabbable.tabs-left > .nav-tabs .active > a, .tabbable.tabs-left > .nav-tabs .active > a:focus, .tabbable.tabs-left > .nav-tabs .active > a:hover {
    background: #2EA8E6;
    color: #fff;
    border: none
}

.tabbable.tabs-left > .nav-tabs .active > a:before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #2ea8e6;
    position: absolute;
    top: 0;
    right: -16px
}

#serviceAvailability .modal-dialog button.close, #thanksVendor .modal-dialog button.close {
    right: 10px;
    position: absolute;
    top: 5px;
    z-index: 1000;
}

.tabbable.left-tab-process .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    width: 80%
}

.tabbable .pill-content > .active, .tabbable .tab-content > .active {
    display: block
}

.tabbable .book-process-ltab {
    width: 12%
}

.dayDetails h5, .dayDetails span {
    width: 100%;
    float: left
}

.tabbable.left-tab-process .tab-pane {
    padding: 0 15px 15px;
    min-height: 225px;
    float: left;
    width: 100%
}

.dayDetails h5 {
    font-weight: 700
}

.dayDetails .btn {
    margin-bottom: 10px;
    padding: 3px 5px
}

.timeList {
    list-style-type: none;
    float: left;
    padding: 15px;
    width: 75%
}

.timeList li {
    padding: 10px;
    text-align: center;
    border-left: 1px solid #ddd;
    width: 25%;
    float: left
}

.timeList li span {
    cursor: pointer;
    border-radius: 0;
    color: #333;
    width: 125px;
    display: inline-block;
    font-size: 100%;
    line-height: 18px;
    padding: 4px
}

.availbilityForm .btn-cancel, .availbilityForm .btn-submit {
    display: inline-block;
    max-width: 100%;
    padding: 15px 40px;
    font-size: 16px;
    transition: all .5s ease 0s;
    color: #fff;
    box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    text-align: center
}

.timeList li .label-danger, .timeList li .label-primary, .timeList li .label-success {
    color: #fff
}

.availbilityForm .btn-cancel {
    background-color: #ff812c;
    border: .1rem transparent;
    border-radius: 3.2rem;
    margin-right: 7px
}

.availbilityForm .btn-submit {
    background-color: #1fcc75;
    border: .1rem transparent;
    border-radius: 3.2rem
}

.availbilityDetail span {
    color: #2EA8E6;
    width: 100%;
    float: left;
    margin-top: 5px
}

.vendorList {
    display: none
}

.tabbable.tabs-left > .nav-tabs {
    display: block
}

#thanksVendor .modal-dialog {
    width: 445px;
    text-align: center;
    margin-top: 18%
}

#thanksVendor .modal-dialog .modal-content {
    border: 1px solid #2ea8e6
}

#thanksVendor .modal-dialog h4 {
    font-weight: 500
}

#thanksVendor .modal-dialog .vendorTicon {
    color: #2ea8e6;
    font-size: 60px
}

#serviceAvailability .modal-dialog {
    text-align: center;
    margin-top: 15%
}

#serviceAvailability .modal-dialog h3 {
    font-size: 30px;
    color: #333;
    font-weight: 400
}

#serviceAvailability .modal-dialog h4 {
    color: #333;
    font-weight: 500
}

#serviceAvailability .modal-dialog .modal-footer {
    text-align: center
}

.load-par p {
    position: absolute;
    top: 28%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.addavailability .red {
    color: #f00;
    text-align: center;
}

.transferSummary .leftBox .resultBox h3 .pull-right {
    font-size: 20px;
    margin-top: 5px;
}

.transferSummary .leftBox .resultBox h4 {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 400;
}

.transferSummary .leftBox .resultBox h4 .col-md-6 {
    padding: 0;
}

.transferSummary .rightBox .summary h4 {
    font-size: 18px;
}

.tsminheight {
    min-height: 182px;
}

.currencySelect {
    float: right;
    background: url(../img/select-arr-blue.png) #fff 130px center no-repeat !important;
    padding: 14px 40px;
    font-size: 16px;
    border: .1rem transparent;
    border-radius: 3.2rem;
    color: #297acc;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    margin-top: -3px;
    position: relative;
}

.bootstrap-filestyle input {
    color: transparent;
}

.quoteSummary .servicesBox {
    width: 100%;
    float: left;
    border: 1px solid #ececec;
    border-radius: 5px;
    position: relative;
    margin: 15px 0;
}

.quoteSummary .servicesBox .collapse {
    width: 100%;
    float: left;
}

.quoteSummary .servicesBox .serText {
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #646B71;
    width: 100%;
    float: left;
    position: relative
}

.quoteSummary .servicesBox h4.collapsed {
    margin-bottom: 0;
}

.quoteSummary .servicesBox h4 {
    font-size: 18px;
    font-weight: 500;
    color: #51585E;
    cursor: pointer;
}

.quoteSummary .servicesBox .serText a {
    color: #4099d8
}

.quoteSummary .servicesBox .serText p {
    width: 100%;
    float: left;
    font-weight: 300;
    color: #4c5159
}

.quoteSummary .servicesBox .serText .col-md-4 p {
    margin: 10px 0
}

.quoteSummary .servicesBox .serText ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.quoteSummary .servicesBox .serText li {
    width: 33%;
    float: left;
    margin: 3px 0;
    font-weight: 300;
    color: #4c5159
}

.quoteSummary .servicesBox .serText li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px
}

.quoteSummary .rightPanel h4 {
    font-size: 18px;
    color: #2EA8E6;
    cursor: pointer;
}

.quoteSummary .rightPanel h4 i {
    font-size: 14px;
    margin-right: 5px;
}

.quoteSummary .rightPanel .panel-group {
    width: 100%;
    float: left;
}

.quoteSummary .rightPanel .panel-default {
    width: 100%;
    float: left;
    border: none;
    background: none;
    box-shadow: none;
}

.quoteSummary .rightPanel .panel-default > .panel-heading {
    width: 100%;
    float: left;
    border: none;
    background: none;
}

.quoteSummary .rightPanel .panel-default > .panel-heading + .panel-collapse > .panel-body {
    width: 100%;
    float: left;
    border: none;
    padding: 0;
}

.quoteSummary .rightPanel hr {
    margin: 15px 5px;
}

.journeySum h3 {
    font-size: 20px;
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.rightPanel .panel-title a {
    color: #828282;
    font-size: 16px;
}

.rightPanel .journeySum h3 {
    font-size: 20px;
    border-bottom: 1px solid #2EA8E6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#loungeForm {
    width: 70%;
    margin: auto;
}

#loungeForm .col-3 {
    width: 37%;
}

#loungeForm .btn-success {
    border-radius: 10px;
    margin-top: 25px;
}

.loungeForm {
}

.loungeForm {
    background: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
}

.loungeForm .details {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: left;
}

.loungeForm .col-3 {
    width: 33%;
    float: left;
    position: relative;
}

.loungeForm label {
    margin: 5px 0 5px;
    color: #73797f;
    float: left;
    font-size: 14px;
    width: 100%;
}

.loungeForm .input1 {
    border: 1px solid #d6dbe1;
    width: 85%;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 48px;
}

.loungeForm .btn-success {
    background-color: #1fcc75;
    display: inline-block;
    max-width: 100%;
    padding: 15px 40px;
    font-size: 16px;
    transition: all .5s ease 0s;
    border: none;
    border-radius: 3.2rem;
    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: #10bc65;
    box-shadow: none;
}

.resultBox .loungeBox .serText {
    float: none;
}

.resultBox .loungeBox .serText li {
    width: 33%;
}

.resultBox .servicesBox .serText ul li:nth-child(4):before {
    content: '';
}

.loungeBox .serPrice {
    background: #f2f3f5;
    width: 15%;
    text-align: center;
    border-left: 1px solid #9ea1a6;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: middle;
    float: none !important;
    position: static !important;
}

.loungeBox .serPrice h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #9ea1a6;
    font-weight: 300;
    width: 75%;
    margin: 15px auto 0;
    font-size: 16px
}

.loungeBox .serPrice small {
    color: #9ea1a6;
    font-weight: 300;
    font-size: 10px
}

.loungeBox .serPrice strong {
    color: #10bc65;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 5px
}

.loungeBox .serPrice span {
    color: #9ea1a6;
    font-weight: 300;
    width: 100%;
    text-align: center;
    float: left
}

.loungeBox.active {
    background: #e6f4fb;
    border: 1px solid #5fb1d1
}

.loungeBox.active .serPrice {
    background: #abd7f1
}

.loungeBox.active .serPrice h4 {
    color: #777;
    border-top: 1px solid #a8a8a8
}

.loungeBox.active .serPrice small, .loungeBox.active .serPrice span {
    color: #777
}

.textBlue {
    color: #2ea8e6 !important;
}

.loungeInfo p {
    margin: 0 !important;
    padding: 0 10px;
}

.resultBox .servicesBox .serText ul.list1 {
    list-style: disc;
    padding-left: 20px;
}

.resultBox .servicesBox .serText ul.list1 li {
    width: auto;
    margin-right: 25px;
}

.resultBox .servicesBox .serText ul.list1 li:before {
    display: none;
}

.informForm .adult {
    width: 28%;
    float: left;
    margin-right: 15px;
}

.informForm .child {
    width: 30%;
    float: left;
    margin-right: 15px;
}

.informForm .infant {
    width: 33%;
    float: left;
}

.loungeSummary h3 {
    font-size: 22px !important;
}

.loungeSummary h3 .pull-right {
    font-size: 19px;
    line-height: 24px;
}

.loungeSummary .resultBox .servicesBox .serText h3 {
    font-size: 18px !important;
}

.loungeSummary .rightBox .summary span {
    width: auto;
}

.thanksMain {
    width: 40%;
    margin: -6% auto 5%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 40px;
    font-family: Roboto, sans-serif;
}

.thanksMain h3 {
    color: #388cd4;
    font-size: 32px;
}

.thanksMain h4 {
    font-size: 23px;
}

.partner-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
    z-index: -1;
    background: url(../img/become-partner.jpg) center -55px;
    background-size: cover;
}

.overlay {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0 0 45px;
    color: #fff;
    text-align: center;
    height: 450px;
}

.overlay .caption {
    margin-top: 150px;
}

.overlay .caption h2 {
    font-weight: 400;
}

.overlay .caption .btn-primary {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 0;
    background: #287acc;
    border-color: #1e75cc;
}

.partnerSection {
    color: #737880;
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #fafbfc
}

.partnerSection h3 {
    margin-bottom: 10px;
    font-weight: 400;
}

.partnerSection img {
    margin-bottom: 20px;
}

.divider {
    width: 97%;
    float: left;
    margin: 25px;
    border-bottom: 1px solid #ccc;
}

.partnerForm {
    width: 100%;
    float: left;
    padding: 35px 0 50px
}

.partnerForm form {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.partnerForm h3 {
    font-weight: 400;
}

.partnerForm h4 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.partnerForm .form-group {
    width: 100%;
    float: left;
}

.partnerForm .form-group label {
    width: 35%;
    float: left;
    font-weight: 500;
}

.partnerForm .form-group .form-control {
    width: 50%;
    float: left;
    border: 1px solid #d6dbe1;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #5D6368;
    text-decoration: none;
    box-sizing: border-box;
    height: 38px;
    background: #fff;
}

.partnerForm .form-group .btn-success {
    padding: 10px 35px;
}

#thanksPop {
}

#thanksPop .modal-dialog {
    margin-top: 13%;
}

#thanksPop .modal-content {
    border-radius: 0;
    text-align: center;
}

#thanksPop .modal-header {
    background: #5cb8e9;
}

#thanksPop .modal-header h4 {
    color: #fff;
    font-weight: 500;
}

#thanksPop .modal-body p {
    font-weight: 500;
}

.termsCondition ol {
    font-weight: 500;
}

.termsCondition ol, .termsCondition ul {
    padding-left: 20px;
}

.addOnLounge .panel-title {
    cursor: pointer;
}

.addOnLounge .panel-title small {
    color: #ff9500;
    width: 100%;
    float: left;
}

.addOnLounge .panel-title .btn-skip {
    background: #ff9500;
    color: #fff;
    float: right;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 7px;
    text-align: center;
    width: 175px;
    margin-right: 15px;
}

.loungeList {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.loungeList li {
    width: 23.7%;
    float: left;
    border: 1px solid #ddd;
    margin: 0 7px;
    border-radius: 5px;
}

.loungeList li h4 {
    color: #2ea8e6;
    font-size: 16px;
    padding: 10px;
    margin: 0;
}

.loungeList li img {
    width: 93%;
    height: 150px;
    margin: 0 10px;
}

.loungeList li ul {
    float: left;
    margin: 10px;
    padding: 0;
    list-style-type: none;
}

.loungeList li ul li {
    float: left;
    margin: 0 7px 0 0;
    width: 47%;
    border: none;
    font-size: 12px;
}

.loungeList li ul li:last-child {
    margin: 0;
}

.loungeList li ul li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-bottom: 5px;
}

.loungeList li .loungeListFoot {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f4f4f4;
    text-align: center;
}

.loungeList li .loungeListFoot .price {
    width: 50%;
    float: left;
    text-align: center;
}

.loungeList li .loungeListFoot .price small {
    width: 100%;
    float: left;
    color: #9ea1a6;
    font-size: 11px;
}

.loungeList li .loungeListFoot .price big {
    width: 100%;
    float: left;
    color: #10bc65;
}

.btn-addBook {
    background: #2096de;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 10px 2px;
    width: 48%;
    float: left;
}

.btn-addBook:hover, .btn-addBook:focus {
    color: #fff;
}

.btn-addBook.active {
    background: #00d56f;
}

a.viewMore {
    float: right;
    margin: 0px 15px 5px 5px;
    font-style: italic;
    font-weight: 500;
    color: #1fcc75;
    font-size: 14px;
}

a.viewMore:focus {
    outline: 0;
}

a.viewMore i {
    margin-left: 5px;
}

#loungeDetails .modal-dialog {
    width: 900px;
}

#loungeDetails .servicesBox {
    width: 100%;
    float: left;
}

#loungeDetails .servicesBox .serText {
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #646B71;
    width: 100%;
    float: left;
}

#loungeDetails .servicesBox .serText h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2ea8e6;
}

#loungeDetails .servicesBox .serText p {
    margin-top: 15px;
    width: 100%;
    float: left;
    font-weight: 300;
    color: #4c5159;
}

#loungeDetails .servicesBox .serText ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

#loungeDetails .servicesBox .serText li {
    width: 33%;
    float: left;
    margin: 3px 0;
    font-weight: 300;
    color: #4c5159;
}

#loungeDetails .servicesBox .serText li:before {
    content: '';
    background-image: url(../img/list-icon.png);
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}

#loungeDetails .servicesBox .serText p {
    margin: 0px;
    width: 100%;
    float: left;
    font-weight: 300;
    color: #4c5159;
}

#loungeDetails .servicesBox .serText ul.list1 {
    list-style: disc;
    padding-left: 25px;
}

#loungeDetails .servicesBox .serText ul.list1 li {
    width: auto;
    margin-right: 25px;
}

#loungeDetails .servicesBox .serText ul.list1 li:before {
    display: none;
}

.paymentLinkForm .paymentSer {
    width: 100%;
    float: left;
    margin: 7px 0 20px;
}

.paymentLinkForm .paymentSer label {
    margin-right: 50px;
    float: left;
    width: auto;
}

.paymentLinkForm .paymentSer a {
    color: #333;
}

.paymentLinkForm .paymentSer a small {
    color: #f00;
}

#loginClientForm .modal-dialog {
    width: 400px;
    margin-top: 12%;
}

#loginClientForm .modal-dialog .alert-danger {
    margin-bottom: 10px;
    width: 100%;
    background: #fff0f0;
    border: 1px solid #e41814;
    color: #e42824;
    display: none;
}

.summary .rightPanel .paymentSer {
    margin-top: 10px;
}

.summary .rightPanel .paymentSer a {
    color: #777;
}

.summary .rightPanel .paymentSer a small {
    color: #f00;
    font-weight: normal;
}

.form-signin .forPass {
    float: left;
    margin: 10px 0;
}

.form-signin .forPass a {
    color: #337ab7;
    font-weight: 500;
}

#verificationspan {
    margin-bottom: 15px;
}

.call {
    position: fixed;
    bottom: 5%;
    left: 5px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease;
    text-decoration: none;
    animation-delay: 4s;
}

.call:hover, .call:focus {
    text-decoration: none;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 50px, 0);
    }
}

.call img {
    width: 100px;
    filter: drop-shadow(0 1px 3px #333);
    position: relative;
    z-index: 1;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: 4;
    animation-delay: 3.5s;
}

.call .number {
    background: linear-gradient(#fff, 50%, #094797 50%);
    border: 3px solid #042a80;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 2px 5px #333;
    position: relative;
    padding: 5px 10px 5px 20px;
    width: 240px;
    height: 70px;
    font-size: 20px;
    top: -85px;
    left: 60px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    box-sizing: border-box;
    transition: all .5s ease .300ms;
}

.call .number .hEnq {
    color: #02156f;
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
}

.call .number .cNum {
    width: 100%;
    float: left;
    text-align: center;
}

.call:hover .number {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0)
}

#audiotag {
    visibility: hidden;
    position: absolute;
    z-index: -10;
}

.callNow {
    position: fixed;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    width: 70px;
    float: left;
    animation-delay: 3.5s;
    cursor: pointer;
    font-family: 'Avenir';
}

.callNow .cImg {
    width: 65px;
    height: 65px;
    float: left;
    position: relative;
    top: 5px;
    z-index: 1;
    border-radius: 50%;
    border: 4px solid #fff;
    padding: 1px;
}

.callNow .cImg.shadow {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16) !important;
}

.callNow .cImg img {
    width: 55px;
    background: #286efa;
    border-radius: 50%;
    padding: 4px;
}

.callNow:hover .cImg {
    box-shadow: none !important;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
}

.callNow .numDet {
    background: #fff;
    color: #666;
    border-radius: 50px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16) !important;
    position: relative;
    padding: 7px 10px 0px 70px;
    width: 440px;
    height: 65px;
    top: 5px;
    left: -2px;
    text-decoration: none;
    visibility: visible;
    opacity: 1;
    box-sizing: border-box;
    z-index: -1;
    display: none
}

.callNow:hover .numDet {
    visibility: visible;
    opacity: 1;
}

.callNow .numDet .text {
    float: left;
}

.callNow .numDet h5 {
    color: #a2a2a2;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12.9px;
    font-weight: 400;
}

.callNow .numDet p {
    color: #3b3d4d;
    margin: 7px 0 5px;
    font-weight: 400;
    font-size: 13px;
}

.callNow .numDet p a {
    color: #3b3d4d;
}

.callNow .numDet .callAgentImg {
    float: left;
    width: 80px;
    height: 40px;
    position: relative;
    right: -25px;
    top: 8px;
}

.callNow .numDet .callAgentImg img {
    position: relative;
    background: #5cb8e9;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
}

.callNow .numDet .callAgentImg img:first-child {
    z-index: 3;
    right: 0;
}

.callNow .numDet .callAgentImg img:nth-child(2) {
    z-index: 2;
    right: -20px;
    top: -40px;
}

.callNow .numDet .callAgentImg img:nth-child(3) {
    z-index: 1;
    right: -38px;
    top: -80px;
}
