@import url('https://fonts.googleapis.com/css?family=Exo+2:200,300,400,600,700');
body {
    color: #707070;
    font-family: 'Exo 2' !important;
    font-weight: 400;
    
}

h1,
h2 {
    font-weight: 600
}

header {
    padding: 2px 0 0;
    background: #fff;
}

header li a {
    color: #707070;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.no-pad_right {
    padding-right: 0px;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.no-pad_left {
    padding-left: 0px;
}

.logo {
    display: inline-block;
}

li {
    list-style: none;
    line-height: 24px;
}

ol li {
    list-style: inherit;
}

.font-bold {
    font-weight: 600;
}

.tab-header {
    font-weight: 600;
    color: #FFF;
    background: #00557a !important;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #707070;
}

.top-bar ul li {
    display: inline-block;
}

.top-bar ul li a {
    font-size: 16px;
}

.top-bar ul li a:hover {
    color: #69b342;
}

.top-bar {
    float: right;
}

.top-bar ul li a.login {
    color: #69b342;
    font-weight: 600;
    padding-left: 10px;
    outline: none;  
    font-size: 18px;
    cursor: pointer;
}

.top-bar ul li a.login .icon {
    color: #00567a;
    font-size: 20px;
    position: relative;
    top: 3px;
    left: 3px;
}

.top-bar ul li.dropdown.tollfree li {
    display: block;
}

.top-bar .tollfree ul.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

.top-bar .tollfree ul.dropdown-menu li a {
    color: #00567a;
    padding: 5px 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    font-weight: 600;
}

.top-bar .tollfree ul.dropdown-menu li a span {
    color: #666;
    font-size: 12px;
}

.top-bar .tollfree ul.dropdown-menu li:last-child a {
    border: none;
}

.top-bar .tollfree .dropdown-menu>li>a:focus,
.top-bar .tollfree .dropdown-menu>li>a:hover {
    background: #69b342;
    color: #FFF;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.top-bar .tollfree .dropdown-menu>li>a:hover span,
.top-bar .tollfree .dropdown-menu>li>a:focus span {
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.row.ffp-login-mobile {
    display: none;
}
.inner-box {
    background: #fff;
    padding: 0;
    margin: 1rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.box {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #e0e0e0;
}
#login-form {
    margin: 25px;
}
#login {
    width: 410px;
    position: absolute;
    right: 20vw;
    top: 100px;
    z-index: 30;
    border: 1px solid #004E30;
    text-align: left;
    padding: .5rem;
    margin: 0rem auto;
    border-radius: 5px;
    background: white;
}
#login::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 7px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
    top: -12px;
    right: 75px;
    border-bottom-color: #004e30;
}
#login::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 7px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
    top: -11px;
    right: 75px;
    border-bottom-color: #fff;

}
.login-title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: #004E30;
    margin-left: 15px;
}
.checkbox {
    margin-bottom: 30px;
}
.signup {
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
    padding-top: 15px;
    background: #F4F6F7;
    border: 1px solid #E0E0E0;
    border-radius: 0px 0px 5px 5px;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    height: 51px;
    color: #000000;
}
.member_login {
    color: #004E30;
}

.member_login .btn {
    /*margin-top: 10px;*/
}

.member_login .f-small {
    line-height: 16px;
    font-size: 12px;
}

.member_login a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 14px;
    /* identical to box height */
    text-align: center;
    text-decoration-line: underline;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #004E30;
}

.member_login a:hover {
    color: #000;
    text-decoration: underline;
}

.f-small {
    font-size: 12px;
}

.d-block {
    display: block
}

.member_login h3 {
    color: #fff;
    margin: 0 0 5px;
    font-size: 24px;
}

.member_login .form-group {
    margin-bottom: 30px;
}

.member_login .form-group .form-control {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #DEE6E7 !important;
    height: 38px;
    padding: 10px;
}
.member_login .form-group .form-control::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    color: #000000;

    mix-blend-mode: normal;
    opacity: 0.55;
}
.member_login .form-group label {
    font-weight: 600;
}

.btn-sign_in {
    background: #004E30;
    color: #fff;
    font-size: 14px !important;
    border-radius: 4px !important;
    font-weight: 500;
    width: 100%;
}

.btn-sign_in:hover,
.btn-sign_in:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-reg {
    background: none;
    font-size: 14px !important;
    color: #004E30;
    border: none;
    border-radius: 0px;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
}

.btn-reg:hover,
.btn-reg:focus {

}
.nav-link {
    color: inherit;
}
.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navbar {
    min-height: initial;
}

.main-menu .nav>li>a:focus,
.main-menu .nav>li>a:hover {
    background: none;
}

.main-menu #navbarNavDropdown .navbar-nav>li>a {
    font-size: 19px;
    text-align: center;
}

.main-menu #navbarNavDropdown .navbar-nav>li.active>a,
.main-menu #navbarNavDropdown .navbar-nav>li>a:hover {
    color: #69b342;
}

.main-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.main-menu .navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.main-menu .navbar .nav>li {
    display: table-cell;
    width: 284px;
    float: none;
    text-align: center;
}

.main-menu .navbar .open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    margin: 0px;
    padding: 0px;
    min-width: 100%;
}

.main-menu .dropdown-menu > li:focus > a,
.main-menu .dropdown-menu > li:hover > a {
    background: #69b342;
    color: #FFF;
    padding-left: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.main-menu .dropdown-menu>.active>a,
.main-menu .dropdown-menu>.active>a:focus,
.main-menu .dropdown-menu>.active>a:hover {
    background: #69b342;
}

.main-menu .navbar .dropdown-menu {
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border-radius: 0px;
}

.main-menu .dropdown-menu>li>a {
    padding: 8px 15px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.main-menu .navbar .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.main-menu .nav .open>a,
.main-menu .nav .open>a:focus,
.main-menu .nav .open>a:hover {
    background: none;
    border: none;
}

.main-menu .navbar .dropdown-menu li {
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}
.memberLoginMenu {
    display: block;
}
.form-tab-btm {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57bfe5+1,1d3c75+100 */
    background: #57bfe5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #57bfe5 1%, #1d3c75 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #57bfe5 1%, #1d3c75 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #57bfe5 1%, #1d3c75 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#57bfe5', endColorstr='#1d3c75', GradientType=0);
    /* IE6-9 */
    margin-bottom: 40px;
}

.form-tab-btm .nav-tabs li.active {
    background: #1d3c75;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #57bfe5 1%, #1d3c75 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #57bfe5 1%, #1d3c75 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #57bfe5 1%, #1d3c75 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#57bfe5', endColorstr='#1d3c75', GradientType=0);
    /* IE6-9 */
}

.form-tab-btm .nav-tabs {
    border: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}

.form-tab-btm .nav-tabs li {
    width: calc(100%/2);
    border-right: 1px solid #FFF;
    text-align: center;
    margin-bottom: 0px;
}

.form-tab-btm .nav-tabs li:last-child {
    border: none;
}

.form-tab-btm .nav-tabs li a {
    color: #FFF;
    margin: 0px;
    border: none;
    padding: 40px 0px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.form-tab-btm .nav-tabs li a:hover {
    border: none;
    color: #FFF;
    margin: 0px;
}

.form-tab-btm .nav-tabs li.active a {
    background: none;
    border: none;
}

.form-tab-btm .nav-tabs li.active a:focus {
    color: #FFF;
}

.form-tab-btm .nav-tabs li a span.icon {
    display: block;
    font-size: 50px;
    padding-bottom: 5px;
}

.form-tab-btm .nav-tabs li a span.icon.adjust {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.flight-deals {
    margin-bottom: 40px;
}

.main-title {
    color: #00557a;
    font-size: 58px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.deals-thumb {
    position: relative;
    color: #FFF;
    padding: 0px;
    margin: 10px 0;
    border: none;
    -webkit-box-shadow: 0 8px 6px -6px #CCC;
    -moz-box-shadow: 0 8px 6px -6px #CCC;
    box-shadow: 0 8px 6px -6px #CCC;
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
    overflow: hidden;
    border-radius: 0px;
    z-index: 0;
}

.deals-thumb:hover,
.deals-thumb:focus {
    color: #FFF;
    border: none;
}

.deals-thumb:hover .price-info p {
    font-size: 26px;
}

.deals-thumb img {
    width: 100%;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.deals-thumb:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.city-name {
    position: absolute;
    left: 25px;
    z-index: 9;
}

.city-name h1 {
    font-size: 64px;
    color: #FFF;
}

.city-name h5 {
    font-size: 24px;
}

.price-info {
    position: absolute;
    bottom: 0px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12084d+1,3567b7+41,3a9ecf+99,207cca+99 */
    background: #12084d;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #12084d 1%, #3567b7 41%, #3a9ecf 99%, #207cca 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #12084d 1%, #3567b7 41%, #3a9ecf 99%, #207cca 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #12084d 1%, #3567b7 41%, #3a9ecf 99%, #207cca 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#12084d', endColorstr='#207cca', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 10px 15px;
    bottom: 30px;
}

.price-info p {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    transition: all 1s cubic-bezier(.23, 1, .32, 1) 0ms;
}

.special-deals {
    margin-bottom: 30px;
}

.special-deals h3 {
    color: #01557a;
    font-weight: 600;
    font-size: 32px;
    min-height: 70px;
}

.city-price {
    padding-left: 0px;
    width: 270px;
    margin: 20px 0px 15px;
}

.city-price li {
    font-size: 16px;
    border-bottom: 1px solid #999;
    line-height: 24px;
    padding: 5px 0px;
}

.city-price li span {
    float: right;
    font-weight: 600;
}

.more {
    color: #01557a;
    font-weight: 600;
    font-size: 18px;
}

.more:hover {
    color: #69b342;
}

.thumbnail {
    padding: 0px;
    border: none;
    margin: 5px 0;
}

.trip-info {
    margin-bottom: 50px;
    position: relative;
}

.trip-info h3 {
    color: #69b342;
    font-weight: 600;
    font-size: 30px;
}

.trip-info img {
    width: 100%;
}

.trip-info .caption {
    padding: 0px;
}

.full-width {
    width: 100%;
}

.videoWrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
}

.videoWrapper video {
    width: 100%;
    object-fit: fill;
}

footer {
    background: #fff;
}

footer h3 {
    color: #69b342;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

footer ul {
    padding: 0px;
}

footer ul li a {
    font-size: 18px;
    color: #707070;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

footer ul li a:hover {
    padding-left: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.ftr-btm {
    border-top: 1px solid #e5e5e5;
    padding: 12px 0px 12px;
    margin-top: 20px;
}

.ftr-btm img {
    float: right;
}

.ftr-btm p {
    padding-top: 40px;
}

.slider {
    position: relative;
}

.travelinfo-bg {
    background: #f2f2f2;
    margin: 70px 0px;
}

.travel-info ul {
    display: flex;
    min-height: 320px;
    max-height: 320px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.travel-info li {
    flex: 1;
    display: flex;
    align-items: stretch;
    padding: 0px;
    background: #26528e;
    cursor: pointer;
    transition: all .5s ease;
    border-right: 4px solid #69b342;
    ;
}

.travel-info li:last-child {
    border: none;
}

.travel-info li:hover {
    background: #26528e;
}

.travel-info li.active {
    flex: 3;
    cursor: default;
    border-right: 8px solid #69b342;
    ;
}

.travel-info li.active h2 {
    color: #fff;
    width: 70px;
}

.travel-info li.active .section-content {
    flex: 6;
    opacity: 1;
    transform: scaleX(1);
    color: #fff;
    margin-top: -25px;
    overflow: hidden;
    height: 365px;
}

.travel-info li.active .section-content img {
    width: 100%;
}

.travel-info li .section-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}

.travel-info li.active .section-title {
    border-right: 8px solid #69b342;
    ;
    background: #3ba2d3;
}

.travel-info li .section-title h2 {
    margin: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 300;
}

.travel-info li .section-content {
    flex: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.travel-info li .section-content img {
    width: 0px;
}


/* UI Datepicker styles START */

.ui-datepicker {
    width: auto !important;
    padding: .2em .2em 0;
    display: none;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
    /*  box-shadow: rgba(0,0,0,0.35) 1px 1px 7px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;*/
}


/* .ui-datepicker:before,
.ui-datepicker:after {
    position: absolute;
    content: "";
    top: -20px;
    border: transparent solid 10px;
    border-bottom-color: #fff;
    left: 10px;
}

.ui-datepicker:after {
    top: -22px;
    border-bottom-color: #CECECE;
    z-index: -1;
    border-width: 11px;
    left: 9px;
} */

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 0 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0px;
    width: 1.8em;
    height: 1.8em;
    color: #fff;
    cursor: pointer;
    background: #004E30;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 0px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev span .icon,
.ui-datepicker .ui-datepicker-next span .icon {
    position: relative;
    font-size: 18px;
    border-radius: 2px;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
    color: #999;
    background: #E2E2E2;
    cursor: not-allowed;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    max-height: 25px;
    color: #004E30;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 0;
    border: #dcdcdc solid 1px;
    height: auto;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin: 0 0 .4em;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.ui-datepicker th {
    padding: 5px .3em;
    text-align: center;
    border: none;
    background-color: #AA9113;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
}

.ui-datepicker td {
    border: none;
}

.ui-datepicker td.ui-datepicker-today.ui-state-disabled {
    background-color: #F1F1F1;
    border-radius: 20px;
}

.ui-datepicker td.ui-datepicker-today a {
    color: #545454;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.ui-datepicker td.ui-state-disabled span {
    color: #C1C1C1;
    border-radius: 20px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
    color: #505050;
    padding: 6px 7px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker td a.ui-state-active {
    background-color: #AA9113;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    padding: 10px;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-corner-right .cal-header {
    display: none;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

#milesDropdown .dropdown-menu {
    background: #F1F1F1;
    min-width: 300px;
    left: inherit;
    right: 0;
}


/* Carousel Fade */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-control.left {
    margin-left: 2%;
}

.carousel-fade .carousel-control.right {
    margin-right: 2%;
}

.carousel-fade .carousel-control {
    width: 45px;
    height: 45px;
    text-shadow: none;
    background: none;
    top: 45%;
    background: #FFF;
    color: #000;
    border-radius: 50%;
    opacity: 1;
}

.carousel-fade .carousel-control .icon {
    font-size: 30px;
    line-height: 45px;
}

.carousel-fade .carousel-control:hover {
    opacity: 0.8;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* booking-form styles START */
.booking-button {
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0px;
    z-index: 1;
}
.booking-form {
    position: absolute;
    bottom: 82px;
    width: 100%;
    right: 0px;
    left: 0px;
    z-index: 1;
}

.booking-form .tab-content {
    background: #4ba8de63;
    background: -moz-linear-gradient(top, #4ba8de63 1%, #1d3c7563 100%);
    background: -webkit-linear-gradient(top, #4ba8de63 1%, #1d3c7563 100%);
    background: linear-gradient(to bottom, #4ba8de63 1%, #1d3c7563 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4ba8de63', endColorstr='#1d3c7563', GradientType=0);
    color: #FFF;
    padding: 20px 30px;
    min-height: 220px;
}

.booking-form .form-control {
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.booking-form .form-control+.icon {
    position: absolute;
    color: #888;
    bottom: 9px;
    right: 8px;
    pointer-events: none;
    font-size: 15px;
}

.booking-form .radio-group label {
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.booking-form .radio-group label input[type='radio'] {
    position: relative;
    top: 2px;
}

.booking-form .form-control.hasDatepicker {
    background: #fff;
}

.booking-form .form-control.hasDatepicker.hide+.icon {
    display: none;
}

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

.booking-form .popover-content .form-group {
    clear: both;
}

.booking-form .form-control.has-error {
    border: red solid 1px !important;
    box-shadow: red 0 0 5px inset !important;
    background: #ffe7e7;
}

.member_login .has-error {
    border: red solid 1px !important;
    box-shadow: red 0 0 5px inset !important;
    background: #ffe7e7;
}

.booking-form .form-group label,
.booking-form .input-group label {
    font-weight: 500;
    font-size: 16px;
}

.label-title {
    font-weight: 500;
    font-size: 16px;
}


/* .popover-markup .popover {
    width: 150%;
} */

.booking-form .popover {
    border-radius: 0px;
    max-width: 300px;
    left: 15px !important;
}

.popover-markup .popover label {
    padding: 0px;
    color: #333;
}

.popover.bottom>.arrow {
    left: 25px !important;
}

.popover-markup .trigger .form-control[readonly] {
    background: #fff;
}
.search-btn {
    background:#69b342;
    border: 1px solid #ffffff5e;
    border-radius: 0px;
    padding: 7px 70px;
    font-size: 13px;
    display: block;
}
.search-btn:hover {
    border: 1px solid #69b342;
    background: #69b342;
}
.search-btn:focus {
    color: #fff;
    border: 1px solid #69b342;
    background: #69b342;
    outline: none;
}
.submit-btn {
    background:#69b342;
    border: 1px solid #ffffff5e;
    border-radius: 0px;
    padding: 7px 70px;
    font-size: 13px;
    display: block;
}
.submit-btn:hover {
    border: 1px solid #69b342;
    background: #69b342;
}
.submit-btn:focus {
    color: #fff;
    border: 1px solid #69b342;
    background: #69b342;
    outline: none;
}
.slider-btn {
    
    background:#004E30;
    border: 1px solid #ffffff5e;
    border-radius: 0px;
    padding: 7px 40px;
    font-size: 13px;
}
.label-small {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-right: 30px;
}

.booking-form .form-control.filter-dropdown.has-error+.select2-container .selection .select2-selection {
    border: red solid 1px !important;
    box-shadow: red 0 0 5px inset !important;
    background: #ffe7e7;
}

.custom-dropdown .number-spinner .btn-min {
    background: #3ba2d3;
}

.custom-dropdown .number-spinner .btn-min:hover,
.custom-dropdown .number-spinner .btn-max:hover {
    color: #FFF;
}

.custom-dropdown .number-spinner .btn-min,
.custom-dropdown .number-spinner .btn-max {
    color: #FFF;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    margin: 0 5px;
}

.custom-dropdown .number-spinner .btn-max {
    background: #63a93e;
}

.custom-dropdown .control-label strong {
    color: #00567a;
}

.custom-dropdown .control-label i {
    color: #666;
    font-weight: 300;
    font-size: 12px;
}


/* .custom-dropdown .input-group-btn {
    width: 30px;
    height: 30px;
} */

.cal-header {
    display: none;
}

.booking-form .custom-dropdown .number-spinner input.form-control {
    border: none;
    box-shadow: none;
    background: none;
    font-size: 22px;
    padding: 0px;
    color: #00567a;
    font-weight: 600;
}

.booking-form .nav-tabs>li {
    width: calc(100%/5);
    flex-grow: 1;
    cursor: pointer;
    touch-action: manipulation;
    /*    width: calc(24.99%);*/
}

.booking-form .nav-tabs>li a {
    background: #FFF;
    color: #555;
    border: none;
    border-radius: 0px;
    margin-right: 0px;
    border-right: 1px solid #439ecc;
    border-top: 1px solid #ddeff7;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.booking-form .nav-tabs>li a .icon {
    font-size: 26px;
    display: flex;
    margin-right: 10px;
}

.booking-form .nav-tabs>li:last-child a {
    border-right: none !important;
}

.booking-form .nav-tabs>li:last-child a:hover {
    border-right: none;
}

.booking-form .nav-tabs>li.active>a,
.booking-form .nav-tabs>li.active>a:focus,
.booking-form .nav-tabs>li.active>a:active,
.booking-form .nav-tabs>li a:active {
    background-color: #00567a;
    color: #fff;
    border: none;
    border-top: 1px solid #00567a;
    border-right: 1px solid #439ecc;
}

.booking-form .nav-tabs {
    border-right: none;
    /* display: flex;
    flex-grow: 1; */
}

.schedule-radio {
    margin-top: 50px;
}

.schedule-radio .label-small {
    font-size: 16px;
}

.w-checkin a {
    color: #fff;
    font-weight: 600;
}

.w-checkin a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.w-checkin h4 {
    margin-bottom: 5px;
    margin-top: 20px;
}

.app-btn {
    border-radius: 0px;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-right: 5px;
}

.app-btn:hover,
.app-btn:focus {
    color: #fff;
    border: 1px solid #69b342;
}

.addlegs {
    background: #28a4c9;
    color: #FFF
}

.remlegs,
.addlegs {
    padding: 2px 20px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0px;
}

.remlegs:hover,
.addlegs:hover {
    color: #FFF
}

.remlegs {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    color: #FFF;
    margin-right: 4px;
}

#mlFlightSearchForm h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

#mlFlightSearchForm .form-group {
    margin-bottom: 5px;
}

#mlFlightSearchForm .popover-content .form-group {
    margin-bottom: 15px;
}

.clm2 .form-group {
    float: left;
    width: 50%;
}

.field-label {
    font-weight: 500;
    font-size: 16px;
}

.radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkround {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-color: #69b342;
    ;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */

.radio input:checked~.checkround {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio input:checked~.checkround:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #69b342;
    ;
}

.sidebar .NavigationSidebar {
    margin-bottom: 30px;
}


/* booking-form styles END */


/* modal-booking-form styles START */

.modal-form .booking-form {
    position: relative;
    bottom: 0px;
}

.sub-page .ui-datepicker {
    z-index: 9999 !important;
}

.modal-form .modal-body {

}

.modal-form .booking-form .nav-tabs>li {
    width: auto;
}

.modal-form .booking-form .radio {
    padding-left: 22px;
}

.modal-form .booking-form .label-small {
    padding-right: 15px;
}

.modal-form .booking-form .tab-content {
    padding: 20px 20px;
    min-height: auto;
}

.modal-form .booking-form .nav-tabs>li a .icon {
    font-size: 20px;
}

.modal-form .modal-content {
    border-radius: 0px;
}

.close-btn {
    position: absolute;
    right: -15px;
    z-index: 9999;
    top: -15px;
}

.modal-form button.close {
    background: red;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border-color: transparent !important;
    font-size: 18px;
}

.sub-page .form-tab-btm .nav-tabs li {
    width: calc(100%/6);
}

.sub-page .form-tab-btm .nav-tabs li a span.icon {
    font-size: 26px;
}

.sub-page .form-tab-btm .nav-tabs li a {
    padding: 20px 0px;
    font-size: 16px;
    outline: none;
}

.sub-page .form-tab-btm {
    margin-bottom: 10px;
}

.content-sec {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}

.cur-pointer {
    cursor: pointer;
}

.popover-content {
    color: #333;
}

.pnr-info {
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}


/* modal-booking-form styles END */


/* Sub-page styles START */

.sub-page {
    background: #fafafa;
}

.sub-slider {
    position: relative;
}

.bread-crumb {
    background: #fff;
    opacity: 0.9;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bread-crumb ul {
    padding: 0px;
    margin: 0px;
}

.bread-crumb ul li {
    display: inline-block;
    padding: 20px 8px 20px 0px;
    font-size: 18px;
}

.bread-crumb li a {
    color: #333;
    font-size: 18px;
}

.bread-crumb li a span.icon {
    color: #999;
    font-size: 16px;
}

.bread-crumb li.active a {
    font-weight: 600;
    color: #00557a;
}

.bread-crumb li.active {
    font-weight: 600;
    color: #00557a;
}

.bread-crumb li.active span.icon {
    color: #999;
    font-size: 16px;
}


/* .sub-slider {
    margin-bottom: 30px;
} */

.side-menu {
    margin-bottom: 30px;
}

.side-menu ul {
    padding: 0px;
    margin: 0px;
}

.side-menu li a {
    padding: 18px 15px;
    background: #fff;
    color: #666;
    border-bottom: 1px solid #ddd;
    display: block;
}

.side-menu li:first-child {
    background: #12084d;
    background: -moz-linear-gradient(-45deg, #12084d 1%, #3567b7 41%, #3a9ecf 100%, #207cca 100%);
    background: -webkit-linear-gradient(-45deg, #12084d 1%, #3567b7 41%, #3a9ecf 100%, #207cca 100%);
    background: linear-gradient(135deg, #12084d 1%, #3567b7 41%, #3a9ecf 100%, #207cca 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#12084d', endColorstr='#207cca', GradientType=1);
    color: #fff;
    font-size: 20px;
    padding: 15px;
}

.side-news_release {
    margin-bottom: 40px;
}

.side-news_release a {
    color: #666;
}

.side-news_release h4 {
    color: #00557a;
    font-size: 24px;
    font-weight: 600;
}

.news-content {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.news-content img {
    width: 100%;
}

.news-content .news_date {
    font-weight: 600;
    color: #69b342;
    font-style: italic;
    margin: 0px;
}

.need_help {
    background: #69b342;
    color: #fff;
    padding: 15px;
    margin-bottom: 40px;
}

.need_help h4 {
    font-size: 24px;
    font-weight: 600;
}

.need_help ul {
    padding: 0px;
}

.need_help ul li a {
    color: #fff;
    line-height: 24px;
}

.need_help ul li .icon {
    padding-right: 5px;
}

.main-title2 {
    font-size: 36px;
    color: #00557a;
    font-weight: 600;
    margin-top: 0px;
}

.sub-title {
    font-size: 24px;
    color: #69b342;
    font-weight: 600;
}

.inner-content_box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.inner-content_box p {
    line-height: 24px;
}

.inner-content_box ul li {
    line-height: 24px;
}

.inner-content_box h5 {
    color: #666;
    font-size: 18px;
    font-weight: 600;
}

.inner-content_box ul {
    padding-left: 0px;
}

.hyper-arrow li a::before {
    color: #666;
    /* content: "\f0da"; */
    content: "\e64a";
    font-family: 'icomoon' !important;
    position: relative;
    top: 1px;
    padding-right: 3px;
}

.table_custom th {
    font-weight: normal;
    color: #fff;
    background: #00557a;
    vertical-align: middle !important;
}

.table_custom td {
    background: #fff;
}

.inner-content_box ol {
    padding-left: 15px;
}

.inner-content_box h6 {
    color: #69b342;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 5px;
}

.inner-content_box .thumbnail {
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.more-info {
    color: #00557a !important;
    font-size: 13px;
    margin: 0px;
    font-weight: 400;
}

.inner-content_box .thumbnail p {
    color: #666;
}

.thumbnail img {
    width: 100%;
}

.v-align_middle {
    vertical-align: middle !important;
}

.logo-width {
    width: 130px;
}

.latest-buttons {
    position: absolute;
    z-index: 999;
    bottom: 25px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}
.deals-thumb:hover .latest-buttons {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s; 
}
.book-btn {
    background:#69b342;
    border: 1px solid #ffffff5e;
    border-radius: 0px;
    padding: 7px 10px;
    margin: 5px 0;
    font-size: 13px;
    width: 140px;
}
.fare-btn {
    background:#23527c;
    border: 1px solid #ffffff5e;
    border-radius: 0px;
    padding: 7px 10px;
    margin: 5px 0;
    font-size: 13px;
    width: 140px;
}
.fare-btn > a {
    color: #fff;
}
/* Sub-page styles END */

@media screen and (max-width:1300px) {
    .carousel-fade .carousel-control.left {
        margin-left: 10px;
    }
    .carousel-fade .carousel-control.right {
        margin-right: 10px;
    }
}

@media screen and (max-width:1199px) {
    .city-name h1 {
        font-size: 30px;
    }
    .city-name h5 {
        font-size: 20px;
    }
    .booking-form .nav-tabs>li a .icon {
        font-size: 16px;
    }
    .booking-form .nav-tabs>li a {
        padding: 10px 8px;
        font-size: 13px;
    }
    .booking-form {
        bottom: 30px;
    }
    .booking-form .label-small {
        padding-right: 15px;
    }
    .special-deals h3 {
        font-size: 24px;
        min-height: auto;
    }
    .main-title {
        font-size: 40px;
    }
}

@media screen and (max-width:1024px) {
    .booking-form {
        position: relative;
        bottom: 0px;
    }
    .booking-form .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .booking-form .container .col-md-12.nopad-xs {
        padding: 0px;
    }
    .form-tab-btm .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .form-tab-btm .container .col-md-12 {
        padding: 0px;
    }
}

@media screen and (max-width:990px) {
    .travel-info ul {
        display: inherit;
        min-height: auto;
        max-height: auto;
    }
    .travel-info li {
        border-right: none;
    }
    .travel-info li.active {
        flex: inherit;
        float: left;
        width: 100%;
        border-right: none;
    }
    .travel-info li.active .section-content {
        flex: inherit;
        transform: inherit;
        margin-top: 0px;
        height: auto;
    }
    .travel-info li {
        flex: inherit;
        display: inherit;
        align-items: inherit;
        float: left;
        width: 100%;
    }
    .travel-info li .section-title h2 {
        transform: inherit;
        display: inherit;
        width: 100%;
    }
    .travel-info li .section-content {
        display: inherit;
    }
    .travel-info li .section-title {
        flex: inherit;
        display: inherit;
        align-items: inherit;
        justify-content: inherit;
        padding: 15px 20px;
        border-right: none;
        border-bottom: 2px dotted #69b342;
        ;
    }
    .travel-info li.active .section-title {
        border-right: none;
        border-bottom: 4px solid #69b342;
        ;
        background: #69b342;
        ;
    }
    .search-btn {
        margin-top: 0px;
    }
    .booking-form .nav-tabs>li a .icon {
        display: none;
    }
    .top-bar ul {
        padding: 0px;
        margin-bottom: 0px;
    }
    .main-menu .navbar-nav>li>a {
        font-size: 15px;
    }
    .booking-form .tab-content {
        padding: 10px 20px;
    }
    .schedule-radio {
        margin: 0px;
    }
    .w-checkin h4 {
        margin-top: 10px;
    }
    .form-tab-btm .nav-tabs li a span.icon {
        font-size: 30px;
    }
    .form-tab-btm .nav-tabs li a {
        font-size: 16px;
    }
    .price-info p {
        font-size: 20px;
    }
    .price-info {
        bottom: 15px;
    }
    .travelinfo-bg {
        margin: 30px 0px;
        padding: 20px 0px;
    }
}

@media screen and (max-width: 768px) {
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-toggle {
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
    .booking-form {
        bottom: 0px;
    }
    .booking-form .nav-tabs>li.active>a,
    .booking-form .nav-tabs>li.active>a:focus,
    .booking-form .nav-tabs>li.active>a:active,
    .booking-form .nav-tabs>li a:active {
        border-top: 4px solid #69b342;
        ;
    }
}

@media screen and (max-width:767px) {
    .logo {
        width: 55%;
    }
    .logo img {
        margin: 0 auto 10px;
    }
    .top-bar {
        float: none;
        text-align: center;
    }
    .navbar-toggle {
        background: #00567a;
        cursor: pointer;
        /* position: absolute;
        right: 0px;
        bottom: 8px; 
        z-index: 999;*/
        margin-top: -50px;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .main-menu .navbar {
        margin-top: 0px;
    }
    .main-menu .navbar .nav > li {
        display: block;
        text-align: center;
        width: 100%;
    }
    .main-menu .navbar-nav > li > a {
        text-align: left;
        padding: 10px 10px;
        border-bottom: 1px dotted #ccc;
    }
    .col-md-12.main-menu {
        padding: 0px;
    }
    .main-menu .dropdown-menu>li>a {
        color: #707070;
    }
    .main-menu .navbar-nav .open .dropdown-menu .dropdown-header,
    .main-menu .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 15px;
        border-bottom: 1px solid #f8f8f8;
    }
    .main-menu .navbar .dropdown-menu {
        width: 100%;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
    .city-price {
        width: 100%;
    }
    .container-fluid.slider {
        padding: 0px;
    }
    .nopad-xs {
        padding: 0px;
    }
    footer h3 {
        margin-bottom: 10px;
        font-size: 29px;
    }
    .city-name {
        left: 15px;
    }
    .ftr-btm {
        padding: 10px;
        text-align: center;
    }
    .ftr-btm {
        padding-top: 0px;
    }
    .ftr-btm img {
        /*display: none;*/
        float: none;
    }
    .form-tab-btm .nav-tabs li {
        width: calc(100%/2);
    }
    .form-tab-btm .nav-tabs li a {
        padding: 10px 0px;
    }
    .ftr-btm p {
        padding-top: 20px;
    }
    .main-menu .navbar .open>.dropdown-menu.member_login {
        width: 280px;
        padding: 10px;
        margin: 10px;
    }
    .main-menu .navbar .login .icon {
        padding-left: 5px;
        color: #00567a;
    }
    .main-menu .navbar .login {
        color: #69b342;
        font-weight: 600;
    }
    .booking-form .nav-tabs>li.active>a,
    .booking-form .nav-tabs>li.active>a:focus,
    .booking-form .nav-tabs>li.active>a:active,
    .booking-form .nav-tabs>li a:active {
        border-top: 4px solid #69b342;
        ;
    }
    .booking-form .nav-tabs {
        border: none;
    }
    .search-btn {
        width: 100%;
        display: block;
        padding: 10px 20px;
    }
    .inner-content_box img {
        margin: 15px 0px;
    }
    .sub-page .form-tab-btm .nav-tabs li a {
        font-size: 14px;
        padding: 10px 0px;
    }
    .pnr-info {
        margin-top: 0px;
    }
    .inner-content_box .thumbnail .no-pad_left {
        padding-left: 15px;
    }
    .inner-content_box .thumbnail img {
        margin: 0px 0px 10px;
    }
    .row.ffp-login-mobile {
        background-color: #00567a;
        line-height: 45px;
        margin-bottom: 15px;
        display: flex;
    }
    header {
        padding: 0;
    }
}

@media screen and (max-width:700px) {
    .booking-form .nav-tabs>li a {
        font-size: 11px;
        padding-right: 0px;
    }
    .modal-form .booking-form .nav-tabs>li a {
        padding-right: 10px;
    }
    .sub-page .form-tab-btm .nav-tabs li a {
        font-size: 12px;
    }
    .booking-form .nav-tabs>li.active>a,
    .booking-form .nav-tabs>li.active>a:focus,
    .booking-form .nav-tabs>li.active>a:active,
    .booking-form .nav-tabs>li a:active {
        border-top: 4px solid #69b342;
        ;
    }
    .row.ffp-login-mobile {
        background-color: #00567a;
        line-height: 45px;
        margin-bottom: 15px;
        display: flex;
    }
    header {
        padding: 0;
    }
    .memberLoginMenu {
        display: none !important;
    }
}

@media screen and (max-width:580px) {
    .booking-form .nav-tabs>li a {
        padding: 10px 5px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        min-width: 100px;
        font-size: 11px;
    }
    .booking-form .nav-tabs {
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
    }
    .booking-form .nav-tabs>li {
        display: flex;
        width: inherit;
    }
    .booking-form .nav-tabs>li a .icon {
        display: block;
        margin: 0px;
        font-size: 20px;
    }
    .sub-page .form-tab-btm .nav-tabs {
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
    }
    .sub-page .form-tab-btm .nav-tabs>li {
        display: flex;
        width: inherit;
    }
    .sub-page .form-tab-btm .nav-tabs>li a {
        min-width: 100px;
    }
    .main-title {
        font-size: 30px;
    }
    .trip-info,
    .flight-deals {
        margin-bottom: 0px;
    }
    .form-tab-btm {
        margin-bottom: 20px;
    }
    .videoWrapper {
        margin-bottom: 30px;
    }
    .booking-form .radio-group {
        margin-bottom: 10px;
    }
    .ui-datepicker.ui-datepicker-multi {
        width: 100% !important;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 60px;
        top: 0 !important;
    }
    .ui-datepicker {
        position: fixed !important;
        top: 30px !important;
        left: 0 !important;
        width: 100% !important;
        border-radius: 0;
        background-color: #fff;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
        padding-bottom: 0;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
        padding-top: 35px;
    }
    /* .ui-datepicker td.ui-datepicker-today a {
        background-color: rgba(96, 66, 151, 0.07);
        color: #545454;
    } */
    .ui-datepicker .ui-datepicker-buttonpane {
        display: block;
        position: absolute;
        top: -17px;
        width: 88px;
        height: 35px;
        right: -6px;
    }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        display: none;
    }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary {
        background-color: #69b342;
        ;
        border: none;
        color: #fff;
    }
    .ui-datepicker .ui-datepicker-title select {
        border-radius: 2px;
        color: #000;
        font-size: 12px;
        padding: 3px;
    }
    .ui-datepicker .ui-datepicker-title {
        color: #505050;
        padding: 5px 0;
    }
    .ui-datepicker .ui-datepicker-prev.ui-state-disabled .icon,
    .ui-datepicker .ui-datepicker-next.ui-state-disabled {
        color: #ccc;
    }
    .ui-datepicker td.ui-state-disabled span {
        color: #C7C7C7;
    }
    .ui-datepicker td span,
    .ui-datepicker td a {
        color: #737373;
        width: auto;
        height: auto;
    }
    .ui-datepicker td.ui-datepicker-today.ui-state-disabled {
        background-color: #F1F1F1;
    }
    .ui-datepicker .ui-datepicker-header {
        position: static;
    }
    /* .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        background-color: rgba(238, 53, 36, 0);
    } */
    .ui-datepicker .ui-datepicker-next {
        top: 10px;
    }
    .ui-datepicker .ui-datepicker-prev {
        top: 10px;
    }
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-next {
        top: 41px;
        right: 17px;
    }
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-prev {
        top: 41px;
        left: 19px;
    }
    /* .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
    .ui-datepicker .ui-datepicker-next.ui-state-disabled {
        background-color: rgba(90, 54, 144, 0);
    } */
    .carousel-fade .carousel-control {
        width: 35px;
        height: 35px;
    }
    .carousel-fade .carousel-control .icon {
        line-height: 35px;
        font-size: 22px;
    }
    .booking-form .nav-tabs>li.active>a,
    .booking-form .nav-tabs>li.active>a:focus,
    .booking-form .nav-tabs>li.active>a:active,
    .booking-form .nav-tabs>li a:active {
        border-top: 4px solid #69b342;
        ;
    }
    .row.ffp-login-mobile {
        background-color: #00567a;
        line-height: 45px;
        margin-bottom: 15px;
        display: flex;
    }
    header {
        padding: 0;
    }
}

@media screen and (max-width:480px) {
    .form-tab-btm .nav-tabs li a {
        font-size: 14px;
    }
    .top-bar ul li a {
        font-size: 12px;
    }
    .top-bar ul li a.login .icon {
        font-size: 14px;
    }
    .booking-form .nav-tabs>li.active>a,
    .booking-form .nav-tabs>li.active>a:focus,
    .booking-form .nav-tabs>li.active>a:active,
    .booking-form .nav-tabs>li a:active {
        border-top: 4px solid #69b342;
        ;
    }
    .row.ffp-login-mobile {
        background-color: #00567a;
        line-height: 45px;
        margin-bottom: 15px;
        display: flex;
    }
    header {
        padding: 0;
    }
    #login {
        width: 100%;
        right: 0;
        top: 110px;
        left: 0;
    }
}

@media screen and (max-width:380px) {
    .top-bar ul li a.login .icon {
        font-size: 14px;
    }
    .top-bar ul li a {
        font-size: 12px;
    }
    .top-bar ul li:last-child {
        display: block;
    }
    .top-bar .tollfree ul.dropdown-menu {
        right: 0px;
        left: auto;
    }
    .booking-form .nav-tabs>li.active>a,
    .booking-form .nav-tabs>li.active>a:focus,
    .booking-form .nav-tabs>li.active>a:active,
    .booking-form .nav-tabs>li a:active {
        border-top: 4px solid #69b342;
        ;
    }
    .row.ffp-login-mobile {
        background-color: #00567a;
        line-height: 45px;
        margin-bottom: 15px;
        display: flex;
    }
    header {
        padding: 0;
    }
}

.info-box {
    height: 105px;
    background-color: #57bfe5;
    border-bottom: 25px solid white;
    line-height: 80px;
}
.info-box a {
    color: #fff;
    font-size: large;
}

.icon > img {
    width: 50px;
    margin: 0 30px;
}
.info-links {
    display: none;
}
.info-links.active {
    display: block;
}



.main-menu .navbar .open>.dropdown-submenu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
}

.main-menu .dropdown-submenu>li>a:focus,
.main-menu .dropdown-submenu>li>a:hover {
    background: #69b342;
    color: #FFF;
    padding-left: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.main-menu .dropdown-submenu>.active>a,
.main-menu .dropdown-submenu>.active>a:focus,
.main-menu .dropdown-menu>.active>a:hover {
    background: #69b342;
}

.main-menu .navbar .dropdown-submenu {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.main-menu .dropdown-submenu>li>a {
    padding: 8px 25px;
    white-space: nowrap;
}
li.level2.dropdown>a:after {
    content: '';
    position: relative;
    left: 8px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #69b342;
    clear: both;

}
li.level2.dropdown>a:hover:after {

    border-top: 8px solid #fff;


}
.main-menu .navbar .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.main-menu .nav .open>a,
.main-menu .nav .open>a:focus,
.main-menu .nav .open>a:hover {
    background: none;
    border: none;
}

.main-menu .navbar .dropdown-submenu li {
    width: 100%;
    line-height: 35px;
}
.main-menu .navbar .dropdown-submenu li:hover {

    background: #69b342;
}
.main-menu .navbar .dropdown-submenu {

}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ffp-login-mobile-icon {
    float: right;
    line-height: 45px;
    font-size: 25px;
    color: white;  
}
.ffp-login-mobile-text {
    color: white;
    font-size: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
}
.rulelist li {
    list-style-type: unset;
    list-style-position: outside;
    font-size: 11px;
}
.text-pia-green {
    color: #69b342;
}
a.disabled {
  color: gray;
  pointer-events: none;
}
.btn {
    border-radius: 0;
}
.remlegs.remicon {
    padding: 0;
    margin: 0;
    background: none;
}
.addlegs {
    background: none;
    padding: 0;
}
.nopad {
    padding: 0;
    margin: 0;
    
}
.input-group-prepend {
    float: left;
    line-height: 35px;
    color: white;
    font-weight: bold;
    background: #00567a;
    width: 40px;
    padding: 0 12px;
    height: 34px;
}
#flightNoVisible {
    width: 80%; 
}
.form-custom > input[type="checkbox"] ~ label::before, .TicketPreview input[type="checkbox"] ~ label::before {
    border-radius: 4px;
}

.form-custom > input[type="checkbox"] {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    opacity: 0;
    opacity: 1\8;
    width: auto\8;
    height: auto\8;
    position: relative\8;
    clip: inherit\8;
    left: 0\8;
    z-index: 0\8;
}
.form-custom > input[type="checkbox"] ~ label::before {
    content: "\2713 ";
    width: 18px;
    height: 18px;
    color: #fff;
    display: inline-block;
    border: 2px solid #C7C7C7 !important;
    line-height: 14px;
    text-align: center;
    font-size: 15px;
    margin-right: 15px;
    background-color: #fff;
}
.form-custom > input[type="checkbox"]:checked ~ label::before {
    content: "\2713 ";
    color: #AA9113 !important;
    border-color: #AA9113 !important;
}
.checkbox.checkbox-inline {
    padding: 0;
    margin: 10px 0;
}
.checkbox label, .radio label {
    padding-left: 0;
}
.top-bar > ul > li > span {
    margin: 0 10px;
}
#basic-addon2 {
    border-radius: 0px;
    border-right: 0px;
}
.col-md-1.swap.nopad {
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin-left: auto;
    margin-bottom: 15px;
    margin-right: auto;
}
div#flexibleSearchArea {
    padding-top: 12px;
}
.alldeals {
    display: flex;
    padding: 30px;
    background: #4ba8de63;
    background: -moz-linear-gradient(top, #4ba8de63 1%, #1d3c7563 100%);
    background: -webkit-linear-gradient(top, #4ba8de63 1%, #1d3c7563 100%);
    background: linear-gradient(to bottom, #4ba8de63 1%, #1d3c7563 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4ba8de63', endColorstr='#1d3c7563', GradientType=0);
    height: auto;

}
.alldeals-inner {
    margin: auto;
    display: flex;
    height: 39px;
}
.alldeals-btn {
    background: #69b342;
    border: 1px solid #ffffff5e;
    border-radius: 0px;
    padding: 0 20px;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 40px;
}
.modal-content {
  width:100%;
}

.modal-dialog-centered {
/*
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    display: block;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - (.5rem * 2));
 */
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height:calc(100% - (1.75rem * 2));
  }
    .container, .container-sm {
        width: 100%;
    }
}
.button.searchImg {
    position: absolute;
    left: 420px;
    top: 10px;
    width: 15px !important;
}
.closeSearch {
    border: none;
    border-radius: unset;
    box-shadow: none;
}
.closeSearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #69b342;
    opacity: 1; /* Firefox */
}

.closeSearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #69b342;
}

.closeSearch::-ms-input-placeholder { /* Microsoft Edge */
    color: #69b342;
}
.img-responsive {
    /*width: -moz-available;*/
}
.img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.nav-header {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #707070;
}

